/*主要内容*/
.main {
	width: 100%;
	overflow: hidden;
    min-height:500px;
	background: #f2f2f2;
	padding-bottom: 37px;
}
/*当前位置*/
.containter {
	width: 1239px;
	overflow: hidden;
    min-height:500px;
	background: #fff;
	margin: 0 auto;
	margin-top: 11px;
}
.current {
	width: 1140px;
	overflow: hidden;
	margin-top: 14px;
	margin-left: 42px;
}
.news_details {
	width: 100%;
	height: 61px;
	font-size: 13px;
	font-family: 微软雅黑;
	color: #888;
}
.list-news{
        min-height:500px;
}
.news_details span {
	float: left;
	margin-right: 5px;
}
.news_details span a{
	color:#888;
}
/*新闻列表*/
.singlenews{
	width:100%;
	height:130px;
}
.singlenews a{
	color: #fc8a83;
	font-family: 微软雅黑;
	font-size: 18px;
	margin-bottom: 16px;
}
.singlenews div{
    color: #888;
    font-size: 13px;
    margin-top: 16px;
    height: 70px;
  overflow: hidden;
   border-bottom:1px #999 dotted;
    line-height: 24px;
}
.news-content{
	margin-top: 8px;
    display: inherit;
}

	/*分页*/
.fanye{
  clear: both;
  width: 300px;
  height:70px;
  float: left;
}
.fanye li{
       float:left;
       margin-right: 9px;
        width: 60px;
        background-color: #f5f5f5;
        line-height: 29px;
       text-align: center;
}
.fanye .last{
          border-radius: 0px 3px 4px 0px;
} 
.fanye li a{
 color:#000;
  display: block;
}
.fanye li a:hover{
 color:#fff;
}
.fanye li:hover{
 background-color:#fe5f56;
color:#fff;
}

.fanye .home-page{
       border-radius: 3px 0px 0px 5px;
}
.fanye .home-page a:hover{
        background-color:#fe5f56;
}
