.index_tit {
    margin-bottom: 2.5vw
}

.index_tit span {
    display: block
}

.tit_eng {
    color: #999;
    text-transform: uppercase;
    font-size: 0.64rem;
}

.tit_cha {
    color: #333;
    font-size: 1.2rem;
    height: 2rem;
    line-height: 2rem;
}

.tit_slogan {
    color: #666
}

/*新闻中心*/
.news_bg {
    background-image: url(../images/news_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    height: 18.4rem;
    width: 100%;
    position: relative
}

.news_bg .news_wrap {
    height: 9.5rem
}

.news_bg .index_tit {
    position: absolute;
    bottom: 0;
}

.news_bg .index_tit span {
    color: #fff
}

.newsboxlist li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding: 1.2rem 0;
}
.newsboxlist li a img{
    width: 7rem;
    height: 5rem;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 1rem;
}
.newsboxlist li .news-date {
    width: 3rem;
    height: 3rem;
    background: #ebf2f8;
    flex-shrink: 0;
    border-radius: 0.32rem;
    margin-right: 0.8rem;
    text-align: center;
    color: #6b6b6b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news-line {
    display: none;
}

.newsboxlist li .news-date .news-day {
    font-size: 1.2rem;
    font-weight: bold;
}

.news-summary {
    width: 100%;
}

.news-summary h3 {
    font-size: 0.72rem;
    font-weight: normal;
    height: 1.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.news-summary .newsnr {

    color: #6b6b6b;
    height: 2.24rem;
    line-height: 1.12rem;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-summary .news-more {
    font-size: 0.48rem;
    color: #c2d4e3;
    border: 1px solid #c2d4e3;
    display: inline-block;
    padding: 0 0.4rem;
    border-radius: 0.16rem;
    line-height: 1.12rem;
}

.newsboxlist li a:hover .news-date,
.newsboxlist li a:hover .news-summary .news-more {
    background: #005bac;
    color: #fff;
    border: 1px solid #005bac;
}

/*分页*/
.page {
    margin: 0.8rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page ul {
    margin: 0 1.2rem 1.2rem;
    font-size: 0.56rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page ul li {
    margin: 0 0.2rem;
    background: #fff
}

.page ul li a {
    display: block;
    border: 1px solid #ddd;
    padding: 0.2rem 0.6rem;
    text-align: center;
    color: #005bac
}

.page ul li a:hover,
.page ul li a.isactive {
    border: 1px solid #005bac;
    background: #005bac;
    color: #fff;
}

/* 新闻详情 */
.viewbox {
    padding: 1.6rem 0;
}

.viewtitle h2 {
    font-size: 1.28rem;
    line-height: 2rem;
    font-weight: normal;
    padding: 0.4rem 0;
}

.viewintro {
    color: #959595;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 0.8rem
}

.viewintro span {
    padding: 0 0.6rem 0 0;
    background-size: 0.56rem auto
}

.pagebox {
    border-top: 1px solid #e4eaec;
    padding-top: 1.2rem;
    margin-top: 1.2rem;
}

.pagebox div {
    border: 1px solid #e4eaec;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 30%;
    padding: 0.6rem;
}

@media screen and (max-width:768px) {
    .news_bg {
        height: 15rem;
    }

    .news_bg .news_wrap {
        height: 15rem;
    }

    /* 新闻详情 */

    .viewbox {
        padding: 0.8rem;
    }

    .viewtitle h2 {
        font-size: 0.72rem;
        line-height: 1.04rem;
    }
}

@media screen and (max-width:480px) {
    .news_bg {
        height: 9.5rem;
    }

    .news_bg .news_wrap {
        height: 9.5rem;
    }

    .newsboxlist li a {
        flex-direction: column-reverse;
        padding: 0.6rem 0;
    }

    .newsboxlist li .news-date {
        width: 100%;
        margin: 0;
        background: transparent;
        flex-direction: row-reverse;
        font-size: 0.48rem;
        justify-content: flex-end;
        height: 1.2rem;
    }

    .news-summary h3 {
        font-size: 0.6rem;
    }

    .news-summary .newsnr {
        font-size: 0.52rem;
    }

    .newsboxlist li .news-date .news-day {
        font-size: 0.48rem;
        font-weight: normal;
    }

    .news-line {
        display: block;
    }

    .newsboxlist li a:hover .news-date {
        background: #fff;
        color: #6b6b6b;
        border: 0;
    }

    .page ul li {
        margin: 0 0.08rem;
    }

    .page ul li a {
        padding: 0 0.4rem;
        font-size: 0.48rem;
    }

    /* 新闻详情 */

    .viewbox {
        padding: 0.8rem 0;
    }

    .viewintro span {
        background-size: 0.48rem auto
    }

    .pagebox {
        padding-top: 0.6rem;
        margin-top: 0.6rem;
        font-size: 0.48rem;
    }

    .pagebox div {
        width: 45%;
        padding: 0.2rem;
    }
}