@charset "UTF-8";

@import url(animate.css);
body {
    background-color: #f3f4f8;
}

.location {
    margin: 25px 0;
}

.content {
    background-color: #fff;
    padding: 25px 56px 0 56px;
    overflow: hidden;
    margin-bottom: 40px;
 min-height: 600px;
}

.content .title_top .left {
    display: inline-block;
    width: 85%;
}

.content .title_top .left #MainTitle {
    color: #4d4f53;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
}

.content .title_top .left #subTitle {
    color: #666666;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}

.content .title_top .left .datetime {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    text-align: left;
}

.content .title_top .left .datetime div {
    display: inline-block;
    font-size: 14px;
    color: #999;
    vertical-align: top;
}

.content .title_top .left .datetime div li {
    display: inline-block;
    margin: 0 5px;
}

.content .title_top .left .datetime div li a {
    color: #999;
}

.print {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    text-align: right
}

.print div {
    display: inline-block;
    vertical-align: top;
    line-height: 40px !important;
    white-space: nowrap;
    margin-left: 15px;
}

.print div li {
    display: inline-block;
    margin: 0 0 0 10px;
}

.bshare-custom li a {
    padding-left: 0 !important;
    background: none !important;
    margin-right: 0!important;
    width: 22px !important;
    height: 22px !important;
    line-height: 22px;
    background-color: #c9c9c9 !important;
    border-radius: 50%;
    text-align: center;
    display: block;
}

.bshare-custom li a i {
    display: block;
    font-size: 14px;
    background: none !important;
    color: #FFF;
}

.bshare-custom li a:hover i {
    animation: rotateIn .3s;
}

.bshare-custom li:nth-of-type(2) a:hover {
    background-color: #1fbc7d !important;
}

.bshare-custom li:nth-of-type(1) a:hover {
    background-color: #e96157 !important;
}

.bshare-custom li a span {
    line-height: 28px;
    display: inline-block;
    color: #969696 !important;
    vertical-align: top
}

.content .title_top .right {
    display: inline-block;
    width: 14%;
    vertical-align: top;
    margin-top: 6px;
    text-align: center;
}

#qrcode canvas {
    width: 87px !important;
    height: 87px !important;
    margin: 0 0 0 auto;
    display: block;
}

.content .title_top .right span {
    display: block;
    font-size: 12px;
    width: 87px;
    margin: 5px 0 0 auto;
    color: #999;
}

.third_split {
    margin: 24px 0 0;
    height: 8px;
    width: 100%;
    background: url(../img/sec_hr.png)
}

.third-con {
    padding-top: 15px;
    line-height: 32px;
    font-size: 16px;
    color: #4d4f53;
    padding-bottom: 50px;
    overflow: hidden;
    font-family: "微软雅黑"!important;
}

.third-con p {
    line-height: 32px !important;
    font-size: 18px;
    color: #4d4f53;
    text-align: justify;
    padding-top: 15px !important;
    font-family: "微软雅黑"!important;
    margin: 0 !important;
}

.third-con p span {
    line-height: 32px !important;
    font-size: 18px;
    color: #4d4f53;
    text-align: justify;
    font-family: "微软雅黑"!important;
    margin: 0 !important
}

.third-con p img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%
}

.third-con p video {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.third-con p a {
    color: #4d4f53 !important;
    font-size: 18px !important;
    font-family: "微软雅黑" !important;
text-decoration: none !important;
}

.third-con p a:hover {
    color: #4d4f53;
}

.third-con table {
    width: 100% !important;
    margin: 0 auto
}

.third-con table p {
    text-indent: 0em !important;
}

.third-con table.noBorderTable {
    width: 100% !important;
    border: 1px #f3f3f3 solid;
    border-bottom: 0;
}

.third-con table.noBorderTable thead {
    background-color: #2f5db8;
    box-sizing: border-box;
    overflow: hidden;
}

.third-con table.noBorderTable thead td {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    border-right: 1px #f3f3f3 solid;
    box-sizing: border-box;
    padding: 0;
}

.third-con table.noBorderTable td {
    box-sizing: border-box;
    border-right: 1px #f3f3f3 solid;
    border-bottom: 1px #f3f3f3 solid;
    padding: 10px 15px;
}

.third-con table.noBorderTable td p {
    padding-bottom: 0;
}

.third-con .decision_btn {
    width: 689px;
    margin: 10px auto;
    text-align: right;
}

.third-con .decision_btn img {
    display: inline-block;
}

.third-con .decision_btn img:hover {
    opacity: 0.8;
}

.third-con .location {
    margin-left: 40px;
}

.third-con .location a {
    color: #3e53be;
    font-size: 16px;
}
.third-con span {
    background-color:transparent !important;
}

/* 移动端 */

@media screen and (max-width:768px) {
    .location {
        color: #868686;
        margin: 16px 0;
        font-size: 0.875rem;
    }
    .location a {
        color: #868686;
        font-size: 0.875rem;
    }
    .content {
        padding: 25px 12px;
        margin-bottom: 20px;
    }
    .content .title_top .left {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .content .title_top .left #subTitle {
        font-size: 1.02rem;
    }
    .content .title_top .left #MainTitle {
        font-size: 1.25rem;
        line-height: 32px;
    }
    .content .title_top .left .datetime {
        margin-top: 14px;
        font-size: 0.875rem;
        text-align: center;
        height: auto;
        line-height: 30px;
    }
    #source{
        display: block;
    }
    .third-con p img{
    height: auto !important;
    }
    .third_split {
        margin: 6px 0;
        height: 4px;
    }
    .third-con {
        padding-bottom: 0;
    }
    .third-con p {
        font-size: 1.02rem;
    }
    .third-con .location {
        margin-left: 2rem;
    }
    .third-con .location a {
        color: #3e53be;
        font-size: 0.875rem;
    }
}