
/* 新闻列表 */
.layui-laypage {
    margin-bottom: 0;
}
.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%;
}
.news_top {
    position: relative;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #ffffff;
    padding-bottom: 1rem;
    padding-top: 0.8rem;;
    box-sizing: border-box;
}
.line-two {
    max-height: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 300
}
.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: 50%;
    bottom: 0.5rem;
    z-index: 1;
    transform: translateX(-50%);
}
.news-pagination .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.04rem;
    background: #999999;
    margin-right: 0.1rem;
    border-radius: 0;
}
.news-pagination .swiper-pagination-bullet-active {
    background: #0087c9;
}
.news-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.news_top_cont {
    position: relative;
    height: 100%;
    text-align: center;
}
.top-item {
    overflow: hidden;
}
.news_cont_left {
    float: left;
    width: 50%;
    position: relative;
}
.news_cont_box {
    width: 100%;
    padding-right: .3rem;
    padding-top: .5rem;
    text-align: left;
}
.news_cont_box p{
    font-size: 0.28rem;
}
.news_cont_box h3 {
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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;
    margin-top:1em;
    line-height: 1.8;
}
.news_cont_box .a_more {
    width: 1.8rem;
    line-height: .45rem;
    color:#333;
    text-align: center;
    display: block;
    border:1px solid #777777;
    transition: all .5s ease;
}
.news_cont_box .a_more:hover {
    background-color: #005dbc;
    border-color: #005dbc;
    color:#ffffff;
}
.news_cont_box span {
    display: inline-block;
    margin-top: 0.15rem;
    line-height: 1.4;
}
.tab_title {
    position: relative;
    padding-left: 0.1rem;
    box-sizing: border-box;
}
.news_cont_right {
    position: relative;
    width: 50%;
    float: right;
    max-height: 405px;
}
.news_cont_right a {
    display: block;
}
.news_cont_right img {
    width: 100%;
}
.news_bottom_bg {
    background-color: #f5f5f5;
    overflow: hidden;
}
.news_bottom {
    background-color: #ffffff;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
    padding-bottom: 0;
}
.tab_title li {
    display: inline-block;
    width: 2.13rem;
    height: 0.45rem;
    text-align: center;
    line-height: 0.45rem;
    color: #333333;
    font-size: 0.16rem;
    background:#eeeeee;
    transition: all .5s ease;
}
.tab_title li a {
    display: block;
    background: rgba(0, 0, 0, 0);
    transition: all .5s ease;
}
.tab_title li.active a {
    color: #ffffff;
}
.tab_title li.active {
    background:linear-gradient(to right,#005cb9,#0087c9);
}
.tab_title li:hover {
    background:linear-gradient(to right,#005cb9,#0087c9);
}
.tab_title li:hover a {
    color:#ffffff;
    background: rgba(0, 0, 0, 0.2)
}
.news_list {
    width: 100%;
    margin-top: 0.3rem;
    overflow: hidden;
    box-sizing: border-box;
}
.news_list ul {
    overflow: hidden;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.news_list li {
    width: 32%;
    margin-bottom: 0.3rem;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    position: relative
}
.news_list li::after{
    content: '';
    top: -1px;
    width: 0%;
    position: absolute;
    height: 2px;
    background: #000;
    left: 0;
    display: block;
    z-index: 1;
    transition: all 1s;
}
.news_list li:hover::after{
    width: 100%
}
.news_list .img_box {
    position: relative;
    width: 35%;
    padding-bottom: 42%;
    overflow: hidden;
}
.news_list .img_box img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    object-fit: contain;
    transform: translateX(-50%);
}
.news_list li img {
    width: 100%;
    height: auto;
}
.news_list li a {
    display: block;
}
.news_list li p {
    color: #000;
    margin: 2.2em 0 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;
    font-size: .2rem;
    font-weight: 300;
}
.news_list li .time_box {
    cursor: default;
    text-align: left
}
.news_list li .time_box span{
    font-weight: 300;
}
.time_box i {
    float: left;
    color: #9b9b9b;
    font-size: 0.2rem;
    margin-right: 0.05rem;
    display: none
}
.time_box .pub-times {
    float: left;
    line-height: .2rem;
    color: #9b9b9b;
}
.time_box .pub-line {
    float: left;
    color: #9b9b9b;
    margin: 0 0.05rem;
    line-height: .2rem;
}
.time_box .pub-source {
    float: left;
    line-height: .2rem;
    color: #9b9b9b;
}
.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: normal;
}
.news_title_cont {
    color: #222222;
    font-size: 0.38rem;
    line-height: 1.3;
}
.news_title_tool {
    margin-top: 0.4rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
    font-weight: 300;
    color: #000;
}
.news_title_tool span {
    color: #999999;
    line-height: 12px
}
.news_title_tool span:nth-last-of-type(1) {
    float: left;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 12px
}
.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: #000;
    line-height: 1.8;
    text-align: left;
    padding-top: .5em;
    padding-bottom: .5em;
    font-weight: 300;
}
.news_details .art-img{
    padding-top: 1.5em;
    padding-bottom: 1.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.7rem;
    padding-top: 0.5rem;
    border-top: 1px solid #ededed;
    display: none !important
}
.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;
    font-weight: 300
}
.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: normal;
    font-size: 0.32rem;
    padding-left: 0.1rem;
    margin: .8rem auto .6rem;
}
.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: 2.5rem;
    height: 0.35rem;
    border: 1px solid #cccccc;
}
.search_input {
    width: 100%;
    height: 100%;
}
.search_box input {
    width: 100%;
    height: 100%;
    border: none;
    color: #999999;
    background-color: #ffffff;
    padding-left: 1em;
    padding-right: 3em;
    display: block;
    box-sizing: border-box;
}
.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;
}
@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) {
    /* 新闻列表 */
    .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 {
        font-size: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 1rem;
    }
    .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: .25rem .25rem 0 .25rem;
        box-sizing: border-box;
    }
    .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;
    }
    .tab_title li {
        display: inline-block;
        width: 50%;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.24rem;
        margin-right: 0.03rem;
    }
    .tab_title li:last-child {
        margin-right: 0;
    }
    .news_list {
        /* padding: 0 0.25rem; */
        margin-top: 0.5rem;
    }
    .news_list li {
        width: 50%;
        border: none
    }
    /* .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;
        height: auto;
        font-size: .28rem;
        font-weight: normal;
        margin-top: 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.5rem 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.5rem;
        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 li .time_box{
        overflow: hidden;
        margin-top: 0.4rem;
    position: absolute;
    left: 2.35rem;
    right: auto;
    bottom: 0.2rem;
    }
    .news_list .news-li-item a {
        display: flex;
        flex-direction: row-reverse;
        position: relative
    }
    .news-li-item .news_font_img {
        width: 32.8%;
    }
    .news_list .img_box{
        padding-bottom: 66.666%;
        width: 100%;
    }
    .news_list .img_box img{
        width: 100%
    }
    .news-li-item .news_font_box {
        flex: 1;
    }
    .news_list_details .news-li-item {
        padding-bottom: .3rem;
        margin-bottom: .5rem;
    }
    .news_list_details .news-li-item::after{
        display: none
    }
    .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;
    }
    .news_cont_box .desc {
        padding: 0;
        margin-top: 0.2rem;
        line-height: 1.6;
    }
    .news_list ul {
        padding: 0;
        flex-direction: column;
    }
    .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: 0.68rem;
        margin-top: 0.25rem;
        border: 0;
        margin-bottom: .25rem;
        transform: translate(0, 0);
    }
    .search_input {
        border: 1px solid #ccc;
    }
    .search_box input {
        border: none;
        border-radius: 0;
        color: #999999;
        padding-left: .25rem;
        background-color: transparent;
    }
    .search_box i {
        right: 0.4rem;
        font-size: .36rem;
    }
}