.news-container{
    width: 100%;
    margin-top: 50px;
}
.news-panel{
    width: 1200px;
    margin: 2px auto 0;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0 0 1px 0 #eee;
    display: flex;
    justify-content: space-between;
}
.news-image{
    width: 375px;
    height: 145px;
    overflow: hidden;
    float: left;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #0077D5;
  }
.news-image img{
    width: 100%;
    height: 100%;
}
.news-main{
    margin-left: 20px;
}
.news-title{
    font-size: 20px;
    display: block;
    line-height: 22px;
    color: #373D4F;
    overflow:hidden;
    width: 800px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis
}
.news-title:hover{
    color: #0962d6;
}
.news-content{
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #868991;
}
