@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%;
}
.news-details-box{
	width: 80%;
	margin:auto;
	/*display: flex;*/
	margin-top:80px;
	margin-bottom:80px;
}
.details-left{
	width: 65%;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 80px 0px rgba(173,180,189,0.2);
	border-radius:2px;
	padding: 60px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	float: left;
}
.details-right{
	width: 35%;
	padding: 40px;
	box-sizing: border-box;
	padding-top:0;
	float: left;
}
.details-news-tit{
	font-size:32px;
	font-weight:600;
	color:rgba(50,68,89,1);
}
.details-news-date{
	margin-top:20px;
	margin-bottom:60px;
}
.details-news-date span{
	font-size:14px;
	color:rgba(130,141,153,1);
}
.details-news-date span:first-child{
	margin-right: 40px;
}
.details-news-cont{
	font-size:14px;
	color:rgba(50,68,89,1);
	line-height:28px;
}
.right-news-list-tit{
	font-size: 24px;
	color: #324459;
	width: 100%;
	height: 68px;
	line-height: 68px;
	border-bottom:1px solid #E5E5E5;
}
.details-right ul a:hover p:first-child{
	color: #1176E9;
}
.details-right ul a:hover p:first-child span{
	color: #1176E9;
}
.details-right ul a:hover p:nth-child(2){
	color: #1176E9;
}
.details-right ul li{
	padding: 30px 0;
	box-sizing: border-box;
}
.details-right ul li p:first-child{
	font-size: 32px;
	color: #324459;
}
.details-right ul li p:first-child span{
	font-size: 16px;
	color: #324459;
}
.details-right ul li p:nth-child(2){
	font-size:20px;
    color:rgba(50,68,89,1);
    margin-top:28px;
    margin-bottom:18px;
}
.details-right ul li p:nth-child(3){
	font-size:14px;
	color:rgba(130,141,153,1);
	line-height:22px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}
.details-right ul li > span{
	width:40px;
	height:2px;
	background:rgba(234,236,238,1);
	display: block;
	margin-top:25px;
}



.search-bg-bottom{
	width: 100%;
	position: absolute;
	top:0;
	margin-top:9%;
	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;
}
