.area_box div:first{
    margin-top: 30px;
}

.news-item{
    width: 1050px;
    min-height: 200px;
    font-size: 1.4rem;
    color: #7B8296;
    border-bottom: #D8D8D8 solid 1px;
    margin-top: 30px;
}
.news-img{
    width: 400px;
    min-height: 200px;
}
.news-content{
    width: 600px;
    min-height: 200px;
}
.news-title{
    height: 50px;
    font-size: 2rem;
    font-weight: 600;
    color: #404964;
}
.news-title a{
    text-decoration: none;
    font-weight: 600;
    color: #404964;
}
.news-title a:hover{
    font-weight: 600;
    color: #404964;
}
.news-brif{
    height: 100px;
}
.news-author{
    height: 50px;
    font-size: 1.6rem;
}
.pages{
    font-size: 1rem;
    color: #7B8296;
    height: 120px;
}
.pages div{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: #7B8296 solid 1px;
    margin-right: 5px;
}
.pages div:hover{
    background-color: #006D97;
    color: #FFFFFF;
    cursor: pointer;
}

.pages .selected{
    background-color: #006D97;
    color: #FFFFFF;
}

.detail-box{
    width: 1200px;
    min-height: 800;
    margin-top: 100px;
}

.detail-box-left{
    width: 975px;
    min-height: 800px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(13,50,116,0.13);
}
.detail-box-right{
    width: 200px;
    min-height: 200px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(13,50,116,0.13);
}

.detail-box-content{
    width: 900px;
}

.detail-title{
    font-size: 3rem;
    height: 100px;
}
.detail-autor{
    font-size: 1.4rem;
    color: #7B8296;
    height: 50px;
}
.detail-content{
    width: 900px;
    white-space:normal;
}

.detail-box-bottom{
    width: 1200px;
    height: 200px;
}

.detail-suggest{
    width: 180px;
    margin-top: 32px;
}
.detail-suggest-title{
    width: 180px;
    height: 40px;
    font-size: 2.4rem;
}
.detail-suggest-title-item{
    width: 180px;
    font-size: 1.4rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    color: #7B8296;
}
.detail-suggest-title-item a{
    text-decoration: none;
    color: #7B8296;
}
.detail-suggest-title-item a:hover{
    text-decoration: none;
    color: rgba(55, 115, 247, 1);
}

.detail-box-bottom>div{
    width: 80px;
    height: 40px;
    border: rgba(55, 115, 247, 1) solid 1px;
    margin-right: 30px;
    font-size: 1.6rem;
    color: rgba(55, 115, 247, 1);
    
}
.detail-box-bottom>div a{
    color: rgba(55, 115, 247, 1);
    text-decoration: none;
}