.news-list-wrap{
    width: 100%;
    height: auto;
    margin-top: 35px;
}

.news-nav{
    border-top: 1px solid #F5F5F5;
    padding: 0 15px;
}

.news-nav p{
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #565656;
    line-height: 50px;
}

.news-nav p a{
    color: #565656;
}

.news-nav p span{
    color: #0096E3;
}

.news-list{
    border: 1px solid #CECECE;
    background: #f5f5f5;
    padding: 26px 37px;

    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    line-height: 40px;
}

.news-list ul li{
    border-bottom: 1px dotted #4E4E4E;
    list-style: disc;
}

.news-list ul li:hover{
    background: #eee;
}

.news-list ul li a{
    display: block;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    color: #4E4E4E;
}