*{
    margin:0;
    padding:0;
    list-style:none;
    text-decoration:none;
}
.m1200{
    width:1200px;
    margin:0 auto;
    display: table;
}
.bt img{
    float: left;
    margin-right:5px;
}
.bt {
    color: #B80F1A;
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.28px;
    border-bottom: 1.5px solid #B80F1A;
    display: block;
    width: 100%;
    padding-bottom:12px;
    margin-bottom: 24px;
}
.bt a {
    float: right;
    display: flex;
    padding: 4px 8px 4px 16px;
    color: #B80F1A;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #B80F1A;
}
.bt a svg {
    float: right;
}
.bt a:hover .more2{
    display: block;
}
.bt a:hover .more1{
    display: none;
}
.more2{
    display: none;
}
.bt a svg{
    float: right;
    margin-top: 3px;
}
.bt a:hover{
    border: 1px solid #B80F1A;
    background:#B80F1A;
    color:#fff;
}
.center_left{
    width: 588px;
    float: left;
}
.center_left b{
    display: flex;
    width: 588px;
    height: 332px;
    align-items: flex-start;
    overflow: hidden;
}
.center_left img{
    width: 100%;
    height: auto;
    align-items: flex-start;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.center_left b:hover img{
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transform: scale(1.1);
}
.center_left a{
    color: #333;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 135% */
    display: flex;
    width: 540px;
    padding: 20px 24px 24px 24px;
    align-items: center;
    gap: 10px;
    background: #FFF2F0;
}
.center_left:hover a{color: #B80F1A;}
.center_right{
    width:588px;
    margin-left:24px;
    float: left;
}
.center_right li{
    height: 82px;
    border-bottom: 1px dashed #E0B5AB;
    padding: 12px 0;
}
.center_right li .time{
    width:78px;
    height:80px;
    float: left;
    text-align: center;
    background: linear-gradient(180deg, #FFF 0%, #FFEEE5 100%);
    border: 1px solid #EB917A;
    margin-right:12px;
}
.center_right li .time b{
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 52px;
    background: linear-gradient(180deg, #B80F1A 0%, #FFC8A3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 4px 8px;
}
.center_right li .time span{
    display: flex;
    padding: 4px 8px 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: linear-gradient(180deg, #CC5249 0%, #CC3429 100%);
    overflow: hidden;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}
.center_right li .list a{
    overflow: hidden;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:12px;
    display: block;
}
.center_right li .list a:hover{  
    color: #B80F1A;
}
.center_right li .list p{
    overflow: hidden;
    color: #666;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.center_top{
    display:table;
}
.center_bottom{
    clear: both;
    margin-top:48px;
}


.fl {
    float: left;
}
.fr {
    float: right;
}
.center_bottom ul li {
    padding-bottom:19px;
    display: table;
    width: 100%;
}
.center_bottom ul {
    width: 384px;
}
.center_bottom .btn {
    width:384px;
    margin-left: 24px;
    margin-right: 24px;
}
.center_bottom .btn img{
    display: block;
}
.center_bottom .cen{
    width:100%;
}
.center_bottom .cen li{
    margin-right:24px;
}
.center_bottom .cen li:nth-child(2){
    margin-right:0;
}