﻿/* 
    11. 新闻条目框
*/
.new-title__bg {
    background: url(../img/banner/bg-full5.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .new-title__section--inner .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 767px) {
    .new-title__banner {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .banner__items--thumbnail__img {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .new-title__wrapper {
        margin-bottom: 30px;
    }
}

.new-title__items.active {
    margin-bottom: 20px;
}

    .new-title__items.active:last-child {
        margin-bottom: 0;
    }

    .new-title__items.active .new-title__items--button__icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 28%;
        -webkit-transition: .4s;
        transition: .4s;
    }

.new-title__items--body {
    display: none;
    padding: 0 20px;
}

.new-title__items--body__desc {
    font-size: 1.5rem;
    line-height: 2.8rem;
}

.new-title__items--button {
    border: 0;
    background: var(--white-color);
    width: 100%;
    padding: 13px 50px 13px 15px;
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
}

@media only screen and (min-width: 576px) {
    .new-title__items--button {
        padding: 13px 60px 13px 25px;
    }
}

@media only screen and (min-width: 992px) {
    .new-title__items--button {
        padding: 15px 70px 15px 35px;
    }
}

@media only screen and (min-width: 1200px) {
    .new-title__items--button {
        padding: 24px 80px 24px 40px;
    }
}

.new-title__items--button__icon {
    width: 3rem;
    height: 3rem;
    background: var(--theme-color);
    color: var(--white-color);
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    -webkit-transition: .4s;
    transition: .4s;
}

@media only screen and (min-width: 768px) {
    .new-title__items--button__icon {
        right: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .new-title__items--button__icon {
        right: 35px;
    }
}

.new-title__items--button > * {
    pointer-events: none;
}






.dashed-underline {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2); /* 设置下划线为虚线 */
    background-image: linear-gradient(to right, #000 50%, transparent 50%); /* 创建背景虚线效果 */
    background-size: 100% 1px; /* 背景图像大小 */
    background-repeat: no-repeat; /* 背景图像不重复 */
    background-position: center bottom; /* 背景图像位置 */
}

.underline {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); /* 设置下划线为虚线 */
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.justify-content-center {
    justify-content: center;
}


.align-items-center {
    align-items: center;
}


.align-items-baseline {
    align-items:baseline;
}


.imgbox-2 {
    width: 4rem;
    height: 4rem;
}

.imgbox-5 {
    width: 5rem;
    height: 5rem;
}

.imgbox-6 {
    width: 5rem;
    height: 5rem;
}


.mt-1r {
    margin-top: 1rem;
}

.mt-2r {
    margin-top: 2rem;
}

.mt-3r {
    margin-top: 3rem;
}

.mt-4r {
    margin-top: 4rem;
}

.mt-5r {
    margin-top: 5rem;
}
