@font-face {
    font-family: Lora;
    src: url(/engine2/assets/font/Lora-Regular-7-2dc5b49ce13650c0017206d39166a0f3.ttf);
}

@font-face {
    font-family: Lora-m;
    src: url(/engine2/assets/font/Lora-Medium-5-2a8974043b193401aaa45f5ec44854e7.ttf);
}

@font-face {
    font-family: 'Century Gothic';
    src: url(/engine2/assets/font/GOTHICBI-abd76d61050c97ab0e7bf2db2d9bd5ad.TTF);
}


/*  */
.ddz-ztwz .img_bg {
    padding-bottom: 60%;
    transition: all .5s ease-out 0s;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


/* 幻灯片按钮 */

@keyframes btnSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* 栏目二 */
@media (max-width: 800px) {
    .column2.ddz-ztwz  {
        padding: 50px 0 !important;
    }

    .column2.ddz-ztwz  .title_box {
        margin-bottom: 40px !important;
    }

    .title .title_text {
        font-size: 26px !important;
        line-height: 26px !important;
    }

    .column2.ddz-ztwz  .swiper_btn {
        width: 44px !important;
        height: 44px !important;
    }

    .column2.ddz-ztwz  .title_btn {
        transform: translateY(0px) !important;
        display: flex;
    }
}

.column2.ddz-ztwz  .title_btn {
    transform: translateY(20px);
    display: flex;
}

.column2.ddz-ztwz  {
    /* padding-top: 32px;
    padding-bottom: 70px; */
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.column2.ddz-ztwz  .container {
    width: 1500px;
    max-width: 94%;
    padding: 0;
    margin: 0 auto;
}

.column2.ddz-ztwz  .title_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}

.ddz-ztwz .title {
    padding-left: 20px;
    position: relative;
    /* margin-bottom: 55px; */
}

.ddz-ztwz .title::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background: #a7072f;
}

.ddz-ztwz .title {
    padding-right: 20px;
}

.ddz-ztwz .title .subtitle_text {
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    text-transform: uppercase;
}

.ddz-ztwz .title .title_text {
    font-size: 34px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 10px 0 0;
}

.column2.ddz-ztwz  .swiper_btn {
    width: 53px;
    height: 53px;
    border: #a7072f 1px solid;
    border-radius: 50vw;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.column2.ddz-ztwz .swiper_btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #a7072f;
    transform: scale(0);
    border-radius: 50vw;
    z-index: -1;
    transition: 0.5s;
}

.column2.ddz-ztwz  .swiper_btn:hover:before {
    transform: scale(1.25);
}

.column2.ddz-ztwz  .swiper_btn img {
    height: 10px;
}

.column2.ddz-ztwz  .swiper_btn img:nth-child(2) {
    display: none;
}

.column2.ddz-ztwz  .swiper_btn:hover img:nth-child(1) {
    display: none;
}

.column2.ddz-ztwz  .swiper_btn:hover img:nth-child(2) {
    display: block;
}

.column2.ddz-ztwz  .swiper-news2-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.column2.ddz-ztwz  .swiper-news2-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* height: 355px; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: flex-start;
}

.column2.ddz-ztwz  .swiper-news2-container .swiper-slide:hover img {
    transform: scale(1.08);
    transition: transform 1s cubic-bezier(0.25, 0, 0, 1);
}

.column2.ddz-ztwz  .swiper-news2-container .slide_img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ddz-ztwz .swiper-news2-container .slide_img img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 栏目三 */

@keyframes circle {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}

@keyframes rotate2 {
    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ddz-ztwz .ztwz-swiper .ztws_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 10px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    color: #fff;
}

.ddz-ztwz .ztwz-swiper .ztws_data {
    font-size: 14px;
}

.ddz-ztwz .ztwz-swiper .ztws_item_title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}