
/* 新闻列表 */
body {
    max-width: 100% !important;
}
.layui-laypage {
    margin-bottom: 0;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: #5c6670 !important
}
.w {
    width: 1000px;
    margin: 0 auto;
}
.l {
    float: left;
}
.r {
    float: right;
}
.iconxinwen-dabaoxiazai {
    font-size: 0.24rem;
    color: #777777;
}
.zhihu-svg {
    width: 0.2rem;
    margin-top: 0.04rem;
    pointer-events: none;
}
.zhihu-ewm-box {
    display: none;
    position: absolute;
    top: 0.5rem;
    right: 0.1rem;
    width: 1rem;
    height: 1rem;
}
.zhihu-ewm-box.show {
    display: block;
}
.zhihu-ewm-box img {
    width: 100%;
}
main {
    width: 79%;
    margin: 0 auto;
}
main h1{
    font-weight: 500;
    font-size: .5rem;
    text-align: center;
    margin-top: 1.15rem;
}
.news_top {
    position: relative;
    width: 100%;
    background-color: #f7f7f7;
    box-sizing: border-box;
    margin-top: 1.2rem;
    padding: .6rem .73rem;
}
.line-two {
    max-height: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.deges-line {
    width: 100%;
    height: 1px;
    background: #aaaaaa;
    margin: 0.25rem 0 0.5rem;
}
.news_digest span, .v-desc span {
    position: static;
    text-align: center;
    font-size: .18rem;
    /* margin-top: .2rem; */
    left: 50%;
    bottom: 0;
    top: auto;
    right: auto;
    transform: translate(-50%,-50%);
}
.news-pub-degest span, .v-desc span {
    display: none;
    position: absolute;
    right: auto;
    bottom: -.06rem;
    color: #777777;
    /* font-size: 0.3rem; */
    cursor: pointer;
    align-items: center;
}
.video_news_digest {
    clear: both;
    padding: 0.3rem;
    margin-top: 0.3rem;
    box-sizing: border-box;
    background: #222222;
    color: #999999;
    line-height: 1.88;
}
.news-pub-degest {
    position: relative;
}
.news_digest {
    background-color: #f1f1f1;
    padding: 0.2rem;
    box-sizing: border-box;
    line-height: 1.88;
    margin-bottom: 0.5rem;
    padding-bottom: .2rem;
    border-radius: 0.05rem;
}

.news-pub-degest span i, .v-desc span i {
    margin-left: .1rem;
    margin-top: .02rem;
}
.news_top .pub-prev, .news_top .pub-next {
    top: 50%;
}
.news-pagination {
    left: 0.73rem;
    bottom: 0.3rem;
    z-index: 1;
}
.news-pagination .swiper-pagination-bullet {
    width: 0.7rem;
    background: transparent;
    margin-right: 0.1rem;
    border-radius: 0;
    opacity: 1;
    height: .5rem;
    border-bottom: 0.02rem solid rgba(0,0,0,.5);
    position: relative
}
.news-pagination .swiper-pagination-bullet-active {
     border-bottom: 0.02rem solid #000;
}
@keyframes slideActive {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.news-pagination .swiper-pagination-bullet-active::after{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #604d4d;
    opacity: 1;
    animation: slideActive 5s linear;
    animation-fill-mode: forwards;
    border-radius: 0;
}

.news-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.news_top_cont {
    position: relative;
    height: 100%;
    text-align: center;
}
.news_top_cont .swiper-slide{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between
}
.top-item {
    overflow: hidden;
}
.news_cont_left {
    width: 50%;
    padding-right: 1.43rem;
    position: relative;
    margin-bottom: 1rem
}
.news_cont_box {
    width: 100%;
    text-align: left;
}
.news_cont_box p{
    font-size: 0.28rem;
}
.news_cont_box h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .25rem;
    line-height: 1.8;
    font-weight: 400
}
.news_cont_box a {
    display: block;
    color:#444444;
    transition: all .5s ease;
}
.news_cont_box .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.8;
    font-size: .19rem;
    color: #999;
    margin-top: 0.1rem;
    font-weight: 300;
    animation-delay: .1s;
}
.news_cont_box .a_more {
    color:#333;
    transition: all .5s ease;
    margin-top: .96rem;
    font-size: .17rem;
    text-align: left;
    animation-delay: .2s;
}

.news_cont_box span {
    display: inline-block;
}
.tab_title {
    position: relative;
    box-sizing: border-box;
}
.news_cont_right {
    position: relative;
    width: 50%;
    max-height: 5rem;
}
.news_cont_right a {
    display: block;
}
.news_cont_right img {
    width: 100%;
}
.news_bottom_bg {
    background-color: #f5f5f5;
    margin-top: 1.3rem;
}
.news_bottom {
    background-color: #ffffff;
}
.tab_title ul{
    display: flex;
    align-items: center
}
.tab_title li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 0.55rem;
    color: #333333;
    font-size: 0.16rem;
    background:#eeeeee;
    transition: all .5s ease;
}
.tab_title li:nth-last-of-type(1) {
    margin-left: .1rem;
}
.tab_title li a {
    display: block;
    transition: all .5s ease;
}
.tab_title li.active a {
    color: #ffffff;
}
.tab_title li.active {
    background:#5c6670;
}
.tab_title li:hover {
    background:#5c6670;
}
.tab_title li:hover a {
    color:#ffffff;
}
.news_list {
    width: 100%;
    margin-top: 0.65rem;
    overflow: hidden;
    box-sizing: border-box;
}
.news_list .loading-more{
    width: 1.8rem;
    margin: 0.5rem auto 0;
    height: 0.55rem;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: all .5s;
    font-size: .17rem;
    cursor: pointer
}
.news_list .loading-more:hover{
    background: #000;
    color: #fff
}
.news_list ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap
}
.news_list li {
    box-sizing: border-box;
    width: 32.5%;
    margin-right: 1%;
    transition: all .3s;
    margin-bottom: 0.85rem;
}
.news_list li:hover{
    background-color: #fff;
    -webkit-box-shadow: 0 0.04rem 0.12rem 0 rgba(0,95,118,.15);
    box-shadow: 0 0.04rem 0.12rem 0 rgba(0,95,118,.15);
    -webkit-transform: translateY(-0.06rem);
    transform: translateY(-0.06rem);
}
.news_list li:nth-of-type(3n) {
    margin-right: 0
}
.news_list .img_box {
    position: relative;
    width: 100%;
    padding-bottom: 66.666%;
    border:1px solid #f1f1f1;
    overflow: hidden;
}
.news_list .img_box img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.news_list li img {
    width: 100%;
    height: auto;
}
.news_list li a {
    display: block;
}
.news_list li p {
    color: #333333;
    margin: .8em 0;
    height: 3em;
    line-height: 1.5;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list li .time_box {
    cursor: default;
    display: flex;
    align-items: center;
    margin-top: .26rem;
    padding: 0 .35rem;
}
.news_list li .news-title{
    font-size: .21rem;
    padding-right: .35rem;
    margin-bottom: 0.26rem;
    margin-top: .26rem;
    color: #333333;
    height: 3em;
    line-height: 1.5;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: .35rem
}
.news_list li .learn-more{
    color: #999;
    font-size: .17rem;
    margin-top: 0.35rem;
    padding: 0 .35rem;
    padding-bottom: 0.26rem;
}
.time_box i {
    float: left;
    color: #9b9b9b;
    font-size: 0.2rem;
    margin-right: 0.05rem;
}
.time_box .pub-times {
    color: #171717;
    font-size: .14rem;
    margin-right: .15rem;
}
.time_box .pub-line {
    float: left;
    color: #9b9b9b;
    margin: 0 0.05rem;
    line-height: .2rem;
}
.time_box .pub-source {
     color: #737776;
     background: #ecf0ef;
     font-size: .13rem;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: .06rem .14rem;
}
.gwm_news {
    overflow: hidden;
}
.news_more {
    width: 2.9rem;
    height: 0.45rem;
    line-height: 0.45rem;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    background:linear-gradient(to right,#005cb9,#0087c9);
}
/* 新闻详情 */
.qrcode_box {
    display: none;
    position: absolute;
    right: 0.15rem;
    top: 0.5rem;
    width: 1rem;
    height: 1rem;
    border: 0.02rem solid #d5d5d5;
}
.qrcode_box.show {
    display: block;
}
.qrcode_box img {
    width: 100%;
    height: 100%;
}
.news_title_box {
    padding: 1.6rem 0 0.28rem 0;
    overflow: hidden;
    background-color: #f8f8f9;
}
.news_title_box .w {
    width: 1000px;
}
.news_title_box p {
    text-align: left;
    font-weight: 700;
}
.news_title_cont {
    color: #222222;
    font-size: 0.38rem;
    line-height: 1.3;
}
.news_title_tool {
    margin-top: 0.32rem;
    overflow: hidden;
}
.news_title_tool span {
    color: #999999;
}
.news_content {
    width: 100%;
    background-color: #ffffff;
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
}
.news_content .w {
    width: 1000px;
}
.news-detail-title {
    line-height: 1.25;
    font-weight: bold;
}
.news_details p {
    color: #444444;
    line-height: 1.8;
    text-align: left;
    padding-top: .5em;
    padding-bottom: .5em;
}
.news_details p a {
    color: #005cb9;
    text-decoration: underline;
}
.news_details p:last-child {
    padding-bottom: 0;
}
.news_details img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.news_details video {
    width: 100%;
    margin: 0.5rem auto;
}
.news_details_tool {
    position: relative;
    margin-top: 0.45rem;
    padding-top: 0.2rem;
    border-top: 1px solid #cccccc;
}
.news_details_tool span {
    cursor: pointer;
    position: relative;
}
.news_details_tool i {
    margin-right: 0.1rem;
}
.video-detail-top {
    background-color: #333333;
    color:#ffffff;
    padding-top: 1.9rem;
}
.video-detail-top .news_title_cont {
    color:#ffffff;
    padding-top: 0;
}
.video-detail-top .news_title_tool span {
    padding-right: 0;
}
.video-bot-news .news_content {
    padding-top: 0;
}
.video-cont-player {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.image-text-player {
    max-width: 1000px;
    margin: 0 autoa;
}
.v-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.video-d-box {
    /* padding: .5rem 0 0.3rem 0; */
    width: 100%;
    height: auto !important;
    margin-bottom: .3rem;
}
.download_icon {
    float: left;
    width: 0.19rem;
    height: 0.19rem;
    margin-right: 0.15rem;
    /* margin-bottom: 0.01rem; */
    background: url('../../images/download.png') no-repeat;
    background-size: 100% 100%;
}
.share_icon {
    float: left;
    width: 0.18rem;
    height: 0.19rem;
    margin-top: 0.01rem;
    margin-right: 0.15rem;
    background: url('../../images/share.png') no-repeat;
    background-size: 100% 100%;
}
.video_download {
    margin-left: 1.9rem;
}
.video_share {
    margin-right: 1.7rem;
}
.related_news {
    text-align: center;
    margin-top: 1rem;
}
.news_details_tool .logo_icon {
    position: relative;
    float: left;
    width: .3rem;
    height: .3rem;
    text-align: center;
    margin-right: 0.1rem;
    color: #ffffff;
    background: #777777;
    justify-content: center;
    border-radius: 100%;
    align-items: center;
    font-size: .2rem;
    transition: all .2s linear;
}
.news_details_tool .logo_icon:hover {
    background: #005cb9;
}
.news_details_tool .share_text {
    margin-right: 0.2rem;
    line-height: 1.9;
}
.news_details_tool .poster_btn {
    float: left;
    line-height: 0.31rem;
    cursor: pointer;
}
.news_details_tool .poster {
    background: #0088c9;
}
.news_details_tool .ins {
    background: #f65744;
}
.news_details_tool .youtube {
    background: #ed1c24;
}
.news_details_tool .facebook {
    background: #3b5999;
}
.news_details_tool .logo_icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-right: 0;
}
.news_details_tool .logo_icon .iconmicro-blog, .news_details_tool .logo_icon .iconWeChat {
    font-size: 0.25rem;
}
.related_news .related_news_title {
    color: #3f3f3f;
    font-weight: 700;
    font-size: 0.32rem;
    padding-left: 0.1rem;
}
.news_font_box {
    text-align: left;
}
.video-cont-player video {
    margin: 0;
}
/* 企业文化 */
.culture_bottom {
    background-color: #fff;
}
.news_bottom .culture_title {
    color: #3f3f3f;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.culture_top {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: auto !important;
}
.culture_top p {
    color: #333333;
    line-height: 1.8;
}
.strategy_pc_lr {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #f5f5f5;
}
.strategy_pc_lr.row2 {
    padding-left: 50%;
}
.strategy_pc_lr:last-child {
    padding-bottom: 0.3rem;
    box-sizing: border-box;
}
.strategy_pc_l_left,
.strategy_pc_l_right {
    width: 50%;
}
.strategy_pc_l_left {
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    position: absolute;
}
.strategy_pc_lr.row2 .strategy_pc_l_right {
    width: 100%;
}
.strategy_pc_lr.row2 .strategy_pc_l_left {
    left: 0;
}
.strategy_pc_l_left article {
    padding: 0 1.25rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.strategy_pc_l_left .a-title {
    padding-bottom: .35rem;
    text-transform: uppercase;
    color:#333;
}
.strategy_pc_l_left article > div {
    line-height: 1.8;
    color:#444;
    padding-left: 0.3rem;
}
.strategy_pc_l_left p {
    position: relative;
}
.strategy_pc_l_left p::after {
    content: '';
    position: absolute;
    top: 0.13rem;
    left: -0.2rem;
    width: 0.1rem;
    height: 0.1rem;
    background: #d0d0d0;
}
.strategy_pc_l_right img {
    width: 100%;
    height: auto;
}
.poster_mask {
    display: none;
}

.share-tools .w {
    width: 1000px;
}
.share-tools .news_details_tool {
    margin-top: 0;
    border-top: 0;
}
.news-li-item .time_box {
    cursor: default;
}
.share_father {
    position: relative;
}
.video_no {
    display: none !important;
}
.copy_icon {
    display: inline-block;
}
.copy_icon .logo_icon {
    background: #ff8a00;
}
.search_box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.5rem;
    height: 0.35rem;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search_input {
    width: 100%;
    height: auto;
}
.search_box input {
    width: 100%;
    height: 100%;
    border: none;
    color: #999999;
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 3em;
    display: block;
    box-sizing: border-box;
    font-size: .18rem;
}
.search_box i {
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-55%);
    color: #333333;
    font-size: 0.22rem;
    cursor: pointer;
}
.search_icon {
    display: block !important;
    cursor: pointer;
    transition: all .5s;
        opacity: .8
}
.search_icon img{
    width: .24rem;
}
.search_icon:hover{
    opacity: 1
}
@media (max-width: 1100px) {
    .strategy_pc_l_left article {
        padding-left: .3rem;
        padding-right: .3rem;
    }
}
/*ipad尺寸*/
@media (max-width: 1024px) {
    .news_content .w, .news_title_box .w {
        width: 90%;
    }
    .news_top {
        padding-top: 90px;
    }
    .news_top .pub-prev, .news_top .pub-next {
        margin-top: -0.2rem;
    }
    .news_digest i {
        right: 0.04rem;
        top: 0.7rem;
        font-size: 0.37rem;
    }
    .video_news_digest i {
        font-size: 0.34rem;
        right: 0.06rem;
        bottom: 0.31rem;
    }
}
/*mobile*/
@media (max-width: 767px) {
.hamburger .line{
    background: #fff !important;
}
    main{
        width: 85%;
        margin-top: 1.2rem
    }
    main h1{
        margin-top: 2.15rem;
    }
    /* 新闻列表 */
    .w {
        width: auto;
    }
    .news_details_tool .share_text  {
        line-height: 2.1;
    }
    .share-tools .w {
        width: 100%;
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .time_box i {
        font-size: 12px;
    }
    .news_title_box .w {
        width: auto;
    }
    .news_content .w {
        width: auto;
    }
    .news_top {
        margin-top: 0.82rem;
        padding: 0;
        background: #fff;
    }
    .news_top_cont .swiper-slide{
        flex-direction: column;
    }
    .news_cont_left{
        padding-right: 0;
        margin-top: .39rem;
    }
    .news_cont_box .a_more {
        width: 93%;
        margin: 0 auto;
        line-height: .8rem;
        color:#333333;
        font-size: .26rem;
        margin-top: 0.5rem;
    }
    .culture_top {
        padding-top: .3rem;
        padding-bottom: .3rem;
        width: 100%;
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .strategy_pc_l_right {
        width: 100%;
        padding-left: .25rem;
        padding-right: .25rem;
    }
    .strategy_pc_l_left {
        width: 100%;
        position: relative;
    }
    .strategy_pc_l_left article {
        position: relative;
        padding-left: .5rem;
        padding-right: .5rem;
        padding-top: .6rem;
        left: 0;
        top: 0;
        transform: translate(0, 0);
    }
    .strategy_pc_lr.row2 {
        padding: 0;
        padding-bottom: .5rem;
    }
    .strategy_pc_l_left p::after {
        top: .2rem;
    }
    .strategy_pc_l_left p {
        padding-bottom: 0.8em;
    }
    .news_cont_left,.news_cont_right {
        width: 100%;
        display: block;
        float: none;
    }
    .news_cont_right {
        overflow: hidden;
    }
    .news_cont_box{
        position: static;
        top: 0;
        transform: translateY(0);
        overflow: hidden;
    }
    .news_cont_box {
        padding: 0;
        box-sizing: border-box;
    }
    .news_cont_box h3{
        font-size: .3rem;
    }
    .news_cont_box p {
        font-size: 0.36rem;
    }
    .news_cont_box span {
        display: inline-block;
        line-height: 1.5;
        margin-top: 0.2rem;
        font-size: 0.28rem;
    }
    .news_bottom {
        /* width: 7.5rem; */
        margin-top: 0;
        padding: 0;
        margin-bottom: 0;
    }
    .tab_title {
        font-size: 0;
    }
    .tab_title ul {
        display: flex;
        justify-content: space-between
    }
    .tab_title li {
        display: inline-block;
        width: 50%;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.24rem;
        margin-right: 0.03rem;
        text-align: center;
    }
    .tab_title li:last-child {
        margin-right: 0;
    }
    .news_list {
        /* padding: 0 0.25rem; */
        margin-top: 0.5rem;
    }
    .news_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: .74rem;
    }
    .news_list li .time_box{
        margin-top: .4rem;
    }
    .time_box .pub-times{
        font-size: .2rem;
    }
    .news_list li .learn-more{
        display: none
    }
    .news_list li .news-title{
        font-size: .29rem;
        line-height: 1.5;
        height: auto
    }
    /* .news_list li:nth-child(2n) {
        margin-right: 0 !important;
    }
    .news_list li:nth-child(3n) {
        margin-right: 0.1rem;
    } */
    .news_list li p {
        padding-top: 0;
        padding-bottom: 0;
    }
    .news_more {
        width: 7rem;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.26rem;
    }
    /* 新闻详情 */
    .news_mb_tit_bg {
        width: 7.5rem;
        height: auto;
        padding-top: 1rem;
        box-sizing: border-box;
    }
    .news_mb_tit_bg img {
        width: 100%;
        height: 100%;
    }
    .news_title_box {
        width: auto;
        padding: 0.43rem 0.25rem 0.25rem 0.25rem;
        background-color: #ffffff;
    }
    .video-detail-top {
        background-color: #333;
        padding-top: 1.5rem;
    }
    .news_title_cont {
        font-size: 0.36rem;
        line-height: 1.3;
    }
    .news_content {
        padding: 0 0.25rem;
        width: auto;
    }
    .news_details img {
        width: 100%;
    }
    .news_details_tool span {
        font-size: 0.24rem;
        line-height: 2.2;
    }
    .related_news {
        text-align: left;
        margin-top: 0.3rem;
    }
    .news_list_details {
        padding: 0;    }
    .news_list_details li {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-bottom: 0.5rem;
        margin-bottom: 0.4rem;
        border-bottom: 1px solid #f1f1f1;
    }
    .news_list_details li img {
        display: inline-block;
        width: 50%;
    }
    .news_list_details .news_font_box {
        display: inline-block;
        width: 46%;
        vertical-align: top;
        margin-left: 0.2rem;
    }
    .news_list_details .time_box span {
        font-size: 12px;
        line-height: 1.2;
    }
    .news_list_details .time_box {
        overflow: hidden;
        margin-top: 0.4rem;
    }
    .news_list .news-li-item a {
        display: flex;
    }
    .news-li-item .news_font_img {
        width: 42.8%;
    }
    .news-li-item .news_font_box {
        flex: 1;
    }
    .news_list_details .news-li-item {
        padding-bottom: .3rem;
        margin-bottom: .5rem;
    }
    .poster_mask {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 99999;
    }
    .poster_mask .poster_close {
        position: fixed;
        top: 1.6rem;
        right: 0.3rem;
        width: 0.6rem;
        height: 0.6rem;
        background: url('../../images/poster_close.png') no-repeat;
        background-size: 100% 100%;
    }
    .poster_box {
        position: fixed;
        left: 50%;
        top: 50%;
        width: 6.5rem;
        height: 12rem;
        transform: translate(-50%,-52%) scale(.8);
        z-index: 999;
    }
    #posterCanvas {
        display: none;
        width: 100%;
        height: 100%;
    }
    .poster_box img {
        width: 100%;
        height: 100%;
    }
    .culture_mb {
        width: 100%;
        margin-top: 0.5rem;
        margin-bottom: 0.4rem;
    }
    .culture_mb p {
        padding: 0 0.55rem;
        box-sizing: border-box;
        color: #444444;
        font-size: 0.28rem;
        text-align: justify;
        line-height: 1.4;
        margin-bottom: 0.4rem;
    }
    .culture_mb_list p {
        position: relative;
    }
    .culture_mb_list p::after {
        content: '';
        position: absolute;
        top: 0.13rem;
        left: 0.3rem;
        width: 0.1rem;
        height: 0.1rem;
        background: #d0d0d0;
    }
    .culture_mb_list img {
        width: 100%;
        height: auto;
    }
    .culture_mb_list {
        background-color: #f1f1f1;
        padding-top: 0.75rem;
        box-sizing: border-box;
    }
    .culture_mb_list h1 {
        text-align: center;
        margin-bottom: 0.4rem;
    }
    .culture_bottom {
        margin-top: 0.5rem;
        margin-bottom: 0;
    }
    .news_bottom_bg {
        background: #ffffff;
        margin-top: 1rem;
    }
    .news_cont_box .desc {
        padding: 0;
        margin-top: 0.2rem;
        line-height: 1.6;
        font-size: .22rem;
    }
    .news-pagination{
        position: static !important;
        margin-top: .57rem;
    }
    .news-pagination .swiper-pagination-bullet{
        background: transparent;
       border-bottom: .02rem solid #f1f1f2;
    }
    .news-pagination .swiper-pagination-bullet-active{
        border-bottom: .02rem solid #5c5f6f;
    }
    .news_list ul {
        padding: 0;
    }
    .tab_title {
        padding: 0 0.1rem;
    }
    .news_details_tool .logo_icon {
        width: 0.5rem;
        height: 0.5rem;
    }
    .news_details_tool .logo_icon i {
        font-size: 0.35rem;
        vertical-align: middle;
        line-height: 1.4;
    }
    .news_digest i {
        right: -0.02rem;
        top: 0.85rem;
        font-size: 0.35rem;
    }
    .video_news_digest i {
        right: 0.23rem;
        bottom: 0.35rem;
        font-size: 0.35rem;
    }
    .news-w100 {
        width: 100%;
    }
    .news-pub-degest span, .v-desc span {
        font-size: .24rem;
        bottom: -.4rem;
    }
    .news-pub-degest p {
            font-size: .26rem;
    }
    .search_box {
        float: none;
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 0.55rem;
        transform: translate(0, 0);
        padding-bottom: 0.36rem;
    }
    .search_input {
        border: 0;
        
    }
    .search_box input {
        border: none;
        border-radius: 0;
        color: #999999;
        padding-left: 0rem;
        background-color: transparent;
        font-size: .22rem;
    }
    .search_box i {
        right: 0.4rem;
        font-size: .36rem;
    }
}