.news_line{height:28px;border-top:#ccc 1px solid;width:100%;position: fixed; top:90px;}
.news_line2{
    height:1px;
    border-top:#d2d2d3 1px solid;
    width:100%;
    line-height: 1px;
}
.news_list li {
    float: left;
    width: 33.33%;
    margin-right: 65px;
    color:#595757;
    background-image: url(../../pic/dian.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height:33px;
    height:33px;
}
.news_list li a
{
    color:#595757;
}
.news_list li span
{
    margin-left:15px;
}
.page {
    font-size: 14px;
    color: #000000;
    clear:both;
}
.page a {
    color: #000000;
}

 
 
.news {
    background: #F5F5F5;
    padding-bottom: 50px;
}
.news .topic {
    padding-bottom: 20px;
    color: #262626;
    font-size: 20px;
    border-bottom: 1px solid #D9D9D9;
}
.news .all .list {
    padding: 10px 15px;
    border-bottom: 1px solid #D9D9D9;
    overflow: hidden;
}
.news .all .list .img {
    float: left;
    width: 227px;
    height: 158px;
    display: block;
}
.news .all .list .img img {
    width: 227px;
    height: 158px;
    display: block;
}
.news .all .list .right {
    float: right;
    width: 78%;
}
.news .all .list .right .info {
    float: left;
    width: 80%;
}
.news .all .list .right .info .title {
    width: 80%;
    height: 30px;
    margin: 25px 0 15px;
}
.news .all .list .right .info .title span {
    width: 0;
    height: 30px;
    display: block;
    float: left;
    height: 1px;
    margin-top: 15px;
    margin-right: 10px;
    background: #B97549;
    transition: all 0.5s ease 0s;
}
.news .all .list .right .info .title a {
    line-height: 30px;
    width: 500px;
    float: left;
    display: block;
    color: #595959;
    font-size: 16px;
    transition: all 0.5s ease 0s;
}
.news .all .list .right .info .txt {
    color: #808080;
    font-size: 12px;
    line-height: 28px;
}
.news .all .list .right .times {
    float: right;
}
.news .all .list .right .times .time {
    margin: 25px 0 15px;
    color: #595959;
    font-size: 20px;
    font-weight: 100;
}
.news .all .list .right .times .arrows {
    float: right;
    width: 27px;
    height: 10px;
    background: url(../images/img_map.png) -64px -52px;
}
.news .all .list:hover .right .info .title span {
    width: 40px;
}
.news .all .list:hover .right .info .title a {
    color: #B97549;
}


