/****new_center_list*****/
.new_center_list{
    width:100%;
    min-height:400px;
}
/***list_top***/
.new_center_list .list_top{
    width:100%;
    height:240px;
    padding-top: 54px;
    box-sizing: border-box;
}
.new_center_list .list_top .list_top_item{
    width:1280px;
    margin:0 auto;
    height:100%;
}
.new_center_list .list_top .list_top_item p:first-child{
    font-family: pingfangsc-semibold;
    font-size: 48px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 72px;
    font-weight: 600;
    margin-bottom: 24px;
}
.new_center_list .list_top .list_top_item p:last-child{
    font-family: pingfangsc-regular;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400;
}
/***list_bottom_header***/
.new_center_list .list_bottom{
    width:100%;
}
.new_center_list .list_bottom .list_bottom_header_parent{
    height:80px;
    background: #ffffff;
    z-index:22222;
    position:relative;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,0.12), 0 6px 16px 0 rgba(0,0,0,0.08), 0 9px 28px 8px rgba(0,0,0,0.05);
}
.new_center_list .list_bottom .list_bottom_header{
    width:1280px;
    margin: 0 auto;
    height:100%;
}
.new_center_list .list_bottom .list_bottom_header .content_tab{
    float:left;
    width:64px;
    height:100%;
    text-align: center;
    line-height:80px;
    margin-right:40px;
    position: relative;
    cursor: pointer;
}
.new_center_list .list_bottom .list_bottom_header.active{
    font-family: pingfangsc-medium;
    font-size: 16px;
    color: #c00005;
    font-weight: 500;

}
.new_center_list .list_bottom .list_bottom_header .active:after{
    display: inline-block;
    content:'';
    width:64px;
    height:4px;
    background: #c00005;
    position: absolute;
    bottom: 0px;
    left:0;
}
/***list_bottom_content***/
.new_center_list .list_bottom .list_bottom_content{
    width:100%;
    min-height:500px;
    background: #fff;
    padding:64px 0;
}
.new_center_list .list_bottom .list_bottom_content  .list_bottom_item{
    width:1280px;
    margin: 0 auto;
}
.new_center_list .list_bottom .list_bottom_content  .list_bottom_item .content{
    width:100%;
}
.list_bottom_content  .list_bottom_item .content .content_table{
  min-height:500px;
}
.content .content_table .table_content_item{
    height:196px;
    margin-bottom:24px;
    cursor: pointer;
}
.content .content_table .table_content_item:hover{
    background: #ffffff;
    box-shadow: 0 1px 2px -2px rgba(0,0,0,0.16), 0 3px 6px 0 rgba(0,0,0,0.12), 0 5px 12px 4px rgba(0,0,0,0.09);
}
.table_content_item .table_content_item_left{
    float:left;
    width:308px;
    height:196px;
}
.table_content_item .table_content_item_left img{
    width:100%;
    height:100%;
}
.table_content_item .table_content_item_right{
    float:left;
    width:892px;
    height:100%;
    margin-left:40px;
    border-bottom:1px solid rgba(0,0,0,0.06);
    padding-bottom:31px;
    box-sizing: border-box;
}
.table_content_item .table_content_item_right .title{
    height:32px;
    margin:26px 0 18px;
}
.table_content_item .table_content_item_right .title span:first-child{
    font-family: pingfangsc-medium;
    font-size: 24px;
    color: rgba(0,0,0,0.85);
    line-height: 32px;
    font-weight: 500;
    height:100%;
    display: block;
    float: left;
}
.table_content_item .table_content_item_right .title span:last-child{
    font-family: pingfangsc-regular;
    font-size: 14px;
    color: rgba(0,0,0,0.45);
    line-height: 32px;
    font-weight: 400;
    height:100%;
    display: block;
    float: right;
    margin-right:40px;
}
.table_content_item .table_content_item_right .content{
    font-family: pingfangsc-regular;
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    line-height: 22px;
    font-weight: 400;
    height:44px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 22px;
}
.table_content_item .table_content_item_right .btn{
    font-family: pingfangsc-regular;
    font-size: 14px;
    color: #c00005;
    font-weight: 400;
    cursor: pointer;
}

.list_bottom_content  .list_bottom_item .content .el-pagination.is-background .btn-next,
.list_bottom_content  .list_bottom_item .content .el-pagination.is-background .btn-prev,
.list_bottom_content  .list_bottom_item .content .el-pagination.is-background .el-pager li {
    margin: 0 5px;
    min-width: 30px;
    border-radius: 2px;
    background: #ffffff;
    border: 1px solid #c2c8cf;
    width:32px;
    height:32px;
    color: #000000;
}

.list_bottom_content  .list_bottom_item .content .el-pager li {
    font-family: pingfangsc-regular;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    text-align: center;
    font-weight: 400;
    width:32px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
}
.list_bottom_content  .list_bottom_item .content .el-pagination.is-background .el-pager li:not(.disabled):hover{
    color:#c00005;
}
.list_bottom_content  .list_bottom_item .content .el-pagination.is-background .el-pager li:not(.disabled).active{
    background:#c00005;
    color:#fff;
}
.list_bottom_content  .list_bottom_item .content .el-pagination span:not([class*=suffix]){
    height:32px;
    line-height:32px;
}
.list_bottom_content  .list_bottom_item .content .total_span{
    font-family: pingfangsc-regular;
    font-size: 14px;
    color: #687282;
    line-height: 32px;
    font-weight: 400;
    display: inline-block;
    height:32px;
    margin-right:9px;

}