/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-5-30, 15:26:35
    Author     : mmno1
*/

#news {
    width: 100%;
    background: #F5F5F5;
    padding: 50px 0;
    border-top: 1px solid #E0E0E0;
}
#news .news {
    margin: 0 auto;
    background: #F5F5F5;
}
#news .news .topic {
    padding-bottom: 20px;
    color: #262626;
    font-size: 20px;
    border-bottom: 1px solid #D9D9D9;
}
#news .news .all .list {
    padding: 40px 0;
    border-bottom: 1px solid #D9D9D9;
}
#news .news .all .list .img {
    float: left;
    width: 227px;
    height: 158px;
    display: block;
}
#news .news .all .list .img img {
    width: 227px;
    height: 158px;
    display: block;
}
#news .news .all .list .right {
    float: right;
    width: 875px;
}
#news .news .all .list .right .info {
    float: left;
    width: 720px;
}
#news .news .all .list .right .info .title {
    width: 700px;
    height: 30px;
    margin: 25px 0 15px;
}
#news .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 .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 .news .all .list .right .info .txt {
    color: #808080;
    font-size: 12px;
    line-height: 28px;
}
#news .news .all .list .right .times {
    float: right;
}
#news .news .all .list .right .times .time {
    margin: 25px 0 15px;
    color: #595959;
    font-size: 30px;
    font-weight: 100;
}
#news .news .all .list .right .times .arrows {
    float: right;
    width: 27px;
    height: 10px;
    background: url(../images/img_map.png) -64px -52px;
}
#news .news .all .list:hover .right .info .title span {
    width: 40px;
}
#news .news .all .list:hover .right .info .title a {
    color: #B97549;
}
#news-cont {
    background: #F5F5F5;
    padding: 50px 0;
    border-top: 1px solid #E0E0E0;
}
#news-cont .news-cont {
    width: 1140px;
    margin: 0 auto;
    background: #F5F5F5;
}
#news-cont .news-cont .title {
    color: #242424;
    font-size: 16px;
    text-align: center;
}
#news-cont .news-cont .time {
    margin: 15px 0 30px;
    text-align: center;
    color: #8c8c8c;
}
#news-cont .news-cont .info {
    color: #737373;
    padding: 30px 0;
    line-height: 35px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}
#news-cont .news-cont .info img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
#news-cont .news-cont .upon {
    margin-top: 20px;
}
#news-cont .news-cont .upon .upons {
    float: left;
}
#news-cont .news-cont .upon .upons .list {
    height: 30px;
}
#news-cont .news-cont .upon .upons .list span {
    margin-right: 10px;
    float: left;
    co1lor: #232323;
    line-height: 30px;
}
#news-cont .news-cont .upon .upons .list a {
    color: #7c7c7c;
    line-height: 30px;
    float: left;
    width: 330px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#news-cont .news-cont .upon .upons .list a:hover {
    color: #B97549;
}
#news-cont .news-cont .upon .back {
    margin-top: 10px;
    display: block;
    float: right;
    width: 50px;
    height: 16px;
}
#news-cont .news-cont .upon .back .txt {
    float: left;
    color: #7C7C7C;
    font-size: 14px;
    line-height: 16px;
}
#news-cont .news-cont .upon .back .ico {
    float: right;
    width: 12px;
    height: 16px;
    display: block;
    background: url(../images/img_map.png) -103px -48px;
}
#news-cont .news-cont .upon .back:hover .txt {
    color: #B97549;
}