#news{
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
}
#news>div{
    margin-bottom: 15px;
}

#news .new-con{
    padding: 15px;
    background: #fff;
    height:250px;
    overflow: hidden;
}

.new-title{
    font-weight: bold;
    margin: 8px 0;
    font-size:x-large
}

.new-dec{
    text-align: justify;    
    font-size:large;
    line-height:normal;
}

.date{
    overflow: hidden;    
    margin-top: 8px;
    margin-bottom: 8px;
}
.new-date{
    vertical-align: bottom;
    font-size: 15px;
}


#news .news-page{
    padding: 15px;
    background: #fff;
    height:70px;
    overflow: hidden;
}

#news .news-page ul{
    text-align:center;
}

#news .news-page ul li{
    border:solid 1px #d9d9d9;
    padding:8px 12px 8px 12px;
    margin:5px;
    display:inline-block;
}
#news .news-page ul li a {
        color: #676767;
    }

#news .news-page ul li.active{
    background :#a67c52;
}

#news .news-page ul li.active a {
    color:#fff;
    }

#news .new-content{
    padding: 15px;
    background: #fff;
    overflow: hidden;
}

#news .new-content .t{
    font-size:xx-large;
    color:#000;
}

#news .new-content .d{
    color:#ccc;
    line-height:45px;
}

#news .new-content .text{
    text-align: justify;    
    font-size:large;
    line-height:normal;
}

#news .new-content .text img{
    margin:0 auto;
}

#news .new-content .text p{
    text-align: justify;    
    font-size:large;
    line-height:normal;
}

#news .new-content .text div{
    text-align: justify;    
    font-size:large;
    line-height:normal;
}
