@media screen and (min-device-width: 1440px) {}

@media screen and (min-device-width: 3200px) {}

@media screen and (min-device-width: 3840) {}


.theme-box {
    width: 100%;
    overflow: hidden;
    display: table;
    height: 100%;
    table-layout: fixed;
    margin-top: 20px;
    padding: 0.0rem 15%;
}

.theme-box::after {
    content: '';
    display: block;
    clear: both;
}

.carousel,
.carousel-inner,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    height: 4.45rem;
    width: 99.5%;
}

.carousel-box {
    width: 52%;
    display: table-cell;
    vertical-align: top;
    height: 100%;
    /* background: #fff; */
    padding: 0.2rem;
    /* float: left; */
}

.carousel-items-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.carousel-items-image-box {
    width: 100%;
    height: 100%;
}

.carousel-text-box {
    position: absolute;
    padding-left: 0.2rem;
    bottom: 0rem;
    right: .05rem;
    width: 100%;
    font-size: .18rem;
    color: #fff;
    font-weight: 500;
    text-shadow: 0px 1px 3px rgba(21, 31, 44, 0.66);
    letter-spacing: .01rem;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: left;
    height: .5rem;
    padding-top: .1rem;
}

.carousel-indicators {
    bottom: 0.1rem;
    right: 0;
    width: 100%;
    margin: 0;
    left: 0;
    text-align: right;
    padding-right: 0.4rem;
}

.carousel-indicators li {
    width: .12rem !important;
    height: .12rem !important;
    background: #EDF5FF;
    box-shadow: 0px 1px 2px 0px rgba(21, 31, 44, 0.5);
    opacity: 0.8 !important;
    border: 0 !important;
    margin: 0 !important;
}

.carousel-indicators .active {
    background: #1669D3;
    width: .12rem !important;
    height: .12rem !important;
    margin: 0 !important;
}

.theme-right-box {
    border-radius: 0px .02rem .02rem 0px;
    padding: 0px 20px 0px 0px;
    box-sizing: border-box;
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 48%;
}

a:hover,
.news-video-item-note-box:hover,
.news-video-note-box:hover,
.news-text-note-box:hover {
    color: #036df7;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.theme-content-box {
    /* padding: .15rem .26rem 0; */
    padding-top: .15rem;
    padding-right: .26rem;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    position: relative;
}

.theme-title-box {
    font-size: .22rem;
    font-weight: 900;
    color: #c51b17;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* .theme-title-box::before {
    content: " ";
    position: absolute;
    width: .08rem;
    height: .08rem;
    border-radius: .02rem;
    background: rgba(11, 77, 163, .3);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
} */

.theme-line-box {
    width: 100%;
    border-top: #b6b3b3 1px dashed;
    margin: .15rem 0;
}

.theme-item-text-box {
    /* border-bottom: .01rem solid #E5E5E5; */
    position: relative;
    color: #444;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: .32rem;
    padding-left: .2rem;
    width: 100%;
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.theme-item-text-box::before {
    content: " ";
    position: absolute;
    width: .08rem;
    height: .08rem;
    border-radius: .02rem;
    background: #c51b17;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}



/* 新增样式 */
.theme-item-text-top-first-line-box {
    position: relative;
    font-size: 0.22rem;
    font-weight: 500;
    line-height: .35rem;
    width: 100%;
    padding-bottom: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    a {
        color: rgba(203, 24, 28, 1);
    }
}

.theme-item-text-top-first-line-box a {
    color: rgba(203, 24, 28, 1);
}

.theme-item-text-top-box {
    position: relative;
    font-size: 0.2rem;
    font-weight: 400;
    /* line-height: .45rem; */
    padding-left: .2rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .18rem;
    strong {
        font-size: 0.2rem;
        font-weight: normal;
    }
}

.theme-item-text-top-box strong {
    font-size: 0.2rem;
    font-weight: normal;
}

.theme-item-text-top-box::before {
    content: " ";
    position: absolute;
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background: #CB181C;
    left: 0;
    top: 0.1rem;
    bottom: 0;
    margin: 0;
}

.theme-item-text-top-more-box {
    font-size: 0.18rem;
    line-height: .30rem;
    font-weight: 400;
    text-align: end;
    a {
        color: #CB181C;
    }
}

.theme-item-text-top-more-box a {
    color: #CB181C;
}

.theme-item-text-bottom-first-line-box {
    position: relative;
    font-size: 0.22rem;
    font-weight: 500;
    line-height: .35rem;
    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;
    color: #323232;
    font-size: 0.2rem;
    font-weight: 400;
    /* line-height: .45rem; */
    padding-left: .2rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .18rem;
}

.theme-item-text-bottom-box::before {
    content: " ";
    position: absolute;
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background: #1260A2;
    left: 0;
    top: 0.1rem;
    bottom: 0;
    margin: 0;
}

.theme-item-text-bottom-box strong {
    color: #323232;
    font-size: 0.2rem;
    font-weight: 400;
}

.theme-item-text-bottom-more-box {
    font-size: 0.18rem;
    line-height: .30rem;
    font-weight: 400;
    text-align: end;
    a {
        color: #1260A2;
    }
}

.theme-item-text-bottom-more-box a {
    color: #1260A2;
}

/* 新增样式 */






.theme-item-text-detail-box {
    font-weight: 400;
    color: #444;
    font-size: .15rem;
    position: relative;
    padding-top: .1rem;
    padding-left: .2rem;
    width: 100%;
    line-height: .26rem;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
}

.theme-more-box {
    font-size: .14rem;
    color: #666666;
    margin-top: .1rem;
}

.theme-more-box {
    cursor: pointer;
}

.news-box {
    margin-top: .35rem;
    margin-bottom: .35rem;
    width: 100%;
    padding: 0.1rem 15%;
    background: #fff;
}

.news-top-box {
    overflow: hidden;
    width: 100%;
    padding: 0rem .2rem .0rem;
    border-bottom: 1px#C1CCD9 solid;
    display: table;
}

.ndrwytd-box {
    padding-top: .3rem;
}

.news-top-left-box {
    display: table-cell;
    vertical-align: middle;
}

.news-top-title-box {
    font-weight: bold;
    color: #c51b17;
    font-size: .28rem;
    /* padding-left: .1rem; */
}

.news-top-mid-box {
    display: table-cell;
    text-align: right;
}

.news-top-mid-title-box {
    margin-left: 20px;
    font-weight: 500;
    font-size: .20rem;
    text-align: center;
    color: inherit;
    padding: 0.1rem;
}

.news-top-mid-title-active-box {
    color: #c51b17;
}

.news-top-right-box {
    display: table-cell;
    padding-top: .04rem;
    font-weight: 400;
    color: #c51b17;
    font-size: .14rem;
    text-align: right;
}

.news-top-right-box a {
    color: #cfa54a;
}

.news-top-right-box:hover {
    cursor: pointer;
}

.news-top-line-box {
    border-top: #c51b17 solid .03rem;
    width: 35%;
}

.news-top-line-yw-box {
    border-top: #c51b17 solid .03rem;
    width: 17%;
}

.news-top-line-long-box {
    border-top: #c51b17 solid .03rem;
    width: 45%;
}

.news-top-line-short-box {
    border-top: #c51b17 solid .03rem;
    width: 25%;
}

.news-content-box {
    display: table;
    width: 100%;
    padding-top: 0.2rem;
}

.news-content-left-box {
    display: table-cell;
    width: 12%;
    vertical-align: top;
}

.news-content-item-box {
    padding: .15rem 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    color: #444;
    font-size: .18rem;
    border-radius: 0 .02rem .02rem 0;
    border-left: .03rem solid transparent;
}

.news-content-item-box:hover {
    cursor: pointer;
}

.news-left-active-box {
    background: rgb(241, 243, 245);
    border-radius: 0;
    color: #c51b17;
    position: relative;
    /* border-left: .03rem solid #c51b17; */
}

/* .news-content-item-box:hover::before, */
.news-left-active-box::before {
    content: " ";
    position: absolute;
    left: -.15rem;
    top: 0;
    height: 100%;
    width: .2rem;
    border-right: .06rem solid #c51b17;
    border-radius: 0 .03rem .03rem 0;
}

.icon-image-nav-box {
    margin-right: .1rem;
    font-size: .16rem !important;
}

.icon-video-nav-box {
    margin-right: .1rem;
    font-size: .18rem !important;
}

.news-content-right-box {
    background: rgb(241, 243, 245);
    width: 100%;
    display: table-cell;
    padding: .12rem .2rem;
}

.title-box {
    width: 100%;
    display: table;
}

.left-title-box {
    width: 59%;
    display: table-cell;
    border-bottom: 0.01rem rgba(11, 77, 163, 0.3) solid;
}

.news-seat-box {
    width: .1rem;
}

.news-video-news-box {
    position: relative;
    justify-content: flex-end; /* 水平靠右 */
    align-items: center; /* 垂直居中 */
}

.news-video-title-box {
    padding: 0 0 0 0.2rem;
    font-weight: bold;
    color: #c51b17;
    font-size: .28rem;
    position: relative;
}

/* .news-video-title-box::before {
    content: " ";
    position: absolute;
    left: -.1rem;
    height: 80%;
    width: .2rem;
    border-right: .06rem solid #c51b17;
    border-radius: 0 .03rem .03rem 0;
    top: 10%;
} */

.news-more-box {
    position: absolute;
    right: 0.1rem;
    top: 0;
    font-size: .16rem;
    font-weight: normal;
    top: 20%;
    /* right: 0; */
}

.news-more-box a {
    color: #cfa54a;
}

.news-video-line-box {
    width: 100%;
    border-top: #c51b17 solid .03rem;
    margin-top: .01rem;
    width: 30%;
}

.news-video-line-gzdt-box {
    width: 100%;
    border-top: #c51b17 solid .03rem;
    margin-top: .01rem;
    width: 17%;
}

.news-video-line-xsdkxjjs-box {
    width: 100%;
    border-top: #c51b17 solid .03rem;
    margin-top: .01rem;
    width: 37%;
}

.news-video-line-dsff-box {
    width: 100%;
    border-top: #c51b17 solid .03rem;
    margin-top: .01rem;
    width: 21%;
}

.news-video-line-kjggtjd-box {
    width: 100%;
    border-top: #c51b17 solid .03rem;
    margin-top: .01rem;
    width: 33%;
}

.news-video-line-kxjjsjyjd-box {
    width: 100%;
    border-top: #c51b17 solid .03rem;
    margin-top: .01rem;
    width: 42%;
}

.news-video-line-kxjjsdjt-box {
    width: 100%;
    border-top: #c51b17 solid .03rem;
    margin-top: .01rem;
    width: 38%;
}

.news-video-line-ysyrys-box {
    width: 100%;
    border-top: #c51b17 solid .03rem;
    margin-top: .01rem;
    width: 30%;
}

.news-video-line-mtbd-box {
    width: 100%;
    border-top: #c51b17 solid .03rem;
    margin-top: .01rem;
    width: 22%;
}

.news-video-line-kydjzz-box {
    width: 100%;
    border-top: #c51b17 solid .03rem;
    margin-top: .01rem;
    width: 38%;
}

.news-video-line-cbw-box {
    width: 100%;
    border-top: #c51b17 solid .03rem;
    margin-top: .01rem;
    width: 18%;
}

.news-video-line-ndrwytd-box {
    width: 100%;
    border-top: #c51b17 solid .03rem;
    margin-top: .01rem;
    width: 16%;
}

.right-title-box {
    width: 40%;
    display: table-cell;
    border-bottom: 0.01rem rgba(11, 77, 163, 0.3) solid;
}

.news-main-box {
    display: table;
    width: 100%;
    padding: .23rem;
    box-sizing: border-box;
    height: 100%;
    table-layout: fixed;
}

.news-main-left-box {
    width: 59%;
    display: table-cell;
    vertical-align: top;
}

.video-primary-box {
    width: 100%;
    display: table;
    height: 100%;
    table-layout: fixed;
}

.news-video-primary-box {
    width: 65%;
    display: table-cell;
    border-radius: 0 0 .02rem .02rem;
    height: 100%;
    vertical-align: top;
    position: relative;
    background: #fff;
}

.news-video-primary-box img {
    height: 3rem;
}

.news-main-right-box {
    width: 40%;
    display: table-cell;
}

.new-video-items-box {
    width: 35%;
    padding-left: .1rem;
    box-sizing: border-box;
    display: table-cell;
}

.new-video-item-box {
    width: 100%;
    background: #fff;
    border-radius: 0 0 .02rem .02rem;
    position: relative;
    margin-bottom: .1rem;
    height: calc(50% - 0.05rem);
}

.new-video-item-box img {
    height: 1.64rem;
}

.new-video-item-box:last-child {
    margin-bottom: 0;
}


.news-video-note-box {
    padding: .14rem .12rem .02rem;
    font-size: .18rem;
    font-weight: 400;
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.news-video-item-note-box {
    padding: .1rem;
    font-size: .14rem;
    font-weight: 400;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* line-height: 1.4em; */
}

.news-short-video-items-box {
    display: table;
    height: calc(50% - 0.05rem);
    padding-bottom: .1rem;
    box-sizing: border-box;
    table-layout: fixed;
    width: 100%;
}

.news-short-video-items-box:last-child {
    padding-bottom: 0;
}

.news-short-video-left-box {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}


.news-short-video-item-box {
    background: #fff;
    border-radius: 0 0 .02rem .02rem;
    position: relative;
    margin-right: 0.1rem;
    height: 100%;
}

.news-short-video-item-box img {
    height: 1.64rem;
}

.left-text-title-box,
.right-text-title-box {
    width: 49.5%;
    display: table-cell;
    border-bottom: 0.01rem rgba(11, 77, 163, 0.3) solid;
}

/* 风范：传承老一辈科学家精神 */
/* 攻坚：弘扬新时代科学家精神 */
.left-text-title-ff-box,
.right-text-title-gj-box {
    width: 50%;
    display: table-cell;
    border-top: 4px #CB181C solid;
}

.news-fengfan-box {
    position: relative;
    text-align: center;
    background-color: #FBF1DE;
}

.news-fengfan-active-box {
    background-color: #CB181C;
}

.news-fengfan-title-box {
    padding: .1rem 0 .12rem 0;
    font-weight: bold;
    color: #CB181C;
    font-size: .26rem;
    position: relative;
}

.news-fengfan-title-active-box {
    color: #fff;
}

.news-gongjian-box {
    position: relative;
    text-align: center;
    background-color: #FBF1DE;
}

.news-gongjian-active-box {
    background-color: #CB181C;
}

.news-gongjian-title-box {
    padding: .1rem 0 .12rem 0;
    font-weight: bold;
    color: #CB181C;
    font-size: .26rem;
    position: relative;
}

.news-gongjian-title-active-box {
    color: #fff;
}


.news-fengfan-context-box {
    width: 100%;
    box-sizing: border-box;
    display: table-cell;
    padding-right: .1rem;
    vertical-align: top;
    padding-top: .18rem;
}

.news-fengfan-items-box {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.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;
}

/* 风范：传承老一辈科学家精神 */
/* 攻坚：弘扬新时代科学家精神 */


/* 工作动态 & 媒体链接 */

.left-gzdt-mtlj-text-title-box,
.right-gzdt-mtlj-text-title-box {
    width: 48%;
    display: table-cell;
    border-bottom: 4px #E5E4E3 solid;
}

.news-gzdt-mtlj-box {
    position: relative;
    justify-content: flex-end; /* 水平靠右 */
    align-items: center; /* 垂直居中 */
}


.news-gzdt-title-box {
    padding: 0 0 0 0.5rem;
    font-weight: bold;
    color: #c51b17;
    font-size: .30rem;
    position: relative;
}

.news-gzdt-title-box::before {
    background: url("../../images/icon-gzdt.png") left center no-repeat;
    content: " ";
    position: absolute;
    left: 0rem;
    height: 100%;
    width: 100%;
}

.news-mtlj-title-box {
    padding: 0 0 0 0.5rem;
    font-weight: bold;
    color: rgba(203, 24, 28, 1);;
    font-size: .30rem;
    position: relative;
}

.news-mtlj-title-box::before {
    background: url("../../images/icon-mtlj.png") left center no-repeat;
    content: " ";
    position: absolute;
    left: 0rem;
    height: 100%;
    width: 100%;
}

.news-gzdt-mtlj-more-box {
    position: absolute;
    right: 0.1rem;
    font-size: .16rem;
    font-weight: normal;
    top: 50%;
}

.news-gzdt-mtlj-more-box a {
    color: rgba(203, 24, 28, 1);
}


.news-gzdt-mtlj-line-box {
    width: 100%;
    height: 15px;
    border-bottom: 4px #c51b17 solid;
    margin-bottom: -4px;
    width: 28%;
}
/* 工作动态 & 媒体链接 */


/* 科苑党建融媒体：视频号 & 微信公众号 & 《科苑党建》 & 出版物 */

.rmt-first-title-box {
    padding-bottom: .2rem;
    font-weight: bold;
    color: #c51b17;
    font-size: .30rem;
    position: relative;
    text-align: center;
}

.rmt-nav-box {
    width: 25%;
    display: table-cell;
    border-top: 4px #CB181C solid;
    background-color: #FBF1DE;
}

.rmt-nav-sph-box {
    position: relative;
    text-align: center;
}

.rmt-nav-sph-title-box {
    padding: .1rem 0 .12rem 0;
    font-weight: bold;
    color: #CB181C;
    font-size: .26rem;
    position: relative;
    height: .65rem;
}

.rmt-nav-sph-title-box::before {
    background: url("../../images/icon-sph.png") 25% 15% no-repeat;
    content: " ";
    position: absolute;
    left: .0rem;
    height: 100%;
    width: 100%;
}

.rmt-nav-sph-title-active-box {
    padding: .1rem 0 .12rem 0;
    font-weight: bold;
    color: #fff;
    font-size: .26rem;
    position: relative;
    background-color: #CB181C;
    height: .65rem;
}

.rmt-nav-sph-title-active-box::before {
    background: url("../../images/icon-sph-active.png") 25% 15% no-repeat;
    content: " ";
    position: absolute;
    left: .0rem;
    height: 100%;
    width: 100%;
}

.rmt-nav-wxgzh-box {
    position: relative;
    text-align: center;
}

.rmt-nav-wxgzh-title-box {
    padding: .1rem 0 .12rem 0;
    font-weight: bold;
    color: #CB181C;
    font-size: .26rem;
    position: relative;
    height: .65rem;
}

.rmt-nav-wxgzh-title-box::before {
    background: url("../../images/icon-wxgzh.png") 14% 10% no-repeat;
    content: " ";
    position: absolute;
    left: .0rem;
    height: 100%;
    width: 100%;
}

.rmt-nav-wxgzh-title-active-box {
    padding: .1rem 0 .12rem 0;
    font-weight: bold;
    color: #fff;
    font-size: .26rem;
    position: relative;
    background-color: #CB181C;
    height: .65rem;
}

.rmt-nav-wxgzh-title-active-box::before {
    background: url("../../images/icon-wxgzh-active.png") 14% 10% no-repeat;
    content: " ";
    position: absolute;
    left: .0rem;
    height: 100%;
    width: 100%;
}

.rmt-nav-kydj-box {
    position: relative;
    text-align: center;
}

.rmt-nav-kydj-title-box {
    padding: .1rem 0 .12rem 0;
    font-weight: bold;
    color: #CB181C;
    font-size: .26rem;
    position: relative;
    height: .65rem;
}

.rmt-nav-kydj-title-box::before {
    background: url("../../images/icon-kydj.png") 15% 15% no-repeat;
    content: " ";
    position: absolute;
    left: .0rem;
    height: 100%;
    width: 100%;
}

.rmt-nav-kydj-title-active-box {
    padding: .1rem 0 .12rem 0;
    font-weight: bold;
    color: #fff;
    font-size: .26rem;
    position: relative;
    background-color: #CB181C;
    height: .65rem;
}

.rmt-nav-kydj-title-active-box::before {
    background: url("../../images/icon-kydj-active.png") 15% 15% no-repeat;
    content: " ";
    position: absolute;
    left: .0rem;
    height: 100%;
    width: 100%;
}

.rmt-nav-cbw-box {
    position: relative;
    text-align: center;
}

.rmt-nav-cbw-title-box {
    padding: .1rem 0 .12rem 0;
    font-weight: bold;
    color: #CB181C;
    font-size: .26rem;
    position: relative;
    height: .65rem;
}

.rmt-nav-cbw-title-box::before {
    background: url("../../images/icon-cbw.png") 25% 15% no-repeat;
    content: " ";
    position: absolute;
    left: .0rem;
    height: 100%;
    width: 100%;
}

.rmt-nav-cbw-title-active-box {
    padding: .1rem 0 .12rem 0;
    font-weight: bold;
    color: #fff;
    font-size: .26rem;
    position: relative;
    background-color: #CB181C;
    height: .65rem;
}

.rmt-nav-cbw-title-active-box::before {
    background: url("../../images/icon-cbw-active.png") 25% 15% no-repeat;
    content: " ";
    position: absolute;
    left: .0rem;
    height: 100%;
    width: 100%;
}

.rmt-border {
    border-left: 1px #D0CECE solid;
    border-right: 1px #D0CECE solid;
    border-bottom: 1px #D0CECE solid;
}

/* 视频号 内容 */
.rmt-sph-context-box {
    width: 100%;
    display: table-cell;
    vertical-align: top;
}

.sph-context-box {
    width: 100%;
    display: table;
    height: 100%;
    table-layout: fixed;
}

.sph-context-primary-box {
    width: 70%;
    display: table-cell;
    border-radius: 0 0 .02rem .02rem;
    height: 100%;
    vertical-align: top;
    position: relative;
    /* background: #e2e2e2; */
    background: url(../../images/bg_sph.jpg) center/100% no-repeat;
    /* padding-left: .2rem;
    padding-bottom: .2rem; */
    text-align: center;
    height: 5.72rem;
}

.sph-context-primary-box img {
    width: 100%;
    height: 5.72rem;
    padding: 1px;
}

.sph-context-items-box {
    width: 30%;
    box-sizing: border-box;
    display: table-cell;
    padding-left: .2rem;
    /* padding-right: .1rem; */
    text-align: center;
}


.sph-context-item-box {
    width: 100%;
    /* background: #fff; */
    background: url(../../images/bg_sph.jpg) center/100% no-repeat;
    border-radius: 0 0 .02rem .02rem;
    position: relative;
    /* height: calc(33% - 0rem); */
    /* margin: .1rem; */
    margin-bottom: .15rem;
}

.sph-context-item-box img {
    width: auto;
    height: 1.8rem;
}

.sph-context-item-box:last-child {
    margin-bottom: 0;
}

.sph-context-item-box a::after {
    position: absolute;
    content: '';
    display: block;
    top: 30%;
    left: 40%;
    background: url(../../images/vbg.png) no-repeat;
    width: 60px;
    height: 60px;
    transform: scale(0.66);
}

.sph-context-primary-box a::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    background: url(../../images/vbg.png) no-repeat;
    width: 60px;
    height: 60px;
    transform: scale(1.25);
}

/* 视频号 内容 */

/* 微信公众号 内容 */
.rmt-wxgzh-context-box {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    display: none;
    text-align: center;
}

.wxgzh-context-box {
    width: 100%;
    display: table;
    height: 100%;
    table-layout: fixed;
}

.wxgzh-context-item-box {
    width: 25%;
    display: table-cell;
    background: #fff;
    padding: .3rem .2rem .5rem .2rem;
}
/* 微信公众号 内容 */

/* 《科苑党建》 内容 */
.rmt-kydj-context-box {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    display: none;
}

.kydj-context-box {
    width: 100%;
    display: table;
    height: 100%;
    table-layout: fixed;
    margin-bottom: .4rem;
}

.kydj-context-left-box,
.kydj-context-right-box {
    width: 50%;
    display: table-cell;
}

.kydj-context-left-title-box {
    position: relative;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: .2rem;
    font-weight: bold;
    color: #c51b17;
    font-size: .24rem;
    margin: 0 .5rem 0 .5rem;
    border-bottom: 0.04rem #E5E5E5 solid;
}

.kydj-context-left-title-line-box {
    width: 100%;
    border-top: #c51b17 solid .06rem;
    margin-top: 0.2rem;
    margin-bottom: -0.24rem;
    width: 30%;
}

.kydj-context-left-title-text-box {
    margin-left: .2rem;
}

.kydj-context-left-body-box {
    width: 100%;
    display: table;
    height: 100%;
    table-layout: fixed;
    margin-left: .2rem;
}

.kydj-context-left-body-img-box {
    width: 40%;
    display: table-cell;
    vertical-align: top;
    padding: .2rem .2rem .2rem .3rem;
    img {
        max-width:  2.3rem;
        max-height: 3.2rem;
    }
}

.kydj-context-left-body-img-box img {
    max-width:  2.3rem;
    max-height: 3.2rem;
}

.kydj-context-left-body-list-box {
    width: 60%;
    display: table-cell;
    vertical-align: top;
    padding-top: .08rem;
    padding-left: .0rem;
    padding-right: .8rem;
}

.kydj-context-left-body-list-item-box {
    font-size: .24rem;
    font-weight: 500;
    line-height: .4rem;
    border-radius: .1rem;
    background-color: #EFEFEF;
    text-align: center;
    padding: .08rem;
    margin: .1rem;
}

.kydj-context-left-body-list-item-box-active {
    background-color: #dbd2d2;
}

.kydj-context-left-body-list-more-box {
    background-color: #EA5356;
    a {
        color: #fff;
    }
}

.kydj-context-left-body-list-more-box a {
    color: #fff;
}

.kydj-context-red-font {
    color: #CB181C;
}

.kydj-context-right-items-box {
    display: none;
    width: 100%;
}

.kydj-context-right-item-box {
    width: 100%;
    font-size: .20rem;
    font-weight: 500;
    line-height: .6rem;
    position: relative;
    padding-left: .2rem;
    padding-top: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kydj-context-right-item-box:hover {
    cursor: pointer;
}

.kydj-context-right-item-line-box:last-child {
    border: 0;
}

.kydj-context-right-item-box::before {
    content: " ";
    position: absolute;
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background: #c51b17;
    left: 0;
    top: .1rem;
    bottom: 0;
    margin: auto;
}

/* 《科苑党建》 内容 */

/* 出版物 内容 */
.rmt-cbw-context-box {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    display: none;
}

.cbw-context-box {
    width: 100%;
    display: table;
    height: 100%;
    table-layout: fixed;
}

.cbw-more-box {
    width: 100%;
    text-align: right;
    padding-right: .3rem;
    font-size: 0.16rem;
    font-weight: 400;
    a {
        color: #CB181C;
    }
}
.cbw-more-box a {
    color: #CB181C;
}

.cbw-context-item-box {
    width: 25%;
    display: table-cell;
    background: #fff;
    padding: .3rem .3rem .3rem .3rem;
    img {
        width: auto;
        max-width:  2.3rem;
        height: 2.8rem;
    }
}

.cbw-context-item-box img {
    width: auto;
    max-width:  2.3rem;
    height: 2.8rem;
}

.cbw-context-item-note-box {
    font-size: .17rem;
    font-weight: 400;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.8em;
    text-align: center;
}

.cbw-context-item-note-box:hover {
    color: #036df7;
}

/* 出版物 内容 */

/* 科苑党建融媒体：视频号 & 微信公众号 & 《科苑党建》 & 出版物 */

/* 科学家精神基地 & 党员主题教育基地 & 科学家精神宣讲 */
.news-jsjd-jyjd-jsxj-item-box {
    width: 33%;
    padding-left: .1rem;
    box-sizing: border-box;
    display: table-cell;
    text-align: center;
    img {
        /* max-width: 3.85rem;
        max-height: 2.16rem; */
    }
}
/* 科学家精神基地 & 党员主题教育基地 & 科学家精神宣讲 */

/* .new-video-box {
    display: none;
} */

.new-img-box,
.new-live-box {
    background-color: #fff;
    /* display: none; */
}

.news-img-parent-box {
    width: 48%;
    box-sizing: border-box;
    display: table-cell;
    padding-right: .1rem;
    vertical-align: top;
}

.img-primary-item-box {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.news-img-primary-box {
    width: 40%;
    display: table-cell;
    border-radius: 0 0 .02rem .02rem;
    height: 100%;
    vertical-align: top;
}

.news-img-primary-box img {
    height: 1.63rem;
}

.new-text-parimary-box {
    width: 60%;
    padding-left: .1rem;
    box-sizing: border-box;
    display: table-cell;
}

.news-text-note-box {
    padding: .14rem .12rem .02rem;
    font-size: .16rem;
    font-weight: 400;
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.work-text-items-box {
    width: 100%;
}

.work-text-item-box {
    width: 100%;
    font-size: .20rem;
    /* font-weight: 500; */
    /* line-height: .4rem; */
    position: relative;
    padding-left: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: .15rem 0 .15rem 0;
}

.work-text-item-box:hover {
    cursor: pointer;
}


.work-text-item-line-box {
    border-bottom: .01rem solid #D6C397;
    margin: 0.14rem 0;
}

.work-text-item-line-box:last-child {
    border: 0;
}

.work-text-item-box::before {
    content: " ";
    position: absolute;
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background: #c51b17;
    left: 0;
    top: .1rem;
    bottom: 0;
    margin: 0;
}

/* 新调整 */
.mid-list-primary-item-box {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.mid-list-text-parimary-box {
    width: 100%;
    padding-left: .1rem;
    box-sizing: border-box;
    display: table-cell;
}


.work-text-item-fs-title-box {
    font-weight: 500;
    color: #c51b17;
    font-size: .22rem;
    position: relative;
    padding-bottom: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.work-text-item-fs-title-box a {
    color: #c51b17;
}

.work-text-item-fs-title-box:hover {
    cursor: pointer;
}

.work-text-item-fs-detail-box {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.work-text-item-fs-detail-img-box {
    width: 50%;
    display: table-cell;
    border-radius: 0 0 20px 20px;
    height: 100%;
    vertical-align: top;
}

.work-text-item-fs-detail-content-box {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 200;
    font-size: 0.16rem;
    box-sizing: border-box;
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
}

.work-text-item-fs-detail-content-box p {
    line-height: 1.8; /* 行间距设置为字体大小的1.5倍 */
}


/* 新调整 */


.new-content-live-box {
    text-align: right;
    font-size: .16rem;
}

.liev-status-box {
    position: absolute;
    top: 1em;
    left: 1em;
    background: rgba(1, 1, 1, .6);
    padding: .5em 1em;
    border-radius: .05rem;
    color: #fff;
    font-size: .16rem;
    font-weight: bold;
    letter-spacing: .1em;
    display: none;
}

.liev-small-status-box {
    position: absolute;
    top: .5em;
    left: .5em;
    background: rgba(1, 1, 1, .6);
    padding: .3em .8em;
    border-radius: .05rem;
    color: #fff;
    font-size: .14rem;
    font-weight: bold;
    letter-spacing: .1em;
}

.work-box {
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin-top: .1rem;
    table-layout: auto;
}

.work-content-box {
    width: calc((100% - .12rem) / 3);
    background: #fff;
    padding-top: .12rem;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    float: left;
    margin-right: .05rem;
}

.work-content-box:last-child {
    margin-right: 0;
}

.work-line-box {
    width: .05rem;
    background: transparent;
}

.work-items-box {
    padding: .13rem .25rem;
    width: 100%;
}

.work-item-box {
    border-bottom: .01rem solid #E5E5E5;
    font-weight: 400;
    color: #444;
    font-size: .16rem;
    position: relative;
    padding-left: .2rem;
    width: 100%;
    line-height: .5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.work-item-box:last-child {
    border: 0;
}

.work-item-box::before {
    content: " ";
    position: absolute;
    width: .08rem;
    height: .08rem;
    border-radius: .02rem;
    background: #c51b17;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.work-item-box:hover {
    cursor: pointer;
}

.subject-content-box {
    width: 100%;
    padding: .3rem .26rem;
    background: #fff;
    box-sizing: border-box;
}

.subject-items-box {
    display: table;
    width: 100%;
    margin: .05rem 0;
}

.subject-item-box {
    display: table-cell;
    width: 20%;
}

.subject-item-box img {
    height: 1.53rem;
}

.subject-item-box:hover {
    cursor: pointer;
}

.link-items-box {
    display: table;
}

.link-item-box {
    display: table-cell;
    width: calc(100% /4);
    vertical-align: top;
}


.magazine {
    margin: 0px 0px 0px 0px;
    height: 275px;
}

.magazinebox {
    width: 171px;
    height: 272px;
    background: #e2e3e5;
    border: 2px solid #e2e3e5;
    float: left;
    text-align: center;
    margin: 10px 30px;
}

.magazinebox a {
    font-size: .16rem;
    color: #2858a7;
}

.magazinebox dt {
    margin-top: 5px;
}


.cbw-items-box {
    margin: 0px 0px 0px 0px;
    height: 275px;
    text-align: center;
}

.cbw-item-box {
    width: 220px;
    height: 272px;
    float: left;
    text-align: center;
    margin: 10px 5px;
}

.cbw-item-box img{
    background-size: 100% 100%;
}

.cbw-item-box a {
    font-size: .16rem;
    font-weight: normal;
}

.cbw-item-box dt {
    margin-top: 10px;
}
