.page-body {
    margin-top: 50px;
    margin-bottom: 120px;
    margin: 0 auto;
}


.page-body .p-title h2 {
    font-size: 36px;
    color: #222;
}

.page-body .p-title p {
    position: absolute;
    bottom: -11px;
}

.page-body .p-title p span {
    font-size: 16px;
    color: #979797;
    padding: 0 10px;
    background-color: #fff;
}

.page-body .page-path {
    box-sizing: content-box;
    padding-bottom: 6px;
    height: 94px;
    margin-top: 66px;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
}

.content h2{
    font-weight: 400;
    color: #333;
    margin-top: 66px;
    text-align: center;
    font-size: 30px;
}
.content .info{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #c3c3c3;
    text-align: center;
    color: #bebebe;
}

.content .info a{
    color: #bebebe;
}

.content .info a:hover{
    color: #c90b0b;
}

.content .info .finishtime{
    margin-bottom: 10px;
}

.content .info .url{
    margin-bottom: 10px;
}

.content .qrcode img{
    height: 160px
}

.content .page-content{
    padding-top: 36px;
    padding-bottom: 130px;
    margin: 0 auto;
    width: 1200px;
    line-height: 30px;
}

/* .article-link .prevContent,.article-link .nextContent{
    width: 50%;
    float: left;
}

.article-link .prevContent{
    text-align: left;
}
.article-link .nextContent{
    text-align: right;
} */