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 {
    width: 48%;
    float: left;
    margin-bottom: 30px;
}

.news-list li:nth-child(even) {
    margin-left: 4%;
}

.news-list-img {
    width: 100%;
    height: 90px;
    overflow: hidden;
    margin-bottom: 10px;
}

.news-list-img img {
    width: 100%;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.news0list-text {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news-list li:hover .news-list-img img {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
}

.news-list li:hover .news0list-text {
    color: #1894eb;
}
