@media screen and (max-width: 768px){
    .content{
        width: 100%;
    }
    .nav_pc {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        /* background-color: rgba(0, 0, 0, 0.8); */
        background-color: transparent;
        z-index: 10;
        display: none;
    }
    .nav_pc ul {
        width: auto;
        padding-top: 40px;
        /* display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center; */
        height: 100%;
        background-color: rgba(0,77,181,0.9);
    }
    .nav_pc ul li {
        width: 100%;
        /* float: left; */
        height: 40px;
        display: block;
        border: 0;
        margin: 0 auto;
    }
    .nav_pc ul li a {
        display: block;
        font-size: 18px;
        color: #fff;
        line-height: 18px;
        margin-top: 11px;
        text-align: center;
        padding: 0 24px;
    }
    .nav_btn{
        display: block;
        position: fixed;
        width: 40px;
        height: 40px;
        top: 20px;
        right: 20px;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        z-index: 15;
    }
    
    .nav_btn::after, .nav_btn::before {
        content: "";
        position: absolute;
        top: 19px;
        left: 20%;
        width: 60%;
        height: 2px;
        background: #fff;
    }
    .nav_btn::after {
        top: 13px;
        background: transparent;
        border-top: 2px solid #fff;
        padding: 4px 0px;
        border-bottom: 2px solid #fff;
    }

    .title .ttleft span:nth-child(2){
        display: none;
    }

    .one{
        padding: 20px;
        display: block;
        margin-top: 0;
    }
    .announcements{
        width: 100%;
    }
    .announcements .annouceItem .annouceTitle{
        padding-left: 15px;
    }
    .interpretation{
        flex: none;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .interpretation .interText{
        margin-top: 20px;
    }
    .interpretation .interText .firstNews{
        display: block;
    }
    .interpretation .interText .firstNews img{
        width: 100%;
        height: auto;
    }
    .interpretation .interText .firstNews .firstIns{
        padding-left: 0;
    }
    .interpretation .interText .firstNews .firstIns .firstTitle{
        padding-top: 15px;
    }
    .interpretation .interText .interOther ul li{
        line-height: 28px;
    }
    .interpretation .interText .interOther ul li a{
        display: inline-block;
        width: 70%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
    }


    .two{
        padding: 20px;
        margin-top: 0;
    }
    .two ul.ul01{
        display: block;
    }
    .two ul.ul01 li{
        width: 100%;
    }
    .two ul.ul02 li{
        width: 100%;
        margin-top: 15px !important;
    }
    .two ul.ul02 li:nth-child(n+3){
        margin-top: 0;
    }
    .two ul.ul02 li a{
        padding-bottom: 10px;
    }

    .three{
        display: block;
        padding: 20px;
        margin-top: 0;
    }
    .three .report{
        width: 100%;
    }


    #SOHUCS #SOHU_MAIN .module-mobile-cmt-float-bar{
        display: none;
    }
}