/* 热门专业 */
.banner{
	position: relative;
}
.banner .forms{
	width: 343px;
	height: 374px;
	background-color: #ffffff;
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateX(450px);
	padding: 30px 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.banner .forms .top-title{
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.banner .forms input{
	width: 100%;
	height: 45px;
	margin-bottom: 13px;
	border: solid 1px #cccccc;
	text-indent: 8px;
	border-radius: 4px;
}
.banner .forms button{
	width: 100%;
	height: 45px;
	background-color: #1d55a6;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	margin-bottom: 17px;
}
.banner .forms .info{
	color: #d74043;
}



.top-news {
    height: 513px;
    margin-top: 35px;
    margin-bottom: 33px;
}

.top-news .center-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.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;
	padding-top: 70px;
}
.news-list .center-box .left-list{
	width: 833px;
	min-height: inherit;
}

.news-list .center-box .left-list .switch-type{
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.news-list .center-box .left-list .switch-type .sw-link{
	color: #333333;
	font-size: 20px;
	margin-right: 20px;
}
.news-list .center-box .left-list .switch-type .sw-link.act{
	color: #1d55a6;
	position: relative;
}
.news-list .center-box .left-list .switch-type .sw-link.act::before{
	width: 40px;
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #1c54a4;
}
.news-list .center-box .left-list .news-item{
	width: 100%;
	height: auto;
	min-height: 300px;
}
.news-list .center-box .left-list .news-item .desc{
	width: 100%;
	height: 256px;
	margin-bottom: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.news-list .center-box .left-list .news-item .desc .left-img{
	width: 448px;
	height: 256px;
	transition: all 0.6s; 
	overflow:hidden;
}
.news-list .center-box .left-list .news-item .desc .left-img a{
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden;
}
.news-list .center-box .left-list .news-item .desc .left-img img{
	width: 100%;
	height: 100%;
	transition: all 0.6s; 
}

.news-list .center-box .left-list .news-item .desc .left-img:hover img{  
transform: scale(1.1);  
} 
.news-list .center-box .left-list .news-item .desc .right-text{
	width: 300px;
	height: 100%;
}
.news-list .center-box .left-list .news-item .desc .right-text .kc-title{
	width: 100%;
	font-size: 20px;
	margin-bottom: 23px;
}
.news-list .center-box .left-list .news-item .desc .right-text .kc-title a
{ color:#333;}
.news-list .center-box .left-list .news-item .desc .right-text .kc-title a:hover
{ color:#1c54a4; text-decoration:underline;}
.news-list .center-box .left-list .news-item .desc .right-text .de-text{
	font-size: 14px;
	line-height: 32px;
}
.news-list .center-box .left-list .news-item .desc .right-text span{
	margin-top: 60px;
	width: 100%;
	height: 37px;
	display: flex;
	justify-content: space-between;
}
.news-list .center-box .left-list .news-item .desc .right-text span a{
	display: block;
	padding: 0 35px;
	line-height: 37px;
	color: #333333;
	border-radius: 100px;
	border: solid 1px #aaaaaa;

}

.news-list .center-box .left-list .news-item .desc .right-text span a:hover
{ border:solid 1px #266ed7; background:#266ed7; color:#fff;}
.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;
}