.page-content {
    position: relative;
    width: 1200px;
    min-height: 1343px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.page-content-detail {
    display: inline-block;
    width: 1200px;
    min-height: 1323px;
    padding-bottom: 20px;
    background-color: #ffffff;
    border: solid 1px #f2f2f2;
}

.detail-top {
    height: 88px;
    border-bottom: dashed 1px #f2f2f2;
    text-align: center;
}

.detail-top-title {
    padding-top: 24px;
    font-weight: bold;
    font-size: 20px;
    color: #010101;
    text-align: center;
}

.detail-top-subtitle {
    margin-top: 12px;
    font-size: 14px;
    color: #a1a1a1;
}

.detail-content {
    padding: 16px 20px 0 20px;
}

.detail-content p {
    font-size: 14px;
    line-height: 30px;
    color: #1b1b1b;
    text-indent: 2em;
}

.content-login, .content-limit {
    display: none;
    width: 609px;
    height: 416px;
    margin-top: 40px;
    margin-left: 295px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 1px rgba(191, 194, 192, 0.26);
    border-top: 6px solid #13ad5b;
}

.content-login {
    height: 300px;
}

.content-login .tip-top, .content-limit .tip-top {
    height: 110px;
    line-height: 110px;
    font-size: 20px;
    color: #010101;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.content-login .tip-top .icon, .content-limit .tip-top .icon {
    display: inline-block;
    width: 62px;
    height: 62px;
    margin-right: 15px;
    vertical-align: middle;
    background: url("../images/common_ico.png") 0 -68px no-repeat;
}

.content-login .tip-top {
    margin-top: 45px;
}

.content-limit .tip-icon {
    display: inline-block;
    width: 256px;
    height: 256px;
    margin-left: 177px;
    background: url("../images/common_ico.png") 0 -185px no-repeat;
}

.content-login .tip-button {
    display: block;
    width: 408px;
    height: 49px;
    line-height: 49px;
    margin-top: 20px;
    margin-left: 105px;
    background-color: #418bfa;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.detail-content-article table {
    width: 100% !important;
    margin: 0 auto !important;
    font-size: 14px !important;
    border: 1px solid #ccc !important;
}

.detail-content-article table td, .detail-content-article table th {
    border: 1px solid #ccc !important;
    text-align: center !important;
}

.detail-content-article table td p, .detail-content-article table th p {
    text-indent: 0 !important;
    margin: 0 !important;
    line-height: 22px !important;
}

.detail-content-article p {
    line-height: 30px !important;
    text-indent: 2em;
    margin-bottom: 10px;
    text-align: justify
}

.detail-content-article img {
    display: block;
    max-width: 100% !important;
    margin: 0 auto;
}

.detail-content-file {
    display: none;
    margin-top: 20px;
    color: #0a7ff8;
    cursor: pointer;
}