/*新闻按钮*/
hr{
    margin-top:15px;
    margin-bottom:15px;
}
.anniu{
	padding-top: 30px;
	text-align: center;
}
#bussion{
	width: 25%;
	height: 40px;
	background-color:#0066FF;
	border-radius: 10px 0px 0px 10px;
	border: 0;
	color: #fff;
}
#hanye{
	width: 25%;
	height: 40px;
	border-radius: 0px 10px 10px 0px;
	    border: 0;
}

/*公司新闻*/
.newList{
	display: block;
	width: 100%;
	height:100%;
	overflow:hidden;
	padding-top: 20px;
	margin-bottom: 30px;
}
.newList ul li{
overflow:hidden;
vertical-align:middle;

}
.newList ul li .time{
	color: #757575;
	padding-left: 2%;
	padding-bottom: 5px;
	width: 90%;
	float: left;
}
.newList ul li .newmore{
	float:right;
	margin-right: 1%;
	width: 5%;
	margin-top: -10px;
	font-size: 20px;
	font-weight: 600;


}
.newList ul li .lis{
	margin-top: 8px;
	float: left;
	width: 60%;

	padding-left: 4%;

}
.newList ul li .lis h3{
    margin-bottom:5px;
    margin-top:4px;
	color: #222;
	font-size: 16px;
	padding-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newList ul li .lis h3 a{
	color: #222;
	font-size: 18px;
	font-weight: 800;
}
.newList ul li .lis .test{
	/*margin-top: 10px;*/
	color:#999;
	font-size: 14px;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	overflow: hidden;
	text-overflow: ellipsis;
}

.newList ul li .liimg{
	
	width: 40%;
	margin:0 auto; 
	overflow:hidden;
	text-align: center;
	
}

.newList ul li .liimg img{
	margin-top: 10px;
	width: 120px;
	height: 80px;
	
}


/*行业新闻*/



.busList{
	display: none;
	width: 100%;
	height:100%;
	overflow:hidden;
	padding-top: 50px;
	margin-bottom: 30px;
}
.busList ul li{
overflow:hidden;
vertical-align:middle;

}
.busList ul li .time{
	color: #757575;
	padding-left: 2%;
	padding-bottom: 5px;
	width: 90%;
	float: left;
}
.busList ul li .newmore{
	float:right;
	margin-right: 1%;
	width: 5%;
	margin-top: -10px;
	font-size: 20px;
	font-weight: 600;


}
.busList ul li .lis{
	float: left;
	width: 60%;

	padding-left: 4%;

}
.busList ul li .lis h3{
	color: #222;
	font-size: 16px;
	padding-bottom: 2px;
}
.busList ul li .lis h3 a{
	color: #222;
	font-size: 16px;
	font-weight: 800;
}
.busList ul li .lis .test{
	color:#999;
	font-size: 14px;
}

.busList ul li .liimg{
	
	width: 40%;
	margin:0 auto; 
	overflow:hidden;
	text-align: center;
	
}

.busList ul li .liimg img{
	margin-top: 10px;
	width: 120px;
	height: 85px;
	
}

#addBtn{
    color:#696969;
    text-align:center;
}