.body_content{
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.body_content .item{
    width: calc(49% - 38px);
    border: 1px solid #EEF7FB;
    background: #FFF;
    padding: 0 18px 20px;
    margin-bottom: 20px;
}

.title{
    font-size: 18px;
    color: #0956a1;
    font-weight: 700;
    margin-bottom: 10px;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    background: url(/static/index/images/xian1.png) no-repeat 5px 22px;
}

.title a {
   font-size: 18px;
   color: #0956a1; 
}
.con{
    width: 100%;
    line-height: 1.8;
}
.con .img{
    width: 100%;
}

.con .glzd h4{
    font-size: 16px;
    color: #0956a1; 
}
.con .list_img{
    width: 100%;
    height: 120px;
}
.con .list_img li{
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
}
.con .list_img li img{ 
    width: 180px;
    height: 120px;
    float: left;
    margin-right: 10px;
}

.con .list_txt{
    width: 100%;
}
.con .list_txt li{ 
    width: 100%;
    line-height: 2.6;
}

.con .list_txt li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #4f4f4f;
}
.con .list_txt li em {
    float: right;
    font-style: normal;
    color: #a8a8a8;
    font-size: 14px;
}