@media screen and (max-device-width: 767px) {
    
    .carousel-box {
        width: 100%;
        margin-bottom: .1rem;
        display: block;
    }
    .carousel-text-box{
        font-size: .26rem;
    }
    .theme-box{
        display: block;
    }
    .theme-right-box {
        display: block;
        width: 100%;
        margin: 0;
        padding-bottom: .2rem;
        padding-top: 0.15rem;
    }

    .theme-content-box {
        position: relative;
    }

    .theme-more-box {
        display: none;
    }
    .news-content-box {
        display: none;
    }
    .news-top-title-box{
        font-size: .3rem;
    }
    .news-top-right-box{
        font-size: .26rem;
    }
    .theme-title-box{
        font-size: .28rem;
    }
    .theme-item-text-box{
        font-size: .28rem;
    }
    .news-video-note-box{
        font-size: .26rem;
        margin-top: 0.1rem;
    }
    .work-item-box{
        font-size: .28rem;
        line-height: 2.1em;
    }
    .news-content-mobile-box {
        width: 100%;
        display: block;
    }

    .new-mobile-nav-box {
        display: table;
        border-bottom: .01rem solid #ccc;
        background: #fff;
        width: 100%;

    }

    .news-nav-item-box {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: .3rem 0;
        box-sizing: border-box;
        font-weight: bold;
        color: #444;
        font-size: .28rem;
    }

    .news-nav-item-active-box {
        color: #0B4DA3;
        border-bottom: .02rem solid #0B4DA3;
    }

    .news-video-mobile-box {
        background: #fff;
        border-radius: 0 0 0.02rem 0.02rem;
        height: 100%;
        vertical-align: top;
        margin-bottom: .1rem;
        position: relative;
    }

    .news-video-mobile-box img {
        height: 4.28rem;
    }

    .new-video-type-mobile-box {
        background: #fff;
        padding: .2rem .4rem;
        font-size: .28rem;
        color: #0B4DA3;
        font-weight: bold;
        position: relative;
    }

    .new-mobile-live-box {
        background: #fff;
        padding: .2rem .1rem;
        position: relative;
        font-size: .16rem;
        font-weight: normal;
        color: #666666;
        text-align: right;
        box-sizing: border-box;
    }

    .new-video-type-mobile-box::before {
        content: " ";
        position: absolute;
        width: .08rem;
        height: .4rem;
        border-radius: .02rem;
        background: rgba(11, 77, 163);
        top: 0;
        bottom: 0;
        margin: auto;
        left: .2rem;
    }

    .news-mobile-more-box {
        position: absolute;
        right: 0.1rem;
        top: 0;
        bottom: 0;
        font-weight: normal;
        padding: 0.2rem 0;
        color: #666666;
        font-size: .26rem;
    }

    .news-mobile-line-box {
        margin: .2rem 0 0;
        border-bottom: 0.01rem solid #ccc;
    }

    .mobile-text-box,
    .mobile-live-box {
        display: none;
    }

    .work-box {
        display: block;
    }

    .work-content-box {
        margin-bottom: 0.1rem;
        display: block;
        width: 100%;
    }
    .subject-content-box{
        display: none;
    }
    .subject-item-box{
        width: 50%;
    }
    .subject-item-box img {
        height: 1.2rem;
    }

    .link-items-box {
        display: block;
    }

    .link-item-box {
        display: block;
        margin-bottom: .2rem;
        width: 100%;
    }

    .liev-status-box {
        display: block;
    }
    .select-box{
        font-size: .28rem;
    }
}

@media screen and (max-device-width: 361px) {}

@media screen and (min-device-width: 768px) {

    .news-content-mobile-box {
        display: none;
    }

    .theme-right-box {
        padding-top: 0;
    }

    .mobile-box {
        display: none;
    }
    .subject-mobile-content-box{
        display: none;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .news-content-box {
        display: table;
    }
}