.ml-80{
	padding-left: 80px;
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0;*/
	width: 100%;
}
.banner-h {
    width: 100%;
    min-height: 100vh;
}
body{
	background: #fff;
	overflow:auto;
}


.directory{
	margin: 0 8%;
	font-family: 'GOTHICB';
	overflow: hidden;
}
.direct-title{
	margin:100px 0 50px;
	overflow: hidden;
}
.direct-title .direct-l{
	color: #2f5b6c;
	font-size: 36px;
	font-weight: bold;
}
.direct-title .direct-r {
	color: #2f5b6c;
	font-size: 36px;
	font-weight: bold;
}
.direct-title .direct-r-back a{
	color: #2f5b6c;
	font-size: 16px;
	font-weight: bold;
}
.select-box{
	margin-right: 14px;
}
.select-box select{
	width: 222px;
	height: 35px;
	border:1px solid #dadada;
	color: #747474;
	font-size: 14px;
	padding: 0 12px;
	font-weight: normal;
	background:#fff url('../images/arr.png') no-repeat 95%;
	background-size: 11px;
}

.search-box{
	width: 253px;
	height: 35px;
	border:1px solid #dadada;
	color: #747474;
	font-size: 14px;
	padding: 0 12px;
	font-weight: normal;
	display: flex;
	margin-top: 18px;
	background: #fff;
}
.search-box input{
	flex: 1;
	width: 100%;
}
.search-box  i{
	display: inline-block;
	width: 40px;
	height: 35px;
	background:url('../images/search.png') no-repeat 95%;
	background-size: 17px;
}









/*列表*/
.download-list{

}
.download-list .item{
	overflow: hidden;
	display: flex;
	background: #ededec;
	margin-bottom: 20px;
	color: #333333;
	transition:all 0.3s ease 0s;
}
.download-list .item:hover{
	background: #2f5b6c;
	color: #fff;
}
.download-list .item:hover .text{
	color: #fff;
}
.download-list .item:hover a{
	color: #fff;
}
.download-list .item:hover p.load-2{
	display: block;
}
.download-list .item:hover p.load-1{
	display: none;
}
.download-list .item .introduce{
	width: 100%;
	flex: 1;
	padding: 14px 22px;
}
.introduce .img{
	width: 78px;
	height: 102px;
	overflow: height;
	margin-right: 35px;
}
.introduce .text{
	margin-left: 120px;
	color: #333333;
}
.introduce .text h3{
	/*color: #333333;*/
	font-size: 24px;
	/*font-weight: bold;*/
	margin-top: 10px;
	margin-bottom: 10px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.introduce .text h4{
	/*color: #333333;*/
	font-size: 16px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.introduce .text p{
	color: #999999;
	font-size: 14px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}











.download-btn{
	width: 170px;
	/*color: #333333;*/
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 3px solid #ffffff;
}
.download-btn .load-1 img{
	width: 28px;
	margin-bottom: 10px;
}
.download-btn .load-2{
	display: none;
}
.download-btn .load-2 img{
	width: 28px;
	margin-bottom: 10px;
}





.directory .more {
	padding-bottom: 30px;
	overflow: hidden;
}
.directory .more img{
	width: 53px;
}
.directory .more p{
	color: #647d87;
	font-size: 16px;
	font-weight: bold;
	margin-top:5px;
}














/*新闻列表*/
.news {
    margin: 0 3%;
    font-family: 'GOTHICB';
    overflow: hidden;
}
.news .direct-title {
    margin: 100px 60px 50px;
    overflow: hidden;
}
.news-list{
	overflow: hidden;
}
.news-list .item{
	width: 33.33%;
	padding: 60px;
	color: #2f5b6c;
	float: left;
	font-family: 'GOTHICB';
	transition:all 0.3s ease 0s;
	overflow: hidden;
}
.news-list .item:hover{
	background: #2f5b6c;
	color: #fff;
}
.news-list .item:hover .visit p{
	color: #fff;
	border-bottom: 1px solid #fff;
	background: url('../images/right2.png') no-repeat 85% center;
}
.news-list .title p{
	/*color: #2f5b6c;*/
	font-size: 18px;
	margin-bottom: 25px;
}
.news-list .title h3{
	/*color: #2f5b6c;*/
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news-list .title h4{
	/*color: #2f5b6c;*/
	font-size: 20px;
	line-height: 28px;
	height: 56px;
	margin-bottom: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-list .visit{
	overflow: hidden;
}
.news-list .visit p{
	float: left;
	width: 156px;
	line-height: 40px;
	font-size: 14px;
	color: #647d87;
	border-bottom: 1px solid #647d87;
	font-weight: bold;
	font-style: italic;
	background: url('../images/right1.png') no-repeat 85% center;
}





/*往期活动*/
.news-list .bg-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.news-list .item:hover .bg-img{
	opacity: 0.2;
}

.news .more {
    padding: 30px 0;
    overflow: hidden;
}
















/*新闻详情*/
.details-con{
	margin: 0 10%;
	padding: 130px 0 100px;
}
.details-con .location a{
	color: #55a8ca;
	font-size: 12px;
	font-weight: bold;
}
.details-con .location span{
	color: #55a8ca;
	font-size: 12px;
	margin: 0 10px;
}

.details-con .title{
	color: #336666;
	font-size: 30px;
	line-height: 36px;
	margin: 30px 0;
	font-weight: bold;
}
.details-con .time{
	color: #999999;
	font-size: 14px;
	margin: 0 0 30px 0;
}
.details-con .text{
	color: #666666;
	font-size: 16px;
	line-height: 36px;
}
.details-con .prevnext {
	font-weight: bold;
	overflow: hidden;
	margin: 30px 0 0 0;
}
.details-con .prevnext a{
	color: #336666;
	font-size: 24px;
	line-height: 36px;
}
.prevnext .prev{
	max-width: 50%;
	padding-left: 40px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	background: url('../images/left3.png') no-repeat left center;
}
.prevnext .next{
	max-width: 50%;
	padding-right: 40px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	background: url('../images/right3.png') no-repeat right center;
}