/*益佰新闻*/
body{
	background: #F5F5F5;
}
/*广告图*/
.banner{
	margin:auto;
	margin-top:64px;
	width:1200px;
	height:413px;
}
.banner>p{
	width:100%;
	height:50px;
	line-height:50px;
}
.banner>p>span>a{
	color:#0080CC;
}
/*新闻列表*/
.content{
	width:1200px;
	height:100%;
	margin:auto;
	margin-top:50px;
}
.content-left{
	width:28%;
	height:624px;
	float: left;
	border-radius: 5px;
}
.content-right{
	width:70%;
	height:100%;
	background: white;
	float: right;
	border-radius: 5px;
}
.content-l-bottom{
	width:100%;
	background: white;
	height:300px;
	border-radius:5px;
}

#find{
	width:260px;
	margin: auto;
	padding-top:20px;
}
#find>p:nth-of-type(1){
	color: black;
	font-size: 16px;
	font-weight:900;
}
#find>p:nth-of-type(2)>input{
	width:255px;
	height:40px;
	border-radius: 5px;
	border:0px;
	background:#EEEEEE;
	padding-left:5px;
	text-align: center;
	font-size:15px;
	margin-top: 25px;
}
#find>p:nth-of-type(3)>button{
	background: #0080CC;
	text-align: center;
	line-height: 40px;
	width:100%;
	height:40px;
	border:0px;
	border-radius: 5px;
	font-size: 16px;
	color: white;
	cursor: pointer;
	margin-top: 25px;
}

#find>p:nth-of-type(4){
	width:100%;
	height:40px;
	line-height: 40px;
	margin-top: 35px;
}
#find>p:nth-of-type(5){
	width:100%;
	height:40px;
	line-height: 40px;
}
#find>p:nth-of-type(4)>a{
	color: black;
}
#find>p:nth-of-type(5)>a{
	color: black;
}
#find>p:nth-of-type(4)>a>span:nth-of-type(2){
	float: right;
}
#find>p:nth-of-type(5)>a>span:nth-of-type(2){
	float: right;
}
.content-right-t{
	width:85%;
	height:100%;
	margin: auto;
/*	background:deepskyblue;*/
}

.content-new01{
	width:100%;
	height:100%;
	border-bottom:0.5px solid #EEEEEE;
}
.content-new{
	width:100%;
	height:210px;
	border-bottom:0.5px solid #EEEEEE;
}
.content-new-font{
	font-size:17px;
	color:#333333;
	margin-top: 63px;
	display: -webkit-box;
    -webkit-line-clamp:1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.content-new-img{
	margin-top:15px;
}
.content-new-img01{
	width:30%;
	height:130px;
	float: left;
	margin-right:3%;
}
.content-new-img02{
	width:30%;
	height:130px;
	float: left;
	margin-right:3%;
}
.content-new-img03{
	width:30%;
	height:130px;
	float: left;
}

.content-new-left{
	width:30%;
	height:100%;
	float: left;
}
.content-new-left>img{
	margin-top:40px;
}
.content-new-right{
	width:70%;
	height:100%;
	float: left;
}
.content-new-r-top{
	width:100%;
	height:110px;	
	font-size: 16.5px;

}
.content-new-r-top>h3{
	margin-left: 20px;
	padding-top: 40px;
	color: #333333;
	display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
	
}
	
.content-new-r-bottom{
	width:100%;
	height:30px;
	/*background: cyan;*/
}
.content-new-r-bottom>p{
	float: left;
	color: #999999;
}
.content-new-r-bottom>p:nth-of-type(1){
	margin-left: 135px;
}
.content-new-r-bottom>p:nth-of-type(2){
	margin-left: 30px;
}
.content-new-r-bottom>p>span:nth-of-type(2){
	margin-left: 15px;
}
.content-new-r-bottom>p>img{
	margin-top: 3px;
	margin-right:3px;
}
/*分页*/
.content-right-b{
	width:100%;
	height:40px;
	margin-top:46px;
}
.paging{
	width:420px;
	height:40px;
	float: right;
	margin-right: 50px;
	
}
.paging>ul>li{
	width:40px;
	height: 40px;
	border:1px solid #EEEEEE;
	float: left;
	margin-left: 10px;
	text-align: center;
	line-height:40px;
	border-radius:5px;
	color:#999999;
}
.paging>ul>li:hover{
	background: #0080CC;
}

.paging>ul>li:hover>a{
	color:white;
}



