 .news .list{font-size:0;}
 .content.news{
    padding: 0 0 80px;
}
 .news .list .item{text-align:center;margin: 0 auto 20px;position: relative;box-sizing:border-box;background: #fff;display: flex;align-items: center;max-width: 835px;box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);}
.news .list .item img{position: absolute;width: 100%;min-height: 100%;object-fit: cover;left: 50%;top: 50%;transform: translate(-50%,-50%);transition: all .5s ease;}
.news .list .item:hover img{
    transform: translate(-50%,-50%) scale(1.05);
}
.news .list .item .title{font-size: 17.57px;text-align: left;padding: 0 0 0 30px;color: #000;font-weight: 600;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news .list .item .desp{font-size: 14px;margin-top: 20px;}
.news .list .item .date{font-size: 12.89px;margin-top:15px;text-align: left;padding: 20px 0 0 30px;color: #4A4A4A;}
.news .list .item .desp a{
    width: 100%;
    text-align: left;
    display: block;
    padding: 0 0 0 30px;
    font-size: 12.89px;
}

 .news .list .item>a{
    width: 65%;
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

.news .list .item>div{
    width: 35%;
}
@media screen and (max-width: 1200px) {
    .list{ font-size:0; padding:90px 30px 30px 30px;}
    .news .list .item{text-align:center;margin-bottom: 12px;padding:15px 0;padding-left: 172px;position: relative;height:115px;box-sizing:border-box;background: #fff;padding: 0;height: auto;width: 100%;overflow: hidden;}
    .news .list .item .title{
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
    }
    .news .list .item .desp{
    font-size: 11px;
    color: #686868;
    margin: 7px 0 15px;
    }
    .news .list .item .date{
    font-size: 11px;
    color: #686868;
    padding: 0 0 0 10px;
    }
    .news .list .item .desp a{
    padding: 0 0 0 10px;
    line-height: 1.2;
}
.news .list{
    padding: 30px 0px 0px;
    width: 100%;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
}
  .news .list .item>a {
    width: 57%;
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 35%;
    overflow: hidden;
}
  .news .list .item>div {
    width: 43%;
}
.mbx_bg{
    padding: 0 25px;
    background: #ebebeb;
}
.mbx_bg .mbx{
    line-height: 40px;
    font-size: 12px;
    color: #8f8f8f;
}
.content.news{
    padding: 0;
    width: 100%;
    padding: 0 25px;
}
}

