.xwdt_content {
    padding-bottom: 165px;
}

.mbx {
    margin: 40px auto 110px;
}

.mbx > a, .mbx > span {
    font-size: 14px;
    color: #9E9E9E;
    transition: color .36s ease;
}

.mbx > a:hover {
    color: #006FC0;
}

.article h2 {
    font-size: 32px;
    line-height: 32px;
    color: #373737;
    text-align: center;
}

.article_intro {
    height: 58px;
    margin: 60px 0 66px;
    border-top: 1px solid #9E9E9E;
    border-bottom: 1px solid #9E9E9E;
}

.article_intro .wx_share {
    position: relative;
    cursor: pointer;
}

.article_intro .wx_share svg {
    fill: #CECECE;
    transition: fill .36s ease;
    margin-left: 18px;
}

.article_intro .wx_share:hover svg {
    fill: #006FC0;
}

.article_intro .wx_share .share_ewm_box {
    display: none;
    position: absolute;
    left: 70px;
    padding-left: 20px;
}

.article_intro .wx_share .share_ewm {
    width: 98px;
    height: 98px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 8px 20px 0px rgba(205, 205, 205, 0.2);
}

.article_intro .wx_share .share_ewm img {
    width: 84px;
    height: 84px;
}

.article_intro .intro_times {
    font-size: 14px;
    color: #373737;
}

.article_content {
    padding-bottom: 100px;
    border-bottom: 1px solid #D8D8D8;
}

.article_content p {
    font-size: 15px;
    line-height: 30px;
    color: #373737;
    margin-bottom: 50px;
}

.article_content img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.page_nav {
    margin-top: 30px;
}

.page_nav a {
    font-size: 15px;
    line-height: 30px;
    color: #373737;
    transition: color .36s ease;
}

.page_nav a:hover {
    color: #006FC0;
}