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;
}

.news-inner {
    color: #666;
    font-size: 16px;
    text-align: justify;
    padding-bottom: 125px;
    padding-top: 80px;
}

.news-text {
    width: 805px;
}

.news-text-title {
    padding-bottom: 35px;
    border-bottom: 1px dotted #dadada;
    margin-bottom: 35px;
}

.news-text-name {
    color: #333;
    font-size: 24px;
    font-weight: normal;
    line-height: 45px;
    text-align: center;
}

.news-timer {
    color: #999999;
    font-size: 14px;
    text-align: center;
}

.news-timer span.t {
    margin-right: 45px;
    display: inline-block;
}

.news-text-center {
    color: #666666;
    font-size: 14px;
    line-height: 31px;
    text-indent: 28px;
}

.news-text-center img {
    max-width: 100%;
}


.news-bak {
    width: 100%;
    padding-top: 30px;
}

.news-bak a {
    display: block;
    width: 126px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    background: #1894eb;
}

.news-list {
    width: 300px;
}

.news-list-title {
    position: relative;
    color: #999999;
    font-size: 20px;
    line-height: 45px;
    font-weight: normal;
    padding-left: 15px;
}

.news-list-title::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    clear: both;
    width: 6px;
    height: 14px;
    background: #1894eb;
}

.news-list li {
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid #efefef;
}

.news-list li a {
    position: relative;
    color: #666666;
    font-size: 14px;
    display: block;
    text-indent: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list li a::after {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    content: '';
    display: block;
    clear: both;
    width: 6px;
    height: 6px;
    background: url(/public/img/Design.png) no-repeat;
}

.news-list li:hover a {
    color: #1894eb;
}

.news-list li:hover a::after {
    background: url(/public/img/DesignActive.png) no-repeat;
}

