@font-face {
    font-family: 'SouHanB';
    src: url('../fonts/sourcehanserifsc-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SouHanH';
    src: url('../fonts/sourcehanserifsc-heavy.woff') format('woff'),
        url('../fonts/sourcehanserifsc-heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SouHanL';
    src: url('../fonts/sourcehanserifsc-light.woff') format('woff'),
        url('../fonts/sourcehanserifsc-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SouHanR';
    src: url('../fonts/sourcehanserifsc-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SouHanM';
    src: url('../fonts/sourcehansanssc-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SouHanN';
    src: url('../fonts/sourcehansanssc-normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* 头部轮播图 */
.index_header .slick_img {
    padding-bottom: 34.37%;
}



.index_header .wrapbanner {
    position: relative;
}

.index_header .swiper-pagination {
    position: static;
    width: 100%;
    margin-top: .35rem;
}

.index_header .swiper-pagination-bullet {
    margin: 0 0.15rem !important;
    width: 9px;
    height: 9px;
    border: 1px solid #3E989C;
    border-radius: 0%;
    background: transparent;
    opacity: 1;
}

.index_header .swiper-pagination-bullet-active {
    width: 30px;
    background: #3E989C;
    opacity: 1;
}

.index_header .slick_img img:hover {
    transform: scale(1) translate(-50%, -50%);
}

/* 公共标题 */
.com-title {
    display: flex;
    align-items: center;
    font-family: 'SouHanH';
    font-weight: 300;
    margin: .3rem 0;
}

.com-title .line {
    display: block;
    flex: 1;
    height: 3px;
    background: #000;
}

.com-title .right-line {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.com-title .right-line a {
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 21px;
    margin-bottom: 8px;
    background-color: #000;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    transition: all .3s ease-in-out;
}
.com-title .right-line .more-text {
    margin-bottom: 6px;
    margin-right: 5px;
}
.com-title .right-line a:hover {
    background-color: #3E989C;
}

.mode1 .com-title .text {
    margin-right: -50px;
}

.mode1 .news-list .item {
    margin-bottom: 0;
}

.mode1 .news-list .item a {
    display: flex;
    align-items: flex-end;
}

.mode1 .news-list .item .date span {
    display: block;
}

.mode1 .news-list .item .date .year {
    font-family: 'SouHanR';
    font-weight: 300;
}

.mode1 .news-list .item .date .month {
    font-family: 'SouHanB';
    font-weight: bold;
    padding-left: .77rem;
}

.mode1 .news-list .item .text {
    font-family: 'SouHanR';
    margin-left: .77rem;
    color: #2E2E2E;
    font-weight: 300;
    transition: all .3s ease-in-out;
}

.mode1 .news-list .item:hover .text {
    transform: translateX(10px);
}

.mode2 {
    margin-top: .8rem;
    margin-bottom: .8rem;
}

.mode2 .com-title .text {
    margin-left: 10px;
    margin-right: -90px;
}

.mode2 .book-list {
    display: flex;
}

.mode2 .book-list .item {
    cursor: pointer;
    min-width: 2.73rem;
    margin-right: .4rem;
}

.mode2 .book-list .item:last-child {
    margin-right: 0;
}

.mode2 .book-list .item>.title {
    padding-top: .115rem;
    border-top: 1px solid #000;
}

.mode2 .book-list .item>.title span {
    font-weight: 300;
    font-family: 'SouHanR';
    display: block;
    position: relative;
    z-index: 2;
}

.mode2 .book-list .item>.title .ontext {
    display: none;
    font-weight: 300;
    font-family: 'SouHanR';
}

.mode2 .book-list .item>.title .text {
    font-weight: 300;
    font-family: 'SouHanR';
    margin-bottom: .1rem;
    line-height: .24rem;
}

.mode2 .book-list .item .top {
    display: flex;
    align-items: center;
}

.mode2 .book-list .item .top .img {
    width: 100%;
}

.mode2 .book-list .item .top .img .gp-img-responsive {
    padding-bottom: 66.67%;
}

.mode2 .book-list .item .top .info {
    display: none;
}

.mode2 .book-list .item.on {
    min-width: 3.50rem;
}

.mode2 .book-list .item.on .top .info {
    display: block;
    padding: 0 .26rem 0 .23rem;
}

.mode2 .book-list .item .top .info .title {
    font-family: 'SouHanR';
    font-weight: 300;
    padding-bottom: .175rem;
    margin-bottom: .145rem;
    border-bottom: 1px solid #707070;
}

.mode2 .book-list .item .top .info .title span {
    display: block;
}

.mode2 .book-list .item .top .info .text {
    font-family: 'SouHanR';
    color: #818181;
    line-height: .24rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mode2 .book-list .item.on>.title {
    position: relative;
    z-index: 10;
    border-top: none;
    padding: .2rem .28rem .2rem .16rem;
}

.mode2 .book-list .item.on>.title .text {
    margin-bottom: .1rem;
    font-size: .3rem;
}

.mode2 .book-list .item.on>.title .text {
    display: none;
}

.mode2 .book-list .item.on>.title .ontext {
    display: block;
}

.mode2 .book-list .item.on>.title .date {
    font-size: .25rem;
}

.mode2 .book-list .item.on>.title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(31px) brightness(0.98);
    backdrop-filter: blur(31px) brightness(0.98);
    background-color: #fff;
    background: rgba(255, 255, 255, 0.1);
    /* 添加轻微背景色以便观察效果 */
}

.mode2 .book-list .item.on>.title a {
    display: block;
    position: absolute;
    right: .28rem;
    bottom: .2rem;
    width: 20px;
    height: 21px;
    z-index: 2;
    background-color: #000;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    transition: all .3s ease-in-out;
}

.mode2 .book-list .item.on>.title a:hover {
    background-color: #3E989C;
}

.mode2 .book-list .item.on {
    width: auto;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(89, 89, 89, .2);
}

.mode2 .book-list .item.on .top .img {
    width: 35%;
    flex-shrink: 0;
}

@media screen and (max-width: 996px) {
    .mode2 .book-list .item .top {
        flex-direction: column;
    }
    .mode2 .book-list .item.on .top .img {
        width: 100%;
    }
}
