.inner{
    font-size: 14px;
    line-height: 1.8;
}
.body_content{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    
}
.body_content .item{
    width: 48% !important;
    max-height: 540px !important;
    overflow: hidden;
    float: left;
}
.body_content .item .title{
    width: 100%;
    line-height: 40px;
    margin-bottom: 20px;
    clear: both;
    border-bottom: 1px #e1e1e1 solid;
}
.body_content .item .title a{ 
    font-size: 18px;
    color: #0956a1;
    position: relative;
    display: block;
    padding-left: 17px;
}
.body_content .item .title a::after{
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 10px;
    border-left:5px #0956a1 solid;
    display: block;
}

.body_content .item .con{
    width: 100%;
    clear: both;
}
.body_content .item .img{
    width: 100%;
}
.body_content .item ul.con li{
    margin-bottom: 20px;
}
.body_content .item ul.con li img{
    width: 200px;
    height: 120px;
    margin-right: 15px;
}
.body_content .item ul.con li h4{
    font-size: 16px;
    font-weight: 600;
    color: #0956a1;
}
.body_content .item ul.con li p{
    font-size: 14px;
    color: #666;
}
.body_content .item a.more{ 
    color: #0956a1;
}