
.lead_list{
    margin-bottom: 60px;
}
.lead_list .lead_tit{
    margin-bottom: 30px;
}
.lead_list .lead_tit:after{
    content: '';
    display: block;
    width: 83px;
    height: 2px;
    background: #BBA289;
    margin-top: 18px;
}
.lead_list ul{
    margin: 0 -8px;
}
.lead_list ul li{
    width: 20%;
    float: left;
}
.lead_list .con{
    display: block;
    padding-bottom: 124%;
    height: 0;
    overflow: hidden;
    margin: 0 8px 20px;
}
.lead_list .lead_img{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.lead_list .lead_name{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: #E4E4E4;
}
.lead_list .lead_name1{
    margin-bottom: 6px;
    font-size: 16px;
}
.lead_list .lead_text{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 16px 6px;
}


@media only screen and (min-width:1200px){
    .lead_list .con:hover .lead_name{
        display: none;
    }
    .lead_list .con:hover .lead_text{
        bottom: 0;
    }
}

@media only screen and (max-width:1199px){
    .lead_list {
        margin-bottom: 40px;
    }
    .lead_list ul li {
        width: 33.3%;
    }
    .lead_list .con {
        padding-bottom: 142%;
    }
    .lead_list .lead_text {
        bottom: 0;
    }
    .lead_list .lead_name {
        display: none;
    }
}
@media only screen and (max-width:768px){
    .lead_list ul li {
        width: 50%;
    }
}
@media only screen and (max-width:500px){
    .lead_list ul li {
        width: 100%;
        float: none;
    }
}