/*info_recommend*/
.info_recommend{
    width: 1680px;
    margin: 0 auto;
}
.info_recommend h2{
    font-size: 62px;
    color: #222222;
    text-align: center;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 15px;
}
.info_recommend ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0;
}
.info_recommend ul li{
    width: calc((100% - 24px) / 3);
    height: 310px;
    position: relative;
}
.info_recommend ul li .img-main{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.info_recommend ul li .img-main img{
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    position: absolute;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left:50%;
    top:0;
}
.info_recommend ul li .img-main span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,0.62);
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    padding-left: 15px;
    z-index: 3;
}
.info_recommend .list{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0;
    margin-top: 12px;
}
.info_recommend .list div{
    width: calc((100% - 24px) / 3);
    padding: 20px;
    background: #F5F5F5;
}
.info_recommend .list div a{
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info_recommend .list div .cont{
    display: block;
    height: 38px;
    font-size: 15px;
    color: #222222;
    width: 80%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.info_recommend .list div .time{
    height: 38px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    float: right;
    width: 80px;
    text-align: right;
}

/* 1680 1680 */
@media screen and (max-width: 1919px)and (min-width: 1600px){
    .info_recommend{
        width: 1520px;
    }
    .info_recommend ul li{
        height: 280px;
    }
}
/* 1680 1680 */


/* 1366 */
@media screen and (max-width: 1599px)and (min-width: 1281px) {
    .info_recommend {
        width: 1246px;
    }
    .info_recommend h2{
        font-size: 46px;
        line-height: 68px;
        margin-top: 38px;
        margin-bottom: 7px;
    }
    .content-trend h2{
        font-size: 46px;
        line-height: 68px;
        margin-top: 38px;
        margin-bottom: 7px;
    }
    .info_recommend ul li{
        height: 229px;
    }
    /* .info_recommend .list div .cont{
        width: 70%;
    } */
}
/* 1366 */

/* 1280 */
@media screen and (max-width: 1280px){
    .content-trend{
        width: 1200px;
    }
    .info_recommend h2{
        font-size: 46px;
        line-height: 68px;
        margin-top: 38px;
        margin-bottom: 7px;
    }
    .content-trend h2{
        font-size: 46px;
        line-height: 68px;
        margin-top: 38px;
        margin-bottom: 7px;
    }
    .info_recommend ul li{
        height: 229px;
    }
    .info_recommend{
        width: 100%;
    }
    /* .info_recommend .list div .cont{
        width: 70%;
    } */
}
/* 1280 */











