
.content{
    margin-top: 80px;
    overflow: hidden;
}

.content_li{
    float: left;
    padding:0 20px 0 0!important;
    box-sizing: border-box;
    margin-bottom:40px;
    cursor: pointer;
}

.content_li:nth-child(2n){
    padding: 0 0 0 20px!important;
}

.content_item{
    padding: 30px!important;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #eee
}

.content_item_img{
    width:200px;
    height: 266px;
    float: left;
    position: relative;
    top: 0;
    transition: all 0.8s;
}

.content_item:hover{
    top: -5px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.06);
}

.content_item_img img{
    height: 100%;
}

.content_item_right{
    width: calc(100% - 230px);
    height: 266px;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px 0;
    box-sizing: border-box;
}

.content_item_title{
    font-size: 20px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #333333;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_item_detail{
    margin-top:20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #616161;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content_item_look{
    overflow: hidden;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #616161;
    line-height: 16px;
    letter-spacing: 1px;
}

.content_item_look div{
    float: left;
}

.content_item_look img{
    float: left;
    margin: 2px 0 2px 5px;
    width: 32px;
    height: 12px;
}

@media screen and (max-width: 1200px)and (min-width: 992px){
    .content{
        margin-top:40px
    }

    .content_item_img{
        width: 150px;
        height: 200px;
    }

    .content_item_right{
        width: calc(100% - 170px);
        height: 200px;
    }
}

@media screen and (max-width:992px)and (min-width: 768px){
    .content{
        margin-top:20px
    }

    .content_item_img{
        width: 130px;
        height: 170px;
    }

    .content_item_right{
        width: calc(100% - 150px);
        height: 170px;
        padding: 8px 0;
    }
}

@media screen and (max-width: 768px){
    .content{
        margin-top:15px
    }

    .content_li{
        padding: 0 15px!important;
    }

    .content_item{
        padding: 12px!important;
    }

    .content_item_img{
        width: 110px;
        height: 146px;
    }

    .content_item_right{
        width: calc(100% - 122px);
        height: 146px;
        padding: 6px 0;
    }
}
