.box {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.banner_img {
    width: 100%;
}

.main_box {
    width: 1249px;
}

.location_box {
    width: 100%;
    padding: 21px 361.5px;
    background-color: #F4F4F4;
    color: #999999;
    font-size: 16px;
}

.location_icon {
    width: 17px;
    height: 17px;
    margin-right: 12px;
}

/* 文章内容样式 */
.wz_text_box {
    width: 100%;
    border-bottom: 1px #ededed solid;
}

.wz_title {
    width: 100%;
    font-size: 38px;
    font-family: 'Source Han Sans CN', 'Source Han Sans CN-Bold';
    font-weight: bold;
    text-align: center;
    color: #262525;
    margin-top: 65px;
    margin-bottom: 62px;
}

.wz_describe {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.wz_describe_l {
    flex: 1;
    display: flex;
    color: #919090;
    font-size: 16px;
}

.wz_describe_l > p {
    margin-right: 38px;
}

.wz_describe_r {
    color: #919090;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.wz_butt {
    display: flex;
    margin-right: 40px;
    align-items: center;
}

.wz_butt p {
    margin: 0;
}

.share:hover {
    transform: scale(1.05);
    transition: box-shadow 0.3s ease-out;
}

.wz_butt_li {
    margin-right: 6px;
    color: #919090;
    cursor: pointer;
    transition: color 0.3s ease;
    margin: 0 4px !important;
}

.wz_butt_li.active-color {
    color: #1661AB;
}

.wz_describe_r img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.wz_text {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
    font-size: 20px;
}

.wz_text p {
    line-height: 2;
}

.wz_text a {
    font-size: 20px;
}

/* 分享弹窗 */
#qrcode {
    width: 137px;
    height: 153px;
    position: absolute;
    display: none;
    flex-wrap: wrap;
    margin-left: 114px;
    justify-content: center;
    font-size: 16px;
    margin-top: -201px;
    padding: 10px 20px;
    background: url(/templates/1/default/_files/img/wx_box.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#qrcode img {
    width: 80px;
    height: 80px;
    margin: 0;
}

/* 链接样式 */
.wz_text a {
    color: #CF1223;
}

.wz_text a:hover {
    color: #000;
}

.article-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.blank23 {
    width: 1200px;
    height: 45px;
    margin: 30px 0;
}

.article-content video {
    display: block;
    margin: 0 auto;
}