/* banner start */
.news {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.625rem;
    background: url(../images/news-banner.png) no-repeat center top;
    background-size: cover;
}


.news-banner h2 {
    font-size: .625rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: .125rem;
    margin-left: .125rem;
    font-family: 'SourceHanSansCN-Bold';
}

.news-banner h4 {
    font-family: 'SourceHanSansCN-Regular';
    font-size: .25rem;
    font-weight: 400;
    color: #FFFFFF;
}

/* banner end */

/* 资讯列表 start */
.news-list-box {
    background: #F5F9FA;
    overflow: hidden;
}

.news-list ul li {
    height: 3.75rem;
    background: #FFFFFF;
    margin-top: .375rem;
}

.news-list-left {
    float: left;
    width: 35%;
    height: 3.75rem;
}

.news-list-left img {
    width: 100%;
    height: 100%;
}

.news-list-right {
    float: right;
    width: 63%;
    height: 3.75rem;
}

.news-list-rq {
    display: flex;
    align-items: center;
    float: left;
    width: 11%;
    height: 3.75rem;
}

.news-list-rq span {
    display: block;
    color: rgba(107, 107, 107, 1);
    font-family: 'PangMenZhengDao-3';
    font-size: .25rem;
}

.news-list-rq span i {
    display: block;
    font-style: normal;
    color: rgba(0, 0, 0, 1);
    font-family: 'PangMenZhengDao-3';
    font-size: .5rem;
    text-align: center;
}

.news-line-box {
    position: relative;
    float: left;
    height: 3.75rem;
    padding: 0 .3125rem 0 .125rem;
}

.news-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .0125rem;
    height: 1.875rem;
    background: #CDCDCD;
}

.news-list-info {
    position: relative;
    float: left;
    width: 84%;
    height: 3.75rem;
}

.news-list-info-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
}

.news-list-info a {
    display: block;
    color: rgba(0, 0, 0, 1);
    font-family: 'SourceHanSansCN-Regular';
    font-size: .3rem;
    margin-bottom: .25rem;
}

.news-list-info p {
    font-family: 'SourceHanSansCN-Medium';
    color: rgba(105, 105, 105, 1);
    font-size: .2125rem;
    line-height: .375rem;
    padding-right: .1875rem;
}

.news-list-arrow {
    position: relative;
    float: left;
    width: 10%;
    height: 3.75rem;
}

.new-arry-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .875rem;
    height: .875rem;
    border: .0125rem solid rgba(105, 105, 105, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-arry-link img {
    width: .3625rem;
    height: .075rem;
}

.news-list ul li:hover .news-list-info a {
    color: #FF9600;
}

.news-list ul li:hover .new-arry-link {
    border: .0125rem solid #FF9600;
    background: #FF9600;
    transition: .6s;
}

/* 资讯列表 end */