@charset "utf-8";

.section-news .awards-bdshare-area {
    position: absolute;
    right: 0;
    top: 15px;
}
.section-news .section-hd{
    font-size: 36px;
    font-family: PingFang SC, PingFang SC-Heavy;
    font-weight: 800;
    text-align: left;
    color: #333333;
    line-height: 50px; 
    margin-bottom: 59px;
}
.section-news .news-card {
    padding:25px;
    border-radius: 6px;
    background:#F0F6FD ;
}
.section-news .news-card:hover .title{
   color:#4583EA ;
}
.section-news .news-card .thumbnail {
    margin-right: 15px;
    width: 200px;
    height: 125px;
    font-size: 0;
    overflow: hidden;
}
.section-news .news-card .thumbnail img {
    width: 100%;
    height: 100%;
    transition: all 1.2s;
}
.section-news .news-card .content {
    min-width: 0;
}
.section-news .news-card .hd{
    overflow: hidden;
    margin-bottom: 19px;
}
.section-news .news-card .title {
    font-size: 18px;
    color: #254680;
    line-height: 24px;
}
.section-news .news-card .title:hover{
    font-weight: 600;
}
.section-news .news-card .date {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #9b9ea3;
    line-height: 17px;
    margin-top: 20px;
}
.section-news .news-card .bd {
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #5d6c86;
    line-height: 22px;
}
.news-lists-handle {
    padding-top: 20px;
    text-align: center;
}
.news-lists-handle .btn{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 145px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 40px;
}
.news-lists-handle .show-more-btn{
    background: #4583ea;
    color: #fff;
}
.news-lists-handle .pack-up-btn{
    background: #eaeaea;
    color: #999999;
}
.news-lists-handle .btn + .btn {
    margin-left: 15px;
}

.news-lists-handle .no-data {
    display: none;
    font-size: 16px;
    color: #666;
}

.page-news .section-contact{
    background-size: 100%;
    background-image: url('../img/bg/news-contact@2x.png');
}
.page-news .hero-box {
    height: 300px;
    background-size: 1920px 300px;
    background-image: url(../img/banner2.png);
}
.page-news .hero-btn {
    display: none;
}
.page-news .header-menu>li:nth-child(4)>a{
 color: #1A70F0;
}
.news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.news-item a{
    width: 580px;
    overflow: hidden;
}
.limit2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 750px) {
    .page-news .section-contact .section-inner{
        padding-bottom: 2rem;
    }
    .page-news .hero-box {
        height: 3.75rem;
        margin-top: 0.8rem;
        background-size: 100% 100%;
        background-image: url('../img/mBanner.png');
    }
    .news-item{
        display: block;
        margin-bottom: 0px;
    }
    .news-item a{
        margin-bottom: 0.2rem;
    }
    .news-item:first-child .news-card{
        border-top: none
    }
    .section-news .section-hd {
        font-size: 0.36rem;
        margin-bottom: 0.3rem;
        line-height: 0.5rem;
        text-align: center;
    }
    .section-news .news-card {
        width: 100%;
        padding: 0.25rem;
        border-radius: 0;
        background-color: #f0f6fd;
        border-bottom: none;
        border-radius: 0.04rem;
        box-sizing: border-box
    }
    .section-news .news-card .thumbnail {
        width: 2rem;
        height: 1.2rem;
        margin-right: 0.2rem;
    }
    .section-news .news-card .title {
        font-weight: 700;
        font-size: 0.28rem;
        line-height: 0.36rem;
        text-overflow: -o-ellipsis-lastline;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 100%;
        max-width: 100%;
        white-space: inherit;
    }
    .section-news .news-card .bd {
        display: none;
    }
    .section-news .news-card .m-date {
        font-size: 0.20rem;
        color: #999999;
        line-height: 0.36rem;
        margin-top: 0.15rem;
    }
    .news-lists-handle .btn {
        width: 2.4rem;
        height: 0.72rem;
        line-height: 0.72rem;
        font-size: 0.28rem;
    }
    .news-lists-handle .btn + .btn {
        margin-left: 0.2rem;
    }
}