.news_nav {
    height: 38px;
    border: 1px solid #ddd;
    background: url(../images/icon_06.jpg) repeat left top;
    position: relative;
}

/*新闻列表页面*/
.banner_news_list{
    height: 89px;
    background: url(../images/banner_news_list.jpg) no-repeat center top;
}
.news_section{
    min-height: 708px;
    height: auto;
    overflow: hidden;
    background: #eee;
}
.news_section .news_aside{
    width: 230px;
    min-height: 708px;
    background: #f8f8f8;
    border-right: 1px solid #eee;
}
.news_section .news_aside ul.activity_graph{
    padding: 15px 10px;
}
.news_section .news_aside ul.activity_graph li{
    width:206px;
    height: 76px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 1px;
    overflow: hidden;
    margin-bottom: 10px;
}
.news_section .news_aside ul.activity_graph li img{
    width:206px;
    height: 76px;
}

.news_section .news_list{
    background: #fff;
    width: 97%;
    min-height: 678px;
    height: auto;
    overflow: hidden;
    padding: 15px;
}
.news_section .news_list ul.news_nav{
    height: 38px;
    border: 1px solid #ddd;
    background: url(../images/icon_06.jpg) repeat left top;
    position: relative;
}
.news_section .news_list ul.news_nav li{
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    margin: 5px 10px 0 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}
.news_section .news_list ul.news_nav li.selectedLi{
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
.news_section .news_list .news_box{
    clear: both;
    height: auto;
    overflow: hidden;
}
.news_section .news_list .news_box ul{
    height: auto;
    overflow: hidden;
}
.news_section .news_list .news_box ul li{
    margin-top: 10px;
    border: 1px solid #ddd;
    height: 240px;
    position: relative;
    font-size: 12px;
}
.news_section .news_list .news_box ul li h3{
    /*background: url(../images/icon_07.jpg) no-repeat left center;*/
    max-width: 800px;
    height: 30px;
    line-height: 24px;
    text-indent: 1em;
    position: absolute;
    top: 20px;
    left: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.news_section .news_list .news_box ul li p{
    display: block;
    max-width: 800px;
   /* height: 66px;*/
    overflow: hidden;
    color: #666;
    position: absolute;
    top: 50px;
    left: 12px;
    line-height: 22px;
    font-size: 12px;
}
.news_section .news_list .news_box ul li div.more{
    position: absolute;
    top: 120px;
    left: 12px;
    width: 70px;
    height: 20px;
    background: #ea5911;
}
.news_section .news_list .news_box ul li div.more a{
    display: block;
    color: #fff;
    text-align: center;
    line-height: 20px;
}
.news_section .news_list .news_box ul li div.time{
    position: absolute;
    top: 24px;
    right: 20px;
    font-size: 10px;
    color: #000;
}
.news_section .news_list .news_box ul li div.icon{
    width: 82px;
    height: 82px;
    border: 1px solid #ddd;
    padding: 3px;
    overflow: hidden;
    position: absolute;
    top: 54px;
    right: 20px;
}
.news_section .news_list .news_box ul li div.icon img{
    width: 82px;
    height: 82px;
}
.news_section .news_list .news_box div.page{
    margin-top: 20px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: right;
}
.news_section .news_list .news_box div.page span{
    color: #ccc;
    margin-left: 20px;
    cursor: pointer;
}
.news_section .news_list .news_box div.page span:hover{
    color: #333;
    transition: 1s;
}
.news_section .news_list .news_box div.page span.current{
    color: #333;
}