.pages_main{
    background: #f4f6f7;
}
.pages-rsj_en_listtwo{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 45px;
    background: #fff;
}
.Beijing-list-box-ul{
    padding: 20px 0;
    border-bottom: 1px #e3e3e3 dashed;
}
.Beijing-list-box-ul li{
    display: flex;
    position: relative;
    padding: 8px 0 8px 10px;
    line-height: 1.5;
    justify-content: space-between;
}
.Beijing-list-box-ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 19px;
    width: 3px;
    height: 3px;
    background: #333;
    border-radius: 50%;
}
.Beijing-list-box-ul li a{
    width: 1000px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
}
.Beijing-list-box-ul li span{
    font-size: 16px;
    color: #333;
}

@media screen and (max-width: 1024px){
    .pages-rsj_en_listtwo{
        width: 100%;
        padding: 0 .5153rem;
    }
    .Beijing-list-box{
        width: 14.96rem;
        height: 100%;
    }
    .Beijing-list-box ul{
        width: 14.96rem;
        height: 100%;
        border: none;
        padding: 0;
    }
    .Beijing-list-box ul li{
        width: 14.58rem;
        padding: .66rem .19rem;
        border-bottom: 1px solid #cccccc;
        background: none;
        white-space: normal;
        line-height: 1.077;
        overflow: hidden;
    }
    .Beijing-list-box-ul li::before{
        display: none;
    }
    .Beijing-list-box ul li a{
        display: block;
        width: 100%;
        height: auto;
        font-size: 0.66rem;
        color: #333;
        line-height: 1.077;
    }
    .Beijing-list-box ul li span{
        font-size: 0.54rem;
        color: #999;
        float: left;
        display: none;
    }
}

/* @media screen and (max-width:1023px){
    body {width: 100%;overflow-x: hidden;}
    .pages-rsj_en_listtwo {width: 15rem; padding: 0 .5rem;}
    .pub-list-crumbs {padding: .5rem 0 .3rem;}
    .pub-list-crumbs .home {width: .9173rem;height: 1.0453rem;}
    .pub-list-crumbs a:nth-child(2) {margin-left: .2rem;}
    .pub-list-crumbs img {width: .256rem;height: auto;}
    .pub-list-crumbs a {font-size: .6rem;margin: 0 .3rem;}
    .Beijing-list-box-ul {padding: .3rem 0;}
    .Beijing-list-box-ul li {padding: .3rem 0 .3rem .5rem;}
    .Beijing-list-box-ul li::before {top: .2rem;width: .04rem;height: .04rem;}
    .Beijing-list-box-ul li a {width: auto;font-size: .55rem;}
    .Beijing-list-box-ul li span {font-size: .5rem;}
} */