* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

img {
    border: none;
}

body {
    font-size: 16px;
    color: #333333;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", serif;
    min-width: 1200px;
    /*overflow:scroll;*/
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    vertical-align: middle;
}

.bg-box {
    overflow: hidden;
    width: 100%;
    height: auto;
    background: url(bg.png) center bottom no-repeat;
}

.box1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.location {
    color: #777777;
    margin-top: 18px;
    width: 1200px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #E5E5E5;
}

.location img {
    vertical-align: middle;
}

.location span,
.location a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
    line-height: 42px;
}

.main {
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 100px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.30);
    padding: 56px 100px 40px 100px;
}

.article {
    width: 100%;
    height: auto;
}

.article>.header {
    padding-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
}

.article h1 {
    width: 100%;
    line-height: 40px;
    font-size: 30px;
    color: #333333;
    text-align: center;
}

.article .article-info {
    position: relative;
    margin-top: 30px;
}

.article .article-info div:first-child {
    width: 100%;
    height: 20px;
    font-size: 15px;
    color: #666666;
    text-align: center;
    line-height: 10px;
}

.article .article-info div:first-child span {
    cursor: pointer;
    margin: 0 10px;
}

.article .article-info div:first-child+div {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
}

.article .article-info div:first-child+div a {
    margin-left: 10px;
}

.article .article-info div:first-child+div img {
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.article .content {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
}

.article .content p {
    line-height: 2;
    text-indent: 0;
}

.article .content img {
    max-width: 100%;
}

.big-font {
    font-size: 24px!important;
}

.small-font {
    font-size: 12px!important;
}

.normal-font {
    font-size: 16px!important;
}

.utils {
    width: 100%;
}

.utils .operation {
    padding-left: 10px;
    height: 30px;
    font-size: 15px;
    color: #333333;
    text-align: left;
    line-height: 30px;
}

.utils .operation span {
    cursor: pointer;
    margin-right: 15px;
    font-size: 15px;
    color: #333333;
    text-align: left;
    line-height: 30px;
}

.mb-open {
    margin-top: 50px;
    width: 100%;
}

.mb-open div {
    margin: 0 auto;
}

.mb-open div:first-child {
    width: 154px;
    height: 20px;
    font-size: 14px;
    color: #999999;
}

.mb-open div:last-child {
    margin-top: 10px;
    width: 146px;
    height: 146px;
}

.others {
    margin-top: 50px;
    width: 100%;
    height: auto;
}

.others h3 {
    font-size: 19px;
    color: #333333;
    text-align: justify;
    height: 26px;
    line-height: 26px;
}

.others ul {
    width: 100%;
    height: auto;
}

.others ul li {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 40px;
}

.others ul li:nth-child(2n-1) {
    background: #FAFAFB;
}

.others ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.others ul li a span:first-child {
    float: left;
    font-size: 15px;
    color: #333333;
    line-height: 40px;
}

.others ul li a span:last-child {
    float: right;
    font-size: 15px;
    color: #666666;
    line-height: 40px;
}

.article .header .article-info .social-share-cs .icon-qq,
.article .header .article-info .social-share-cs .icon-wechat,
.article .header .article-info .social-share-cs .icon-weibo {
    border: none;
    color: #ffffff;
}

.article .header .article-info .social-share-cs .icon-qq:hover,
.article .header .article-info .social-share-cs .icon-wechat:hover,
.article .header .article-info .social-share-cs .icon-weibo:hover {
    border: none;
    color: #ffffff;
    background: none;
}

.article .header .article-info .social-share-cs .wechat-qrcode img {
    width: 100px;
    height: 100px;
}

.article .header .article-info .social-share-cs .icon-qq:before,
.article .header .article-info .social-share-cs .icon-wechat:before,
.article .header .article-info .social-share-cs .icon-weibo:before {
    display: none;
    border: none;
    color: #ffffff;
    background: none;
    width: 0;
    height: 0;
}

.article .content #h-ckplayer-contain0>div {
    text-indent: 0 !important;
}

@media only screen and (max-width: 768px) {
    body {
        width: 100%!important;
        min-width: 100%!important;
    }
    .box1200 {
        width: 100%;
    }
    .location {
        display: none;
    }
    .bg-box {
        background: none;
    }
    .main {
        margin-top: 0;
        padding: 0.4rem 3% 0.8rem 3%;
        margin-bottom: 0;
    }
    .article h1 {
        font-size: 0.46rem;
        line-height: 0.7rem;
    }
    .article .content img {
        width: 100%!important;
    }
    .source,
    .font-size,
    .social-share {
        display: none!important;
    }
    .article .article-info div:first-child span {
        font-size: 0.3rem !important;
    }
    #zoom {
        font-size: 0.36rem!important;
    }
    .sourcewap {
        display: block;
    }
}