*:before,
*:after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img{
    border-radius: 0.15rem;
}
.flex-row-center-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-row-start-center,
.header-box .left,
.header-box .right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.flex-row-end-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
}

.flex-row-btw-center,
.header-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.flex-col-center-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-col-center-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-col-start-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.flex-col-center-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-col-center-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-col-around-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-col-start-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-row-center-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-row-start-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-col-start-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-col-end-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-row-btw-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-row-center-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-row-btw-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-row-around-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
}

.shenglv-1 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shenglv-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.shenglv-3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.center-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bg-normal {
    background-position: center center;
    background-repeat: no-repeat;
}

@-webkit-keyframes r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.highlight {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.bg-center-cover {
    background-size: cover;
    background-position: center center;
}

.header-box {
    width: 100%;
    height: 1.2rem;
    /* background: rgba(0, 0, 0, 0.75); */
    background: #fff;
    padding: 0 .38rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-box .left .logo1 {
    width: 0.74rem;
    height: 0.74rem;
    margin-right: 0.14rem;
    background-image: url("/wap/img/icon@2x.png");
    background-size: cover;
}

.header-box .left .logo2 {
    margin-left: .18rem;
    width: 1.08rem;
    height: .34rem;
    background-image: url("/wap/img/swiper_banner.png");
    background-size: cover;
}

/* .header-box .left .text {
    margin-left: .31rem;
    font-size: .24rem;
    line-height: .34rem;
    letter-spacing: .02rem;
} */
.header-box .left .text p:first-of-type {
    margin-block-start: 0;
    margin-block-end: 0;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    font-size: 0.3rem;
    line-height: 1;
    margin-top: 0.06rem;
    margin-bottom: 0.12rem;
}
.header-box .left .text p:nth-of-type(2) {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 0.19rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A7A7A7;
    line-height: 1;
}
.header-box .right .header-open-app {
    width: 1.96rem;
    height: .56rem;
    background: #3298ff;
    border-radius: .1rem;
    line-height: .56rem;
    text-align: center;
    font-size: .24rem;
    color: white;
}

.header-box .right .close {
    margin-left: .28rem;
    width: .32rem;
    height: .32rem;
    background-image: url("../img/s_close.png");
    background-size: cover;
}
.top-btn {
    display: none;
    position: fixed;
    z-index: 9;
    bottom: .6rem;
    right: .58rem;
    width: .86rem;
    height: .86rem;
    background-size: 100% 100%;
    background-image: url("/wap/img/top@2x.png");
}


.flex-row-start-center,
.newsubject-box .new-subject-box .newsubject-list .newsubject-person-box .person-list .personItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}


.flex-row-btw-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.flex-col-center-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-col-center-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-col-start-center,
.newsubject-box .newsubject-head-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
}

.flex-col-center-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-col-center-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-col-around-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-col-start-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-row-center-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-row-start-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-col-start-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-col-end-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-row-btw-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-row-center-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-row-btw-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-row-around-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
}

.shenglv-1,
.newsubject-box .new-subject-box .newsubject-list .newsubject-person-box .person-list .personItem .right .name {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shenglv-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.shenglv-3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.center-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bg-normal {
    background-position: center center;
    background-repeat: no-repeat;
}

@-webkit-keyframes r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.highlight {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.bg-center-cover,
.newsubject-box .newsubject-head-box,
.newsubject-box .new-subject-box .newsubject-list .newsubject-person-box .person-list .personItem .left {
    background-size: cover;
    background-position: center center;
}

.newsubject-box {
    width: 100%;
    padding-bottom: 1rem;
    background-color: #F4F4F4;
}

.newsubject-box .newsubject-head-box {
    width: 100%;
    height: auto;
}

.newsubject-box .subject-live-box {
    width: 100%;
}

.newsubject-box .subject-live-box video {
    width: 100%;
    height: 4.22rem;
    object-fit: cover;
}

.newsubject-box .lianghui-desc {
    background: #FFFBF1 !important;
}

.newsubject-box .newsubject-desc {
    padding: .4rem .3rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .32rem;
    color: #353535;
    line-height: .48rem;
    background: #FFFFFF;
}

.newsubject-box .newsubject-desc .descBtn {
    font-size: .3rem;
    color: #3298ff;
    line-height: .52rem;
    position: relative;
}

.newsubject-box .newsubject-desc .descBtn .descIcon {
    position: absolute;
    left: -.3rem;
    width: .28rem;
    height: .52rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.46)), color-stop(68%, white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.46) 0%, white 68%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.46) 0%, white 68%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.46) 0%, white 68%);
}

.newsubject-box .lianghuiMenu {
    background-image: url("/wap/img/title_top_bg@2x.png") !important;
    background-size: 100% 100% !important;
}

.newsubject-box .newsubject-menu {
    width: 100%;
    padding: .5rem 0 .5rem .3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: .12rem;
    background: #FFFFFF;
}

.newsubject-box .newsubject-menu .menuBox {
    float: left;
    width: 3.34rem;
    height: .64rem;
    border-radius: .08rem;
    border: 0.03rem solid #d4d4d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .28rem;
    color: #636363;
    line-height: .64rem;
    text-align: center;
    margin: 0 .22rem .22rem 0;
}

.newsubject-box .newsubject-banner {
    background-image: url("/wap/img/banner@2x.png");
    background-size: 100% 100%;
    width: 7.5rem;
    height: .8rem;
    margin-bottom: .12rem;
}

.newsubject-box .new-subject-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.newsubject-box .new-subject-box .newsubject-list {
    position: relative;
    z-index: 3;
    width: 100%;
}

.newsubject-box .new-subject-box .newsubject-list .lianghuiBg {
    background-image: url("/wap/img/more copy@2x.png") !important;
    background-size: 100% 100% !important;
    width: 7.5rem !important;
    height: 0.8rem !important;
}

.newsubject-box .new-subject-box .newsubject-list .right_icon {
    background-image: url("/wap/img/title_right@2x.png");
    background-size: 100% 100%;
    width: 1.76rem;
    height: .56rem;
    float: right;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-normal-box {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .12rem;
    background: #FFFFFF;
    padding: .3rem 0;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-normal-box .normal-text {
    color: #353535;
    font-size: .3rem;
    line-height: .34rem;
    padding: 0 .3rem;
    margin-bottom: .12rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-normal-box .normal-list {
    width: 100%;
    background: #FFFFFF;
    overflow: hidden;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-normal-box .normal-list .newsubject-normal-item {
    border-bottom: .01rem solid #E7E7E7;
    width: 100%;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-normal-box .viewMoreNormal {
    width: 100%;
    height: .8rem;
    background: #FFFFFF;
    line-height: .8rem;
    color: #3298FF;
    font-size: .28rem;
    text-align: center;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-day-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .12rem;
    background: #FFFFFF;
    padding: .3rem;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-day-box .newsubject-day-title {
    color: #353535;
    font-size: .3rem;
    line-height: .34rem;
    margin-bottom: .12rem;
    overflow: hidden;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-day-box .time_box {
    width: 100%;
    padding-left: .22rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-bottom: .4rem;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-day-box .time_box .time_title {
    font-size: .24rem;
    color: #A8A8A8;
    line-height: .3rem;
    position: relative;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-day-box .time_box .time_title::before {
    content: '';
    position: absolute;
    left: -.30rem;
    top: 0;
    width: .12rem;
    height: .12rem;
    background-color: #FFFFFF;
    border-radius: 1rem;
    border: 0.03rem solid #3298FF;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-day-box .time_box .time_content {
    margin-top: .16rem;
    font-size: .32rem;
    color: #353535;
    line-height: .48rem;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-day-box .time_box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: .04rem;
    background: #D7D7D7;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-position-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .12rem;
    background: #FFFFFF;
    padding: .3rem;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-position-box .position-text {
    color: #353535;
    font-size: .3rem;
    line-height: .34rem;
    overflow: hidden;
    margin-bottom: .12rem;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-position-box .positionItem {
    width: 100%;
    background-color: #ffffff;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-position-box .positionItem .map {
    width: 100%;
    height: 2.28rem;
    margin-top: .3rem;
    background-color: #A8A8A8;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-position-box .positionItem .map #container {
    width: 100%;
    height: 100%;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-position-box .positionItem .position-info {
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    font-size: .3rem;
    color: #353535;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-video-box {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .12rem;
    background: #FFFFFF;
    padding: .3rem 0 .3rem .3rem;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-video-box .video-text {
    color: #353535;
    font-size: .3rem;
    line-height: .34rem;
    padding-right: .3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .12rem;
    overflow: hidden;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-video-box .video-list {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-video-box .video-list .manuItem {
    width: 3.4rem;
    overflow: hidden;
    margin: 0 .1rem .2rem 0;
    float: left;
    border: 0.01rem solid #e7e7e7;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-video-box .video-list .manuItem .manuTitle {
    font-size: .28rem;
    width: 3rem;
    color: #353535;
    line-height: .42rem;
    height: .84rem;
    margin: .2rem;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-video-box .video-list .manuItem .manuCover {
    width: 100%;
    height: 1.92rem;
    position: relative;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-video-box .video-list .manuItem .manuCover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-video-box .video-list .manuItem .manuCover .manuTimeBox {
    position: absolute;
    /* height: .36rem;
    padding: 0 .18rem 0 .26rem; */
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: .1rem;
    left: .08rem;
    bottom: .08rem;
    font-size: .2rem;
    line-height: .36rem;
    color: #fff;
    padding: 0rem 0.1rem;
    color: #FFFFFF; 
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-video-box .video-list .manuItem .manuCover .manuTimeBox .play-icon {
    background: url("/wap/img/Group10.png") no-repeat 100% 100%;
    background-size: 100%;
    width: .14rem;
    height: .18rem;
    display: inline-block;
    margin-right: .1rem;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-video-box .viewMoreVideo {
    width: 100%;
    height: .8rem;
    background: #FFFFFF;
    line-height: .8rem;
    color: #B81C22;
    font-size: .28rem;
    text-align: center;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-person-box {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .12rem;
    background: #FFFFFF;
    padding: .3rem;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-person-box .person-text {
    color: #353535;
    font-size: .3rem;
    line-height: .34rem;
    margin-bottom: .12rem;
    overflow: hidden;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-person-box .person-list {
    width: 100%;
    background-color: #ffffff;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-person-box .person-list .personItem:last-child {
    margin-bottom: 0;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-person-box .person-list .personItem {
    width: 100%;
    height: 1.06rem;
    margin-bottom: .2rem;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-person-box .person-list .personItem .left {
    width: 1.06rem;
    height: 1.06rem;
    border-radius: 50%;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-person-box .person-list .personItem .right {
    margin-left: .2rem;
    width: 3rem;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-person-box .person-list .personItem .right .name {
    width: 3rem;
    font-size: .28rem;
    color: #353535;
    line-height: .34rem;
}

.newsubject-box .new-subject-box .newsubject-list .newsubject-person-box .person-list .personItem .right .text {
    margin-top: .1rem;
    width: 3rem;
    font-size: .2rem;
    line-height: .3rem;
    height: .6rem;
    color: #ababab;
}

.red_line {
    width: .04rem;
    height: .26rem;
    background: #3298FF;
    display: inline-block;
    margin-right: .1rem;
}
/* 配合red_line 要在父级用上flex */
.flex_aline_center{
    display: flex;
    align-items: center;
}

.detailBtn {
    padding: .3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}

.detailBtn .smallCover {
    width: 2.24rem;
    height: 1.68rem;
    float: left;
    margin-right: .11rem;
    position: relative;
}

.detailBtn .smallCover .advSmallICon {
    position: absolute;
    top: 0;
    left: -.19rem;
    background: url("/wap/img/icon_ad small.png") no-repeat 100% 100%;
    width: .66rem;
    height: .56rem;
    font-size: .2rem;
    line-height: .56rem;
    color: #FFFFFF;
    text-align: center;
}

.detailBtn .smallCover .manuTimeBox {
    position: absolute;
    /* height: .36rem;
    padding: 0 .18rem 0 .26rem; */
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: .1rem;
    left: .08rem;
    bottom: .08rem;
    font-size: .2rem;
    line-height: .36rem;
    color: #fff;
    padding: 0rem 0.1rem;
    color: #FFFFFF; 
}

.detailBtn .smallCover .manuTimeBox .play-icon {
    background: url("/wap/img/Group10.png") no-repeat 100% 100%;
    background-size: 100%;
    width: .14rem;
    height: .18rem;
    display: inline-block;
    margin-right: .1rem;
}

.detailBtn .smallCover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.detailBtn .smallCoverTitle {
    position: relative;
    float: left;
    width: 4.54rem;
    /* height: 1.68rem */
    height: 2.28rem
}

.detailBtn .smallCoverTitle .right_title {
    font-size: .32rem;
    color: #353535;
    line-height: .48rem;
    /* max-height: .96rem; */
}

.detailBtn .smallCoverTitle .right_tag {
    position: absolute;
    left: 0;
    bottom: 0;
    height: .3rem;
    border-radius: .15rem;
    border: .01rem solid #D2D2D2;
    padding: 0 .12rem;
    line-height: .3rem;
    font-size: .2rem;
    color: #636363;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.detailBtn .smallCoverTitle .right_time {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: .2rem;
    color: #636363;
    line-height: .24rem;
}

.detailBtn .advBigCover {
    width: 6.9rem;
    height: 3.88rem;
    background: #d8d8d8;
    position: relative;
    margin-bottom: .3rem;
}

.detailBtn .advBigCover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.detailBtn .advBigCover .advICon {
    background: url("/wap/img/icon_ad.png") no-repeat 100% 100%;
    width: .88rem;
    height: .76rem;
    position: absolute;
    top: -.02rem;
    left: -.2rem;
    color: #FFFFFF;
    font-size: .26rem;
    line-height: .88rem;
    text-align: center;
}
.detailBtn .advBigCoverTitle{

}
.detailBtn .advBigCoverTitle .advTitle{
    font-size: .32rem;
    color: #353535;
    line-height: .48rem;
    max-height: .96rem;
}
.detailBtn .advBigCoverTitle .advBottomIcon{
    position: relative;
    width: 100%;
    height: .8rem;
}
.detailBtn .advBigCoverTitle .advBottomIcon .advTag{
    position: absolute;
    left: 0;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    height: .3rem;
    border-radius: .15rem;
    border: .01rem solid #D2D2D2;
    padding: 0 .12rem;
    line-height: .3rem;
    font-size: .2rem;
    color: #636363;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.detailBtn .bigCover {
    width: 6.9rem;
    height: 3.88rem;
    margin-bottom: .3rem;
    position: relative;
}
.detailBtn .bigCover.special {
    height: 2.28rem;
}

.detailBtn .bigCover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.detailBtn .bigCover .specialIcon {
    background: url("/wap/img/Group82.png") no-repeat 100% 100%;
    width: 1.2rem;
    height: .6rem;
    position: absolute;
    top: .08rem;
    left: -.2rem;
}

.detailBtn .bigCover .video_play {
    position: absolute;
    width: 0.56rem;
    /* height: 0.76rem; */
    height: auto;
    /* background: rgba(0, 0, 0, 0.54); */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
  }
  .detailBtn .bigCover .video_play .video_playIcon {
    /* background: url("/wap/img/icon_vedio_big.png") no-repeat 100% 100%; */
    /* background: url("/wap/img/Group10@2x.png") no-repeat 100% 100%; */
    /* width: 0.28rem; */
    /* height: 0.36rem; */
    width: 100%;
    height: 100%;
    /* background-size: cover; */
    /* margin: 0.2rem 0.28rem; */
  }

.detailBtn .bigCover .videoTimeBox {
    position: absolute;
    /* height: .36rem;
    padding: 0 .18rem 0 .26rem; */
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: .1rem;
    left: .2rem;
    bottom: .16rem;
    font-size: .2rem;
    /* line-height: .36rem; */
    height: .38rem;
    color: #fff;
    padding: 0rem 0.1rem;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.detailBtn .bigCover .videoTimeBox .play-icon {
    background: url("/wap/img/Group10.png") no-repeat 100% 100%;
    background-size: 100%;
    width: .14rem;
    height: .18rem;
    display: inline-block;
    margin-right: .06rem;
}

.detailBtn .bigCoverTitle {
    font-size: .32rem;
    color: #353535;
    line-height: .48rem;
    /* max-height: .96rem; */
}

.detailBtn .noCoverTitle {
    font-size: .32rem;
    color: #353535;
    line-height: .48rem;
    /* max-height: .96rem; */
}

.detailBtn .noCoverBottom {
    position: relative;
    width: 100%;
    height: .8rem;
}

.detailBtn .noCoverBottom .bottomTag {
    position: absolute;
    left: 0;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    height: .3rem;
    border-radius: .15rem;
    border: .01rem solid #D2D2D2;
    padding: 0 .12rem;
    line-height: .3rem;
    font-size: .2rem;
    color: #636363;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.detailBtn .noCoverBottom .bottomTime {
    position: absolute;
    right: .3rem;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    font-size: .2rem;
    color: #636363;
    line-height: .24rem;
}

.detailBtn .threeCoverTitle {
    font-size: .32rem;
    color: #353535;
    line-height: .48rem;
    /* max-height: .96rem; */
}

.detailBtn .threeCoverBox {
    margin-top: .3rem;
    overflow: hidden;
    margin-bottom: .1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.detailBtn .threeCoverBox .threeCover {
    float: left;
    /* margin-right: .1rem; */
    width: 2.24rem;
    height: 1.68rem;
    position: relative;
}

.detailBtn .threeCoverBox .threeCover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.detailBtn .threeCoverBox .threeCover .videoTimeBox {
    position: absolute;
    /* height: .36rem;
    padding: 0 .18rem 0 .26rem; */
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: .1rem;
    left: .2rem;
    bottom: .16rem;
    font-size: .2rem;
    /* line-height: .36rem; */
    height: .38rem;
    color: #fff;
    padding: 0rem 0.1rem;
    color: #FFFFFF; 
    display: flex;
    flex-direction: row;
    align-items: center;
}

.detailBtn .threeCoverBox .threeCover .videoTimeBox .play-icon {
    background: url("/wap/img/Group10.png") no-repeat 100% 100%;
    background-size: 100%;
    width: .14rem;
    height: .18rem;
    display: inline-block;
    margin-right: .06rem;
}

.detailBtn .threeCoverBox .threeCover .threeAdvIcon {
    position: absolute;
    top: 0;
    left: -.19rem;
    background: url("/wap/img/icon_ad small.png") no-repeat 100% 100%;
    width: .66rem;
    height: .56rem;
    line-height: .56rem;
    font-size: .2rem;
    text-align: center;
    color: #FFFFFF;
}
.detailBtn .threeCoverBottomIcon{
    position: relative;
    width: 100%;
    height: .8rem;
}
.detailBtn .threeCoverBottomIcon .threeCoverTag{
    position: absolute;
    left: 0;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    height: .3rem;
    border-radius: .15rem;
    border: .01rem solid #D2D2D2;
    padding: 0 .12rem;
    line-height: .3rem;
    font-size: .2rem;
    color: #636363;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.flex-row-start-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}


.flex-row-btw-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.flex-col-center-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-col-center-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-col-start-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.flex-col-center-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-col-center-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-col-around-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-col-start-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-row-center-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-row-start-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-col-start-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-col-end-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-row-btw-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-row-center-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-row-btw-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-row-around-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
}

.shenglv-1 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shenglv-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.shenglv-3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.center-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bg-normal {
    background-position: center center;
    background-repeat: no-repeat;
}

@-webkit-keyframes r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.highlight {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.bg-center-cover {
    background-size: cover;
    background-position: center center;
}

.open-app {
    margin-left: 0.4rem;
    margin-top: 0.64rem;
    width: 6.7rem;
    height: 0.78rem;
    background: #3298FF;
    border-radius: 0.08rem;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.78rem;
    box-sizing: border-box;
    font-size: 0.28rem;
    color: #FFFFFF;
}

.line_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4 ;
}

/* 轮播图样式 */
.swiper-container {
    overflow: inherit;
  }
  .swiper-container .swiper-slide {
    width: 6.9rem !important;
    margin-right: 0.12rem;
  }
  .swiper-container .swiper-slide .video_cover {
    width: 100%;
    height: 3.88rem;
    /* padding: 0.3rem 0; */
    margin-bottom: .3rem;
    box-sizing: border-box;
    position: relative;
  }
  .swiper-container .swiper-slide .video_cover .video_play {
    position: absolute;
    width: 0.56rem;
    /* height: 0.76rem; */
    height: auto;
    /* background: rgba(0, 0, 0, 0.54); */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
  }
  .swiper-container .swiper-slide .video_cover .video_play .video_playIcon {
    /* background: url("/wap/img/icon_vedio_big.png") no-repeat 100% 100%; */
    /* background: url("/wap/img/Group10@2x.png") no-repeat 100% 100%; */
    /* width: 0.28rem; */
    /* height: 0.36rem; */
    width: 100%;
    height: 100%;
    /* background-size: cover; */
    /* margin: 0.2rem 0.28rem; */
  }
  .swiper-container .swiper-slide .video_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-container .swiper-slide .video_cover .swiperTimeBox {
    position: absolute;
    /* height: .36rem;
    padding: 0 .18rem 0 .26rem; */
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: .1rem;
    left: .2rem;
    bottom: .16rem;
    font-size: .2rem;
    /* line-height: .36rem; */
    height: .38rem;
    color: #fff;
    padding: 0rem 0.1rem;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .swiper-container .swiper-slide .video_cover .swiperTimeBox .play-icon {
    background: url("/wap/img/Group10.png") no-repeat 100% 100%;
    width: 0.14rem;
    height: 0.18rem;
    display: inline-block;
    margin-right: 0.06rem;
    background-size: contain;
  }
  .swiper-container .swiper-slide .video_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.32rem;
    color: #353535;
    line-height: 0.48rem;
    max-height: 0.96rem;
  }