@charset "utf-8";


.banner {
	font-size: 0;
}

.banner img {
	width: 100%;
}

/* 分页 */

.pagination {
	text-align: center;
	font-size: 0;
	padding-top: 50px;
}

.pagination a {
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 0 12px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	color: #666;
	margin: 0 7px;
}

.pagination a.active {
	background: #DE544D;
	color: #fff;
	border: 1px solid #DE544D;
}

.pagination a:hover {
	background: #DE544D;
	color: #fff;
	border: 1px solid #DE544D;
}

.pagination span {
	display: inline-block;
	font-size: 14px;
}

.nymain {
	background: url(../images/ny-bg.png) no-repeat center bottom;
	padding-bottom: 100px;
}

.nymain>div {
	padding-bottom: 50px;
}

.nymain .leftNav {
	float: left;
	width: 205px;
	position: relative;
	margin-right: 50px;
}

.nymain .leftNav>h2 {
	line-height: 98px;
	background: #9D161D;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-top: -49px;
	position: relative;
	z-index: 1;
}

.nymain .leftNav>h2::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	border: 1px solid #B03A40;
	border-radius: 4px;
	z-index: -1;
}


.nymain .leftNav>ul {
	background: #F3F3F3;
}

.nymain .leftNav>ul>li {
	position: relative;
}

.nymain .leftNav>ul>li:first-child {
	border-top: none;
}

.nymain .leftNav ul li a {
	display: block;
	font-size: 20px;
	text-align: center;
	line-height: 64px;
	color: #121212;
	border-top: 1px solid #DEDEDE;
	position: relative;
	z-index: 1;
}

.nymain .leftNav ul li:first-child a {
	border-top: 0;
}

.nymain .leftNav>ul>li>a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	background: #EBA63F;
	transform: scaleY(0);
	transition: all 0.3s;
}

.nymain .leftNav>ul>li.on>a {
	background: #9D161D;
	color: #fff;
}

.nymain .leftNav>ul>li.active>a {
	background: #9D161D;
	color: #fff;
}

.nymain .leftNav ul li.active ul {
	display: block;
}

.nymain .leftNav>ul>li>a:hover {
	background: #9D161D;
	color: #fff;
}

.nymain .leftNav>ul>li:hover>a::after,
.nymain .leftNav>ul>li.on>a::after,
.nymain .leftNav>ul>li.active>a::after {
	transform: none;
}

.nymain .leftNav>ul>li>ul {
	display: none;
	padding-top: 0;
	padding-bottom: 10px;
}

.nymain .leftNav>ul>li>ul>li>a {
	font-size: 16px;
	line-height: 46px;
	color: #666666;
}

.nymain .leftNav>ul>li>ul>li:hover>a {
	color: #9D161D;
}

.ny-right {
	overflow: hidden;
	min-height: 550px;
}

.ny-rcom {
	font-size: 24px;
	color: #204fa9;
	margin-bottom: 15px;
	font-weight: normal;
}

.position>div {
	text-align: right;
	font-size: 0;
	padding-top: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(216, 216, 216, 0.8);
}

.position h3 {
	position: absolute;
	width: auto;
	text-align: left;
	bottom: 0;
	left: 0;
	font-size: 27px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #92141A;
}

.position h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #92141A;
}

.position span {
	color: #CCCCCC;
	font-size: 16px;
	vertical-align: middle;
	margin: 0 5px;
}

.position img {
	vertical-align: middle;
	margin-right: 10px;
}

.position a {
	font-size: 16px;
	color: #920F15;
	vertical-align: middle;
}

.position span.active {
	color: #999;
}

.position a:hover {
	opacity: 0.8;
}

.text-list ul {
	padding-top: 20px;
}

.text-list ul li {
	line-height: 55px;
	border-bottom: 1px dashed #DEDEDE;
	font-size: 18px;
	position: relative;
	left: 0;
	transition: all 0.5s;
}

.text-list ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	overflow: hidden;
	position: relative;
	padding-left: 33px;
}

.text-list ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 12px;
	height: 12px;
	background: #DEDEDE;
	border-radius: 50%;
}

.text-list ul li span {
	float: right;
	font-size: 17px;
	color: #999999;
	padding-left: 22px;
}

.text-list ul li:hover a {
	font-weight: bold;
	color: #92141A;
}

.text-list ul li:hover a::after {
	background: #92141A;
}

.text-list ul li:hover span {
	color: #92141A;
}

.art-main .art-tit h3 {
	text-align: center;
	color: #333;
	font-size: 22px;
	margin-top: 45px;
	font-weight: 600;
}

.art-main .art-body {
	padding-top: 30px;
}

.art-main .art-body p {
	color: #333;
	font-size: 16px !important;
	line-height: 27px !important;
	margin-bottom: 10px !important;
        text-indent:2em !important;
}

.art-main .art-con2 p {
	font-size: 18px !important;
	line-height: 30px !important;
	text-indent: 2em;
}

.art-main .art-body p b {
	font-weight: 700;
}

.art-main .art-body p b.red {
	color: #9D161D;
}

.art-main .art-body img {
	max-width: 100% !important;
	display: block;
	margin: 0 auto;
}

.art-main .art-body .down a {
	display: block;
	width: 376px;
	height: 220px;
	background: #F5F5F5;
	border-radius: 16px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	margin-bottom: 60px;
}

.art-main .art-body .down p {
	width: 100%;
	text-align: center;
	margin-bottom: 0 !important;
	margin-top: 15px;
}

.art-main .art-body .down p span {
	display: inline-block;
	font-size: 34px;
}

.art-main .art-body .down p span img {
	display: inline-block;
	vertical-align: -4px;
	padding-left: 5px;
}

.art-main .art-js h3 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.art-main .art-js .art-jsa a {
	display: block;
	width: 400px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #920F15;
	padding: 0 20px;
	font-size: 22px;
	background: url(../images/gg-listzs.png) no-repeat 96% center;
	background-size: 26px auto;
}

.art-main .art-js .art-jsa {
	margin-top: 30px;
}

.art-main .art-js .art-jsa a:hover {
	color: #92141A;
}

.art-main .cont-tit p {
	font-size: 0;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	line-height: 30px;
	background: bottom;
	border-bottom: 1px dashed #DEDEDE;
}

.art-main .cont-tit p img {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	margin-right: 5px;
}

.art-main .cont-tit p .liulan {
	margin-left: 50px;
}

.art-main .cont-tit p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #9E9E9E;
	margin: 0 15px;
}

.art-info {
	border-top: 1px solid #dedede;
	margin-top: 25px;
}

.pnext {
	margin-top: 25px;
}

.pnext p {
	text-indent: initial;
	font-size: 16px;
	line-height: 40px;
	color: #333;
}

.pnext p img {
	vertical-align: middle;
	padding-right: 10px;
}

.pnext p a {
	font-size: 16px;
	color: #666;
}

.pnext p:hover a {
	color: #92141A;
}


/* 图片列表 */

.img-lists ul {
	overflow: hidden;
	margin-left: -2%;
	margin-right: -2%;
}

.img-lists ul li {
	float: left;
	width: 29%;
	margin: 40px 2% 0 2%;
	border: 1px solid #eee;
	transition: all 0.3s;
	position: relative;
	top: 0;
}

.img-lists ul li:hover {
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
	top: -10px;
}

.img-lists ul li a {
	display: block;
	width: 100%;
}

.img-lists ul li a .pic {
	position: relative;
	padding-top: 69.25%;
	overflow: hidden;
}

.img-lists ul li a .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-lists ul li a>div.info {
	padding: 10px;
	font-size: 0;
	text-align: center;
}

.img-lists ul li a>div.info p {
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.img-lists ul li a:hover>div.info p {
	color: #204fa9;
}


/* 师资列表 */

.img-lists2 ul {
	overflow: hidden;
}

.img-lists2 ul li {
	float: left;
	width: 23%;
	margin: 15px 1%;
}

.img-lists2 ul li a {
	display: block;
}

.img-lists2 ul li a .pic {
	padding-top: 120%;
}

.img-lists2 ul li a .info {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	text-align: center;
}

.dt-list2 {
	overflow: hidden;
}

.dt-list2 li {
	position: relative;
	transition: all 0.5s;
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}

.dt-list2 li:hover a .date {
	background: #204fa9;
}

.dt-list2 li:hover a .dt-text h3 {
	color: #204fa9;
}

.dt-list2 li a {
	display: block;
	overflow: hidden;
}

.dt-list2 li .date {
	background: #f1f3f8;
	float: left;
	width: 74px;
	height: 77px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	transition: all 0.3s;
}

.dt-list2 li .date p {
	font-size: 14px;
	line-height: 24px;
	color: #204fa9;
}

.dt-list2 li .date span {
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #204fa9;
	font-weight: 600;
}

.dt-list2 li:hover a .date p,
.dt-list2 li:hover a .date span {
	color: #fff;
}

.dt-list2 li a>.dt-text {
	overflow: hidden;
	padding: 10px 0 0 20px;
}

.dt-list2 li a>.dt-text h3 {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dt-list2 li a>.dt-text p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	font-size: 14px;
	line-height: 30px;
}

/* 图文列表页  start */

.tw ul li {
	padding: 40px 0;
	border-bottom: 1px solid rgba(14, 53, 142, 0.15);
}

.tw ul li a {
	display: block;
	overflow: hidden;
}

.imgList-pic {
	float: left;
	width: 300px;
	height: 220px;
	margin-right: 30px;
	overflow: hidden;
}

.imgList-pic .pic {
	width: 100%;
	height: 100%;
	font-size: 0;
	padding-top: 0;
}

.imgList-pic .pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.imgList-pic:hover .pic img {
	transform: scale(1.1);
}

.imgList-info {
	overflow: hidden;
	color: #075aa7;
}

.imgList-info h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
	margin-top: 6px;
}

.tw ul li a .imgList-info h3:hover {
	color: #204fa9;
}

.imgList-info p {
	font-size: 16px;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	color: #999;
	margin-top: 6px;
}

.imgList-info span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #204fa9;
	line-height: 30px;
}

.imgList-info span em {
	font-size: 14px;
	padding-left: 3px;
}

.imgList-info .more {
	width: 184px;
	height: 44px;
	border: 1px solid rgba(98, 125, 187, 0.4);
	line-height: 44px;
	text-align: center;
	color: #204fa9;
	margin-top: 20px;
}

.imgList-info .more:hover {
	border-color: #204fa9;
	background: #204fa9;
	color: #fff;
}


/* 图文列表页  end */


/*领导*/

.list-ld ul li {
	padding: 30px 0;
}

.list-ld ul li a {
	display: block;
}

.list-ld ul li h3 {
	font-size: 20px;
	color: #94070a;
	position: relative;
	padding-left: 14px;
}

.list-ld ul li h3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	width: 4px;
	height: 24px;
	background: #94070A;
}

.list-ld ul li p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-top: 20px;
}

.list-ld ul li:hover h3 {
	text-decoration: underline;
}

/* 图片列表页 */
.s2-tit {
	text-align: center;
	margin-top: 50px;
}

.s2-tit h3 {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}

.s2-c {
	overflow: hidden;
}

.s2-c ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -15px;
}

.s2-c ul li {
	margin-top: 40px;
	width: 33.333%;
}

.s2-c ul li a {
	display: block;
	border-radius: 20px;
	overflow: hidden;
	background: none;
	position: relative;
	margin: 0 15px;
	font-size: 0;
}

.s2-c ul li a>img {
	width: 100%;
}

.s2-c ul li a .bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(146, 15, 21, 0.2);
	opacity: 0;
	transition: all 0.3s;
}

.s2-c ul li a .s2-tx {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
	height: 66px;
	line-height: 66px;
	background: rgba(146, 15, 21, 0.6);
	text-align: center;
	transition: all 0.3s;
}

.s2-c ul li a .s2-tx h3 {
	display: inline-block;
	line-height: 66px;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	position: relative;
	z-index: 1;
}

.s2-c ul li:hover a .s2-tx h3 {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	line-height: 62px;
	background: url(../images/s2-jt.png) no-repeat 86% center;
	background-size: 23px auto;
	padding-right: 82px;
	padding-left: 30px;
}

.s2-c ul li:hover a .s2-tx {
	width: 200px;
	height: 66px;
	transition: all 0.3s;
}

.s2-c ul li:hover a .bg {
	opacity: 1;
}

/* 新增图片列表页 */
.xz-img ul li {
	margin-top: 42px;
}

.xz-img .viewer-toolbar>li {
	margin-top: 0;
}

.xz-img ul li a {
	display: block;
	margin: 0 15px;
}

.xz-img ul li a .pic {
	height: 386px;
	background: url(../images/xzbg1.png) no-repeat;
	background-size: 100% 100%;
	padding: 40px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.xz-img ul li.xzli1 a .pic {
	background: url(../images/xzbg1.png) no-repeat;
	background-size: 100% 100%;
}

.xz-img ul li.xzli2 a .pic {
	background: url(../images/xzbg2.png) no-repeat;
	background-size: 100% 100%;
}

.xz-img ul li.xzli3 a .pic {
	background: url(../images/xzbg3.png) no-repeat;
	background-size: 100% 100%;
}

.xz-img ul li.xzli4 a .pic {
	background: url(../images/xzbg4.png) no-repeat;
	background-size: 100% 100%;
}

.xz-img ul li.xzli5 a .pic {
	background: url(../images/xzbg5.png) no-repeat;
	background-size: 100% 100%;
}

.xz-img ul li.xzli6 a .pic {
	background: url(../images/xzbg6.png) no-repeat;
	background-size: 100% 100%;
}

.xz-img ul li a .pic img {
	height: auto;
        max-height:100%;
}

.xz-img ul li:hover a .pic img {
	transform: scale(1.05);
}

.xz-img ul li:hover a .s2-tx h3 {
	color: #920F15;
}

.xz-img ul li a .s2-tx {
	font-size: 22px;
	color: #000;
	margin-top: 24px;
	text-align: center;
}

.xz-img ul li a .s2-tx h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
        white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.xz-img ul li a::after {
	display: none;
}

.xz-img .slick-dots {
	position: relative;
	bottom: 0;
	right: 0;
	margin-top: 80px;
	font-size: 0;
	text-align: center;
}

.xz-img .slick-dots::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
	height: 13px;
	/* border-bottom: 1px solid rgba(149, 53, 57, 0.74); */
	background: url(../images/xz-x.png) no-repeat center;
	background-size: 100% 100%;
}

.xz-img .slick-dots li {
	width: 18px;
	height: 18px;
	background: url(../images/xz-imgdot.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 160px;
	opacity: 0.3;
}

.xz-img .slick-dots li.slick-active {
	opacity: 1;
}

.xz-img .slick-dots li button {
	display: none;
}

/* 专题展示 */
.zt-list ul {
	display: flex;
	flex-wrap: wrap;
}

.zt-list ul li {
	width: 242px;
	margin-left: 209px;
	margin-top: 30px;
}

.zt-list ul li:nth-child(3n + 1) {
	margin-left: 0;
}

.zt-list ul li a{
	display: block;
}

.zt-list ul li .pic img{
	height: 380px;
}