@charset "utf-8";
.us-header-box{
	width: 100%;
	height:80px;
	position: absolute;
	top:0;
	z-index: 10;
	width: 100%;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.us-banner > img{
	width: 100%;
}
.cont-box-tit{
	width: 100%;
	text-align: center;
	margin:80px auto;
}
.cont-box-tit ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.cont-box-tit ul li{
	width:120px;
	height:40px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(234, 236, 238, 1);
	border-radius:2px;
	color: #324459;
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
}
.cont-box-tit-liactive{
	background:linear-gradient(170deg,rgba(17,118,233,1),rgba(17,167,242,1))!important;
	box-shadow:0px 0px 40px 0px rgba(17,118,233,0.2);
	color: #fff!important;
}
.cont-box-tit ul li:nth-child(2){
	margin:0 40px;
}
.news-list{
	width: 80%;
	margin:auto;
}
.news-list ul{
	width: 100%;
}
.news-list ul li{
	display: flex;
	margin-bottom: 80px;
	
}
.news-list .news-left{
	margin-right:60px;
	font-size: 32px;
	color: #324459;
}
.news-list .news-left span{
	font-size: 16px;
	font-weight: bold;
}
.news-center{
	width: 380px;
	height: 236px;
	position: relative;
	z-index: 10;
}
.news-center img{
	width: 380px;
	height: 236px;
}
.news-right{
	width:100%;
	height:284px;
	background:rgba(255,255,255,1);
	border-radius:2px;
	margin-top:-24px;
	margin-left: -190px;
	padding: 0 70px 0 260px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.news-right:hover{
	box-shadow:0px 0px 40px 0px rgba(174,180,189,0.2);
}
.news-right:hover a{
	color: #1176E9;
}
.news-right a{
	font-size:20px;
	font-weight:500;
	color:#324459;
}
.news-right p{
	font-size:14px;
	color:rgba(130,141,153,1);
	line-height:28px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top:30px;
}
.search-bg{
	width: 100%;
	height: 80px;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top:0;
	z-index: 10;
}
.us-banner{
	position: relative;
	overflow: hidden;
}
.header{
	position: relative;
	z-index: 100;
}
.search-bg-bottom{
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,0.4);*/
	position: absolute;
	top:0;
	margin-top:80px;
	z-index: 10;
}
.search-cont{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.search-cont h3{
	font-size:48px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	margin-bottom:2%;
	margin-top:5%;
}
.search-cont input{
	width:549px;
	height:48px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(17, 118, 233, 1);
	border-radius:2px;
	padding-left: 10px;
	box-sizing: border-box;
	
}
.input-box{
	display: flex;
	align-items: center;
	width:550px;
}
.input-box span{
	width:79px;
	height:48px;
	background:rgba(17,118,233,1);
	border-radius:2px;
	font-size: 14px;
	color:#fff;
	display: inline-block;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
}
