body {
    background: #f1f1f1;
}

.page-slide-inner {
    width: 100%;
    height: 360px;
}

.news {
    width: 1150px;
    padding: 0 25px;
    background: #fff;
    margin: -185px auto 0;
}

.news-title {
    padding-top: 68px;
    line-height: 40px;
    margin-bottom: 20px;
}

.news-title p {
    float: left;
    color: #d9d9d9;
    font-size: 40px;
    text-transform: uppercase;
}

.news-title span {
    float: left;
    color: #484848;
    font-size: 24px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 3px;
}

.guideline-inner {
    color: #666;
    font-size: 16px;
    text-align: justify;
    padding-bottom: 100px;
    padding-top: 55px;
}

.guideline-inner li {
    color: #888;
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #e3e3e4;
}

.guideline-inner .guideline-name {
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 500px;
}

.guideline-inner .guideline-timer {
    max-width: 100px;
    padding: 0 10px;
    text-align: center;
}

.guideline-inner a {
    font-size: 14px;
    color: #e71f1a;
    display: inline-block;
    font-weight: bold;
}