.aImg,
.aImg img{
    display: block;
    width: 100%;
    height: 100%;
}
.Beijing-content{
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #f4f6f7;
}
.Beijing-content-box{
    width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
    padding-bottom: 72px;
    background: #fff;
}
.Beijing-content-crumbs{
    padding: 20px 15px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.Beijing-content-crumbs a{
    color: #333;
    font-size: 18px;
}
.Beijing-content-crumbs .home{
    width: 16px;
    height: 18px;
    background: url(../images/home.png);
}
.crumbs-icon{
    width: 4px;
    height: 7px;
}
.Beijing-content-start{
    padding: 0 15px;
}
.Beijing-content-title{
    border-bottom: 1px dashed #e3e3e3;
}
.Beijing-content-title-txt{
    line-height: 32px;
}
.Beijing-content-title-txt h1{
    font-size: 32px;
    color: #333;
    font-weight: normal;
}
.Beijing-content-title-source{
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.Beijing-content-title-source .source,
.Beijing-content-title-source .time{
    display: flex;
    align-items: center;
}
.Beijing-content-title-source .source::before{
    content: '';
    margin-right: 10px;
}
.Beijing-content-title-source .source::after,
.Beijing-content-title-source .time::after{
    content: '';
    width: 2px;
    height: 16px;
    background: #333;
    margin: 0 15px;
}
.content-share ul{
    display: flex;
    align-items: center;
    gap: 0 14px;
}
.content-share li{
    width: 26px;
    height: 26px;
    position: relative;
}
.content-share li a{
    display: block;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.share-weibo{
    background: url(../images/X-weibo.png) no-repeat;
}
.share-email{
    background: url(../images/email.png) no-repeat;
}
.share-wiexin{
    background: url(../images/wiexin.png) no-repeat;
}
.share-weixin-box{
    display: none;
    width: 165px;
    height: 165px;
    background: #fff;
    box-shadow: 0px 0px 8px #999;
    overflow: hidden;
    position: relative;
}
#share-weixin{
    width: 102px;
    height: 102px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
}
.close{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    cursor: pointer;
}
.share-link{
    background: url(../images/X-link.png) no-repeat;
}
.Beijing-content-text{
    padding-top: 30px;
    font-size: 18px;
    color: #333;
    line-height: 1.6 !important;
}
.Beijing-content-text p{
    margin-bottom:25px;
    line-height: 1.6 !important;
}
.Beijing-content-text table{
    margin-bottom: 25px;
}
.Beijing-content-text img{
    max-width: 1110px;
    height: auto;
}
/* 相关新闻 */
.Beijing-content-related-title{
    font-size: 24px;
    padding: 50px 25px 25px;
}
.Beijing-content-related-list{
    background: #fff9f5;
    padding: 45px 25px 25px;
    position: relative;
    border-top: 1px solid #f76300;
}
.Beijing-content-related-list::before{
    content: '';
    width: 340px;
    height: 3px;
    background: #f76300;
    position: absolute;
    top: -3px;
    left: 0;
}
.Beijing-content-related-list li{
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}
.Beijing-content-related-list-img{
    width: 280px;
    height: 160px;
    overflow: hidden;
    display: none;
}
.Beijing-content-related-list-img img{
    object-fit: cover;
}
.Beijing-content-related-list-texts{
    width: 100%;
    line-height: 1.5;
    font-size: 16px;
}
.Beijing-content-related-list-title{
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}
.Beijing-content-related-list-title::before{
    content: '';
    width: 4px;
    height: 4px;
    overflow: hidden;
    margin-top: 10px;
    background: #333;
    border-radius: 50% 50%;
}
.Beijing-content-related-list-title a{
    width: 98%;
    color: #333;
}
.Beijing-content-related-list-des{
    display: none;
}
.Beijing-content-related-list-des a{
    color: #666;
}
/* 相关附件 */
.Beijing-content-Attachment-list{
    background: #fff9f5;
    padding: 45px 25px 25px;
    position: relative;
    border-top: 1px solid #f76300;
}
.Beijing-content-Attachment-list::before{
    content: '';
    width: 340px;
    height: 3px;
    background: #f76300;
    position: absolute;
    top: -3px;
    left: 0;
}
.Beijing-content-Attachment-list li{
    display: flex;
    line-height: 1.5;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 20px;
}
.Beijing-content-Attachment-list li::before{
    content: '';
    width: 18px;
    height: 21px;
    background: url(./Attachmenticon1.png) no-repeat;
}
.Beijing-content-Attachment-list li a{
    font-size: 18px;
    color: #333;
    width: 97%;
    text-decoration: underline;
}
.Beijing-content-Attachment-list li:hover a{
    color: #f76300;
}
.Beijing-content-Attachment-list li:hover::before{
    background: url(./Attachmenticon2.png) no-repeat;
}

@media screen and (max-width: 1024px){
    .Beijing-content{
        width: 16rem;
        height: 100%;
        background: #fff;
        min-width: 16rem;
    }
    .Beijing-content-box{
        width: 14.98rem;
        margin: 0 auto;
        padding: 0 0.51rem 1.5rem;
    }
    .Beijing-content-crumbs{
        width: 14.96rem;
        padding: 0.3rem 0.2rem;
        flex-wrap: wrap;
        gap: 0 0.3rem;
        align-items: baseline;
    }
    .Beijing-content-crumbs a{
        font-size: 0.54rem;
    }
    .Beijing-content-crumbs .home{
        width: 0.55rem;
        height: 0.61rem;
        background: url(../images/M-home.png) no-repeat;
        background-size: cover;
    }
    .crumbs-icon{
        width: 0.15rem;
        height: 0.27rem;
    }
    .Beijing-content-start{
        width: 14.98rem;
        padding: 0;
    }
    .Beijing-content-title{
        width: 14.98rem;
        height: auto;
        border-bottom: 1px dashed #e3e3e3;
    }
    .Beijing-content-title-txt{
        margin-top: 0.3rem;
        line-height: .8rem;
    }
    .Beijing-content-title-txt h1{
        font-size: 0.9rem;
        color: #333;
    }
    .Beijing-content-title-source{
        line-height: .8rem;
        font-size: 0.46rem;
        color: #999;
        padding: 0.5rem 0;
    }
    .time{
        line-height: .8rem;
        color: #333;
    }
    .content-share li{
        width: 0.63rem;
        height: 0.63rem;
        position: relative;
    }
    .content-share li a{
        display: block;
        width: 0.63rem;
        height: 0.63rem;
    }
    .share-facebook{
        background: url(../images/facebook.png) no-repeat;
        background-size: cover;
    }
    .share-Twitter{
        background: url(../images/Twitter.png) no-repeat;
        background-size: cover;
    }
    .share-weibo{
        background: url(../images/X-weibo.png) no-repeat;
        background-size: cover;
    }
    .share-email{
        background: url(../images/email.png) no-repeat;
        background-size: cover;
    }
    .share-wiexin{
        background: url(../images/wiexin.png) no-repeat;
        background-size: cover;
    }
    .share-link{
        background: url(../images/X-link.png) no-repeat;
        background-size: cover;
    }
    .share-weixin-box{
        display: none;
        width: 3rem;
        height: 3rem;
        background: #fff;
        box-shadow: 0px 0px 8px #999;
        overflow: hidden;
        position: relative;
        left: -0.8rem;
    }
    #share-weixin{
        width: 1.7rem;
        height: 1.7rem;
        margin: 0 auto;
        margin-top: 0.8rem;
    }
    .close{
        display: inline-block;
        width: 0.3rem;
        height: 0.3rem;
        background: url(../images/close.png) no-repeat;
        position: absolute;
        right: 0.24rem;
        top: 0.24rem;
        color: #fff;
        cursor: pointer;
        background-size: cover;
    }
    .Beijing-content-img{
        width: 100%;
        margin-top: 0.64rem;
        text-align: center;
        font-size: 0.46rem;
        color: #666;
    }
    .Beijing-content-img p{
        text-align: center;
        max-width: 14.98rem;;
    }
    .Beijing-content-img p img{
        width: 100%;
        height: auto;
    }
    .Beijing-content-text{
        font-size: 0.51rem;
        color: #333;
        padding-top: 0.9rem;
        width: 14.98rem;
        max-width: 14.98rem;
        word-break: break-word;
    }
    .Beijing-content-text img{
        max-width: 14.98rem;
        height: auto;
        margin-bottom: 0.51rem;
    }
    .Beijing-content-text p{
        font-size: 0.51rem;
        margin-bottom: 0.32rem;
    }
    .Beijing-content-text tr{
        width: auto !important;
    }
    .Beijing-content-text td{
        width: auto !important;
    }
    .Beijing-content-related-title{
        font-size: 0.8rem;
        padding: 1rem 0;
    }
    .Beijing-content-related-list li{
        margin-bottom: 0.5rem;
    }
    .Beijing-content-related-list-img{
        width: 5rem;
        height: 3rem;
    }
    .Beijing-content-related-list-texts{
        width: 9.5rem;
        font-size: 0.5rem;
        width: auto;
    }
    .Beijing-content-related-list-title{
        font-size: 0.6rem;
    }
    .Beijing-content-related-list-des{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical; /*设置对齐模式*/
        -webkit-line-clamp: 2; /*设置多行的行数*/
    }
    .Beijing-content-related-list-des{
        display: none;
    }
    .Beijing-content-Attachment-list li{
        margin-bottom: 0.5rem;
    }
    .Beijing-content-Attachment-list li a{
        width: 94%;
        font-size: .5153rem;
    }
    .Beijing-content-Attachment-list li::before{
        width: .5539rem;
        height: .6184rem;
        background-size: contain;
    }
}
  