/* 重点高校 */
.etr-box{
	height: 145px;
	margin-bottom: 70px;
	margin-top: 54px;
}

.etr-box .text-box{
	width: 100%;
	line-height: 50px;
	font-size: 18px;
}
.etr-box .text-box a{
	color: #333333;
	margin-left: 30px;
	padding: 4px 8px;
}
.etr-box .text-box a.act{
	background-color: #184785;
	color: #ffffff;
}
.news-list{
	min-height: 1000px;
}
.news-list .center-box{
	display: flex;
	align-items: flex-start;
	min-height: inherit;
	justify-content: space-between;
	padding-bottom: 40px;
}
.news-list .center-box .left-list{
	width: 866px;
	min-height: inherit;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.news-list .center-box .left-list .link{
	display: block;
	width: 275px;
	height: 322px;
	margin-right: 20px;
	margin-bottom: 43px;
}
.news-list .center-box .left-list .link .imgs{
	width: 275px;
	height: 235px;
	margin-bottom: 12px;
	overflow:hidden;
	transition: all 0.6s; 
}
.news-list .center-box .left-list .link .imgs img{
	width: 100%;
	height: 100%;
	transition: all 0.6s; 
}
.news-list .center-box .left-list .link:hover img{  
transform: scale(1.1);  
} 

.news-list .center-box .left-list .link .scroll-name{
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin-bottom: 9px;
	color: #333333;
}
.news-list .center-box .left-list .link .scroll-name:hover
{ text-decoration:underline; color:#1c54a4;}
.news-list .center-box .left-list .link .det-info{
	font-size: 14px;
	text-align: center;
	color: #333333;
}
.news-list .center-box .left-list .link:nth-child(3n){
	margin-right: 0;
}
.news-list .center-box .right-list{
	width: 293px;
	min-height: inherit;
	background-color: #ffffff;
}
.news-list .center-box .right-list .new-news{
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	width: 100%;
	height: auto;
}
.news-list .center-box .right-list .new-news .top-title{
	width: 100%;
	line-height: 51px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	background-color: #1c54a4;
}
.news-list .center-box .right-list .new-news .list-link{
	width: 100%;
	height: inherit;
	padding: 24px 20px;
}
.news-list .center-box .right-list .new-news .list-link .news{
	width: 100%;
	height: 216px;
	position: relative;
	margin-bottom: 18px;
	display: block;
}
.news-list .center-box .right-list .new-news .list-link .news img{
	width: 100%;
	height: 100%;
}
.news-list .center-box .right-list .new-news .list-link .news .news-title{
	width: 100%;
	line-height: 25px;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	padding: 0 15px;
}
.news-list .center-box .right-list .new-news video{
	width: 100%;
}
.news-list .center-box .right-list .new-news .links{
	width: 100%;
	height: auto;
	padding: 15px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news-list .center-box .right-list .new-news .links .link{
	padding: 0 8px;
	border-radius: 50px;
	border: solid 1px #eeeeee;
	font-size: 14px;
	margin-right: 10px;
	color: #333333;
	margin-bottom: 10px;
}

.news-list .center-box .right-list .new-news .de-text a:hover
{ text-decoration:underline;}

.news-list .center-box .right-list .new-news .de-text{
	width: 100%;
	height: auto;
	padding: 30px;
}
.news-list .center-box .right-list .new-news .de-text .link{
	width: 100%;
	font-size: 14px;
	display: block;
	line-height: 36px;
	color: #333333;
}