.box_con{
    margin-top: 30px;
    min-height: 352px;
    width: 100%;
    padding-bottom: 50px;
}

.box_con .box_left{
    width: 50%;
    float: left;
}
.box_con .box_left .h1{
    /* width: 168px; */
    padding-bottom: 15px;   
    /* width: 217px; */
    display: inline-block;
    padding-right: 20px;
    font-size: 28px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #333333;
}
.box_con .box_left .xian{
    border-top: 3px solid #313584;
    width: 85px;
}
.box_con .box_left .info{
    margin-top: 20px;
    margin-right:50px;
 
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #666;
    line-height: 28px;
    word-wrap: break-word;
white-space: normal;
word-break: break-all;
}
.box_con .box_right{
    width: 50%;
    float: right;
    
}

.box_con .box_right .pic{
    box-shadow: 19px 23px 0px #f4f5f9;
}
.box_con .box_right img{
    width: 575px;
    /* height: 315px; */
}

@media screen and (max-width:1080px) {
    .box_con{
        margin-top: 10px;
        width: 100%;
    }
    .box_con .box_left .h1{
        font-size: 28px;
    }
    .box_con .box_left{
        width: 100%;
    }
    .box_con .box_right{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 70px;
    }
    .box_con .box_right img{
        width: 100%;
    }

    .box_con .box_left .info{
        margin-right:0px;
        color: #666;
        font-size: 14px;
    }

}
@media screen and (max-width:768px) {
    .box_con .box_left .h1{
        font-size: 24px;
    }
   
}



