﻿@charset "utf-8";

.new_bg {
    padding-top: 40px;
    background: #F1F8FD;
    overflow: hidden;
}

.new_top {
    display: flex;
    height: 418px;
}

.new_top .new_top_left {
    width: 66%;
}

.new_top_left .new_swiper {
    width: 100%;
    height: 100%;
}

.new_swiper .new_swiper_img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.new_swiper .new_swiper_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.new_swiper_mask {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
}

.new_swiper a:hover .new_swiper_img img {
    transform: scale(1.05);
}

.new_top_right {
    margin-left: 24px;
    width: calc(34% - 24px);
}

.new_top_right a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 32px;
    background-color: #FFF;
    transition: background-color 0.4s ease;
}

.new_top_right .t {
    color: var(--dark);

    font-weight: 700;
    line-height: 32px;
}

.new_top_right .des {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.new_top_right .new_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 125px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.new_top_right .new_line .more i {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
}

.new_top_right .new_line .more i:before {
    content: '';
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/arrow_blue.svg);
    transition: all .6s ease;
    z-index: 9;
}

.new_top_right .new_line .more i::after {
    content: '';
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -100%;
    transform: translate(-50%, -50%);
    background-image: url(../images/arrow_blue.svg);
    transition: all .6s ease;
    z-index: 9;
}

.new_top_right .new_line .time {
    color: #CCC;
    text-align: right;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.new_top_right a:hover {
    background-color: var(--main-color);
}

.new_top_right a:hover .t {
    color: var(--white-color);
}

.new_top_right a:hover .des {
    color: var(--white-color);
    opacity: 0.9;
}

.new_top_right a:hover .new_line .more i svg {
    stroke: rgba(255, 255, 255, 1);
}

.new_top_right a:hover .new_line .more i:after {
    left: 50%;
}

.new_top_right a:hover .new_line .more i::before {
    left: 150%;
}

.new_top_right a:hover .new_line .time {
    color: var(--white-color);
}
.new_top_right a:hover .new_line {
    border-top-color:rgba(255, 255, 255, 0.3);
}
.new_top_left .time {
    color: #FFF;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.new_top_left .new_top_bottom {
    padding-top: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new_top_left .new_top_bottom .t {
    flex: 1;
    margin-right: 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.new_swiper .new-pagination {
    position: absolute;
    right: 24px;
    top: 24px;
    bottom: inherit;
    width: auto;
    text-align: right;
    z-index: 9;
}

.new_swiper .new-pagination span {
    background: #FFF;
    opacity: 1;
    margin: 0 4px;
}

.new_swiper .new-pagination span.swiper-pagination-bullet-active {
    background-color: var(--main-color);
    border-radius: 4px;
    width: 18px;
}


.new_bg .page_title {
    padding-top: 55px;
}

.new_list {
    padding-bottom: 35px;
}

.new_list ul li a {
    position: relative;
    padding: 32px 0;
    display: flex;
    width: 100%;
}

.new_list ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.10);
    width: 100%;
    height: 1px;
}

.new_list ul li a::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: var(--main-color);
    width: 0;
    height: 1px;
    transition: width 0.8s ease-in-out;
}

.new_list .thumb {
    position: relative;
    width: 378px;
    overflow: hidden;
}

.new_list .thumb i {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s ease-in-out;
}

.new_list .new_list_r {
    position: relative;
    width: calc(100% - 378px);
    margin-left: 32px;
}

.new_list .new_list_r .time {
    color: #CCC;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.new_list .new_list_r .title {
    margin-top: 5px;
    color: var(--dark);
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}

.new_list .new_list_r .text {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.new_list .new_list_r .more {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.new_list .new_list_r .more i {
    margin-left: 2px;
    position: relative;
    width: 36px;
    height: 36px;
    transition: all .3s ease;
}

.new_list .new_list_r .more span {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.new_list .new_list_r .more i:before {
    content: '';
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/arrow_grey.svg);
}

.new_list .new_list_r .more svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: rgba(1, 160, 226, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 101;
    stroke-dashoffset: 101;
    transform: rotate(-90deg);
    transition: all .6s ease;
}

.new_list a:hover .thumb i {
    transform: scale(1.05);
}

.new_list a:hover .new_list_r .title {
    color: var(--main-color);
}

.new_list a:hover .new_list_r .more span {
    color: var(--main-color);
}

.new_list a:hover .new_list_r .more svg {
    stroke-dashoffset: 0;
}

.new_list a:hover .new_list_r .more i:before {
    background-image: url(../images/arrow_blue.svg);
}

.new_list ul li a:hover::before {
    opacity: 0;
}

.new_list ul li a:hover::after {
    width: 100%;

}

@media (max-width:1200px) {
    .new_top_right a {
        padding: 32px 20px;
    }

}

@media (max-width:991px) {

    .new_top .new_top_left {
        width: 60%;
    }

    .new_top_right {
        width: calc(40% - 24px);
    }

    .new_list .thumb {
        width: 300px;
    }

    .new_list .new_list_r {
        width: calc(100% - 300px);
    }

    .new_list .new_list_r .text {
        margin-top: 20px;
    }
}

@media (max-width:767px) {
    .new_top {
        height: auto;
        flex-wrap: wrap;
    }

    .new_top .new_top_left {
        width: 100%;
    }

    .new_top_right {
        width: 100%;
        margin-left: 0;
    }

    .new_swiper .new_swiper_img img {
        position: relative;
    }
    .new_top_right a {
        padding: 20px 20px;
    }
    .new_top_right .new_line {
        margin-top: 30px;
        padding-top: 24px;
    }
    .new_swiper_mask {
        padding: 20px;
    }
    .new_top_left .new_top_bottom .t {
        font-size: 18px;
    }
    .new_top_left .time {
        font-size: 14px;
        line-height: 1;
    }
    .new_top_right .new_line .more i {
        width: 46px;
        height: 46px;
    }
    .new_top_right .new_line .more i svg {
        width: 46px;
        height: 46px;
    }
    .new_bg .page_title {
        padding-top: 40px;
    }
    .new_list .new_list_r .title {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width:540px) {
    .new_list {
        padding-bottom: 15px;
    }
    .new_list ul li a {
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .new_list .thumb {
        width: 100%;
    }

    .new_list .new_list_r {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        padding-bottom: 45px;
    }
}

/* article */
body.fixed {
    overflow: hidden;
}

.article_cont {
    padding-top: 152px;
    padding-bottom: 60px;
    max-width: 1134px;
    margin: 0 auto;
}

.article_title {
    padding-top: 16px;
    color: var(--dark);
    font-weight: 700;
    line-height: 1.4;
}

.article_mid {
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
}

.article_mid .article_time {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.article_mid .article_share {
    display: flex;
    align-items: center;
}

.article_mid .article_share span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    width: 32px;
    height: 32px;
    background-color: #FFF;
    border-radius: 50%;
    cursor: pointer;
}

.article_mid .article_share span img {
    width: 20px;
}

.article_mid .article_share span img:nth-child(2) {
    display: none;
}

.article_mid .article_share span:hover {
    background-color: var(--main-color);
}

.article_mid .article_share span:hover img:first-child {
    display: none;
}

.article_mid .article_share span:hover img:nth-child(2) {
    display: block;
}

.article_page {
    margin-top: 40px;
    padding: 32px;
    background-color: var(--white-color);
}

.article_page p {
    padding-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.article_page p:last-child {
    padding-bottom: 0;
}

.article_page p img {
    display: block;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
}

.up_ {
    margin-top: 32px;
    padding: 32px 16px;
    border-top: 2px solid var(--main-color);
    background-color: #FFF;
    overflow: hidden;
}

.news_show_more .btn_ {
    display: flex;
    align-items: center;
}

.news_show_more .prev {
    float: left;
    width: 50%;
    padding-right: 80px;
    position: relative;
}

.news_show_more .prev .t {
    margin-left: 16px;
}

.news_show_more .prev:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.10);
    ;
    height: 16px;
    width: 1px;
}

.news_show_more .next {
    float: left;
    width: 50%;
    padding-left: 80px;
}

.news_show_more .next .t {
    margin-right: 16px;
}

.news_show_more .t {
    flex: 1;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_show_more .t a {
    font-size: inherit;
    color: inherit;
}

.news_show_more a:hover  .t{
    color: var(--main-color);
}
.news_show_more a:hover svg path{ 
    stroke: var(--main-color);
}

.article_back a {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    background: #F1F8FD;
    transition: all 0.3s ease;
}

.article_back a svg {
    margin-right: 12px;
}

.article_back a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}

.article_back a:hover svg path {
    fill: var(--white-color);
}

/* 分享 */

.share_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 1111;
    display: none;
}

.share_box {
    position: fixed;
    top: 50%;
    width: 298px;
    padding: 0 20px;
    border-radius: 24px;
    background: #FFF;
    left: 50%;
    z-index: 11111;
    display: none;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.share_box .share_list {
    padding-top: 46px;
    padding-bottom: 30px;
}

.share_box .sub {
    text-align: center;
    color: var(--dark);
    font-family: "Rubik";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.share_box .share_list ul {
    display: flex;
    justify-content: space-around;
}

.share_box .share_list ul li {
    padding-top: 22px;
    width: 33%;
    cursor: pointer;
}

.share_box .share_list ul li p {
    font-size: 16px;
    font-weight: 400;
    color: var(--dark);
    margin-top: 8px;
    line-height: 24px;
    text-align: center;
}

.cancel_share {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 30px;
    height: 30px;
    font-size: 0;
    background-image: url(../images/share_close.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 9;
}

.share_bg {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--main-color);
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .article_cont {
        padding-top: 110px;
    }

    .news_show_more .prev {
        padding-right: 20px;
    }

    .news_show_more .next {
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .article_cont {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .article_title {
        font-size: 24px;
    }

    .article_page {
        margin-top: 40px;
        padding: 32px 20px;
    }

    .up_ {
        padding: 26px 10px;
    }

    .news_show_more .prev {
        padding-right: 10px;
    }

    .news_show_more .next {
        padding-left: 10px;
    }

    .news_show_more .prev .t {
        margin-left: 5px;
    }

    .news_show_more .next .t {
        margin-right: 5px;
    }


    .news_show_more .prev:before {
        display: none;
    }
}