.list-content-box {
    padding-top: 16px;
}
#detailsContent{
    margin: 0 30px;
    overflow: hidden;
    min-height: 520px;
}
/*è¯¦æƒ…æ ‡é¢˜*/
.detailsTitle {
    font-size: 20px;
    font-weight: bolder;
    text-align: center;

}
.detailsArticle img{
    width:  100% !important;
    height: auto !important;
}
.detailsClick{
    display: flex;
    justify-content: center;
}

/*è¯¦æƒ…æ—¶é—´*/
.detailsDate {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    margin-top: 9px;
    margin-bottom: 25px;
    margin-right: 20px;
}
.detailsHit{
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    margin-top: 9px;
    margin-bottom: 25px;
}
/*è¯¦æƒ…å†…å®¹*/
.detailsArticle{
    margin-bottom: 120px;
}
.slicer{
    border-bottom: 1px solid #F2F2F2;
    margin-top: 30px;
    margin-bottom: 29px;
    width: 100%;

}
.detailsChangePage {
    padding-bottom: 10px;
    color: #666666;
    font-size: 16px;
}
.detailsPages{

    margin: 21px 30px 22px 30px;
}

@media screen and (max-width: 500px) {
    .detailsArticle img{
        width: 100% !important;
        height: auto !important;
        justify-content: center;
        display: flex;
    }
}