@charset "utf-8";

.section-news .awards-bdshare-area {
    position: absolute;
    right: 0;
    top: 15px;
}
.section-news .section-hd{
    width: 185px;
    margin-bottom: 35px;
    background-image: url('../img/title-news-list@2x.png');
}
.section-news .news-card {
    padding: 20px 30px;
    border-radius: 6px;
}
.section-news .news-card:hover {
    background-color: rgba(26, 122, 255, 0.03);
}
.section-news .news-card .thumbnail {
    margin-right: 15px;
    width: 300px;
    height: 168px;
    font-size: 0;
    overflow: hidden;
}
.section-news .news-card .thumbnail img {
    width: 100%;
    height: 100%;
    transition: all 1.2s;
}
.section-news .news-card .thumbnail:hover img {
    transform: scale(1.3);
}
.section-news .news-card .content {
    min-width: 0;
}
.section-news .news-card .hd{
    overflow: hidden;
    line-height: 40px;
    margin-bottom: 15px;
}
.section-news .news-card .title {
    float: left;
    font-size: 22px;
    color: #333333;
    max-width: calc(100% - 140px);
}
.section-news .news-card .title:hover{
    font-weight: 600;
}
.section-news .news-card .date {
    color: #666;
    font-size: 16px;
    float: right;
}
.section-news .news-card .bd {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.news-lists-handle {
    padding-top: 20px;
    text-align: center;
}
.news-lists-handle .btn{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 28px;
    background-color: #2d77ff;
}
.news-lists-handle .btn:hover {
    background-color: #528fff;
}
.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/hero-news@2x.png);
}
.page-news .hero-btn {
    display: none;
}
.page-news .header-menu>li:nth-child(4)>a{
    background-color: #003ed9;
}

@media screen and (max-width: 750px) {
    .page-news .section-contact .section-inner{
        padding-bottom: 2rem;
    }
    .page-news .hero-box {
        height: 5rem;
        margin-top: 0.8rem;
        background-size: cover;
        background-image: url('../img/hero-m@2x.png');
    }
    .news-item:first-child .news-card{
        border-top: #ececec 0.01rem solid;
    }
    .section-news .section-hd {
        width: 2.17rem;
        margin-bottom: 0.3rem;
        background-image: url('../img/title-news-list-m@2x.png');
    }
    .section-news .news-card {
        padding: 0.2rem 0;
        border-radius: 0;
        background-color: transparent;
        border-bottom: #ececec 0.01rem solid;
    }
    .section-news .news-card .thumbnail {
        width: 2rem;
        height: 1.2rem;
        margin-right: 0.15rem;
    }
    .section-news .news-card .title {
        font-size: 0.26rem;
        line-height: 0.36rem;
        text-overflow: -o-ellipsis-lastline;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        width: 100%;
        max-width: 100%;
    }
    .section-news .news-card .bd,
    .section-news .news-card .date {
        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: 1.8rem;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.28rem;
    }
    .news-lists-handle .btn + .btn {
        margin-left: 0.2rem;
    }
}