@charset "utf-8";


body,html{overflow-x:hidden;}

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: auto;
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner a {
	display: block;
	position: relative;
}

.banner .slick-slide a img {
	display: block;
	width: 100%;
}

.banner .slick-dots {
	width: 100%;
	max-width: 1400px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 34px;
	text-align: right;
	font-size: 0;
}

.banner .slick-dots li {
	width: 16px;
	height: 16px;
	margin: 0 10px;
	transition: all 0.3s;
}

.banner .slick-dots li button {
	display: inline-block;
	font-size: 24px;
	color: #cc1515;
}
.banner .slick-dots li.slick-active{
 width:70px;
	
}

.banner .slick-dots li.slick-active button {
	/*background: #fff;*/
	font-size:30px;
	font-weight:bold;
	width: 70px;
	text-align: left;
}
.banner .slick-dots li.slick-active button::after {content:"";position:absolute;width:45px;height: 2px;background:#cc1515;bottom: -3px;right:0;}

.banner .slick-prev,
.banner .slick-next {
	width: 40px;
	height: 80px;
	z-index: 9;
	opacity: 0.7;
	transition: all 0.3s;
}

.banner .slick-prev {
	left: 7%;
	
	background-size: cover;
}

.banner .slick-next {
	right: 7%;
	
	background-size: cover;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
	opacity: 1;
}

/*首页主体*/


.title {
	overflow: hidden;
	line-height: 50px;
	/* padding-bottom: 10px; */
	border-bottom: 1px solid #ccc;
}

.title h3 {
	float: left;
	font-size: 28px;
	color:#9c130a;
	border-bottom: 3px solid #9c130a;
	margin-bottom: -1px;
	padding-bottom: 5px;
	position: relative;
}

.title h3::after{
  /* content:""; */
  position: absolute;
  height: 2px;
  background: #9c130a;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
}
.title h3 img {
	vertical-align: -5px;
	padding-right: 10px;
}

.more {
	float: right;
}

.more a {
	display: block;
	font-size: 16px;
	transition: all 0.3s;
	color:#666;
}

.more a img {
	vertical-align: middle;
}

.more a:hover {
	margin-right: 5px;
}

/* 页面主体 */

.section1 {
	padding-top: 50px;
	padding-bottom: 40px;

}

.s1-l {
	width: 55.57%;
	
}

.s1-lk {
	margin-top: 20px;
}

.s1-l-l {
	width: 100%;
}
.s1-l-l ul li{width:44.34%;margin-right: 5.66%;float:left;}
.s1-l-l ul li a {
	display: block;
	position: relative;
	transition: all 0.3s;
	padding-bottom: 120px;
padding-bottom: 107px;
}
.s1-l-l ul{
	overflow:hidden;
	}
.s1-l-l ul li .pic {
	padding-top: 66.66%;
}

.s1-l-l ul li a:hover .pic img {
	transform: scale(1.1);
}

.s1-l-l ul li .time{
	position:absolute;
	width:75px;
	height:75px;
	color:#fff;
	background:#a72213;
	text-align:center;
	left:10px;
	bottom:30%;
	}
.s1-l-l ul li .time span{
	display:block;
	}
.s1-l-l ul li .time span.month{
	font-size:18px;
	padding-top:10px;
	}
.s1-l-l ul li .time span.day{
	font-size:24px;
	padding-top:3px;
	}
.s1-l-l ul li .s1-linfo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 82px;
	
	z-index: 1;
}

.s1-l-l ul li .s1-linfo h3 {
	font-size: 16px;
	/* font-weight: bold; */

	color: #333;
	
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.s1-l-l ul li .s1-linfo h3:hover{color:#9b0000;}
.s1-l-l ul li .s1-linfo p{
	font-size:14px;
	color:#777;
	line-height:24px;
	margin-top:15px;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	height:48px;
	}
.s1-l-l .slick-dots {
	width: auto;
	bottom: 21.5px;
	font-size: 0;
	right: 10px;
}

.s1-l-l .slick-dots li {
	width: 12px;
	height: 12px;
	background: #e0e0e0;
	border-radius: 50%;
	margin: 0 7px;
}

.s1-l-l .slick-dots li.slick-active {
	background: #ea9415;
}

.s1-l-l .slick-dots li button {
	display: none;
}

.s1-l-r {
	overflow: hidden;
}

.s1-l-r ul li {
	position: relative;
	padding-left: 25px;
}

.s1-l-r ul li a {
	display: block;
	padding: 14.5px 0;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.34);
	transition: all 0.3s;
}

.s1-l-r ul li:first-child a {
	padding-top: 0;
}

.s1-l-r ul li:first-child:after {
	top: 8px;
}

.s1-l-r ul li::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(57, 162, 177, 0.27);
}

.s1-l-r ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 23px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #bdbdbd;
	border: 3px solid #fff;
	transition: all 0.3s;
}

.s1-l-r ul li:hover::after {
	background-color: #39a2b1;
}

.s1-l-r ul li a span {
	float: left;
	font-size: 16px;
	color: #0bacc3;
	margin-right: 15px;
	margin-top: 4px;
}

.s1-l-r ul li a h3 {
	font-size: 16px;
	overflow: hidden;
	line-height: 30px;
	max-height: 60px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.section1 .s2-l1 {
	/* width: 53.21%; */
	flex: 1;
}


.s1-rt {
	background-color: #f5f5f5;
	padding: 25px 30px;
}

.s1-rt h3 {
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-rt p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 15px;
}

.s1-r ul {
	margin-top: 16px;
}

.s1-r ul li {
	border-bottom: 1px dashed #eee;
	line-height: 60px;
}

.s1-r ul li a {
	display: block;
	transition: all 0.3s;
	
	padding-left: 16px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-r ul li span {
	float: right;
	font-size: 14px;
	padding-left: 10px;
}

.xz-r1 ul {
	margin-top: 28px;
}

.xz-r1 ul li {
	line-height: 50px;
	border-bottom: none;
}

.xz-r1 ul li a {
	display: block;
	background: none;
	padding-left: 0;
	transition: none;
	padding: 0 15px 0 10px;
}

.xz-r1 ul li .xz-rt {
	flex-wrap: nowrap;
}

.xz-r1 ul li .xz-rt h3 {
	font-size: 16px;
	
	padding-left: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #000;
}

.xz-r1 ul li p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 48px;
	padding-left: 22px;
	text-indent: 2em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: initial;
	display: none;
}

.xz-r1 ul li span {
	color: #888;
}

.xz-r1 ul li.on a {
	padding: 5px 15px 20px 10px;
	
	background-size: cover;
	border-radius: 4px;
	box-shadow: 0px 10px 10px 0px rgba(120, 178, 186, 0.3);
	overflow: hidden;
}

.xz-r1 ul li.on p {
	display: block;
}

.xz-r1 ul li.on .xz-rt h3 {
	
	font-size: 18px;
	color: #39a2b1;
}

.xz-r1 ul li.on .xz-rt span {}




.section2 .s1-r,
.s2-r {
	width: 48.5%;
}

.s2-l ul {
	margin-top: 5px;
}

.s2-l ul li {
	position: relative;
}

.s2-l ul li a {
	display: block;
	overflow: hidden;
	padding: 13px 0;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.34);
	position: relative;
	transition: all 0.3s;
}

.s2-l ul li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0;
	width: 0;
	height: 1px;
	background: #00469d;
	transition: all 0.3s;
}

.s2-l ul li:hover::after {
	width: 100%;
}

.s2-l ul li .date {
	float: left;
	width: 70px;
	height: 60px;
	background: #e5edf7;
	text-align: center;
	color: #7e7e7e;
	margin-right: 24px;
	transition: all 0.3s;
}

.s2-l ul li .date p {
	font-size: 24px;
	font-weight: bold;
	padding-top: 4px;
}

.s2-l ul li .date span {
	display: block;
	font-size: 14px;
}

.s2-l ul li .s2-linfo {
	overflow: hidden;
}

.s2-l ul li .s2-linfo h3 {
	font-size: 18px;
	line-height: 30px;
	max-height: 60px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}

.s2-l ul li:hover .date {
	color: #00469d;
}

.s2-l ul li a:hover .s2-linfo h3 {
	color: #00469d;
}

.s2-r ul {
	margin-top: 15px;
}

.s2-r ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 26px;
	background:url(../images/arrow.png) no-repeat left center;
}



.s2-r ul li span {
	float: right;
	font-size: 16px;
	color: #888;
	margin-left:20px;

}

.s2-r ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 16px;
	color: #333;
	transition: all 0.3s;
}

.s2-r ul li a:hover {
	color: #9b0000;
}



.section4 {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fcf6f5;
	
}



.s2-r{float:right;width:44.3%;}
.s4-l{float:left;}
.s1-lb-tit{line-height: 45px;margin-top: 15px;background: #eee;overflow:hidden;}
.s1-lb-tit h2{font-size: 17px !important;/* display:inline-block; */margin-right: 0px;width: 50%;text-align: center;float: left;cursor:pointer;}
.s1-lb-tit h2.on{background: #9b0000;color: #fff;}
.s1-lb-tit h2.on a{color:#fff;}
.more-links {
    float: right;
}

.s1-lb-tit a {
    font-size: 16px;
    line-height: 45px;
    color: #999;
    display:block;

}

.s4-ul-list ul li a{color:#333}
.s4-ul-list ul li span{color:#999;}

.s4-ul-list ul li{background:url(../images/dot.png) no-repeat left center;}
.s4-ul-list ul li::before,.s4-ul-list ul li::after{width:0;height:0;}




.section4 .s1-r, .section4 .s2-r{width:48.5%;}
@media screen and (max-width:1669px) {
	
	.zt-slick .slick-prev{left:-20px;}
	.zt-slick .slick-next{right:-20px;}
	
	}

@media screen and (max-width:1500px) {
	
	}

@media screen and (max-width: 1540px) {
		.zt-slick .slick-prev{left:30px;border-radius:50%;z-index:998;}
 
	.zt-slick .slick-next{right: 30px;border-radius:50%;z-index:998;}
	}

@media screen and (max-width: 1399px) {
	.s1-l {
		/* width: 740px; */
		/* margin-right: 50px; */
	}

	.s1-l-l ul li .pic {
		/* padding-top: 374px; */
	}
	.s2-r ul li{margin-bottom:24px;}

	.section1 .s2-l {
		width: calc(100% - 790px);
	}

	.s2-l ul {
		margin-top: 9px;
	}

	.s2-l ul li a {
		padding: 8px 0;
	}
	.zt-slick{margin:20px 0 0 0;}
	.zt-slick .slick-slide{margin:0 20px;}
}
@media screen and (max-width: 1279px) {

.s2-r ul li{margin-bottom: 18px;}
	.s1-l-l ul li .time{width:65px;height:65px;bottom:33%}
	.s1-l-l ul li .time span.month{font-size:16px;}
	.s1-l-l ul li .time span.day{font-size:18px;}
	.s1-l{width: 54.5%;}
	
}
@media screen and (max-width: 1100px) {
	.s1-l {
	margin-right: 0px;
	width: 51%;
	}
    .s2-r ul li{margin-bottom:17px;}
	.logo a img{height:42px;}
	.section1,.section3,.section4,.section5{padding:20px 0;}
	.title h3,.sec2-l-title,.s3-ul-list .title h3,.s1-lb-tit h2{font-size:24px;}
.sec2-l-title{width:43px;}
.section6 .link ul li{line-height:36px;}
.head-txt{display:none;}
}


@media screen and (max-width: 1024px) {
	.s1-l-l ul li{width:48%;margin-right:0;}
	.s1-l-l ul li:nth-child(2){float:right;}
	.s1-l-l ul li .time{bottom:25%}
	.banner .slick-dots {
		bottom: 15px;
	}

	.banner .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 10px;
	}
.section1 .s2-l1 li.first p:nth-child(2){height:62px;}
	.banner .slick-prev,
	.banner .slick-next {
		width: 20px;
		height: 35px;
	}

	.banner .slick-prev {
		left: 20px;
	}

	.banner .slick-next {
		right: 20px;
	}

	.title {
		line-height: 40px;
		padding-bottom: 5px;
	}

	.title h3, .sec2-l-title, .s3-ul-list .title h3, .s1-lb-tit h2{
		font-size: 20px;
	}
	.sec2-l-title{width: 35px;background-size: 35px;}

	.title h3 img {
		max-height: 26px;
	}

	.section1 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.s1-l,
	.section1 .s2-l {
		width: 100%;
	}

	.s1-l {
		margin-right: 0;
	}
	.s1-lk{margin-top:10px;}

	.s1-l-l ul li .pic {
		padding-top: 66.666%;
	}

	.s1-l-l ul li .s1-linfo {
		height: auto;
	}

	.s1-l-l ul li .s1-linfo h3 {
		line-height: 46px;
		font-size: 16px;
		/* padding: 0 140px 0 20px; */
	}
	.s1-l-l ul li .s1-linfo p{margin-top:0;}
.s2-r ul{margin-top:20px;}
.list-lb ul{margin-top:15px;}
	.s1-l-l .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 6px;
	}

	.s1-l-l .slick-dots {
		bottom: 18px;
	}

	.section1 .s2-l {
		margin-top: 25px;
	}

	.s2-l ul li a {
		padding: 12px 0;
	}

	.s2-l ul li .s2-linfo h3 {
		font-size: 16px;
	}

	.s2-l ul li .date p {
		font-size: 20px;
		padding-top: 5px;
	}

	.s2-l ul li .date span {
		font-size: 12px;
	}

	.s2-l ul li .date {
		width: 64px;
		height: 54px;
		margin-right: 20px;
	}

	.s2-l ul li .s2-linfo h3 {
		line-height: 27px;
		max-height: 54px;
	}

	.section2 {
		padding: 25px 0 10px 0;
	}

	.s2-c ul {
		margin-left: -12px;
		margin-right: -12px;
	}

	.s2-c ul li a {
		margin: 0 12px;
	}

	.s2-c ul li .s2-cintro {
		padding: 10px 15px;
	}

	.s2-c ul li .s2-cintro h3 {
		font-size: 16px;
	}

	.section3 {
		padding: 25px 0;
	}

	.section3 .title::after {
		width: 40px;
		height: 3px;
	}

	.s3-c ul li {
		width: 49%;
	}

	.s3-c ul li a {
		padding: 15px;
	}

	.s3-c ul li .date {
		margin-right: 20px;
	}

	.s3-c ul li .date p {
		font-size: 24px;
	}

	.s3-c ul li .date span {
		font-size: 14px;
		margin-top: 6px;
	}

	.s3-c ul li .s3-tx h3 {
		font-size: 16px;
	}

	.s3-c ul li .s3-tx p {
		font-size: 14px;
		line-height: 22px;
		max-height: 44px;
	}

	.section4 {
		padding-top: 25px;
		padding-bottom: 30px;
	}

	.s2-r ul li {
		padding-left: 16px;
	}

	.s2-r ul li a {
		font-size: 16px;
	}

	.s2-r ul li span {
		font-size: 14px;
	}

	.s2-r ul li::before {
		/* width: 4px; */
		/* height: 4px; */
	}
	.sec2-right .zt-slick-ul li{background-size:40px !important;}
	.s4-l,.s2-r,.section4 .s1-r, .section4 .s2-r{float:none;width:100%;}

}

@media screen and (max-width: 990px) {
	.s1-lb-tit h2{/* margin-right:3%; */}
	}


@media screen and (max-width: 768px) {
	.s1-l-l ul li .time{bottom:29%;}
	.banner .slick-dots{text-align:center;display:none !important;}
	.title h3, .sec2-l-title, .s3-ul-list .title h3, .s1-lb-tit h2{font-size:18px;}
	.sec2-right ul li a{font-size:16px;}
	.sec2-right ul li{background-size:40px !important;}
	
	.more a,.s3-ul-list .more a,.s1-lb-tit a,.foot p{font-size:14px;}
	
	.s3-c ul li {
		width: 100%;
	}

	.s3-c ul li a {
		padding: 10px;
	}

	.s2-r {
		width: 100%;
	}

	.section4 .s2-r:nth-child(2) {
		margin-top: 15px;
	}

	.s2-r ul li {
		/* line-height: 46px; */
	}

	.s3-c ul li .date p {
		font-size: 22px;
	}

	.s3-c ul li .date span {
		font-size: 12px;
		margin-top: 4px;
	}
	.sec2-right .zt-slick-ul li{margin-bottom:20px;}
	.sec2-right .zt-slick-ul li a{padding: 27px 10px 50px 10px;}
		.section6 .link ul li{margin-right:0;padding-right:0;width:25%;}
		.px1400{margin-left:10px;margin-right:10px;}
		.s2-r ul li{/* line-height:36px; */}
}

@media screen and (max-width: 640px) {
	
	.sec2-left{width:100%;float:none;max-height: 80px;min-height: auto;background-size: cover;}
	.sec2-l-title{width:100%;margin-top: 0;background-position: 38% center;padding: 20px 0;}
	.sec2-right{width:100%;}
	.sec2-right .slick-prev,.sec2-right .slick-next{width:20px;height:20px;background-size:20px;margin-left:15px;}
	.sec2-right .slick-dots{width:20px;margin-left: 15px;}
	.s1-l-l ul li .time{width:55px;height:55px;bottom:36%;}
	.s1-l-l ul li .time span.month{padding-top:5px;}

	}

@media screen and (max-width: 540px) {

.s1-l-l ul li .time{bottom:40%}
	.sec2-right ul li a{font-size:14px;}
	.sec2-right .zt-slick-ul li{width:48%;margin:0 1%;margin-bottom:20px;}
	.sec2-right .zt-slick-ul{margin: 20px 20px 0 50px;}
	.sec2-l-title{background-size:30px;}
	.section6 .link h3{float:none;background:none;line-height:45px;}
	.section6 .link ul li{width:50%;}
	.section6 .link ul{padding-bottom:20px;}
	.title{padding-bottom:0;}
	
	}
@media screen and (max-width: 480px) {
		.sec2-l-title{width:100%;margin-top: 0;background-position: 35% center;padding: 15px 0;}
		.sec2-l-title{background-size:25px;}
			.sec2-right .zt-slick-ul li a{padding: 20px 10px 30px 10px;}
			.sec2-right .zt-slick-ul li{background-size:30px !important;}
		
		
		
	.title h3 img {
		max-height: 24px;
		vertical-align: -3px;
	}
	
	.s1-l-l .slick-dots li {
		margin: 0 4px;
	}
	.s1-l-l ul li .s1-linfo h3 {
		/* padding: 0 110px 0 20px; */
	}
	.s1-l-l ul li .time{width:45px;height:45px;bottom:45%;}
	.s1-l-l ul li .time span.month{padding-top:2px;font-size:14px;}
		.s1-l-l ul li .time span.day{font-size:16px;padding-top:0;}
	
}

@media screen and (max-width: 375px) {
	.sec2-right .zt-slick-ul li{width:100%;margin-bottom:10px;}
	.sec2-l-title{background-size:20px;background-position:30% center;}
	.sec2-right .slick-next{top:65%;}
	}