.content_web {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.wrapper {
    width: 1200px;
}

.auto_cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body {
    background: #F3F3F3;
}

body {
    background-color: #F3F3F3;
}

.header_zt {
    width: 100%;
    min-width: 1200px;
}

.header_zt img {
    width: 100%;
}

/* 顶部轮播和新闻列表 */
.respons_top {
    width: 1200px;
    margin: 35px auto 15px auto;
    background-color: #fff;
}

.respons_top_left {
    box-sizing: border-box;
    padding: 24px 14px 24px 22px;
    width: 50%;
}

.respons_top_right {
    box-sizing: border-box;
    padding: 24px 29px 24px 14px;
    width: 50%;
}

.swiper-container-top {
    height: 358px;
}

.swiper_img {
    width: 100%;
    height: 100%;
}

.swiper_item {
    position: relative;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin: 0;
}

.pagination .swiper-pagination-switch {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #A19F9F;
    margin: 0 5px;
    text-align: center;
    vertical-align: middle;
}

.pagination span {
    padding: 0;
    min-width: 0;
}

.pagination .swiper-active-switch {
    background: #fff;
}

.swiper_title {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding-top: 10px;
    width: 100%;
    height: 58px;
    background-color: rgba(0, 0, 0, 0.3);
}

.swiper_title>p {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.swiper_title>p>a {
    color: #fff;
}

.arrow_left {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    z-index: 5;
    width: 40px;
    height: 56px;
    cursor: pointer;
}

.arrow_right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -28px;
    z-index: 5;
    width: 40px;
    height: 56px;
    cursor: pointer;
}

/* 幻灯右侧新闻 */
.text-news-item {
    line-height: 55px;
    font-size: 0;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #f0f0f0;
}

.text-news-item a {
    color: #333;
    font-size: 14px;
}

.text-news-detail {
    font-size: 16px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 460px;
}

.text-news-date {
    float: right;
    color: #999;
}

.text-news-item:last-child {
    border-bottom: none;
}

.text-news-item:hover .text-news-detail {
    color: #206BD1;
}

.more-link-plus {
    font-size: 14px;
    color: #206BD1;
    text-align: right;
    display: block;
}

/* 广告位 */
.advertising {
    width: 100%;
    /* height: 270px; */
    margin: 25px 0;
}

.advertising img {
    width: 100%;
    height: 100%;
}

/* 三栏布局 */

.section-cols .cols-wrappper {
    background: white;
    padding: 34px 25px;
    box-sizing: border-box;
}

.col-wrapper {
    width: 360px;
    margin: 0 35px 0 0;
    position: relative;
}

.section-cols .cols-wrappper>:nth-child(3n) {
    margin-right: 0;
}

.section-cols-two .cols-wrappper>:nth-child(3n) {
    margin-right: 35px;
}

.section-cols-two .col-wrapper:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}

.section-cols-two .cols-wrappper>:nth-child(2n) {
    margin-right: 0;
}

.col-wrapper .section-title {
    margin-bottom: 12px;
    line-height: 29px;
}

.col-wrapper .section-title-main {
    font-size: 22px;
}

.col-wrapper .section-title-sub {
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.col-wrapper .text-news-item {
    line-height: 48px;
}

.col-wrapper .text-news-date {
    float: right;
    max-width: 44px;
    overflow: hidden;
    font-size: 16px;
}

.col-wrapper .text-news-detail {
    max-width: 268px;
}

.section-cols-two {
    margin: 20px 0;
}

.section-cols-two .col-wrapper {
    width: 48%;
    margin-bottom: 60px;
}

.section-cols-two .text-news-detail {
    max-width: 450px;
}

.text-news.with-dot .text-news-item {
    padding-left: 18px;
    background: url(../images/dot-blue.png) 0 center no-repeat;
}

/* 底部幻灯 */
/* 相册 */
.wonderful_content {
    box-sizing: border-box;
    padding: 0 60px;
    position: relative;
}

.swiper-container-wonderful {
    height: 175px;
}

.section-gallery {
    background: #EAEAEA;
    margin: 30px 0;
    height: 238px;
    box-sizing: border-box;
    padding-top: 30px;
}

.gallery-wrapper {
    position: relative;
    height: 175px;
    margin-right: 12px;
}

.gallery-wrapper:nth-of-type(4) {
    margin-right: 0;
}

.gallery-wrapper .section-title {
    width: 332px;
    height: 168px;
    background: #206BD1;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-wrapper .section-title-main {
    padding-top: 40px;
}

.gallery-wrapper .section-title-sub {
    font-weight: normal;
}

.gallery-wrapper .section-title::after {
    width: 87px;
    height: 3px;
    background: #88CC2F;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 51px;
    margin: auto;
}

.gallery-wrapper .gallery-item {
    width: 298px;
    height: 151px;
    overflow: hidden;
}

.gallery-wrapper .gallery-item:nth-of-type(1) {
    width: 261px;
    height: 100%;
    top: 0;
    left: 0;
}


.gallery-wrapper .gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all linear .25s;
}

.gallery-wrapper .gallery-item:hover img {
    transform: scale(1.15);
}

.arrow-left-wonderful,
.arrow-right-wonderful {
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-left-wonderful {
    background: url(../images/left-wonderful.png) center center no-repeat;
    left: 0;
}

.arrow-right-wonderful {
    background: url(../images/right-wonderful.png) center center no-repeat;
    right: 0;
}

/* 2021-3-29 */
.respons_top .text-news-detail {
    max-width: 400px;
}

/* 2021-4-1 */
.col-wrapper {
    margin-bottom: 25px;
    min-height: 285px;
}

.section-title-main {
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section-cols-two .section-title-main {
    width: 500px;
}

/* 新闻卡片区块 */
.news-group-container {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.news-group-title {
    text-align: center;
    position: relative;
    padding-bottom: 1vw;
    margin: 1.5vw 0;
    font-size: 34px;
    font-weight: 300;
}

.news-group-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: #999;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

.news-group-body {
    width: 1200px;
    margin: 0 auto;
}

.news-group-inner {
    overflow: hidden;
    min-height: 200px;
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-card-item {
    width: 285px;
    margin: 0 20px 20px 0;
    float: left;
    position: relative;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.news-card-item:nth-of-type(4n) {
    margin-right: 0;
}

.news-card-item::after {
    content: '';
    width: 0px;
    height: 4px;
    background: #a91814;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.news-card-item .time {
    color: #ccc;
    font-size: 14px;
}

.news-card-item .time .day {
    font-size: 40px;
}

.news-card-item .news-title {
    color: #333;
    margin: 18px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3em;
    line-height: 1.5em;
    font-weight: normal;
    font-size: 20px;
}

.news-card-item .news-arr {
    height: 39px;
    margin-top: 20px;
}

.news-card-item .news-more {
    display: none;
    width: 90px;
    height: 37px;
    border: 1px solid #e3e3e3;
    line-height: 33px;
    color: #777;
    padding-left: 10px;
    position: relative;
    margin-top: 20px;
    transition: all 0.4s ease-in-out;
}

.news-card-item .news-more::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    border: 2px solid #fff;
    width: 5px;
    height: 5px;
    border-left: 0px;
    border-bottom: 0px;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: all 0.4s ease-in-out;
}

.news-card-item:hover {
    box-shadow: 0px 0px 20px #efefef;
}

.news-card-item:hover::after {
    width: 100%;
}

.news-card-item:hover .news-title {
    color: #a91814;
}

.news-card-item:hover .news-arr {
    display: none;
}

.news-card-item:hover .news-more {
    display: block;
    background: #a91814;
    color: #fff;
    border-color: #a91814;
}

.news-group-more {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.news-group-more a {
    transition: all 0.5s ease-in-out;
    display: inline-block;
    width: 106px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #777;
    border: 1px solid #d2d2d2;
}

.news-group-more a:hover {
    background: #a91814;
    color: #fff;
    border-color: #a91814;
}

/* 三列专题 */
.news-group-container.col-3 {}

.news-group-container.col-3 .news-card-item {
    width: 390px;
    margin: 0 0 15px 0;
}

.news-group-container.col-3 .news-card-item:nth-of-type(3n) {
    margin-right: 0;
}
