@charset "UTF-8";

.news-center-list{
    padding-top: 30px;
    padding-bottom: 6.5%;
    background: #f2f3f6;
}
.news-center-list .full-item .l-text-box{
    width: 45%;
}
.news-center-list .full-item .l-text-box .time{
    font-size: var(--app-fs-20);
    color: #666;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.news-center-list .full-item .l-text-box .time p{
    margin-left: 11px;
}
.news-center-list .full-item{
    width: 100%;
    background: #fff;
    padding-top: 2.9%;
    padding-bottom: 2%;
    padding-right: 3.6%;
    padding-left: 6%;
    margin-bottom: 32px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.news-center-list .full-item .title{
    font-size: var(--app-fs-22);
    color: #000;
    text-align: justify;
    font-weight: 700;
}
.news-center-list .full-item .sub-title{
    font-size: var(--app-fs-16);
    color: #959595;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: justify;
}
.news-center-list .full-item .public-learn-more{
    /* width: 117px; */
    height: 51px;
    margin-bottom: 50px;
}
.news-center-list .full-item .public-learn-more{
    display: flex;
    align-items: center;
}
.news-center-list .full-item .public-learn-more .iconfont{
    font-size: var(--app-fs-16);
    margin-left: 5px;
}
.news-center-list .full-item .r-image-wrap{
    width: 43%;
    z-index: 2;
}
.news-center-list .full-item .r-image-wrap .image-box{
    position: relative;
    height: 0;
    padding-bottom: 56.22%;
    overflow: hidden;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
    -o-border-radius:15px;
}
.news-center-list .full-item .r-image-wrap .image-box .image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-center-list .full-item .full-bg-img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 181px;
    height: 181px;
    opacity: 0;
}
.news-center-list .full-item:hover .public-learn-more{
    background: var(--app-color-main);
    color: #fff;
    border: 1px solid var(--app-color-main);
}
.news-center-list .full-item:hover .title{
    color: var(--app-color-main);
}
.news-center-list .full-item:hover .full-bg-img{
    opacity: 1;
}
.news-center-list .full-item:hover .r-image-wrap .image-box .image{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    
}
.news-center-list .app-pagination{
    margin-top: 62px;
}






/* 新闻详情 */
.details-box{
    padding-top: calc(var(--app-sticky-height) + 96px);
    padding-bottom: 6.5%;
}

.page-news-wrapper {
    padding: var(--app-fs-28) 0 180px;
    background: #fff;
}

.page-news-main {
    align-items: flex-start;
}

.page-news-article {
    width: calc(100% - 356px);
    padding-right: 8%;
    padding-left: 40px;
}

.page-news-article .title {
    margin-bottom: 1em;
    font-size: var(--app-fs-48);
    line-height: 1.3;
    color: #333;
}

.page-news-article .info {
    font-size: var(--app-fs-16);
    color: #7f7f7f;
}

.page-news-article .info .tag {
    padding: .6em .9em;
    border-radius: 99px;
    font-size: var(--app-fs-14);
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #333333;
}

.page-news-article .info .date,
.page-news-article .info .author {
    margin-left: 1.3em;
}

.page-news-article .info .iconfont {
    margin-right: .5em;
}

.page-news-article .rich-text {
    padding-top: 3em;
    margin-top: 3em;
    border-top: 1px solid #eaeaea;
    font-size: var(--app-fs-18);
}
.page-news-article .rich-text img{
    display: inline-block;
}
.page-news-article .share {
    padding: 4.2em 0 4.5em;
    font-size: var(--app-fs-16);
    color: #7f7f7f;
}

.page-news-article .social-share .icon-weibo {
    background: #f3250a;
    color: #fff;
}

.page-news-article .social-share .icon-wechat {
    background: #5cb53a;
    color: #fff;
}

.page-news-prev-next {
    width: 100%;
    padding: 2.8em 3.1em;
    border-radius: var(--app-fs-12);
    background: #f4f4f4;
}

.page-news-prev-next .prev-next {
    width: 80%;
}

.page-news-prev-next .prev-next .prev,
.page-news-prev-next .prev-next .next {
    display: flex;
    align-items: center;
    font-size: var(--app-fs-16);
    font-weight: 700;
    color: #313837;
}

.page-news-prev-next .prev-next a {
    display: block;
    flex: 1;
    line-height: 1;
}

.page-news-prev-next .prev-next a:hover {
    color: var(--app-color-main);
}

.page-news-prev-next .prev-next .prev {
    margin-bottom: 1em;
}

.page-news-prev-next .return {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 8.6em; */
    padding: 0 1.3em;
    height: 3.75em;
    margin-left: auto;
    border-radius: 99px;
    font-size: var(--app-fs-14);
    font-weight: 700;
    background: var(--app-color-main);
    color: #fff;
}

.page-news-prev-next .return:hover {
    opacity: 0.8;
}

.relevant-news {
    width: 356px;
    padding-top: var(--app-fs-50);
    position: sticky;
    top: var(--app-sticky-height);
}

.relevant-news ul li+li {
    border-top: 1px solid #e7e7e7;
}

.relevant-news ul li a {
    display: block;
    padding: 2em 0;
    font-size: var(--app-fs-16);
    color: #727272;
}

.relevant-news ul li .tit {
    height: calc(var(--app-fs-16) * 1.5 * 2);
    margin-bottom: 1em;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.5;
    color: #313837;
}

.relevant-news ul li:hover .tit {
    color: var(--app-color-main);
}


.csae-number-box{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.csae-number-box .number-item{
    text-align: center;
    padding: 0 40px;
    border-right: 1px solid #ccc;
}
.csae-number-box .number-item:last-child{
    border: none;
}
.csae-number-box .number{
    font-size: var(--app-fs-24);
    color: #fff;
}
.csae-number-box .text{
    font-size: var(--app-fs-18);
    color: #fff;
}
@media (max-width: 1280px) {
    .page-news-article {
        width: calc(100% - 300px);
    }

    .relevant-news {
        width: 300px;
    }
}

@media (max-width: 1024px) {
    .page-news-article {
        width: calc(100% - 220px);
        padding-right: 6%;
    }

    .relevant-news {
        width: 220px;
    }
}

@media (max-width: 768px) {
    .page-news-main {
        flex-direction: column;
    }

    .page-news-article {
        width: 100%;
        padding-right: 0;
    }

    .page-news-article .info {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-news-article .info .date,
    .page-news-article .info .author {
        margin-left: 0;
        margin-top: 2vw;
    }

    .page-news-article .rich-text {
        padding-top: 2em;
        margin-top: 2em;
    }

    .page-news-prev-next {
        padding: 2em;
        flex-direction: column;
    }

    .page-news-prev-next .prev-next {
        width: 100%;
    }

    .page-news-prev-next .return {
        width: 100%;
        margin-left: 0;
        margin-top: 2em;
    }

    .relevant-news {
        width: 100%;
        margin-top: 2em;
    }
    .news-center-list .full-item{
        flex-wrap: wrap;
        padding: 20px 15px;
    }
    .news-center-list .full-item .r-image-wrap {
        width: 100%;
    }
    .news-center-list .full-item .l-text-box{
        width: 100%;
    }
    .news-center-list .full-item .public-learn-more{
        margin-bottom: 30px;
        width: 100%;
    }
    .news-center-list .app-pagination{
        margin-top: 0;
    }
    .page-news-article{
        padding-left: 0;
    }
    
}
@media (max-width:530px){
    .details-box{
        padding-top: 110px;
    }
    .page-news-article .share{
        padding: 3.2em 0 3.5em;
    }
    .csae-number-box .number-item{
        padding: 0 30px;
    }
}