 /* 文章页样式 */
    /* 文章页样式 */
    
    @media (max-width: 768px) {
        .pageBox {
            /*                         height: 4vw!important; */
        }
        .bigContent img {
            width: 100%;
            height: auto;
        }
    }
    
    .bigContent {
        width: 100%;
    }
    
    .content {
        width: 80%;
        margin: 30px auto 40px auto;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 0 5%;
        padding-top: 30px;
        border-radius: 10px;
        box-shadow: 0px 0px 24px #c5c5c5cc;
        font-size: 16px;
        padding-bottom: 15px;
    }
    
    #detailTitle {
        margin-top: 2.5vw;
        text-align: center;
        font-size: 28px;
        color: #565656;
        font-weight: 600;
    }
    
    .timeValue {
        text-align: center;
        font-size: 18px;
        margin: 1vw auto 0 auto;
        /*         height: 4vh; */
        line-height: 1.5;
    }
    
    .browseNumber {
        margin: 0 .5vw;
    }
    
    .upDataTime {
        margin: 0 .5vw;
    }
    
    .underLine {
        height: 1px;
        background: #c5c5c5;
        margin-top: 10px;
        margin-bottom: 12px;
    }
    
    .dashUnderLine {
        border-bottom: 1px dashed #797979;
    }
    
    .fullImg {
        width: 100%;
        margin: 1vw 0;
    }
    
    .fullImgNoMagBox:after {
        content: "";
        display: block;
        clear: both;
    }
    
    .bgTips {
        color: #fff;
        background: #e69a28;
        text-align: center;
        height: 1.75vw;
        line-height: 1.5;
        border-radius: 10px;
        font-size: 20px;
        margin: 0 auto;
        width: 9vw;
    }
    
    .englishTips {
        text-align: center;
        /*                     height: 1.6vw; */
        line-height: 1.5;
        border-radius: 15px;
        font-size: 16px;
        margin: 10px auto 5px auto;
        color: #9a9a9a;
    }
    
    .title5Vh {
        font-size: 40px;
        text-align: center;
        height: 3vw;
        line-height: 1.5;
        font-weight: 600;
    }
    
    .bgParagraph {
        width: 80%;
        background: #efefef;
        padding: 20px 20px;
        margin: 2vw auto;
        border-radius: 10px;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 600;
    }
    
    .fullImgNoMag {
        float: left;
    }
    
    .pageBox {
        margin-top: 1vw;
        /*                     position: relative;
                height: 2vw; */
        display: flex;
        justify-content: space-between;
    }
    
    .goBtn {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .goBtn:nth-child(1) {
        /*     height: 3vh; */
        line-height: 1.5;
        /*                     left: 0vw; */
        padding: 5px 10px;
        border: 1px solid #cccccc;
        /*                     position: absolute; */
    }
    
    .goBtn:nth-child(2) {
        /*     height: 3vh; */
        line-height: 1.5;
        /*                     right: 0vw; */
        padding: 5px 10px;
        border: 1px solid #cccccc;
        /*                     position: absolute; */
    }
    
    .related {
        margin-top: 15px;
    }
    
    .relatedTitle {
        /*                     height: 1.5vw; */
        line-height: 1.5;
    }
    
    .relatedList {
        margin: 10px 0
    }
    
    .relatedItem {
        display: inline-block;
        width: 50%;
        float: left;
        height: 2.vw;
        line-height: 1.5;
        text-align: center;
    }
    
    .relatedItemBox:after {
        content: "";
        display: block;
        clear: both;
    }
    /*     .relatedList {
        margin-left: 2vw;
        margin-top: 1vh;
        width: 20vw;
        font-size: 2.3vh;
        margin-bottom: 0px;
    } */
    
    .relatedList>li {
        line-height: 1.8;
    }
    
    .relatedList:after {
        content: "";
        display: block;
        clear: both;
    }
    
    .contact {
        margin-top: 1vw;
    }
    
    .sCodeBox {
        float: left;
        margin-top: 5vh;
        margin-left: 2vw;
        width: 15%
    }
    
    .sCode {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    
    .sCodeText {
        height: 30px;
        line-height: 1.5;
        text-align: center;
        font-size: 20px;
        margin-top: 0.5vw;
    }
    
    .copyRight {
        color: #fff;
        text-align: center;
        margin-top: 1vw;
        height: 2vw;
        line-height: 1.5;
    }
    
    .titleBgBoxTitle {
        display: block;
        margin-top: 18px;
        margin-left: 10vw;
        /* 				border-top:1vh solid #2d681c; */
        font-size: 42px;
        color: #0181c8;
        font-weight: 600;
        line-height: 1.5;
    }
    
    .titleBgBoxText {
        display: block;
        margin-top: 15px;
        margin-left: 10%;
        width: 40%;
        font-size: 25px;
        line-height: 1.5;
        color: #0181c8;
        /*                     font-weight: 500 */
    }
    
    .titleBgBoxCoin {
        display: block;
        padding: 3px 2em;
        width: 0;
        background-color: #0181c8;
        margin-top: 8vw;
        margin-left: 10%;
    }
    
    @media (max-width: 768px) {
        .content {
            width: 100%;
        }
    }
    
    @media (max-width: 1200px) {
        .content {
            margin: 20px auto 30 auto;
        }
    }
    
    @media (max-width: 768px) {
        .content {
            width: 100%;
        }
        .content {
            margin: 20px auto 30 auto;
        }
        .pageBox {
            flex-direction: column;
            align-items: flex-start;
        }
        .goBtn:nth-child(2) {
            margin-top: 10px;
        }
    }
    
    @media (max-width: 576px) {
        .content {
            margin: 15px auto 20 auto;
        }
    }