.detailWrap {
    padding: 60px 50px;
    background-color: white;
}
.detail-bg {
    position: absolute;
    width: 100%;
}
.detail-head {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.detailTitle {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    line-height: 36px;
    /* max-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 25px; */
}
.detailDate {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.11px;
}
.detail-content {
    font-size: 16px !important;
    line-height: 28px !important;
    color: #333333;
    text-indent: 2em;
    text-align: justify;
    font-family: MicrosoftYaHei;
    letter-spacing: 0;
}
.detail-content p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 20px;
    text-indent: 0;
    text-align: justify;
}
.detail-content p:last-child {
    margin-bottom: 0;
}
.imgWrap {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 50px;
}
.detail-content img {
    max-width: 100%;
    height: auto;
}
.login-footer {
    height: 75px;
    background-color: #f6f6f6;
    width: 100%;
    padding: 30px 0 58px;
    box-sizing: border-box;
    margin: 0 auto;
}
.four span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.13px;
}
.two button {
    background-color: transparent;
    border: 1px solid #ccc;
    color: white;
}
.detail-page {
    margin-top: 50px;
}
.detail-page > a {
    display: block;
    width: 50%;
    height: 90px;
    float: left;
    background: #F6F6F6;
    padding: 30px 20px;
    box-sizing: border-box;
    transition: background .3s linear;
}
.detail-page > a p {
    opacity: 0.5;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #333333;
    margin-bottom: 0;
    margin-top: -8px;
}
.detail-page > a h3 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    margin-top: 7px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.detail-page > a:hover {
    background: #D75757;
    cursor: pointer;
}
.detail-page > a:hover h3,
.detail-page > a:hover p {
    color: white;
}
.arrow {
    width: 35px;
    height: 100%;
    display: table;
}
.arrow > div {
    display: table-cell;
    vertical-align: middle;
}
.arrow-left {
    float: left;
    margin-right: 20px;
    border-right: 1px solid #ccc;
}
.arrow-right {
    float: right;
    margin-left: 20px;
    border-left: 1px solid #ccc;
}
.next {
    text-align: right;
}
.col-sm-9 {
    padding-right: 15px;
    box-sizing: border-box;
}
.col-sm-3 {
    padding-left: 15px;
    box-sizing: border-box;
}
.newList-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 22px;
    color: #333333;
    letter-spacing: 0.15px;
    margin-bottom: 30px;
}
.newList-title::after {
    content: '';
    display: block;
    float: left;
    margin-right: 10px;
    width: 8px;
    height: 21px;
    background-color: #AE0A2A;;
}
.newList ul {
    margin-bottom: 30px;
}
.newList li {
    position: relative;
}
.newList li::after {
    width: 4px;
    height: 4px;
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    background-color: black;
    border-radius: 50%;
}
.newList li a {
    display: inline-block;
    max-width: 80%;
    font-family: MicrosoftYaHei;
    padding-left: 10px;
    font-size: 14px;
    color: #151515;
    text-align: left;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .3s linear;
    vertical-align: top;
}
.newList li a:hover {
    color: #AD0008;
}
.detailBanner img {
    width: 100%;
    margin-bottom: 15px;
}
.container .two.columns {
    width: 120px;
}
table {
    margin: 0 auto;
}
table, tr, td {
    border: 1px solid #333 !important;
}
@media (max-width: 767px) {
    .detail-page {
        overflow: hidden;
        margin-bottom: 50px;
    }
    .detail-page > a h3 {
        display: none;
    }
    .detail-page > a p {
        margin-top: 5px;
    }
    .detailTitle {
        font-family: MicrosoftYaHei-Bold;
        font-size: 20px;
        color: #333333;
        letter-spacing: 0;
        line-height: 32px;
    }
    .login-footer {
        padding: 20px 0;
    }
    .detailWrap {
        padding-bottom: 20px;
        padding-top: 30px;
    }
    .detail-content p span,
    .detail-content p {
        font-size: 16px !important;
    }
}
@media (max-width: 520px) {
    .detailWrap {
        width: 100%;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-sm-9, .col-sm-3 {
        padding-right: 0;
        padding-left: 0;
    }
    .login-footer a:nth-of-type(1) {
        margin-left: 0;
    }
}