@charset "utf-8";
.banner {
	position: relative;
	overflow: hidden;
}

.banner:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 1;
	background: url(/shfwcx/images/h_bj.png) repeat-x;
	pointer-events: none;
	height: 140%;
}

.banner img {
	display: block;
	width: 100%;
	transition: all 0.5s ease 0s;
}

.banner ul li:hover img {
	transform: scale(1.1);
}

.banner a {
	display: block;
	position: relative;
}

.banner .slick {
	position: relative;
	z-index: 9;
}

.banner .slick-slide a {
	display: block;
	position: relative;
}

.banner .slick-dots {
	bottom: 2em;
	width: 2rem;
	right: calc(50% - 8.9rem);
}

.banner .slick-dots li {
	margin: 0 .15rem;
	padding: 0;
	width: .06rem;
	height: .06rem;
	font-size: 0;
	display: block;
	background: #fff;
	border-radius: 50%;
	float: left;
}

.banner .slick-dots li.slick-active {
	font-size: 0;
	background: url(/shfwcx/images/ban-on.png) no-repeat;
	background-size: 100%;
	border: 0;
	width: .6rem;
	height: .46rem;
	border-radius: 0;
	position: relative;
	top: -0.2rem;
}

.banner .slick-prev {
	width:.42rem;
	height: .42rem;
	background: url(/shfwcx/images/ban-l.png) no-repeat;
	top: auto;
	left: .47rem;
	transform: none;
	bottom: calc(50% - .2rem);
	background-size: cover;
}

.banner .slick-next {
	width:.42rem;
	height: .42rem;
	background: url(/shfwcx/images/ban-r.png) no-repeat;
	top: auto;
	left: auto;
	transform: none;
	right: .47rem;
	bottom: calc(50% - .2rem);
	background-size: 100%;
}

.part1 {
	width: 100%;
	overflow: hidden;
}

.part2 {
	width: 100%;
	overflow: hidden;
	padding-bottom: .5rem;
}

.dtxx,
.xczx {
	float: left;
	width: 57.8%;
	padding-bottom: .3rem;
}

.tit h2 {
	font-size: .34rem;
	color: #1c1c1c;
	float: left;
	padding-left: .6rem;
}

.tit {
	width: 100%;
	padding: .45rem 0;
	overflow: hidden;
}

.tit .more {
	float: right;
	font-size: .18rem;
	color: #0057b1;
	line-height: .45rem;
}

.dtxx .tit h2 {
	background: url(/shfwcx/images/1_05.png) no-repeat left center;
}

.notice .tit h2 {
	background: url(/shfwcx/images/1_07.png) no-repeat .05rem center;
}

.xczx .tit h2 {
	background: url(/shfwcx/images/1_21.png) no-repeat left center;
	padding-left: .8rem;
}

.xygz .tit h2 {
	background: url(/shfwcx/images/1_18.png) no-repeat left center;
	padding-left: 1rem;
}

.dtxx .jdt {
	width: 100%;
	margin-bottom: .2rem;
}

.jdt li {
	width: 100%;
	background: #FFFFFF;
	margin: 0 .05rem .05rem 0;
	padding: 0;
	height: 3.49rem;
}

.jdt .img {
	float: left;
	width: 61.6%;
	position: relative;
	overflow: hidden;
	height: 3.49rem;
}

.jdt .img img {
	position: absolute;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}

.jdt .txt_con {
	width: 38.4%;
	padding: 0.4rem .32rem;
	float: left;
	box-shadow: 11px 10px 10px -17px #686868;
	height: 3.49rem;
}

.jdt .txt_con h2 {
	color: #121212;
	font-size: .18rem;
	line-height: .34rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.jdt .txt_con .date {
	margin: .24rem 0;
	width: 1.2rem;
	background: #313b69;
	color: #fff;
	font-size: .18rem;
	height: .36rem;
	text-align: center;
	line-height: .36rem;
}

.jdt .txt_con p {
	line-height: .32rem;
	color: #666;
	font-size: .14rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: break-spaces;
}

.jdt .slick-dots {
	right: 38%;
	bottom: 20px;
	width: 110px;
}

.jdt .slick-dots li {
	margin: 0 7px;
	padding: 0;
	width: 6px;
	height: 6px;
	font-size: 0;
	display: block;
	background: #fff;
	border-radius: 50%;
	float: left;
}

.jdt .slick-dots li.slick-active {
	background: #118c4c;
}

.dtxx .list li {
	width: 100%;
	overflow: hidden;
	margin-bottom: .27rem;
	line-height: .3rem;
}

.dtxx .list li:last-child {
	margin-bottom: 0;
}

.dtxx .list li .date {
	width: 1.24rem;
	height: .3rem;
	background: #d0bda6;
	color: #fff;
	font-size: .18rem;
	float: left;
	display: block;
	text-align: center;
	line-height: .3rem;
}

.dtxx .list li a {
	float: right;
	width: calc(100% - 1.34rem);
	display: block;
	font-size: .18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dtxx .list li:hover .date {
	background: #313b69;
}

.dtxx .list li:hover a {
	color: #313b69;
	font-weight: 700;
}

.notice,
.xygz {
	float: right;
	width: 40%;
}

.notice ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.notice ul li {
	width: 100%;
	margin-bottom: .23rem;
	padding-bottom: .1rem;
}

.notice ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.notice ul li a:hover h3 {
	color: #313b69;
	font-weight: 700;
}

.notice .s1-date {
	text-align: center;
	margin-right: .2rem;
}

.notice .s1-date b {
	display: block;
	font-size: .25rem;
	color: #fff;
	background: #313b69;
	padding: 1px;
	height: .35rem;
}

.notice .s1-date span {
	font-size: .13rem;
	color: #8A8A8A;
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding: .05rem .05rem;
}

.notice .s1-tx {
	flex: 1;
	min-width: 0;
}

.notice .s1-tx h3 {
	font-size: .18rem;
	color: #1b1b1b;
	line-height: .6rem;
	height: .6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	font-weight: normal;
}

.notice .s1-tx p {
	font-size: .14rem;
	line-height: .3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #787878;
	white-space: nowrap;
	float: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: break-spaces;
}

.notice .s1-tx:hover h3 {
	color: #313b69;
	font-weight: 700
}

.notice ul li:hover .s1-date span {
	background: #c4b29d;
	color: #fff;
}

.xczx_tj {
	width: 100%;
	margin-bottom: 20px;
}

.xczx_tj li {
	width: 100%;
	margin: 0 5px 5px 0;
	padding: 0;
	height: 2.47rem;
}

.xczx_tj .img {
	float: left;
	width: 41%;
	position: relative;
	overflow: hidden;
	height: 2.47rem;
	max-width: 3.83rem;
}

.xczx_tj .img img {
	position: absolute;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}
.xczx_tj .txt1{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: .15rem;
    line-height: .36rem;
    padding: .05rem;
    position: absolute;
    bottom: 0;
}

.xczx_tj .txt1:before{content: "";position: absolute;right: 0;bottom: 0;left: 0;background-image: linear-gradient(0deg, #132836, transparent);height: 85%;z-index: 0;}

.xczx_tj .txt1 h2{font-size:1em;color:#fff;font-weight:normal;width:100%;padding: 0 15px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;position: relative;z-index: 2;}

.xczx_tj .txt_con {
	width: calc(100% - 3.83rem);
	padding: .2rem .2rem;
	float: left;
	height: 2.47rem;
}

.xczx_tj .txt_con h2 {
	color: #121212;
	font-size: 18px;
	line-height: 34px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
max-height: 68px;
}

.xczx_tj .txt_con .date {
	margin: .24rem 0;
	width: 1.2rem;
	background: #313b69;
	color: #fff;
	font-size: .18rem;
	height: .36rem;
	text-align: center;
	line-height: .36rem;
}

.xczx_tj .txt_con p {
	line-height: .3rem;
	color: #666;
	font-size: .14rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: break-spaces;
max-height: .6rem;
}

.xczx_tj .slick-dots {
	left: 3.5rem;
	top: 45%;
	width: 10px;
}

.xczx_tj .slick-dots li {
	margin: 5px 0;
	padding: 0;
	width: 6px;
	height: 6px;
	font-size: 0;
	display: block;
	background: #fff;
	border-radius: 50%;
	float: left;
}

.xczx_tj .slick-dots li.slick-active {
	background: #118c4c;
}

.xczx .list {
	margin: .12rem -.3rem;
	position: relative;
	overflow: hidden;
}

.xczx .list .box {
	margin: 0 .3rem;
}

.xczx .list .box:last-child {
	margin: 0;
}

.xczx .list .pics img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	height: 100%;
}

.xczx .list p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size: 15px;
	line-height: 36px;
	background: #e5e4e4;
	padding: 5px;
}

.xczx .list .pics {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	border-radius: 50%;
}

.xczx .list .slick-arrow {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 34px;
	margin-top: -17px;
	text-indent: 99px;
	overflow: hidden;
	border: none;
	z-index: 9;
	cursor: pointer;
}

.xczx .list .slick-prev {
	left: 15px;
	background: url(/shfwcx/images/prev.png) no-repeat center #ddd;
	background-size: 80%;
}

.xczx .list .slick-next {
	right: 15px;
	background: url(/shfwcx/images/next.png) no-repeat center #ddd;
	background-size: 80%;
}

.xygz ul li {
	width: 100%;
	overflow: hidden;
	background: url(/shfwcx/images/xymr.png) no-repeat;
	margin-top: .25rem;
	padding: .1rem .2rem;
	height: .75rem;
}

.xygz ul li.first {
	width: 100%;
	box-shadow: 2px 1px 7px #dedede;
	background: #fff;
	height: auto;
	padding: 0;
	margin: 0;
	height: 2.27rem;
	margin-top: .2rem;
}

.xygz ul li.first .img {
	float: left;
	width: 55%;
	position: relative;
	height: 100%;
}

.xygz ul li.first:hover {
	border: 0;
}

.xygz ul li.first .img img {
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	height: 100%;
}

.xygz ul li.first .s1-tx {
	float: right;
	width: 45%;
	padding: .2rem .25rem;
}

.xygz ul li.first .s1-tx h3 {
	width: 100%;
	margin-bottom: .36rem;
	font-size: .18rem;
	font-weight: 700;
	color: #121212;
	line-height: .34rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: break-spaces;
}

.xygz ul li.first .s1-date {
	float: left;
}

.xygz ul li.first .s1-date b {
	display: block;
	text-align: center;
	font-size: .25rem;
	color: #313b69;
}

.xygz ul li.first .s1-date span {
	display: block;
	text-align: center;
}

.xygz ul li span {
	font-size: .13rem;
	color: #787878;
}

.xygz ul li h3 {
	font-size: .18rem;
	font-weight: normal;
	color: #121212;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: .3rem;
}

.xygz ul li:hover {
	border: 1px solid #313b69;
	background: none;
}

.xygz ul li:hover h3 {
	color: #313b69;
	font-weight: 700;
}

.link {
	width: 100%;
	overflow: hidden;
	background: rgb(226 226 230 / 0.4);
	padding: 20px 0;
}

.link h2 {
	color: #1f1f1f;
	font-size: 23px;
	float: left;
	width: 100px;
}

.link ul {
	float: right;
	width: calc(100% - 180px);
}

.link ul li {
	margin-right: 83px;
	float: left;
	background: url(/shfwcx/images/link.png) no-repeat left center;
	padding-left: 20px;
	line-height: 40px;
}

.link ul li:last-child {
	margin-right: 0;
}

.link ul li a {
	font-size: 18px;
	color: #1f1f1f;
}

@media screen and (max-width: 1620px) {
	.tit {
		padding: 25px 11px;
	}
	.dtxx,
	.xczx {
		width: 57.8%;
	}
	.notice,
	.xygz {
		width: 40%;
	}
	.notice ul li {
		/* margin-bottom: 4px; */
	}
}

@media screen and (max-width: 1400px) {
	.tit {
		padding: 25px 11px;
	}
	.dtxx,
	.xczx {
		width: 57.8%;
	}
	.notice,
	.xygz {
		width: 40%;
	}
	.notice ul li {
		/* margin-bottom: .04rem; */
	}
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
	.banner {
		margin-top: 57px;
	}
	.banner:before {
		display: none;
	}
	.slick .slick-dots li {
		width: 10px;
		height: 10px;
	}
	.banner .slick-dots {
		display: none !important;
	}
	.dtxx {
		width: 100%;
		padding-bottom: 20px;
	}
	.ttxw .img {
		width: 100%;
	}
	.ttxw .img img {
		width: 100%;
		height: auto;
		min-height: 100%;
		vertical-align: middle;
	}
	.ttxw .txt_con {
		width: 100%;
	}
	.ttxw .slick-dots {
		right: 20%;
	}
	.notice,
	.xczx,
	.xygz {
		width: 100%;
		float: none;
	}
	.link h2,
	.link ul {
		width: 100%;
		float: none;
		line-height: 40px;
	}
	.link ul li {
		margin-right: 26px;
		line-height: 45px;
		margin-left: 0;
	}
	.link ul li a {
		font-size: 16px;
	}
	.dtxx,
	.notice,
	.xczx,
	.xygz {
		width: 100%;
		float: none;
	}
	.tit h2 {
		font-size: 26px;
	}
	.jdt .txt_con{box-shadow: none;}
}

@media screen and (max-width: 768px) {
	.xygz ul li.first .img,
	.xygz ul li.first .s1-tx {
		width: 100%;
		padding-bottom: 0;
	}
	.xygz ul li.first .img img {
		position: relative;
	}
	.xygz ul li.first .s1-date {
		padding-top: 14px;
	}
	.xygz ul li.first .s1-tx h3 {
		width: calc(100% - 60px);
		float: right;
	}
	.dtxx,
	.notice,
	.xczx,
	.xygz {
		width: 100%;
		float: none;
	}
	.jdt .img {
		width: 100%;
		float: none;
		padding: 0;
	}
	.jdt .txt_con {
		width: 100%;
		float: none;
		padding: 0;
		height: auto;
	}
	.jdt li {
		margin: 0;
		box-shadow: none;
		height: auto;
	}
	.jdt .img {
		margin-bottom: 20px;
	}
	.jdt .txt_con p {
		line-height: 25px;
		max-height: 100px;
	}
	.dtxx .jdt {
		margin: 0;
	}
	.jdt .slick-dots {
		top: 378px;
		left: calc(100% - 101px);
		bottom: 3%;
	}
	
	
}


@media screen and (max-width: 640px){
	.xczx_tj .img{min-width: 60%;}
.xczx_tj .txt_con{width: 40%;}
	
	.xczx_tj .slick-dots {
		
		left: 56%;
	}
	
}
@media screen and (max-width: 500px){
	.xczx_tj .img{ width: 100%; }
.xczx_tj .txt_con{display:none; }
	
	.xczx_tj .slick-dots {
		
		left: calc(100% - 28px);
	}
	
	
}

@media screen and (max-width: 480px) {
	.banner .slick-prev {
		left: 0;
		width: 30px;
		height: 30px;
	}
	.banner .slick-next {
		right: 0;
		height: 30px;
		width: 30px;
	}
	.s1-tx h3 {
		font-size: 18px;
		color: #1b1b1b;
		line-height: 30px;
		height: 60px;
		font-weight: normal;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;
	}
	.dtxx .list li .date {
		width: 32%;
		font-size: 13px;
	}
	.dtxx .list li a {
		width: 64%;
	}
	.jdt .img {
		height: 249px;
	}
	.jdt .slick-dots {
		top: 229px;
	}
	
}