.news-item.medias {
    width: 100% ;
}

@media all and (max-width:750px) {
 .content{
    padding: 18px 0 38px 0 !important;
 }
 .news-swiper {
        display: none;
    }
    .swiper-slide .news-swiper__inner {
        height: 100px;
        width: 150px !important;
        margin-right: 30px;
    }
    .h5-img-box {
        width: 150px;
    }
    .news-swiper__inner .news-item__title {
        font-size: 14px;
        white-space: initial;
    }
    .news-swiper__inner .news-item__time {
        font-size: 12px;
        margin-top: 8px;
    }
    .news-item__detail {
        margin-top: 15px !important;
    }
    .news-swiper {
        padding-bottom: 8px !important;
    }
    .news-item__content {
        display: none;
    }
    .swiper-slide .news-swiper__img {
        height: 100px;
    }
    .swiper-slide .news-swiper__img img {
        width: 100%;
        height: auto;
    }
    .news-item__inner {
        width: 150px !important;
    }
    .news-item__inner .news-item__title {
        font-size: 14px;
        white-space: inherit;
        line-height: 1.3em;
    }
    .news-item__inner .news-item__time {
        font-size: 12px;
    }
    .news-item__detail a {
        font-size: 12px;
    }
    .news-item__img img {
        height: auto !important;
    }
    .news-item__title{
      font-weight: 500 !important;
    }
}

@media all and (max-width:1000px) {
    .subnav.media {
        display: none;
    }
    .swiper-slide {
        display: flex;
        flex-direction: row;
    }
    .news-swiper__img {
        width: 100% !important;
    }
    .news-swiper__inner,
    .h5-img-box {
        width: 45% !important;
    }
    .bread-crumbs {
        padding: 0 !important;
    }
    .subtabs {
        width: 100%;
        justify-content: space-around;
    }
    .subtabs__item+.subtabs__item {
        margin-left: 0 !important;
    }
    .news-item__inner{
       width: 57% !important;
    text-align: justify;
    }
    .news-item__img {
        width: 40% !important;
    }
    .news-item {
        display: flex;
    }
    ._count {
        margin: 0 !important;
        width: 75px;
        font-size: 12px !important;
        letter-spacing: -1.5px;
    }
    ._page_container {
        align-items: center;
    }
    ._page_container .left,
    ._page_container .right {
        width: 20px;
        height: 20px;
        margin: 0 !important;
    }
    ._pages {
        display: flex !important;
        align-items: center;
    }
    ._page_container ._pages li {
        padding: 0 !important;
        min-width: 20px;
        height: 20px;
        line-height: 20px;
    }
    ._jumper {
        font-size: 12px !important;
        margin: 0 !important;
        margin-left: 8px !important;
    }
    ._jumper_input {
        width: 20px !important;
        height: 20px !important;
    }
    .news-list {
        padding: 15px 25px !important;
    }
     .margin-item {
        margin-top: 10px !important;
    }
    .news-item {
        padding-bottom: 10px !important;
        border-bottom: 1px solid #ccc;
    }
}

.bread-crumbs {
    height: 63px;
    width: 100%;
}

.content {
    background-color: #f7f7f7;
    width: 100%;
    padding: 41px 0 38px 0;
}

.content .container {
    background-color: #fff;
}

.bread-crumbs {
    padding-left: 37px;
}

.bread-crumbs a {
    color: #333;
    font-size: 18px;
}

.subtabs__item {
    position: relative;
}

.subtabs__item+.subtabs__item {
    margin-left: 78px;
}

.subtabs__item.active a {
    color: #c8baa2;
}

.subtabs__item:hover a {
    color: #c8baa2;
}

.subtabs__item.active::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 4px;
    position: absolute;
    background: #c8baa2;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.news-list {
    margin-top: 18px;
    padding: 67px 37px;
}

.news-swiper {
    padding-bottom: 58px;
    border-bottom: 1px solid #f2f2f2;
}

.news-swiper__inner {
    width: 477px;
    height: 262px;
    color: #333333;
}

.news-swiper__img {
    width: 463px;
    height: 262px;
    position: relative;
}

.news-swiper__img img {
    width: 100%;
    height: 262px;
}

.news-swiper__img:hover .news-swiper__hovertitle {
    opacity: 1;
    width: 100%;
}

.news-swiper__hovertitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 37px;
    line-height: 37px;
    padding: 0 13px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    transition: all 0.5s ease;
}

.news-item {
    padding-bottom: 43px;
}

.news-item__img {
    width: 289px;
}

.news-item__img img {
    width: 100%;
    height: 171px;
}

.news-item__inner {
    width: 675px;
    color: #333;
}

.news-item__title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.news-item__title:hover {
    color: #c8baa2;
}

.news-item__time {
    font-size: 16px;
    margin-top: 18px;
}

.news-item__content {
    margin-top: 42px;
    line-height: 22px;
}

.news-item__detail {
    margin-top: 36px;
}

.news-item__detail>a {
    color: #c8baa2;
}

.news-item__pagination {
    position: absolute;
    bottom: 10px;
    z-index: 110;
}

.news-item__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 26px;
    margin-top: 24px;
}

.news-item__pagination .swiper-pagination-bullet-active {
    background-color: #f0e3c3;
}

.margin-item {
    margin-top: 35px;
}
