.xwdt {
	width: 65%;
	max-width: 920px;
	float: left;
}

.xwpic {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.xwdtSwiper {
	float: left;
	width: 100%;

}

.xwdtSwiper .swiper-slide {
	float: left;
	width: 100%;
	display: flex;
}

.xwdtSwiper .swiper-slide .pic {

	width: 580px;
	height: 425px;
	overflow: hidden;
	border-radius: 0px 0 0;
}

.xwdtSwiper .swiper-slide .pic img {
	width: 100%;
	display: none; 
}

.xwdtSwiper .swiper-slide .pic .img {
	width: 100%;
	height: 100%;
	background-position: center center;
}

.xwdtSwiper .swiper-slide .bt {
	float: right;
	max-width: 340px;
	padding: 30px;
	background-color: #fff;
}

.xwdtSwiper .swiper-slide .bt .date {
	float: left;
	font-size: 24px;
	line-height: 40px;
	color: #46644b;
}

.xwdtSwiper .swiper-slide .bt .date b {
	color: #fe9f0a;
	font-size: 36px;
	font-weight: bold;
	padding-right: 10px;
}

.xwdtSwiper .swiper-slide .bt .date span {
	font-size: 18px;
	padding-left: 10px;
}

.xwdtSwiper .swiper-slide .bt h6 {
	float: left;
	margin: 10px 0;
	width: 100%;
	line-height: 30px;
}

.xwdtSwiper .swiper-slide .bt h6 a {
	font-size: 20px;
	font-weight: bold;
}

.xwdtSwiper .swiper-slide .bt p {
	font-size: 15px;
	height: 160px;
	line-height: 25px;
	color: #7d7d7d;
}

.xwdtSwiper .swiper-slide .bt a.read {
	float: right;
	padding-right: 40px;
	font-size: 14px;
	color: #666;
	background: url(../img/read.png) no-repeat right center;
	line-height: 40pxc;
}

.xwdtSwiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 0.7;
	background-color: #073f14;
	margin: 0px 10px !important;
	border-radius: 100% !important;

}

.xwdtSwiper .swiper-pagination-bullet-active {
	opacity: 1 !important;

}

.xwdtSwiper .swiper-pagination-bullets {
	bottom: 85px !important;
	left: auto !important;
	top: auto !important;
	right: 200px !important;

	width: 120px !important;
	overflow: hidden;
	padding-top: 0px;
	height: auto;
}

.xwbt {
	width: 100%;
	float: left;
}

.xwbt ul {
	width: 100%;
}

.xwbt ul li {
	width: 49%;
	margin-top: 20px;
	transition: all .6s;
	padding: 20px 30px;
	height:142px;
	background-color: #fff;
}

.xwbt ul li .date {
	float: left;
	width: 130px;
	font-size: 16px;
	color: #fff;
	background-color: #ffc051;
	line-height: 30px;
	text-align: center;
}

.xwbt ul li a.read {
	float: right;
	font-size: 16px;
	color: #666;
	background: url(../img/read2.png) no-repeat left center;
	padding-left: 20px;
}

.xwbt ul li h6 {
	width: 100%;
	float: left;
	line-height: 30px;
	padding: 10px 0 0 0;
}

.xwbt ul li h6 a {
	font-size: 20px;
	color: #333;
}

.xwbt ul li:hover {
	transform: translateY(-10px);
	background-color: #073f14;
}

.xwbt ul li:hover h6 a,
.xwbt ul li:hover a.read {
	color: #fff;
}

.tzgg {
	width: 32%;
	max-width: 920px;
	float: right;
}

.tzgg ul {
	width: 100%;
	float: left;
	margin-top: 0px;
	padding: 24px 30px;
	background-color: #fff;
	overflow:hidden;
}

.tzgg ul li {
	float: left;
	padding: 24px 0;
	margin-top: 0;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	transition: all .6s;
}

.tzgg ul li .date {
	float: left;
	width: 68px;
	height: 68px;
	color: #fff;
	padding: 4px 0;
	background-color: #1f7936;
	border-radius: 0;
	text-align: center;

}

.tzgg ul li .date b {
	float: left;
	width: 100%;

	border-radius: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
}

.tzgg ul li .date span {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.tzgg ul li .bt {
	float: right;
	margin: 0;
	margin-left: 0;
	height: 60px;
	line-height: 30px;
	width: calc(100% - 80px);
	/* 	padding-left: 20px; */

}

.tzgg ul li .bt a {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	color: #333;
	overflow: hidden;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.tzgg ul li:hover .bt a {
	color: #1f7936;
}

.tzgg ul li:hover {
	transform: translateY(0px);
	width: calc(100% + 60px);
	padding: 24px 35px;
	margin: 0 -30px;
	background-color: #073f14;
}

.tzgg ul li:hover .bt a,
.tzgg ul li:hover a.read {
	color: #fff;
}

.pic img {
	width: 100%;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	transform: scale(1.0);
}

.pic:hover .img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.tshd {
	width: 100%;
	max-width: 100%;
	float: left;
}

.tshd ul {
	width: 100%;
	float: left;
}

.tshd ul li {
	position: relative;
	width: 49%;
	height: 240px;
	margin: 35px 0;
	max-width: 670px;
	transition: all .6s;
	padding: 30px;
	background-color: #fff;
}

.tshd ul li .bt {
	float: left;
	width: 300px;
}

.tshd ul li .bt .date {
	font-size: 16px;
	width: 120px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	color: #fff;
	background-color: #073f14;
}

.tshd ul li .bt h6 {
	line-height: 30px;
	margin: 10px 0 0 0;
}

.tshd ul li .bt h6 a {
	font-size: 18px;
}

.tshd ul li .pic {
	width: 300px;
	height: 180px;
	overflow: hidden;
	margin-top: -60px;
	float: right;
}

.tshd ul li p {
	width: 100%;
	margin: 10px 0 0 0;
	float: left;
	line-height: 25px;
	font-size: 14px;
	color: #666;
}

.tshd ul li:hover {
	transform: translateY(-21px);
	background-color: #073f14;
}

.tshd ul li:hover .bt h6 a,
.tshd ul li:hover p {
	color: #fff;
}

.tshd ul li:hover .date {
	background-color: #fecd76;
}

.tshd ul li:hover .pic img {
	transform: scale(1.1);
}


.xyfc {
	width: 100%;
	overflow: hidden;
}
.xyfc .lm h6,.xyfc .lm span{width:100%; text-align: center;}
.xyfc .more{position:absolute; top:0; right:0; z-index:11;}
.xyfc ul {
	float: left;
	margin-top:20px;
	width: 100%;
}



.xyfc li {
	margin-right: 0px;
	width: 12.5%;
	height: 450px;
	overflow: hidden;
	float: left;
}

.xyfc li:last-child {
	margin-right: 0;
}

.xyfc li .img_ar {
	position: relative;
	display: block;
	height: 100%;
	opacity: 0;
}
.xyfc ul.sj li .img_ar{opacity:1;}
.xyfc li .img_ar img {
	width: 100%;
}

.xyfc li .img_ar a .bt {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	line-height: 30px;
	padding: 70px 20px 0 20px;
	height: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../img/bg_bt.png) no-repeat bottom center;
}

.xyfc li.on {
	width: 50%;
	/* height: 450px; */
}

.xyfc li .display {
	position: relative;
	width: 100%;
	cursor: pointer;
	height: 450px;
	float: left;
	padding: 0;
}

.xyfc li .display::after {
	content: "";
	z-index: 9;
	opacity: 0.5;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;   
	background-color: #073f14;
}

.xyfc li.on .display {
	display: none;
}

.xyfc li.on .img_ar {
	display: block;
	opacity: 1;
}

.xyfc li .display .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	margin: 0 auto; background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.8;
}

.xyfc li .display .tit2 {
	position: relative;
	z-index: 11;
	padding: 40px 0 0 0;
	width: 30px;
	height: 100%;
	margin: 0 auto;
}

.xyfc li .display .tit2 h5 {
	display: flex;
	/* justify-content: center; */
	flex-direction: column;
	color: #fff;
	text-align-last: center;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: pre; */
	/* text-wrap-mode: wrap; */
	word-wrap: break-word;
}

.xyfc li .display .tit2 a {
	position: absolute;
	left: 0;
	bottom: 40px;
	line-height: 20px;
	text-align: center;
	color: transparent;
	font-size: 16px;
	width: 20px;
	/* padding: 0px 0 35px 0; */
	background: url(../img/xxqg_more.png) no-repeat center bottom;
}