.news-container{
    width: 100%;
    margin-top: 50px;
}
.news-panel{
    width: 1200px;
    margin: 20px auto 0;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 0 8px 0 #eee;
    display: flex;
}
.news-image{
    width: 375px;
    height: 145px;
    overflow: hidden;
    float: left;
}
.news-image img{
    width: 100%;
    height: 100%;
}
.news-main{
    margin-left: 20px;
}
.news-title{
    font-size: 20px;
    display: block;
    line-height: 22px;
    color: #373D4F;
}
.news-title:hover{
    color: #0962d6;
}
.news-content{
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #868991;
}
