.list_cont{ width: 100%; min-height: 800px; overflow: hidden; background-color:#DDD3C9; }
/* 新闻列表 */
.list{ width: 90%; margin: 0px auto; height: auto;overflow: hidden; padding: 20px; }

.nav-tabs {
    width: 100%;
    height: 40px;
    overflow:  hidden;
    background-color: #bc9c76;
    padding-top: 10px;
}
.nav-tabs li {
    margin-left: 40px;
    float: left;
    background-color: #bc9c76;
}
.nav-tabs li a {
    display: block;
    width:80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background-color: #bc9c76;
    color: #343233;
    margin-right: 0px;
    cursor:pointer;
}
.nav-tabs li.active a, 
.nav-tabs li a:hover {
    background-color: #DDD3C9;
    color: #07A3E2;
}
.newslist {
    width: 100%;
}
.newslist li {
    width: 740px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #A3A3A3;
    /*background: url(../images/icon-zuixin.png) no-repeat;
    background-position: 0 50%;*/
    overflow: hidden;
}
.newslist li a {
    display: block;
    float: left;
    width: 85%;
    cursor: pointer;
    color:#000;
}
.newslist li a:hover{text-decoration: underline;}
    .newslist li .icon { display:inline-block; width:50px; height:30px; line-height:30px; margin-top:5px;margin-right:10px; text-align:center; color:#fff; float:left; background-color:#07A3E2;}
.newslist li .time{display: block;width: 15%; height: 40px; line-height: 40px; float: right; text-align: right;}

/* 新闻详情页 */
.news_title{border-bottom: 1px solid #a47c49;text-align: center; line-height: 40px;}
.news_title h3{    font-size: 24px;    margin-top: 20px;   margin-bottom: 10px;}
.news_title p{ margin-bottom: 10px;}
.news_content{ padding: 20px; overflow: hidden; line-height: 25px; min-height: 500px;}
.news_page{ width: 100%;height: 40px;line-height: 40px; border-bottom:1px solid #a47c49;}
.news_page .prev,.news_page .next{width: 50%; float: left;}
.news_page .next a,.news_page .prev a{color: #07A3E2;}
.news_page .next a:hover,.news_page .prev a:hover{ text-decoration: underline;}

.share{ width: 100%; height:auto; overflow: hidden; padding: 10px 0px; }


