.head-thumb {
    height: 340px;
    background: url("../img/news_bg.jpg");
    background-size: cover;
}
.trans * {
    transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

@media (max-width: 1000px) {
    .head-thumb {
        height: auto;
        line-height: 1;
    }
}

a {
    color: inherit;
    text-decoration-line: none;
}

ul {
    margin: 0; padding: 0; list-style: none;
}

.div-w {
    width: 90%;
    min-width: 320px;
    max-width: 1440px;
}
@media (max-width: 1460px) {
    .div-w { width: 96%; }
}

.margin-center { margin: 0 auto; }

/* region↓标题部分↓ */
.news-top {
    padding: 64px 15px 40px 15px;
    display: block;
    position: static;
}

.news-top .title {
    padding-bottom: 8px;
    font-size: 30px;
    line-height: 48px;
    height: 48px;
    color: #333;
}

.news-top .description {
    font-size: 16px;
    line-height: 40px;
    color: #555;
    height: 40px;
}
/* endregion↑标题部分↑ */

/* region↓轮播图栏目↓ */
.news-body-swipe { height: auto; }

.news-body-swipe .left {
    height: 380px;
    width: 600px;
    float: left;
    padding: 0 15px;
}

.news-body-swipe .right {
    width: calc(100% - 600px);
    height: 380px;
    float: left;
    padding: 0 15px;
    overflow: hidden;
}

@media (max-width: 1280px) {
    .news-body-swipe .left { width: 400px; }
    .news-body-swipe .right { width: calc(100% - 400px); }
    .news-body-swipe .swiper .swiper-pagination { bottom: 70px; }
}

@media (min-width: 1280px) {
    .news-body-swipe .swiper .title { bottom: 0; }
    .news-body-swipe .swiper .swiper-pagination { bottom: 0px; }
}

.news-body-swipe .swiper {
    width: 100%; height: 100%;
}

.news-body-swipe .swiper .pic-frame {
    overflow: hidden;
}

.news-body-swipe .swiper img {
    width: 100%; height: 100%;
    object-fit: cover;
}

.news-body-swipe .swiper img:hover {
    transition: transform 0.5s;
    transform: scale(1.1);
}

.news-body-swipe .swiper img:not(:hover) {
    transition: transform 0.5s;
    transform: scale(1);
}

.news-body-swipe .swiper .title {
    position: absolute;
    height: 50px;
    font-size: 14px;
    color: white;
    line-height: 50px;
    padding-right: 100px;
    padding-left: 20px;
    width: 100%;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-body-swipe .swiper .swiper-pagination {
    position: absolute;
    height: 50px;
    line-height: 50px;
    text-align: right;
    padding-right: 20px;
}

.news-body-swipe .right li {
    margin: 0px;
    padding: 0px;
    list-style: none;

    width: 100%;
    height: 116px;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 250px;
    position: relative;
    margin-bottom: 16px;
    background: #F2F3F5;
    line-height: 20px;
}

.news-body-swipe .right li:hover .title { color: rgb(0, 129,62); }
.news-body-swipe .right li:hover .publish-date { color: rgb(0, 129,62); }

.news-body-swipe .right a { color: #333; }

.news-body-swipe .right .publish-date {
    width: 210px;
    height: 80px;
    line-height: 24px;
    padding-right: 44px;
    position: absolute;
    left: 0px;
    text-align: right;
}

.news-body-swipe .right .publish-date:after {
    width: 1px;
    height: 70px;
    position: absolute;
    content: "";
    background: #DCDADB;
    top: 4px;
    right: -5px;
}

.news-body-swipe .right .year { font-size: 14px; }

.news-body-swipe .right .month-date { font-size: 42px; }

.news-body-swipe .right .title {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* endregion↑轮播图栏目↑ */

/* region ↓图片栏目↓*/
.news-body-img {
    padding-top: 40px; padding-bottom: 80px;
}

.news-body-img li {
    float: left;
    padding: 0 15px;
}

.news-body-img .title {
    height: 58px;
    line-height: 58px;
    font-size: 18px;
}

.news-body-img .pic-frame {
    overflow: hidden;
}

.news-body-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-body-img img:hover {
    /*transition: transform 0.5s;*/
    transform: scale(1.05);
}

/* endregion ↑图片栏目↑ */