*{
    margin:0;
    padding:0;
    list-style: none;
    text-decoration: none;
}
body{
    background: #0D2649;
}
.m1552{
    width:1552px;
    padding:64px !important;
    margin:0 auto;
    background:#fff;
}
/* .layui-row .left img {
    float: left;
    width: 255px;
    height: 143px;
} */
.layui-row .left li{
    clear: both;
    border-radius: 4px;
    border: 1px solid #EDEDED;
    background: linear-gradient(270deg, #FDFDFD 0.01%, rgba(236, 236, 236, 0.30) 99.99%);
    padding: 20px;
    display: table;
    margin-bottom:16px;
    width: 96.5%;
}
.layui-row .left li div{
    float: left;
    margin-left: 20px;
}
.layui-row .left li a{
    overflow: hidden;
    color: #2A74BE;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.layui-row .left li p{
    overflow: hidden;
    color: #555;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    margin-top:12px;
}
@media screen and (min-width: 1200px){
    .layui-col-lg8 {
        width: 72%;
    }
    .layui-col-lg9 {
        width: 77%;
    }
    .layui-col-lg3 {
        width: 23% !important;
        float: right;
    }
}

.layui-row .right li{
    margin-bottom:40px;
}
.layui-row .right{
    /* margin-left:64px; */
    float: right;
}
.slzj{
    width:285px;
    height:224px;
    background: url(bj.png) no-repeat;
    position: relative;
    float: right;
}
.slzj span{
    font-family: FZCuHeiSong-B-JF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    background: linear-gradient(180deg, #F5CC5C 8.33%, #9E836C 88.54%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 33%;
    top: -10px;
}
.slzj p{
    color: #333;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    letter-spacing: 2px;
    width: 233px;
    height: 154px;
    margin: 0 auto;
    padding-top: 25px;
}
.slzj a{
    color: #333;
    text-align: right;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    letter-spacing: 2px;
    display: block;
    float: right;
    margin-right: 25px;
}
/* 文章页 */
.zw{
    background: #F7F7F7;
    display: flex;
    width: 1203px;
    padding: 64px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
.layui-row .left svg{
    position: absolute;
    top: 0;
}
/* 专题 */
.focusBox {
    position: relative;
    width:100%;
    height: 420px;
    overflow: hidden;
}

.focusBox .pic {
    position: relative;
    z-index: 0;
    height:420px;
    overflow: hidden;
}
.focusBox .pic li{
    width:100%;
    height: 420px;
    overflow: hidden;
}
.focusBox .pic img {
    width: 100%;
    height:100%;
    display: block;
}

.focusBox .hd {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.focusBox .hd li {
    margin: 0 5px;
    background: url(dian.png) no-repeat;
    height: 16px;
    overflow: hidden;
    width: 16px;
    cursor: pointer;
    display: inline-block;
    zoom: 1;    
}

.focusBox .hd .on {
    background: url(dian1.png) no-repeat;
    width: 32px;
}