.news-banner {
	width: 100%;
	height: 320px;
	background: url(../img/news_banner.png) no-repeat center center;
	background-size: cover;
}
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	color:#666;
}
.news-main * {
	box-sizing: border-box;
}
.news-main{
	
}
.news-main-con {
	box-sizing: border-box;
	width: 1120px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#newsList{
	margin-top:30px ;
	margin-bottom:50px ;
}
#newsList li{
	padding: 30px 0px;
	border-bottom: 1px dashed #E1E1E1;
	overflow: hidden;
}
.newspic{
	font-size: 0;
}
.newspic img{
	width:240px;
	height:160px;
}
.newstit{
	width:880px;
	padding-left: 40px;
}
.news-heading{
	color:#333333;
	font-size:20px;
	line-height:55px;
}
.news-abstracts{
	color:#333333;
	font-size:13px;
	width: 625px;
	line-height: 20px;
	margin-bottom: 25px;
	min-height:60px
}
.news-action a{
	font-size:10px;
	color:#46A2F9;
}
.news-action span{
	font-size:10px;
	color:#666666
}
.news-page{
	font-size:12px;
	display: inline-block;
	text-decoration: none;
	padding:0 5px;
	border:1px solid #DDDDDD;
	color:#323232;
}
.news-page-active{
	font-size:12px;
	display: inline-block;
	text-decoration: none;
	padding:0 5px;
	border:1px solid #2C9AF9;
	background: #2C9AF9;
	color:#FFFFFF;
	
}
.news-page-input{
	outline: medium;
	border:1px solid #DDDDDD;
	width:60px;
	text-align: center;
}
#newsDeatil-heading{
	font-size:20px;
	line-height:35px;
	margin-top:60px;
	font-weight: 200;
}
#newsDeatil-date{
	font-size:11px;
	line-height:26px;
	color:#656565;
	font-weight: 200;
	border-bottom:1px solid #E0E0E0;
}
#newsDeatil-content{
	padding:25px 0px;
}
#newsDeatil-content p{
	text-indent: 2em;
	font-size:13px;
	line-height:25px;
}
#newsDeatil-content  img{
	max-width:100%;
}