.new-search{
	padding: 40px 0 20px;
	background: #fff;
}
/*======================================新闻搜索框========================================*/
.new-search form{
	position:relative;
	width: 442px;
	margin: 0 auto;
}
.new-search input[type="text"]{
	display: inline-block;
	width: 292px;
	height: 18px;
	padding:11px 140px 11px 10px;
	font-size: 16px;
	color: #b8b8b8;
	border: 2px solid #14C779;
	border-right: none;
}
.new-search input[type="submit"]{
	position:absolute;
	top:0;
	right: -4px;
	color:#fff;
	width: 104px;
	background: #14C779;
	height: 44px;
	font-size: 22px;
	border:none;
	
}
/*=========================================新闻正文============================================*/
.newsboxs{
	margin-bottom: 20px;
	background: #fff;
}
.newsboxs h4{
	height: 54px;
	line-height: 54px;
	font-size:16px;
	color:#58575c;
	font-weight: normal;
	border-bottom: 1px  solid #dddddd;
}
/*=================================左侧========================================*/
.new-l{
	float:left;
	width:556px;
	margin-left: 20px;
}
.newbox{
	width:556px;
	margin:0 auto;
}
.newbox li{
	border-bottom: 1px solid #dddddd;
}
.newbox b{
	display: block;
	height: 56px;
	line-height: 57px;
	font-size: 16px;
	font-weight: normal;
	color:#58575c;
	text-align: center;
}
.newbox .title{
	display: block;
	font-size:16px;
	font-weight: bold;
	margin-top: 12px;
	color:#58575c;
	text-indent:15px;
	background: url(../img/dot.png) no-repeat 0 7px;
}
.newbox a:hover{
	color:#14c779;
	text-decoration: none;
}
.detail{
	width: 512px;
	height: 40px;
	margin:10px 0 10px 17px;
	font-size:14px;
	color:#999999;
	line-height: 1.6;
	overflow: hidden;
}
.date{
	color: #14c779;
	padding:0 0 17px 14px;
}
.date span{
	font-size:14px;
	margin:0 10px;
	color:#14c779;
}
.date a{
	font-size:14px;
	color:#14c779;
	margin-right: 10px;
}
/*===============================翻页===============================*/
.page{
	width:300px;
	margin: 0 auto;
}
.page a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	padding:0 10px;
	color:#58575C;
}
.page strong{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	padding:0 10px;
	color: #fff;
	background: #14C779;
	font-weight:normal;
}
/*=====================================右侧========================*/
.new-r{
	float:right;
	width:381px;
}
.contentbox ul{
	width:352px;
	margin: 10px 24px 28px 15px;
}
.contentbox li{
	padding:10px 0;
	overflow: hidden;
	border-bottom: 1px dotted #dddddd;
}
.contentbox span{
	float:left;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color:#fff;
	margin-right: 20px;
	background: #b6b6b6;
	border-radius: 50%;
}
.contentbox span.green{
	background: #14c779;
}
.contentbox a{
	float:left;
	display: inline-block;
	width:315px;
	font-size:14px;
	color:#58575C;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.contentbox a:hover{
	color:#14c779;
}