body {
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    min-width: 1200px;
}

a {
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
    height: 70px;
    overflow: hidden;
}

.Wrapper {
    width: 1200px;
    margin: 0 auto 80px auto;
    zoom: 1;
    overflow: hidden;
}

.Place {
    margin: 40px 0 20px;
}

.Title {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px;
}

.articleTitle {
    font-size: 38px;
    line-height: 58px;
    width: 1200px;
    margin: 0 auto;
}

.articleInfo {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #999;
    padding: 30px 0 20px 0;
}

.pub_date a {
    color: #999;
}

.topFunction {
    display: flex;
    align-items: center;
}

.topFunction span {
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.topFunction #topShare .jtico {
    background: url(http://images.china.cn/images1/ch/2016content/images/b_2.gif) no-repeat center center;
}

.topFunction .zoomUp {
    background-image: url(http://images.china.cn/images1/ch/2021jlzh2/big.gif);
    background-position: right center;
    margin: 2px 8px 0;
    cursor: pointer;
}

.topFunction .zoomDown {
    background-image: url(http://images.china.cn/images1/ch/2021jlzh2/small.gif);
    background-position: right center;
    margin: 2px 8px 0;
    cursor: pointer;
}

.topFunction img {
    margin: 0 8px;
    width: 25px;
}

.wechat {
    position: relative;
}

.qrcode {
    z-index: 999;
    position: absolute;
    top: 40px;
    right: 3px;
    width: 100px;
    height: 100px;
    border: 15px solid #fff;
    border-radius: 7px;
    box-shadow: 0 2px 8px #999;
    overflow: hidden;
    visibility: hidden;
    transition: .3s;
    opacity: 0;
    background: #fff;
}

.qrcode img {
    width: 100%;
    margin: 0;
}

.wechat:hover .qrcode {
    opacity: 1;
    visibility: visible;
    transform: translateY(2%)
}

.Left {
    width: 820px;
    float: left;
    font-size: 18px;
    line-height: 220%;
}

.Right {
    width: 320px;
    float: right;
}

/* #vf {
    margin-bottom: 20px;
} */

#videoarea {
    display: none;
    margin: 0 auto;
}

.footer {
    width: 100%;
    margin-top: 90px;
    color: #fff;
    text-align: center;
    border-top: 2px solid #ab8f65;
    padding: 60px 0 20px;
    background: #333333;
}

.footer a {
    color: #fff;
}

.footer p {
    margin-bottom: 16px;
}

@media screen and (max-width: 1200px) {

    .Top,
    .Banner,
    .Footer,
    .Links {
        width: 1200px;
    }
}