@charset "UTF-8";

@font-face {
    font-family: aaa;
    src: url(../font/fzzyjt.TTF);
}
@font-face {
    font-family: sss;
    src: url(../font/fzhtjwgb1.TTF);
}
.main-title{
    margin-bottom: 20px;
    color: #0068b3;
}

.news-details{
    font-family: sss;
    padding: 30px 0;
    background-color: #f3f3f2;
    text-align: center;
}
.news-details > div{
    width: 69.9%;
    margin: auto;
    padding-bottom: 40px;
    background-color: white;
}
.news-details .date{
    margin-bottom: 50px;
    color: #999;
    font-size:14px ;
}
.news-details .content{
    margin: 0 260px ;
    color: #333;
    font-size: 16px;
    text-align: justify;
    text-indent:28px ;
    line-height: 25px;
}
.news-details .content p{
    word-break: break-word;
}
.news-details .content img{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.news-details .next{
    margin: 0 70px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    text-align: left;
    line-height: 35px;
}
.news-details .next > div{
    font-size: 16px;
}
.news-details .next > div span{
    margin-right: 15px;
    color: #0068b3;
}
.news-details .next > div a{
    color: #333;
}
.news-details .next > div a:hover{
    color: #0068b3;
}