/*
 * @Author: liuxuanxuan 
 * @Date: 2020-08-19 13:48:28 
 * @Last Modified by: liuxuanxuan
 * @Last Modified time: 2020-08-19 14:12:50
 */
 .news-item{
     padding-bottom: 25px;
     margin-bottom: 15px;
     background: url("../img/arrow_bottom_gery.png") left 40px bottom no-repeat;
 }
 .news-item .news-title{
    width: 1050px;
    height: 85px;
    line-height: 85px;
 }
 .news-item:hover a{
     color: #123579;
 }