.news-list{
    padding-top: 48px;
}
.news-info{
    display: block;
    width: 100%;
    padding: 30px;
    border-bottom: 1px solid #DCDCDC;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.news-info:hover{
    background-color: #F0F0F0;
    border-color: #F0F0F0;
}
.news-info:hover .news-btn{
    background-color: #4577BB;
    color: #fff;
}
.news-img{
    width: 248px;
    height: 165px;
}
.news-content{
    width: 850px;
}
.news-title{
    font-size: 22px;
    color: #333;
    line-height: 21px;
    margin-bottom: 5px;
}
.news-date{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.news-subtitle{
    height: 50px;
    line-height: 25px;
    font-size: 18px;
    color: #999;
    margin-bottom: 23px;
}
.news-btn{
    width: 100px;
    height: 30px;
    border: 1px solid #4577BB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
}