.div_content-list{
    width:1188px;
    height:184px;
    background-color:#E7E7E7;
    margin-top:36px;
    display:flex;
}
.div_content-list-img img{
    width:283px;
    height:184px;

}
.div_content-list-detail{
    margin-top:24px;
    margin-left:32px;

}
.div_content-date{
    font-size:24px;
    font-weight:500;
    line-height:35.28px;
}
.div_content-list-title{
    font-size:24px;
    font-weight:500;
    line-height:35.28px;
}
.div_content-list-desc{
    color:#666666;
    line-height:38px;
    font-size:22px;
    margin-top:21px;
}
.div_content-detail > a{
    text-decoration:none
}
.div_pagination{
    margin-top:64px;
    display:flex;
    justify-content: flex-end;
    margin-right:106px;
}


@media screen and (max-width: 1080px) and (min-width:690px){

    .div_content-list{
        /*width:668px;*/
        width: 98%;
        height:103px;
        margin-top:20px;
    }
    .div_content-list-img img{
        width:159px;
        height:104px;
    }
    .div_content-list-detail{
        margin-top:14px;
        margin-left:18px;
        min-width: 0px;
    }
    .div_content-date{
        font-size:14px;
        line-height:19.85px;
    }
    .div_content-list-title{
        font-size:14px;
        font-weight:500;
        line-height:19.85px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 40px;
    }
    .div_content-list-desc{
        line-height:21px;
        font-size:12px;
        margin-top:12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 40px;
    }

}

@media screen and (max-width:1280px) and (min-width: 1080px){

    .div_content-list{
        /*width:792px;*/
        width: 98%;
        height:123px;
        margin-top:24px;
    }
    .div_content-list-img img{
        width:189px;
        height:123px;
    }
    .div_content-list-detail{
        margin-top:16px;
        margin-left:21px;
        min-width: 0px;
    }
    .div_content-date{
        font-size:16px;
        line-height:23.52px;
    }
    .div_content-list-title{
        font-size:16px;
        font-weight:500;
        line-height:23.52px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 40px;
    }
    .div_content-list-desc{
        line-height:25px;
        font-size:15px;
        margin-top:14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 40px;
    }
}

@media screen and (max-width: 1442px) and (min-width: 1280px){
    .div_content-list{
        /*width:891px;*/
        width: 98%;
        height:138px;
        margin-top:27px;
    }
    .div_content-list-img img{
        width:212px;
        height:138px;
    }
    .div_content-list-detail{
        margin-top:18px;
        margin-left:24px;
        min-width: 0px;
    }
    .div_content-date{
        font-size:18px;
        line-height:26.46px;
    }
    .div_content-list-title{
        font-size:18px;
        font-weight:500;
        line-height:26.46px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 40px;
    }
    .div_content-list-desc{
        line-height:29px;
        font-size:17px;
        margin-top:16px;
        width: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 40px;

    }
}

@media screen and (max-width: 1601px)  and (min-width: 1442px){

    .div_content-list{
        /*width:990px;*/
        width: 98%;
        height:153px;
        margin-top:30px;
    }
    .div_content-list-img img{
        width:236px;
        height:153px;
    }
    .div_content-list-detail{
        margin-top:20px;
        margin-left:27px;
        width: 100%;
        min-width: 0px;
    }
    .div_content-date{
        font-size:20px;
        line-height:29.39px;
    }
    .div_content-list-title{
        font-size:20px;
        font-weight:500;
        line-height:29.39px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 50px;
    }
    .div_content-list-desc{
        line-height:32px;
        font-size:18px;
        margin-top:17px;
        width: auto;
        overflow: hidden;/*内容超出后隐藏*/
        text-overflow: ellipsis;/* 超出内容显示为省略号*/
        white-space: nowrap;/*文本不进行换行*/
        padding-right: 50px;
    }


}
@media screen and (max-width: 1922px)  and (min-width: 1601px){
    .div_content-list{
        /*width:1188px;*/
        width: 98%;
        height:184px;
        margin-top:36px;
        min-width: 0xp;

    }
    .div_content-list-img img{
        width:283px;
        height:184px;
    }
    .div_content-list-detail{
        margin-top:24px;
        margin-left:32px;
        width: 100%;
        min-width: 0px;
    }
    .div_content-date{
        font-size:24px;
        line-height:35.28px;
        width: 100%;
    }
    .div_content-list-title{
        font-size:24px;
        font-weight:500;
        line-height:35.28px;
        overflow: hidden;/*内容超出后隐藏*/
        text-overflow: ellipsis;/* 超出内容显示为省略号*/
        white-space: nowrap;/*文本不进行换行*/
        padding-right: 60px;
    }
    .div_content-list-desc{
        line-height:38px;
        font-size:22px;
        margin-top:21px;
        width: auto;
        overflow: hidden;/*内容超出后隐藏*/
        text-overflow: ellipsis;/* 超出内容显示为省略号*/
        white-space: nowrap;/*文本不进行换行*/
        padding-right: 60px;
    }


}