@media only screen {
    HTML,body{
        width: 100%;
        background: rgb(255,255,255);
    }
}

@media only screen and (max-width:768px) {
    HTML,body{
        width: 1260px;
        background: rgb(255,255,255);
    }
}

/*content*/
#content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 133px;
}
.content-main{
    margin-top: 37px;
    width: 1125px;
    min-height: 829px;
    border: 1px solid #DCDBDB;
}
.content-nav{
    width:1125px;
    height: 36px;
    background: #F4F4F4;
    border-bottom: 1px solid #DCDBDB;;
}
.wordStyle{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    font-family: Source Han Sans CN;
    line-height: 36px;
}
.bigNav{
    width: 208px;
    display: flex;
    margin-left: 17px;
}
.content-detail{
    padding: 0 16px;
    min-height: 792px;
    overflow-y: scroll;
}
.detail-title{
    text-align: center;
    font-size: 24px;
    width: 1093px;
    color: #333333;
    font-weight: bold;
    font-family: Source Han Sans CN;
    height: 114px;
    line-height: 114px;
    border-bottom: 1px solid #DCDBDB;
}
.detail-time{
    font-size: 14px;
    text-align: center;
    width: 1093px;
    height: 38px;
    line-height: 38px;
    color: #6A6969;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.detail-introduce{
    font-size: 16px;
    line-height: 32px;
    margin-top: 36px;
    height: auto;
    text-indent:2em;
    width: 1045px;
    padding: 0 24px;
    color: #333333;
    word-break: break-all;

}
.nextAndLast{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 198px;
}
.nextAndLast div{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
#preP>a{
    color: #146DFB;
    height: 16px;
    line-height: 16px;
}
#preP>a>span{
    color: #333333;
}
#nextP>a{
    color: #146DFB;
    height: 16px;
    line-height: 16px;
}
#nextP>a>span{
    color: #333333;
}


