/* 公共样式 */
*{
    padding:0;
    margin:0;
    list-style: none;
    text-decoration: none;
}
@media (min-width: 75rem) and (max-width: 105rem) {
    html,body {
        font-size:0.833vw;
    }
}
.m1680{
    width:105rem;
    margin:0 auto;
    display: table;
}
.m1305{
    width:90rem;
    margin:0 auto;
    display: table;    
}




/* 中间部分 */
.lsst{
    display:block;
    background:url(listbj.png) no-repeat;
    background-size:100% 100%;
}
.box{
    margin-top:4rem;
    padding-bottom: 4rem;
}
.dqwz{
    color:  #104375;
    margin-bottom:2rem;
}
.dqwz p{
    display: inline;
    color:  #104375;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .125rem;
}
.dqwz a{
    color: #104375;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .125rem;
}

.box_left{

    padding: 4rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    align-self: stretch;
    /* margin-right:1.5rem; */
    background:#fff;
    width:61.5rem;
    float: left;
}
.box_left h1{
    color: #104375;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem; 
    width: 100%;
}
.box_left .about{
    width:100%;
    border-bottom: .0625rem dashed #114582;
    margin-top:1.5rem;
}
.box_left .about .time{
    float:left;
    color: #114582;
    text-align: right;
    font-family: "PingFang SC";
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
}
.box_left .about .zihao,.box_left .about .zihao a{
    color: #114582;
    text-align: center;
    font-family: "PingFang SC";
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem; 
}
.box_left .about .fenxiang{
    width: 15%;
    line-height: 3rem;
    float: right;
    color: #114582;
    text-align: right;
    font-family: "PingFang SC";
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
}

.zhengwen p{
    color: #333;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
    margin-bottom:2rem;
}
.box_right{
    float: right;
    width:34rem;
}
.box_right .tjxw{
    margin-bottom:3rem;
}
.box_right .tjxw span{
    width: 9.5625rem;
    height: 3.7847rem;
    background: url(Group6.png) no-repeat;
    background-size: 100%;
    display: block;
    text-align: center;
    line-height: 3.25rem;
    color: #004A99;
    font-family: "PingFang SC";
    font-size: 1.25rem;
    font-weight: 600;
    text-indent: 1.25rem;
}
.box_right .tjxw ul li{
    position: relative;
    clear: both;
    padding:1.5rem 1rem;
    display: inline-block;
    border-bottom:.0625rem solid #E5E5E5;
    width: 94%;
    background: rgba(255, 255, 255, 0.30);
}
.box_right .tjxw ul li:last-child{
    border:none;
}
.box_right .tjxw ul li::after{
    position: absolute;
    content: "";
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background: #333;
    left: 0rem;
    top: 2rem;
}
.box_right .tjxw ul li:hover::after{
    background: #004A99;
}
.box_right .tjxw ul li:hover a{
    color: #004A99;
}
.box_right .tjxw ul li a{
    float: left;
    color: #333;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 80%;
    margin-left: .3125rem;
}
.box_right .tjxw ul li p{
    float:right;
    color: #333;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}





.sjtop,.sjbottom{
    display: none;
}