.bus_list_four{
    width: 270px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin: 0 15px 20px;
    background: #fff;
    box-sizing: border-box;
    height: 330px;
}
.bus_img_four{
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*border-bottom:1px solid #e5e5e5 ;*/
    height: 130px;
    padding: 5px;
    position: relative;
    box-sizing: border-box
}
.bus_img img{
    height: 100%;
    width: 100%;
}
.bus_foot_product{
    border-top: none;
    padding: 10px 15px;
    position: relative;
    /*overflow: visible;*/
}
.circle_enter{
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -30px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background:linear-gradient(to right, #ed7849 , #f8a258);
    box-shadow: 2px 4px 20px 5px #f8b584;
}
.company_box{
    margin-top: 75px;
}
.company_box p{
    margin: 20px;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
}
.company_content{
    padding: 20px 0;
    margin-left: 400px;
}
.i_circle{
    top:1px;
    left:10px;
    position:absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../images/icon3.png') no-repeat left center
}

.i_circle4{
    width: 10px;
    height: 30px;
    background: url('../images/icon4.png') no-repeat left center;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}
.bus_list .a1{
    margin-right: 10px;
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    border: 1px solid #ccc;
}
.project .bus_list{
    width: 276px;
    height: 340px;
    margin: 20px 6px;
    /* margin-bottom: 20px; */
}
.project .bus_bottom h4 {
    font-size: 16px;
    line-height: 35px;
    color: #58595f;
}
.project .bus_bottom .bus_content {
    /*-webkit-line-clamp: 5;*/
    line-height: 20px;
    text-indent: inherit;
   /* height: 95px;*/
    color: #88888c;
}
