.middle{
	width: 100%;
	height: auto;
	overflow: hidden;
}
/* 新闻动态 */
.news{
	width: 860px;
	height: auto;
}
.news-top{
	width: 100%;
	border-bottom: 1px solid #E7E7E7;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 8px;
}
.news-top a{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}
.news-top a:hover{
	color: #0168B5;
}
.news-top-lf{
	display: flex;
	align-items: center;
}
.news-top-big{
	font-size: 48px;
	font-weight: 400;
	color: #0168B5;
	line-height: 40px;
}
.news-top-eng{
	display: flex;
	flex-direction: column;
	margin-left: 6px;
}
.news-top-eng div{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 16px;
	margin-bottom: 1px;
}
.news-top-eng p{
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	letter-spacing: 1px;
}
.news-top-eng span{
	font-size: 20px;
	font-weight: 400;
	color: #0168B5;
}
.news-mid{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.news-lb-box{
	width: 420px;
	height: auto;
}
.news-lb-box:hover .lb-bot-box p{
	color: #0168B5;
}
.news-lb{
	width: 100%;
	height: 270px;
}
.news-lb img{
	width: 100%;
	height: 100%;
	display: block;
}
.news-lb-bot{
	width: 100%;
	height: 100px;
	background: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.time{
	display: flex;
	flex-direction: column;
	margin-left: 20px;
}
.time p{
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	position: relative;
	margin-bottom: 6px;
	padding-bottom: 4px;
}
.time p::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 1px;
	background: #CCCCCC;
}
.time span{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}
.news-line{
	width: 1px;
	height: 60px;
	background: #CCCCCC;
}
.lb-bot-box{
	width: 75%;
	overflow: hidden;
	padding-right: 4px;
}
.lb-bot-box p{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 20px;
	margin-bottom: 4px;
}
.lb-bot-box span{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.news-lb-box ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-lb-box ul li{
	line-height: 54px;
	border-bottom: 1px solid #E7E7E7;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news-lb-box ul li:first-child{
	line-height: 39px;
}
.news-lb-box ul li:hover a{
	color: #0168B5;
}
.news-lb-box ul li:hover span{
	color: #0168B5;
}
.news-lb-box ul li a{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	width: 76%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-lb-box ul li:first-child a{
	position: relative;
	bottom: 6px;
}
.news-lb-box ul li span{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}
.news-lb-box ul li:first-child span{
	position: relative;
	bottom: 6px;
}
/* 通知公告 */
.info{
	width: 320px;
	height: auto;
}
.info-mid{
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}
.info-mid ul{
	height: auto;
	overflow: hidden;
}
.info-mid ul li{
	height: 70px;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	margin-bottom: 30px;
}
.info-mid ul li:last-child{
	margin-bottom: 0;
}
.time-box{
	width: 70px;
	height: 70px;
	background: #0168B5;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.time-box-ri{
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 6px;
}
.time-box-year{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 18px;
}
.info-text{
	width: 75%;
	display: inline-block;
}
.info-text p{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 6px;
}
.info-text:hover p{
	color: #0168B5;
}
.info-text span{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.zczd{
	width: 100%;
	height: 410px;
	background: url(../images/zczd-back.png) no-repeat center;
	background-size: 100% 100%;
	margin-top: 30px;
	padding: 40px 0 44px;
}
.zczd-box{
	width: 590px;
	height: auto;
	overflow: hidden;
}
.zl{
	font-family: 'Microsoft YaHei';
}
.zczd-mid{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.zczd-mid li{
	line-height: 54px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E7E7E7;
}
.zczd-mid li:hover a{
	color: #0168B5;
}
.zczd-mid li:hover span{
	color: #0168B5;
}
.zczd-mid li a{
	width: 84%;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zczd-mid li span{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}


