.mian{
    width: 1180px;
    
    margin-top: 20px!important;
    padding: 0 10px;
    overflow: hidden;
    /* background-color: #a5a5a5; */
    margin: 0 auto;
    font-size: 18px;
}
.xelb{
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
}
.xelb::after{
    content:'';
    display:block;
    clear:both;
}


.xelb_left,.xelb_right{
    float: left;
    /* line-height: 25px; */
}
.xelb_left{
    width:19%;
}
.xelb_left img{
    width: 210px;
    height: 150px;
}
.xelb_right{
  
    width: 81%;
    line-height: 47px;
}
.xelb_right p{
    color: #999;
}
.xelb_right a span{
    color: rgb(17, 46, 124);
    font-weight: 700;
}