

.news-banner {
    background: url(/images/news_banner.jpg) no-repeat top center;background-size:100%; 
}


.news-cont {
    padding: 1.86rem 0 1.94rem;
    background-color: #f7f7f8;
}
.news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: .44rem;
    padding: .14rem 4.98281786941581%;
    background-color: #fff;
}
.news-img {
    width: 41.88931297709924%;
}
.news-img img {
    display: block;
    width: 100%;
}
.news-text {
    width: 58.11068702290076%;
    padding: 7.63358778625954% 9.54198473282443% 3.62595419847328% 11.92748091603053%;
}
.news-date {
    display: block;
    margin-bottom: .3rem;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #c5c5c5;
}
.news-title {
    margin-bottom: .24rem;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
.news-desc {
    margin-bottom: .64rem;
    font-size: 12px;
    line-height: 16px;
    color: #8f8f8f;
}
.news-read {
    display: block;
    width: 150px;
    height: 32px;
    font-size: 14px;
    color: #010101;
    text-align: center;
    border: 1px solid #bebebe;
    border-radius: 32px;
}
.news-more {
    padding-top: .26rem;
    font-size: 0;
    text-align: center;
}
.news-more a {
    display: inline-block;
    padding: 0 .3rem;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}
.news-more a span {
    display: block;
    width: 25px;
    height: 14px;
    margin: 0 auto;
    background: url(/images/news_more.png) no-repeat center;
}
@media (max-width: 768px){
    .news-item {
        display: block;
        margin-bottom: .5rem;
        padding: .6rem;
    }
    .news-img {
        width: 100%;
    }
    .news-text {
        width: 100%;
        padding: .6rem 0 0;
    }
    .news-title {
        font-size: 16px;
        line-height: 24px;
    }
}