.news-contain {
    padding: 98px 0 80px;
    max-width: 1000px;
    margin: 0 auto;
}

.news-list {
    padding: 20px 10px;
    border-bottom: 1px solid #ececec;
    font-size: 0;
    text-align: left;
    cursor: pointer;
}

.news-cover {
    width: 100%;
    height: auto;
}

.news-info {
    display: inline-block;
    max-width: 730px;
    vertical-align: top;
    text-align: left;
}

.news-tit {
    padding-top: 10px;
    margin-bottom: 2px;
    font-size: 16px;
    color: #48494a;
    font-weight: bold;
}

.news-list:hover .news-tit {
    color: #0064fa;
}

.news-text {
    display: -webkit-box;
    max-height: 50px;
    height: inherit;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.news-func {
    padding-top: 10px;
}

.news-date,
.news-from,
.news-share {
    font-size: 12px;
    color: #aaa;
}

.news-date {
    padding-right: 15px;
}

.news-from {
    padding-right: 30px;
}

.temp {
    padding: 80px 0
}

@media (min-width:992px) {
    .news-list {
        padding: 30px 0;
    }
    .news-cover {
        width: 250px;
        height: 150px;
    }

    .news-info {
        margin-left: 20px;
    }

    .news-tit {
        font-size: 22px;
    }

    .news-text {
        font-size: 16px;
        line-height: 25px;
    }
}

.temp-state {
    display: inline-block;
    padding: 20px 0 30px;
    color: #676c70;
    text-align: center
}

.temp-btn {
    margin: 10px auto 0
}

.swiper {
    width: 1240px;
    margin: 0 auto;
    border-radius: 8px
}

.swiper .btn {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(233, 57, 57, .08);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .08);
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    cursor: pointer
}

.img-item:hover .wechat-wrap,
.img-list {
    display: -webkit-box;
    display: -ms-flexbox
}

.img-list,
.temp-item-wrap {
    width: 100%
}

.img-item,
.temp-icon,
.wechat-wrap {
    border-radius: 8px
}

.swiper .leftBtn {
    left: -90px
}

.swiper .rightBtn {
    right: -90px
}

.img-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px
}

.img-item {
    width: 220px;
    height: 180px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.temp-state,
.wechat-wrap {
    width: 100%;
    font-size: 16px
}

.img-item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.img-item:not(:nth-child(n+5)) {
    margin-bottom: 20px
}

.img-item:not(:nth-child(5n)) {
    margin-right: 20px
}

.img-item:hover .wechat-wrap {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.title {
    font-size: 34px;
    font-weight: 500;
    color: #3d4042;
    line-height: 56px;
    text-align: center
}