.conts .mod_text{
    width: 944px;
    height: 640px;
    margin: 0 auto;
    /* background:url('../img/family_img/bgImg.png') 50% 100% no-repeat; */
    margin-bottom: 60px;
    position: relative;
}
.conts .mod_text li:first-child{
    width: 110px;
    height: 160px;
    margin-right: 20px;
    padding: 40px;
    text-align: justify;
    background-image: url('../img/family_img/bg1.jpg');
}
.conts .mod_text li:nth-child(2){
    width: 200px;
    height: 160px;
    margin-right: 20px;
    padding: 40px;
    text-align: justify;
    background-image: url('../img/family_img/bg2.jpg');
}
.conts .mod_text li:nth-child(3){
    width: 354px;
    height: 78px;
    padding: 21px 40px;
    background-image: url('../img/family_img/bg3.jpg');
}
.conts .mod_text li:nth-child(4){
    width: 410px;
    height: 74px;
    margin-right: 20px;
    margin-top: 20px;
    padding: 23px 40px;
    background-image: url('../img/family_img/bg5.jpg');
}
.conts .mod_text li:nth-child(3) h4,.conts .mod_text li:nth-child(4) h4{
    margin-bottom: 10px;
}
.conts .mod_text li:nth-child(5){
    width: 354px;
    height: 160px;
    margin-top: -100px;
    padding: 40px;
    background-image: url('../img/family_img/bg4.jpg');
}
.conts .mod_text li:nth-child(6){
    width: 400px;
    height: 160px;
    margin-top: 20px;
    padding: 40px;
    padding-right: 504px;
    background-image: url('../img/family_img/bg6.jpg');
}
.conts .mod_text li{
    overflow: hidden;
    float: left;
}
.conts .mod_text li h4{
    font-weight: bold;
    font-size: 16px;
    color: #1A2433;
    text-align: left;
    margin-bottom: 20px;
}
.conts .mod_text li p{
    font-size: 13px;
    color: #797C80;
    line-height: 24px;
}


