@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%;
        padding-left: .2rem;
    }

    /* 20250326调整： 导航 & 要闻 */
    .theme-item-text-top-first-line-box {
        font-size: 0.35rem;
        font-weight: 500;
        line-height: .5rem;
    }

    .theme-item-text-top-box {
        position: relative;
        font-size: 0.35rem;
        font-weight: 400;
        /* line-height: .8rem; */
        padding-left: .2rem;
        width: 100%;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        margin-top: .2rem;
        strong {
            font-size: 0.35rem;
            font-weight: normal;
        }
    }
    
    .theme-item-text-top-box strong {
        font-size: 0.35rem;
        font-weight: normal;
    }

    .theme-item-text-top-box::before {
        content: " ";
        position: absolute;
        width: .12rem;
        height: .12rem;
        border-radius: 50%;
        background: #CB181C;
        left: 0;
        top: .2rem;
        bottom: 0;
        margin: 0;
    }

    .theme-item-text-top-more-box {
        font-size: 0.3rem;
        line-height: .5rem;
        font-weight: 400;
    }

    .theme-item-text-bottom-first-line-box {
        position: relative;
        font-size: 0.35rem;
        font-weight: 500;
        line-height: .5rem;
        padding-bottom: .1rem;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        a {
            color: rgba(18, 96, 162, 1);
        }
    }
    
    .theme-item-text-bottom-first-line-box a {
        color: rgba(18, 96, 162, 1);
    }

    .theme-item-text-bottom-box {
        position: relative;
        font-size: 0.35rem;
        font-weight: 400;
        /* line-height: .8rem; */
        padding-left: .2rem;
        width: 100%;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        margin-top: .32rem;
    }
    
    .theme-item-text-bottom-box::before {
        content: " ";
        position: absolute;
        width: .12rem;
        height: .12rem;
        border-radius: 50%;
        background: #1260A2;
        left: 0;
        top: .2rem;
        bottom: 0;
        margin: 0;
    }

    .theme-item-text-bottom-box strong {
        font-size: 0.35rem;
        font-weight: 400;
    }
    
    .theme-item-text-bottom-more-box {
        font-size: 0.3rem;
        line-height: .5rem;
        font-weight: 400;
    }

    .mid-box {
        background: url("../../images/background-first.png") center top / cover no-repeat;
    }

    /* 20250326调整： 导航 & 要闻 */

    .theme-content-box {
        position: relative;
    }

    .theme-more-box {
        display: none;
    }
    .news-content-box {
        padding-top: .0rem;
    }
    .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: #c51b17;
        border-bottom: .02rem solid #c51b17;
    }

    .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: #c51b17;
        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;
    }

    /* 风范：传承老一辈科学家精神 */
    /* 攻坚：弘扬新时代科学家精神 */

    .news-fengfan-title-text-pc-box {
        display: none;
    }

    .news-fengfan-title-box {
        font-size: .32rem;
    }

    .news-gongjian-title-box {
        font-size: .32rem;
    }

    .news-fengfan-item-box {
        width: 33%;
        padding-left: .1rem;
        box-sizing: border-box;
        display: table-cell;
    }

    .news-gongjian-context-box {
        width: 100%;
        box-sizing: border-box;
        display: table-cell;
        padding-right: .1rem;
        vertical-align: top;
        padding-top: .18rem;
        display: none;
    }

    .news-gongjian-items-box {
        width: 100%;
        display: table;
        table-layout: fixed;
    }

    /* 风范：传承老一辈科学家精神 */
    /* 攻坚：弘扬新时代科学家精神 */

 
    /* 科学家精神基地 & 党员主题教育基地 & 科学家精神宣讲 */
    .news-jsjd-jyjd-jsxj-item-box {
        width: 100%;
        display: block;
        padding: .2rem;
    }
    /* 科学家精神基地 & 党员主题教育基地 & 科学家精神宣讲 */


    /* 科苑党建融媒体：视频号 & 微信公众号 & 《科苑党建》 & 出版物 */

    .rmt-first-title-box {
        font-size: .35rem;
    }

    .rmt-nav-sph-title-box {
        font-size: .28rem;
        height: .65rem;
    }

    .rmt-nav-sph-title-active-box {
        font-size: .28rem;
        height: .65rem;
    }

    .rmt-nav-sph-title-box::before {
        background: none;
        content: " ";
        position: absolute;
        left: .0rem;
        height: 100%;
        width: 100%;
    }

    .rmt-nav-sph-title-active-box::before {
        background: none;
        content: " ";
        position: absolute;
        left: .0rem;
        height: 100%;
        width: 100%;
    }

    .rmt-nav-wxgzh-title-box {
        font-size: .28rem;
        height: .65rem;
    }

    .rmt-nav-wxgzh-title-active-box {
        font-size: .28rem;
        height: .65rem;
    }

    .rmt-nav-wxgzh-title-box::before {
        background: none;
        content: " ";
        position: absolute;
        left: .0rem;
        height: 100%;
        width: 100%;
    }
    
    .rmt-nav-wxgzh-title-active-box::before {
        background: none;
        content: " ";
        position: absolute;
        left: .0rem;
        height: 100%;
        width: 100%;
    }


    .rmt-nav-kydj-title-box {
        font-size: .28rem;
        height: .65rem;
    }
    
    .rmt-nav-kydj-title-active-box {
        font-size: .28rem;
        height: .65rem;
    }

    .rmt-nav-kydj-title-box::before {
        background: none;
        content: " ";
        position: absolute;
        left: .0rem;
        height: 100%;
        width: 100%;
    }
    
    .rmt-nav-kydj-title-active-box::before {
        background: none;
        content: " ";
        position: absolute;
        left: .0rem;
        height: 100%;
        width: 100%;
    }

    .rmt-nav-cbw-title-box::before {
        background: none;
        content: " ";
        position: absolute;
        left: .0rem;
        height: 100%;
        width: 100%;
    }
    
    .rmt-nav-cbw-title-active-box::before {
        background: none;
        content: " ";
        position: absolute;
        left: .0rem;
        height: 100%;
        width: 100%;
    }

    .kydj-context-left-box {
        width: 100%;
    }

    .kydj-context-right-box {
        display: none;
    }    

    .sph-context-pc-box {
        display: none;
    }
    
    .sph-context-items-box{
        padding-left: 0;
    }
    .sph-context-item-box {
        /* padding: 0 0 .2rem 0; */
        margin-bottom: .2rem;
        background-color: #e2e2e2;
    }
    
    .sph-context-item-box img {
        height: 4rem;
    }
    
    .sph-context-item-box:last-child {
        margin-bottom: 0;
    }

    .wxgzh-context-item-box {
        width: 100%;
        display: block;
        background: #fff;
        padding: .0rem .5rem .4rem .5rem;
    }

    .kydj-context-left-title-box {
        display: none;
    }

    .kydj-context-left-body-img-box {
        padding: .1rem .1rem .1rem .1rem;
        img {
            max-width:  3.4rem;
            max-height: 4.5rem;
        }
    }

    .kydj-context-left-body-img-box img {
        max-width:  3.4rem;
        max-height: 4.5rem;
    }    

    .kydj-context-left-body-list-item-box {
        font-size: .30rem;
        font-weight: 500;
        line-height: .5rem;
        border-radius: .1rem;
        padding: .08rem;
        margin: .1rem;
    }

    .cbw-context-item-box {
        width: 100%;
        display: table-row;
        background: #fff;
        text-align: center;
        padding: .3rem .3rem .6rem .3rem;
        img {
            max-width:  3.2rem;
            max-height: 4.5rem;
        }
    }

    .cbw-context-item-box img {
        max-width:  3.2rem;
        max-height: 4.5rem;
    }    

    .cbw-context-item-note-box {
        font-size: .3rem;
        line-height: 2.5em;
    }
    
    /* 科苑党建融媒体：视频号 & 微信公众号 & 《科苑党建》 & 出版物 */


    .gzdt-mtlj-pc-box {
        display: none;
    }

    /* 工作动态 & 媒体链接 */

    .news-gzdt-title-box {
        padding: .1rem 0 0 .8rem;
        font-size: .35rem;
    }

    .news-mtlj-title-box {
        padding: .1rem 0 0 .8rem;
        font-size: .35rem;
    }

    .news-gzdt-mtlj-more-box {
        font-size: .26rem;
    }

    .news-gzdt-mtlj-more-box a {
        color: rgba(203, 24, 28, 1);
    }

    .news-gzdt-mtlj-line-box {
        width: 35%;
    }

    .work-text-item-box {
        font-size: .35rem;
        /* line-height: .65rem; */
        white-space: normal;
        margin: .28rem 0 .28rem 0;
    }

    .work-text-item-box::before {
        content: " ";
        position: absolute;
        width: .08rem;
        height: .08rem;
        border-radius: 50%;
        background: #c51b17;
        left: 0;
        top: .18rem;
        bottom: 0;
        margin: 0;
    }

    /* 工作动态 & 媒体链接 */    
}

@media screen and (max-device-width: 361px) {}

@media screen and (min-device-width: 768px) {


    .news-fengfan-title-text-mob-box {
        display: none;
    }

    .sph-context-mob-box {
        display: none;
    }
    
    .gzdt-mtlj-mob-box {
        display: none;
    }

    .news-content-mobile-box {
        display: none;
    }

    .theme-right-box {
        padding: 0px 20px 0px 0px;
    }

    .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;
    }

    .gzdt-mtlj-mob-box {
        display: none;
    }
}