/*新闻详情页*/
.mobtopnewstit {
    position: fixed;
    top: 0;
    left: 0;
    height: 68px;
    z-index: 999;
    background: #fff;
    padding: 0 10px;
    width: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    display: none;
}

.mobtopnewstitflex {
    display: flex;
    display: -webkit-flex;
}

.gotopbackbtn {
    margin-top: 20px;
    width: 30px;
    height: 30px;
}

.gotopbackbtn a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/arrow_left.svg) no-repeat left center;
    background-size: 100%;
}

.mobtoptit {
    font-size: 18px;
    color: #333333;
    line-height: 68px;
    width: calc(100% - 30px);
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.singletitle {
    font-size: 40px;
    color: #333333;
    letter-spacing: 1.9px;
    line-height: 48px;
    font-weight: 600;
}
.singledate .shear span{
    margin-right: 2px;
}
.singledate .shear{
    margin-top: 0;
}
.singledate {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    font-weight: 400;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.singledate span {
    margin-right: 20px;
}

.singlenews_body {
    padding-top: 48px;
}

.singlenews_body p {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.18px;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 24px;
}

.previous_next {
    border-top: #DFE1E8 1px solid;
    margin-top: 48px;
    padding-top: 48px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.previous_next div {
    width: 50%;
    align-items: center;
}

.previous_next div span {
    color: #666666;
    font-size: 16px;
    white-space: nowrap;
}

.previous_next .no-post{
    font-size: 18px;
}
.previous_next div a {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: calc(100% - 86px);
}

.previous_next .previous_page{
    background: url(./images/arrow_left.svg) no-repeat left center;
    padding-left: 24px;
    overflow: hidden;
    justify-content: flex-start;
}

.previous_next .next_page {
    background: url(./images/arrow_right.svg) no-repeat right center;
    padding-right: 24px;
    overflow: hidden;
    justify-content: flex-end;
    margin-left: auto;
}
.wp-video{
    width: 100% !important;
        margin-bottom: 48px;
}
.wp-video .mejs-time-rail{
        display: flex;
            align-items: center;
            padding-top: 0 !important;
}

/*全屏视频*/
.wp-video .mejs-container-fullscreen video{
    height: auto !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .singletitle {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
        font-weight: 400;
    }
    .previous_next div a{
        max-width: calc(100% - 55px);
    }
    .previous_next div span{
        margin-right: 5px;
        white-space: nowrap;
    }

    .singledate {
        font-size: 12px;
        margin-top: 8px;
    }

    .singlenews {
        padding: 0 0px;
    }

    .singlenews_body {
        padding-top: 16px;
    }

    .singlenews_body p {
        font-size: 14px;

        line-height: 20px;
        margin-bottom: 16px;
        letter-spacing: 0.16px;
        text-align: justify;
    }
    .singlenews_body p span{ font-size: 14px !important;}
    .singlenews_body p img {
        margin-bottom: 0;
    }

    .shear {
        justify-content: flex-start;
    }

    .shear span {
        font-size: 12px;
    }

    .previous_next {
        margin-top: 20px;
        padding-top: 20px;
        display: block;
    }

    .previous_next div {
        width: 100%;
        background: none !important;
        padding: 0 !important;
    }


    .previous_next div a,.previous_next .no-post,.previous_next div span {
        font-size: 12px;
    }

    .previous_next .next_page {
        justify-content: flex-start;
    }
    .singledate .share_box{
        margin-top: 4px;
        width: 100%;
    }
}