.binsiness_inner .binsiness_total{
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    /*padding-bottom: 70px;*/
}
.binsiness_inner .total_title{
    padding:70px 0 20px;
    font-size: 40px;
    text-align: center;
    color: #676767;
    padding-bottom: 70px;
}
.binsiness_inner .binsiness_total .total_title span{
    border-bottom: 2px dashed #e99d9d;
}
.binsiness_inner .total_cont{
    text-align:left;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    line-height: 24px;
    padding: 0 120px;
    text-indent:2em;
    /*word-break: break-all;*/
}
.binsiness_inner .main_title{
    padding:70px;
    font-size: 40px;
    text-align: center;
    color: #676767;
}
.binsiness_inner .main_title span{
    border-bottom: 2px dashed #e99d9d;
}
.main_box{
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.main_box .box_in{
    float: left;
    width: 30%;
    background-color: #fff;
    margin:0 1.66%;
    height: 360px;
    padding:70px 30px;
}
.main_box .box_in .box_img{
    float: left;
    width: 18%;
    margin-right: 2%;
}
.main_box .box_in .box_text{
    float: left;
    width: 80%;
    padding-left: 10px;
    color: #4c4c4c;
    font-size: 12px;
    line-height: 24px;
}
.main_box .box_in .box_text p{
    line-height: 44px;
    font-size: 24px;
    color: #dc0000;
    padding-bottom: 10px;

}
@media (min-width: 1100px){
    .tiles-container .lilbento .row{
        width:1230px ;
    }
}
@media (max-width: 999px){
    .main_box .box_in{
        width: 100%;
        margin: 0;
        padding: 40px 30px 0;
    }
    .main_box .box_in .box_img{
        text-align: center;
    }
}
@media (max-width: 999px) and (min-width: 600px){
    .tiles-module .tile-1x2 .content-wrapper, .tiles-module .tile-2x1 .content-wrapper {
        width: 48.68421%!important;
    }
    .tiles-module .tile-1x2 .image-wrapper, .tiles-module .tile-2x1 .image-wrapper {
        width: 51.31579%!important;
    }
}

#binsiness .tiles-module .tile-2x1 .image-wrapper:after {
    border-right: 15px solid #f2f2f2;

}
@media (max-width: 599px){
    #binsiness .tiles-module .tile-2x1 .image-wrapper:after {
        border-right: transparent;
        border-bottom:none;

    }
    #binsiness .tiles-module .tile-2x2 p{
        display: block;
    }

}
@media (max-width: 399px){
    #binsiness .content-wrapper{
        height: 380px;
    }
    #binsiness .tile-inner.-gray{
        height: 380px;
    }
    #binsiness .lilbento:nth-child(1) .tile-inner.-gray{
        height: 596px;
    }
}
#binsiness .main-content h3{
    padding: 10px 0;
    color: #d00000;
    border-bottom:2px solid #d00000 ;
}
#binsiness .main-content p{
    line-height: 24px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    position:relative;
    height:168px;
    overflow:hidden;
}
#binsiness .content-wrapper:after{
    border-left: 15px solid #f2f2f2;
}

#binsiness .leader_info{
    float: left;
    width: 100%;
    border: 1px solid #ccc;
}
#binsiness .leader_info img{
    width: 100%;
}
#binsiness .info_text{
    box-sizing: border-box;
    padding: 7.5% 7.5% 6%;
    position: relative;
    min-height: 375px;
}
#binsiness .info_text{
    position: relative;
}
#binsiness .info_text span{
    line-height: 24px;
}
#binsiness .info_text:after{
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #f2f2f2;
    content: "";
    height: 0;
    position: absolute;
    top: -15px;
    left: 25px;
    width: 0;
}
.cover{
    position: absolute;
    width: 100%;
    height: 130px;
    background-color: rgba(191,59,59,.6);
    bottom: 0;
    left: 0;
    color: #fff;

}
.cover_text{
    width: 291px;
    padding-top: 25px;
    margin: 0 auto;
}
.cover_text div{
    float: left;
    width: 33.33%;
    text-align: center;

}
.cover_text div .cover_num{
    padding-top: 0;
    font-size: 22px;
    border-bottom:1px solid #fff ;
}
.cover_text div p{
    padding-top: 5px;
    font-size: 14px;

}