/* banner?Â§aï¿½??|?Â§aï¿½??1?ï¿¥aï¿½o?? */

.banner {
	overflow: hidden;
	position: relative;
	width: 100%;
	/* margin-top: 70px; */
}

.slider-banner {
	position: relative;
}

.slider-banner .slick-slide {
	position: relative;
}

.slider-banner .slick-slide img {
	vertical-align: top;
	width: 100%;
	object-fit: cover;
}

.slider-banner .slick-slide p {
	position: absolute;
	z-index: 9;
	width: 70%;
	bottom: 50px;
	left: 50%;
	margin-left: -740px;
	font-size: 2.625rem;
	color: #fff;
}

.slider-banner .slick-arrow {
	position: absolute;
	overflow: hidden;
	text-indent: 99px;
	width: 33px;
	height: 61px;
	top: 50%;
	margin-top: -25px;
	z-index: 9;
	cursor: pointer;
	border: 0;
}

.slider-banner .slick-prev {
	background: url(../images/ban-l.png) no-repeat;
	background-size: 100% 100%;
	left: 2%;
}

.slider-banner .slick-next {
	background: url(../images/ban-r.png) no-repeat;
	background-size: 100% 100%;
	right: 2%;
}

.slider-banner .slick-dots {
	position: absolute;
	width: auto;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}

.slider-banner .slick-dots li {
	float: left;
	margin: 0 5px;
}

.slider-banner .slick-dots li button {
	width: auto;
	height: auto;
	color: #fff;
	font-size: 1.5rem;
	background: none;
	border: none;
	box-shadow: none;
	text-indent: 0;
	cursor: pointer;
}

.slider-banner .slick-dots li.slick-active {
	background: url(../images/ban-ico.png) no-repeat;
	width: 50px;
	height: 36px;
}

.slider-banner .slick-dots li.slick-active button {
	display: none;
}

.slider-banner .slick-dots li.slick-active::after {
	content: "";
	float: right;
	width: 4px;
	height: 0;
	border-top: 1px solid #fff;
	margin-left: 30px;
	margin-top: 15px;
}

.slider-banner .slick-slide:before {
	background: url(../images/ban-msk.png) no-repeat bottom;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.slider-banner .slick-dots li:last-child::after {
	display: none !important;
}


/* banner?Â§aï¿½??|?Â§aï¿½??1?ï¿¥aï¿½o???Â§??aï¿½??|???? */


/*xyxw*/

.common {
	height: 66px;
	line-height: 66px;
	width: 100%;
	background: url(../images/lmbj.jpg) no-repeat left top;
	border-bottom: 1px solid #898989;
}

.common .tit {
	float: left;
}

.common .tit h1 {
	font-size: 30px;
	font-weight: 700;
	color: #004190;
	float: left;
}

.common .tit i {
	padding: 0 15px;
	font-size: 18px;
	color: #898989;
}

.common .tit span {
	color: #898989;
	font-size: 18px;
}

.common .more {
	float: right;
}

.common .more a {
	font-size: 18px;
	color: #005bac;
	line-height: 66px;
}

.slider-news {
	width: 620px;
	float: left;
	margin-right: 30px;
	margin-top: 20px;
	max-height: 529px;
	overflow: hidden;
}

.slider-news .slick-list {
	margin: 0px;
}

.slider-news .box {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.slider-news .pic {
	position: relative;
	width: 100%;
	padding-bottom: 75%;
	overflow: hidden;
}

.slider-news .pic img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	object-fit: cover;
}

.slider-news .pic img:hover {
	transform: scale(1.05);
}

.slider-news .txt {
	margin-top: 0px;
	overflow: hidden;
	width: 77%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	left: 20px;
	margin-top: -87px;
}

.slider-news .tit {
	display: block;
	text-align: left;
	line-height: 32px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 0;
	padding-bottom: 10px;
}

.slider-news .date {
	color: #fff;
	font-size: 14px;
	background: url(../images/newtime.png) no-repeat left center;
	padding-left: 30px;
}

.slider-news .abst {
	text-indent: 2em;
	font-size: 0.75rem;
	color: #7a8895;
	line-height: 22px;
	height: 45px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.slider-news .slick-arrow {
	width: 25px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	overflow: hidden;
	text-indent: 99px;
	cursor: pointer;
	z-index: 9;
}

.slider-news .slick-dots {
	position: absolute;
	bottom: 26px;
	right: 15px;
	z-index: 9;
}

.slider-news .slick-slide .pic:after {
	background: url(../images/newbtbj.png) no-repeat bottom;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -8px;
	left: 0;
	background-size: cover;
}

.slider-news .slick-dots li {
	float: left;
	width: 13px;
	height: 13px;
	margin: 0 5px;
	background: #ffffff8c;
	cursor: pointer;
	border-radius: 50%;
}

.slider-news .slick-dots li button {
	display: none;
}

.slider-news .slick-dots li.slick-active {
	background: #ffffff;
}

.right-news {
	float: right;
	width: calc(100% - 650px);
	margin-top: 20px;
}

.right-news li {
	line-height: 42px;
	position: relative;
	overflow: hidden;
	background: url(../images/btjt.jpg) no-repeat left center;
}

.right-news li.first {
	margin-bottom: 20px;
	background: #eeeeee;
	padding: 20px 22px;
	border-radius: 8px;
}

.right-news li.first a {
	width: 100%;
	white-space: normal;
	padding: 0;
}

.right-news li.first .txt {
	color: #0956a8;
	font-size: 1.0625rem;
	line-height: 26px;
	padding-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.right-news li.first .txt a {
	color: #333333;
	font-size: 18px;
	font-weight: 700;
}

.right-news li.first p.zy {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	height: 46px;
	overflow: hidden;
	padding-bottom: 5px;
}

.right-news li.first p:hover {
	color: #007ac7;
}

.right-news li.first .date {
	float: left;
	background: url(../images/time01.png) no-repeat left center;
	padding-left: 25px;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	height: 24px;
}

.right-news li a {
	float: left;
	color: #333333;
	font-size: 1rem;
	width: calc(100% - 110px);
	padding-left: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding-left: 17px;
}

.right-news li .date {
	float: right;
	font-size: 1rem;
	color: #333;
}

.right-news li:hover a {
	color: #0956a8;
}


/*part2*/

.part2 {
	width: 100%;
	height: auto;
	background: url(../images/part2.png) no-repeat;
	height: 370px;
	padding: 20px 0 50px;
	margin: 18px auto;
}

.tzgg {
	width: 620px;
	float: left;
}

.tzgg .list {
	margin-top: 23px;
}

.tzgg .list li {
	min-height: 83px;
	background: #eeeeee;
	margin-bottom: 43px;
	padding: 20px;
	border-radius: 8px;
	height: auto;
}

.tzgg .list li .date {
	background: #009bde;
	color: #FFFFFF;
	width: 48px;
	height: 38px;
	padding: 10px 17px;
	float: left;
	border-radius: 4px;
	position: relative;
	top: -30px;
	text-align: center;
	display: block;
	margin-right: 22px;
}

.tzgg .list li .date .yf {
	font-size: 16px;
	font-weight: bold;
}

.tzgg .list li .date .nf {
	font-size: 14px;
}

.tzgg .list li .txt a {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 105px);
	float: right;
}

.tzgg .list li .txt .zy {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding-top: 10px;
	display: block;
	width: calc(100% - 112px);
	float: right;
	height: 48px;
	overflow: hidden;
}

.djgz {
	float: right;
	width: calc(100% - 650px);
}

.djgz .list {
	margin-top: 23px;
}

.djgz .list li {
	float: left;
	margin-right: 6%;
	width: 47%;
}

.djgz .list li:last-child {
	margin-right: 0;
}

.djgz .list li .img {
	height: auto;
	margin-bottom: -4px;
}

.djgz .list li .img img {
	height: 100%;
	width: 100%;
}

.djgz .list li .txt {
	background: #eeeeee;
	padding: 16px 20px 10px 20px;
}

.djgz .list li .txt a {
	font-size: 16px;
	line-height: 27px;
	color: #333333;
	font-weight: 500;
	max-height: 54px;
	overflow: hidden;
	display: block;
}

.djgz .list li .txt .date {
	background: url(../images/time01.png) no-repeat left center;
	font-size: 16px;
	color: #898989;
	padding-left: 25px;
	line-height: 24px;
	padding-top: 5px;
}



/*part3*/
.part3{width: 100%;padding: 15px 0;height: auto;overflow: hidden;}
.xshd{width: 620px;float: left;}
.xshd .list{margin-top: 23px;}
.xshd .list .top_img {height: auto;overflow: hidden;}
.xshd .list .top_img li{float: left;width: 47%;margin-right: 6%;overflow: hidden;}
.xshd .list .top_img li:last-child{margin-right: 0;}
.xshd .list .top_img li .img{width: 100%;}
.xshd .list .top_img li .img img{width: 100%;}
.xshd .list .top_img li .txt{width: 100%;background: url(../images/hdbtbj.png) no-repeat bottom;overflow: hidden;line-height: 40px;margin-top: -46px;position: relative;background-size: cover;}
.xshd .list .top_img li .txt a{padding-left:15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #fff;font-size: 16px;width: calc(100% - 25px);display: block;}

.xshd .list .wzlist li{height: 45px;line-height: 45px;background: url(../images/hddot.png) no-repeat left center;width: 100%;padding-left: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xshd .list .wzlist li a{font-size:16px;color: #666666;}

.xshd1{width: calc(100% - 650px);float: right;}
.xshd1 .list{margin-top: 23px;}
.xshd1 .list li .img{float: left;width: 182px;}
.xshd1 .list li .img img{
	width:100%;
	border-radius: 10px;
}
.xshd1 .list li {width: 100%;margin-bottom: 20px;overflow: hidden;}

.xshd1 .list li .txt{
	color: #0956a8;
	font-size: 1.0625rem;
	line-height: 26px;
	padding-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: calc(100% - 202px);float: right;
}

.xshd1 .list li .txt a {
	color: #333333;
	font-size: 18px;
	font-weight: 700;
}

.xshd1 .list li .txt p.zy {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	padding-bottom: 5px;
	width: 100%;
	white-space: break-spaces;
	padding-top: 10px;
}

.xshd1 .list li .txt p:hover {
	color: #007ac7;
}

.xshd1 .list li .txt .date {
	float: left;
	background: url(../images/time01.png) no-repeat left center;
	padding-left: 25px;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	height: 24px;
}

.ztzl{width: 100%;padding: 60px 0 63px;background: #eeeeee;}

.s4-c li a {
    display: block;
    margin: 0 5px;
}

.s4-c li a .pic {
}

.s4-c .slick-prev,
.s4-c .slick-next {
    width: 33px;
    height: 61px;
    margin-top: -27px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 5;
}

.s4-c .slick-prev {
    left: -50px;
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
}

.s4-c .slick-next {
    left: auto;
    right: -50px;
    background: url(../images/right.png) no-repeat;
    background-size: 100% 100%;
}
.s4-c li img{width: 100%;}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 999;
}



@media screen and (max-width: 1283px) {
	.slider-banner .slick-arrow {
		display: none !important;
	}
	.slider-banner .slick-dots {
		display: none !important;
	}
	.main {
		width: 96%;
		margin: 0 auto;
		float: none;
		overflow: hidden;
	}
	.slider-news {
		width: 100%;
		max-height: 552px;
	}
	.right-news {
		width: 100%;
	}
	
	.tzgg {
		width: 100%;
	}
	.djgz {
		width: 100%;
	}
	.part2 {
		background: none;
	}
	.xshd{width: 100%;}
	.xshd1{width: 100%;float: left;}
	.ztzl{background: none;}
	  .s4-c .slick-slider {
        padding-left: 40px;
        padding-right: 40px;
    }
    .s4-c .slick-prev {
        left: 0;
    }
    .s4-c .slick-next {
        right: 0;
    }
	
}
@media screen and (max-width: 1024px) {
	.banner{
		margin-top:70px;
	}
}
@media screen and (max-width: 768px) {
	.slider-news {
		width: 100%;
		margin-right: 0;
	}
	.right-news {
		width: 100%;
	}
	.slider-news .txt {
	}
	.common .tit h1 {
		font-size: 24px;
	}
	.common .tit span {
		font-size: 15px;
	}
	.common .more a {
		font-size: 15px;
	}
	.tzgg .list li {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 640px) {
	.slider-news {
		width: 100%;
	}
	.right-news {
		width: 100%;
	}
	
}

@media screen and (max-width: 540px) {
	.slider-news {
		max-height: 316px;
	}
}

@media screen and (max-width: 460px) {
	.slider-news {
		max-height: 300px;
	}
	
}

@media screen and (max-width: 400px) {
	.slider-news {
		width: 100%;
		max-height: 255px;
	}
	.right-news {
		width: 100%;
	}
}

@media screen and (max-width: 330px) {
	.slider-news {
		width: 100%;
		max-height: 230px;
	}
	.right-news {
		width: 100%;
	}
}