/*info_recommend*/

.info_recommend {
    width: 1680px;
    margin: 0 auto;
}

.info_recommend_mobile {
    display: none;
}

.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) / 4);
    height: 233px;
    /* 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) / 4);
    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: 1899px)and (min-width: 1580px) {
    .info_recommend {
        width: 1520px;
    }
    .info_recommend ul li {
        height: 210px;
    }
}


/* 1680 1680 */


/* 1366 */

@media screen and (max-width: 1579px)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: 172px;
    }
    /* .info_recommend .list div .cont{
        width: 70%;
    } */
}


/* 1366 */


/* 1280 */

@media screen and (min-width:1001px) 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 */

@media screen and (max-width: 1000px) {
    .info_recommend {
        display: none;
    }
    .info_recommend {
        width: 100%;
    }
    .info_recommend_mobile {
        display: block;
    }
    .info_recommend h2 {
        margin-top: 0.51rem;
        text-align: center;
        width: 100%;
        font-size: 0.34rem;
        line-height: 0.34rem;
        margin-bottom: 0.24rem;
    }
    .info_recommend ul {
        flex-wrap: nowrap;
    }
    .info_recommend ul li {
        padding: 0.26rem 0.17rem;
        background: #f5f5f5;
        height: auto;
        border-radius: 0.17rem;
    }
    .info_recommend ul li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
    }
    .info_recommend ul li a .img-main {
        width: 1.16rem;
        height: 0.87rem;
        border-radius: 4px;
        background: url(../img/loading.gif) no-repeat center center;
        background-size: 0.4rem auto;
    }
    .info_recommend ul li a .img-main img {
        display: block;
        width: 1.16rem;
        height: 0.87rem;
        object-fit: cover;
    }
    .info_recommend ul li a .mes-main {
        width: calc(100% - 1.33rem);
    }
    .info_recommend ul li a .mes-main span {
        color: #222222;
        font-size: 0.22rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        line-height: 0.28rem;
    }
    .info_recommend ul li a .mes-main span:nth-child(2) {
        font-size: 0.17rem;
        line-height: 0.21rem;
        margin: 0.07rem 0 0.21rem;
        color: #999999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .info_recommend ul li a .mes-main span:nth-child(3) {
        font-size: 0.17rem;
        margin: 0;
        line-height: 0.2rem;
    }
    .info_recommend ul li a .mes-main span:nth-child(3) i {
        font-size: 0.17rem;
        font-style: none;
        font-style: normal;
        margin-left: 0.17rem;
    }
    .info_recommend .list {
        display: none;
    }
    /* .info_recommend .list div .cont{
        width: 70%;
    } */
}


/* 1280 */