#news{
	margin-top: 71px;
}
/*banar*/
#news .bannar{
	width: 100%;
	min-width: 1200px;
	height: 408px;
	background: url(../img/news/bannarBg_news.png) no-repeat center;
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
}
#news .bannar .en_us{
	font-weight: lighter;
	margin-top: 128px;
	font-size: 16px;
	line-height: 60px;
}
#news .bannar .cn{
	font-size: 24px;
	text-shadow: 3px 4px 5px rgba(70, 70, 70, 0.75);
}
/*主要内容*/
.main{
	padding-top: 20px;
	padding-bottom: 60px;
}
.news_details {
	width: 835px;
	height: auto;
	overflow: hidden;
}
.news_details h1.title{
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	line-height: 38px;
}
.news_details .news_list li{
	padding: 20px 0;
	border-bottom: 1px dashed #E6E6E6;
	overflow: hidden;
}
.news_details .news_list .pic{
	float: left;
    width: 150px;
    height: 150px;
    border: solid 1px #dfdfdf;
}
.news_details .news_list .cont{
	float: right;
	width: 610px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.news_details .news_list .cont h1{
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.news_details .news_list .cont_text{
	height: 48px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
    margin-bottom: 15px;
}

/*分页*/
#page{
	text-align: center;
	margin-top: 24px;
}

