/*banner*/
.banner,.banner .swiper-slide a{width:100%;}
.banner .swiper-slide a{overflow: hidden;position: relative;}
.banner .swiper-slide img{width: 100%;}

.title{width: 100%;height: 46px;margin-bottom:20px;line-height: 36px;border-bottom: 1px solid #018438;display: flex;}
.title h3{font-size: 24px;color: #018438;position: relative;padding-left:45px;}
.title h3::before{content:"";display: block;width: 36px;height:36px;border-radius: 18px;position: absolute;top:0;left:0;}
.title a{font-size: 14px;color: #666666;margin-left:auto;}
.title a:hover{color:#018438;}

/*综合新闻*/
.part01{
	width: 100%;
	padding: 30px 0;
}
.part01 .title h3::before{
	background: #018438 url(../img/icon1.png) no-repeat center center;
}
.news-box{
	display: flex;
	justify-content: space-between;
}
.imgnews-list{
	width: 790px;
	display: flex;
	justify-content: space-between;
}
.imgnews-list li{
	width: 380px;
	height: 340px;
	position: relative;
}
.news-img{
	width: 100%;
	height: 254px;
	overflow: hidden;
}
.news-img a{
width:100%;
height:100%;
}
.news-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s all;
}
.news-txt{
	width: 320px;
	background: #ffffff;
	position: absolute;
	left:29px;
	bottom:0;
	border: 1px solid #f0f0f0;
	transition: 0.5s all;
}
.news-txt a{
	padding: 15px 20px;
}
.news-txt span{
	font-size: 14px;
	color: #018438;
	font-family: myfont;
	transition: 0.5s all;
}
.news-txt p{
	margin-top:6px;
	font-size: 16px;
	color: #434343;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	transition: 0.5s all;
}
.imgnews-list li:hover .news-img img{
	transform: scale(1.1,1.1)
}
.imgnews-list li:hover .news-txt{
	background: #018438;
	border: 1px solid #018438;
	bottom:6px;
}
.imgnews-list li:hover .news-txt span,.imgnews-list li:hover .news-txt p{
	color: #ffffff;
}

.news-list ul{
	display: flex;
	height: 340px;
	flex-direction: column;
	justify-content: space-between;
}
.news-list ul li{
	width: 378px;
	height: 98px;
	border:1px solid #f0f0f0;
	transition: 0.5s all;
}
.news-list ul li a{
	padding: 20px 20px 20px 26px;
	display: flex;
	align-items: center;
}
.news-list ul li .time{
	border-bottom:1px solid #018438;
	padding-bottom:6px;
	transition: 0.5s all;
}
.news-list ul li .time span{
	display: block;
	color: #434343;
	font-size: 18px;
	width: 50px;
	margin-bottom:4px;
	font-family: myfont;
	transition: 0.5s all;
}
.news-list ul li .time span+span{
	font-size: 14px;
}
.news-list ul li p{
	line-height: 30px;
	color: #434343;
        height:60px;
	max-width: calc( 100% - 70px );
	margin-left:20px;
	transition: 0.5s all;
        text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
        overflow:hidden;
}
.news-list ul li:hover{
	border:1px solid #018438;
	background: #018438;
}
.news-list ul li:hover .time{
	border-bottom:1px solid #ffffff;
}
.news-list ul li:hover .time span,.news-list ul li:hover p{
	color: #ffffff;
}

.part02{
	width: 100%;
	background: url(../img/part02-bg.jpg) no-repeat top center;
	padding: 30px 0;
}
.part02 .w12{
	display: flex;
	justify-content: space-between;
}
/*通知公告*/
.part02-left .title h3::before{
	background: #018438 url(../img/icon2.png) no-repeat center center;
}
.part02-left{
	width: 585px;
}
.notice-list li{
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	padding-top:10px;
}
.notice-list li:last-child{
	margin-bottom:0;
}
.notice-list li p{
	display: block;
	width: calc( 100% - 40px );
	padding:32px 20px 20px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #ffffff url(../img/notice-bg.png) no-repeat 530px center;
	border-radius: 6px 0 0 0;
	transition: 0.5s all;
}
.notice-list li span{
	display: block;
	width: 100px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	background: #daf0e3;
	position: absolute;
	left:20px;
	top:0;
	font-family: myfont;
	transition: 0.5s all;
}
.notice-list li:hover span{
	background: #018438;
	color: #ffffff;
}
.notice-list li:hover p{
	color: #018438;
}
.part02-right{
	width: 585px;
}
.part02-right .title h3::before{
	background: #018438 url(../img/icon3.png) no-repeat center center;
}

/*科研动态*/
.science-list li{
	width: 260px;
	padding:10px 10px 5px 10px;
	float: left;
	border-radius: 6px 0 0 0;
	background: #daf0e3;
	margin-right: 20px;
	transition: 0.5s all;
}
.science-list li:nth-child(2n){
	margin-right: 0;
	margin-top:25px;
}
.science-list li:nth-child(2),.science-list li:nth-child(3){
	background: #ffffff;
}
.science-list li a{
	padding: 14px 14px 34px 14px;
	background: url(../img/dtbg2.png) no-repeat right bottom;
}
.science-list li:nth-child(2) a,.science-list li:nth-child(3) a{
	background: url(../img/dtbg1.png) no-repeat right bottom;
}
.science-list li .time{
	display: flex;
	justify-content: space-between;
	height: 40px;
	line-height: 40px;
	margin-bottom:20px;
}
.science-list li .time span{
	font-size: 15px;
	color: #018438;
	font-family: myfont;
}
.science-list li .time h3{
	font-size: 50px;
	letter-spacing: 0px;
	color: #333333;
	opacity: 0.17;
	font-style: italic;
	transition: 0.5s all;
}
.science-list li p{
	color: #333333;
	line-height: 24px;
	transition: 0.5s all;
        text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
        overflow:hidden;
        height:48px;
}
.science-list li:hover{
	box-shadow: 0 0 18px 0 rgba(1,132,56,.2);
}
.science-list li:hover p{
	color: #018438;
}
.science-list li:hover .time h3{
	color: #018438;
}

/*友情链接*/
.part03{
	width: 100%;
	padding:30px 0;
}
.part03 .title h3::before{
	background: #018438 url(../img/icon4.png) no-repeat center center;
}
.part03 ul li{
	float: left;
	margin-right: 50px;
	line-height: 30px;
}
.part03 ul li:last-child{
margin-right:0;
}
.part03 ul li a{
	color: #434343;
	transition: 0.4s all;
}
.part03 ul li:hover a{
	color: #018438;
}