/* 公共样式 start */
.top_links a:first-child::after {
    display: block;
    left: 100%;
}

.footer .footer_mid .link-list .title {
    color: #e4bf71;
    font-weight: bold;
    margin-bottom: 3rem;
}

.footer .footer_mid .link-list .list li {
    margin-bottom: 2rem;
}

.fullscreen_slide2::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5
}

.fullscreen_slide2::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #e2e2e2
}

.fullscreen_slide2::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #333
}

.fullscreen_slide_box {
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
    position: relative;
}

.fullscreen_slide {
    height: 100vh;
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    transition: top ease-in-out .7s;
    -ms-transition: top ease-in-out .7s;
    -moz-transition: top ease-in-out .7s;
    -webkit-transition: top ease-in-out .7s;
    -o-transition: top ease-in-out .7s;
    top: 100vh;
}

.fullscreen_slide:first-child, .fullscreen_slide.on {
    top: 0;
}

.fullscreen_slide.before {
    top: -100vh;
}

@media screen and (max-width: 996px) {
    .fullscreen_slide, .fullscreen_slide_box, .fullscreen_slide.before {
        height: auto;
        display: block;
        position: relative;
        top: 0;
        overflow: initial;
    }
}

.wrapbanner {
    overflow: hidden;
    position: relative;
    height: 100vh;
    box-sizing: border-box;
}

.wrapbanner .banner a {
    display: block;
    position: relative
}

.wrapbanner .banner a::before {
    content: '';
    display: block;
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: .3;
    height: 18rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.wrapbanner .banner .gp-img {
    padding-bottom: 100vh;
}

.wrapbanner .banner .gp-img video, .banner .gp-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.wrapbanner .banner .gp-img video {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* .banner .swiper-slide-active .gp-img {
	animation: scaleBig 10s linear 0s 1 both;
	transform-style: preserve-3d
} */

@-webkit-keyframes scaleBig {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.1)
    }
}

@keyframes scaleBig {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.1)
    }
}

.wrapbanner .swiper_menu {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    line-height: 7rem;
    left: auto;
    font-size: 0;
    z-index: 10;
    height: 7rem;
    width: 22.1rem;
}

.wrapbanner .swiper_menu::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #94070a;
    clip-path: polygon(9.6rem 0, 100% 0, 100% 100%, 0 100%);
}

.wrapbanner .swiper_menu::after {
    content: '';
    background: url(../images/banner_line.png) no-repeat center/cover;
    width: 15.4rem;
    height: 6.7rem;
    position: absolute;
    bottom: 1.4rem;
    left: -8.6rem;
}

.wrapbanner .swiper_menu .line {
    position: absolute;
    left: -11rem;
    bottom: 4.4rem;
    border: .1rem solid rgba(255, 255, 255, .6);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

.wrapbanner .swiper_menu .line::before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: .4rem;
    border-bottom: .1rem solid rgba(255, 255, 255, .6);
    width: 100vw;
}

.wrapbanner .swiper-pagination {
    display: inline-block;
    position: absolute;
    right: 100%;
    bottom: -3rem;
    width: 85vw;
    vertical-align: top;
}

.wrapbanner .swiper-pagination-bullet {
    cursor: pointer;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    opacity: 1;
    margin: 0 2rem;
    color: #fff;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
}

.wrapbanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #94070a;
}


.content {
    padding-top: 12.2rem;
}


@media screen and (max-width: 996px) {
    .wrapbanner {
        padding-top: 0;
        height: auto;
    }

    .wrapbanner .banner .gp-img {
        padding-bottom: 48.8%
    }

    .wrapbanner .banner a::before {
        height: 33.3%;
    }

    .wrapbanner .swiper_menu {
        bottom: -1px;
    }

    .wrapbanner .banner .title {
        display: none;
    }

    .content {
        padding: 0;
    }

}

@media screen and (max-width:767px) {
    .wrapbanner .banner .title {
        display: none;
    }

    .wrapbanner .swiper_menu {
        width: 30rem;
        height: 5rem;
        padding-left: 5rem;
    }

    /* .wrapbanner .swiper_menu::after, .wrapbanner .swiper_menu .line {
        display: none;
    } */

    .wrapbanner .swiper-pagination {
        right: -33rem;
        bottom: -5rem;
        width: max-content;
    }


    .wrapbanner .swiper-pagination, .wrapbanner .swiper_menu .more {
        vertical-align: bottom;
    }

    .wrapbanner .swiper-pagination .swiper-pagination-bullet {
        font-size: 16px;
        margin: 0 5px;
        border: .1rem solid rgba(255, 255, 255, .6);
    }

    .wrapbanner .swiper_menu .more {
        padding-left: 20px;
        padding-right: 0;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 996px) {

    .footer_mid {
        order: 2;
        margin: 0;
        margin-top: 5rem;
    }
}

/* 二级页面公共样式 */
.sub-container .banner {
    position: relative;
    padding-top: 5rem;
}

.sub-container .banner .right-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25.8rem;
    height: 7rem;
    background: url('../images/sub_banner_icon.png') no-repeat center/100% 100%;
}

@media screen and (max-width: 480px) {
    .sub-container .banner .right-icon {
        width: 10.8rem;
        height: 3rem;
    }
}

.sub-container .banner .title-box {
    position: absolute;
    bottom: 4.5rem;
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
}

.sub-container .banner .title-box .title-text {
    display: block;
    position: relative;
    padding: 0 5.5rem;
    text-align: center;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sub-container .banner .title-box .title-text::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 5rem;
    height: 6px;
    background-color: #e5000b;
    transform: translateX(-50%);
}

.sub-container .banner .title-box .gp-bread a,
.sub-container .banner .title-box .gp-bread span {
    color: rgba(255, 255, 255, 0.7);
}

.sub-container .banner .gp-img {
    padding-bottom: 21.87%;
}


.sub-container .centain {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background: url('../images/sub_contain_left_bg.png') no-repeat left top/100% auto,
        url('../images/sub_contain_right_bg.png') no-repeat right 0%;
}

@media screen and (max-width:996px) {
    .sub-container .centain {
        background: url('../images/sub_contain_left_bg.png') no-repeat left top/100% 60%,
            url('../images/sub_contain_right_bg.png') no-repeat right 0%;
    }
}

.sub-container .centain .menu-title {
    position: relative;
    z-index: 10;
    padding-bottom: 2rem;
    display: inline-block;
    border-bottom: 8px solid #e4bf71;
}

.sub-container .centain .main {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    margin-top: -8px;
    padding: 3.2rem 5rem;
    background-color: #fff;
}

.sub-container .centain .xswyh-main {
    padding-left: 0;
    padding-bottom: 0;
}

.sub-container .centain .main .left-box {
    flex: 1;
}

.sub-container .centain .main .aside-menu {
    width: 22.5rem;
    height: fit-content;
    padding-top: 2.5rem;
    padding-bottom: 19rem;
    padding-right: 5px;
    margin-left: 5.5rem;
    box-sizing: border-box;
    background: url('../images/sub_aside_menu_bg.png') no-repeat right top/100% 100%;
}

.sub-container .centain .main .aside-menu .menu-item {
    padding: 2rem 3rem;
    padding-bottom: 0;
}

.sub-container .centain .main .aside-menu .menu-item a {
    display: block;
    padding-bottom: 2.5rem;
    padding-left: 1rem;
    color: #000;
    border-bottom: 1px dashed #e5dac5;
}

.sub-container .centain .main .aside-menu .menu-item a:hover {
    color: #94070a;
}

.sub-container .centain .main .aside-menu .menu-item.on {
    position: relative;
    background-color: #fff;
}

.sub-container .centain .main .aside-menu .menu-item.on a {
    color: #e4bf71;
}

.sub-container .centain .main .aside-menu .menu-item.on::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -8px;
    width: 8px;
    height: 100%;
    background-color: #e4bf71;
}

.sub-container .centain .aside-menu-mobile {
    display: none;
    background: #fff;
    margin-bottom: 2rem;
    padding: 2rem 3rem;
}

.sub-container .centain .aside-menu-mobile .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aside-menu-mobile .title .cicon-you {
    transition: all 0.3s ease;
}

/* 旋转180度 */
.aside-menu-mobile .title .cicon-you.rotate {
    transform: rotate(90deg);
}

.sub-container .centain .aside-menu-mobile .menu-list {
    margin-top: 2rem;
    display: none;
}

.sub-container .centain .aside-menu-mobile .menu-list .menu-item.on a {
    color: #e4bf71;
}

.sub-container .centain .aside-menu-mobile .menu-list .menu-item a {
    display: block;
    padding: 2rem;
    border-bottom: 1px solid #f2f2f2;
}

/* 分享文章 */
.aside-share {
    height: fit-content;
}

.share {
    position: relative;
    margin-top: 3rem;
    margin-left: 5.5rem;
}

.share .bdsharebuttonbox {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share .bdsharebuttonbox>a.bds_weixin {
    color: #22bd22;
}

.share .bdsharebuttonbox>a.bds_tsina {
    color: #ff3c00;
}

.share .bdsharebuttonbox>a.bds_fenxiang {
    color: #50a0e6;
}

.share .bdsharebuttonbox>a {
    width: 7rem;
    height: 7rem;
    font-size: 2rem;
    line-height: 7rem;
    text-align: center;
    text-indent: 0;
    border: 1px solid #f2e9da;
}

.weChatBox {
    width: 26rem;
    background-color: #fff;
    border: solid 0.1rem #d8d8d8;
    padding: 1rem;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -13rem 0 0 -14rem;
    z-index: 9998;
    display: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}

.weChatBox .w-title {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 0 1rem 0;
}

.w-close {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    cursor: pointer;
}

.qrcode {
    width: 20rem;
    height: 20rem;
    margin: 1.5rem auto;
    background: #ccc;
}

.w-footer {
    font-size: 12px;
    line-height: 1.5;
    color: #757575;
}

#qrodeText {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    visibility: hidden;
}

.share2 {
    position: relative;
    display: none;
    margin-left: 0;
}

.share2 .bdsharebuttonbox {
    justify-content: flex-start;
}

.more-share-but {
    display: none;
    position: absolute;
    right: 0;
    top: 8rem;
}

.more-share-but a {
    display: block;
    width: 7rem;
    height: 7rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 7rem;
    text-align: center;
    text-indent: 0;
    border: 1px solid #f2e9da;
    color: #50a0e6;
}

.more-share-but a.bds_qzone {
    color: #e7be07c2;
}


@media screen and (max-width: 996px) {
    .sub-container .centain .aside-menu-mobile {
        display: block;
    }

    .sub-container .centain .main .aside-menu {
        display: none;
    }

    .share {
        display: none;
    }

    .share2 {
        display: inline-block;
    }

    .more-share-but {
        right: auto;
        left: 105%;
        top: 0;
    }

    .more-share-but a {
        background-color: #fff;
    }
}

/* 公共样式 end */

/* 首页 */
.wrap_mode01 {
    padding-top: 5rem;
    padding-bottom: 8rem;
    background: url('../images/xyh_mode1_bg.png') no-repeat right center/cover, #fff;
}

.com-title {
    position: relative;
}

.com-title2 {
    position: relative;
    width: max-content;
    height: max-content;
}

.com-title2 .channel_text {
    display: flex;
}

.com-title2 .channel_text span {
    writing-mode: vertical-lr;
    text-orientation: mixed;
}

.com-title2 .channel_text .en-text {
    color: #999;
    font-family: 'Arial';
    display: block;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    text-orientation: mixed;
}

.com-title .channel_text .en-text {
    color: #999;
    font-family: 'Arial';
    display: block;
    text-transform: uppercase;
}

.channel_link {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    line-height: 4rem;
    color: #666;
    width: 12rem;
    text-align: center;
}

.channel_link .cor {
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-color: #ccc;
    border-style: solid;
}

.channel_link .cor1 {
    left: -0.1rem;
    top: -0.1rem;
    border-width: .1rem 0 0 .1rem;
}

.channel_link .cor2 {
    left: -0.1rem;
    bottom: -0.1rem;
    border-width: 0 0 .1rem .1rem;
}

.channel_link .cor3 {
    right: -0.1rem;
    top: -0.1rem;
    border-width: .1rem .1rem 0 0;
}

.channel_link .cor4 {
    right: -0.1rem;
    bottom: -0.1rem;
    border-width: 0 .1rem .1rem 0;
}

.channel_link::before {
    content: '';
    display: block;
    position: absolute;
    border: .1rem solid #e5e5e5;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -6.5rem;
}

.channel_link::after {
    content: '';
    display: block;
    position: absolute;
    border-bottom: .1rem dashed #e5e5e5;
    width: 7rem;
    top: 50%;
    left: -5.5rem;
}

.channel_link:hover {
    color: #94070a;
}

.channel_link:hover .cor,
.channel_link:hover::before,
.channel_link:hover::after {
    border-color: #94070a;
}

.com-title2 .channel_link {
    left: -20%;
    bottom: -110%;
    height: 4rem;
    transform: rotate(90deg);
}

.com-title2 .channel_link span {
    width: 4rem;
    height: 12rem;
    position: absolute;
    top: -4rem;
    right: 4rem;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(-90deg);

}

.wrap_mode01 .com-title {
    margin-bottom: 4.5rem;
}

.wrap_mode01 .channel_link::before {
    background: #fff;
}

.wrap_mode01 .channel_link {
    background: #fff;
    border: .1rem solid #f7f7f7;
}

.wrap_mode01 .main-content {
    display: flex;
}

.wrap_mode01 .main-content .left-news {
    display: block;
    width: 46.5%;
}

.wrap_mode01 .main-content .left-news .img {
    width: 100%;
}

.wrap_mode01 .main-content .left-news .title {
    display: block;
    margin: 1.5rem 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap_mode01 .main-content .left-news .info {
    display: block;
    color: #999;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2rem;
}

.wrap_mode01 .main-content .left-news .time,
.wrap_mode01 .main-content .center-news li a .time {
    color: #999;
    font-family: arial;
    padding: 0 0 0 2.6rem;
    background: url(../images/mode01_time.png) no-repeat left center/1.6rem;
    line-height: 2em;
    margin: 0 0 -1.8rem;
}

.wrap_mode01 .main-content .center-news {
    width: 30%;
    padding-left: 3rem;
}

.wrap_mode01 .main-content .center-news li {
    margin-bottom: 3.6rem;
}

.wrap_mode01 .main-content .center-news li:last-child {
    margin-bottom: 0;
}

.wrap_mode01 .main-content .center-news li a {
    display: block;

}

.wrap_mode01 .main-content .center-news li a .img {
    width: 100%;
}

.wrap_mode01 .main-content .center-news li a .title {
    display: block;
    line-height: 1.5;
    margin: 1rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap_mode01 .right-news {
    flex: 1;
    padding-left: 4.6rem;
}

.wrap_mode01 .right-news li .item {
    position: relative;
    display: flex;
    padding-left: 2rem;
    padding-bottom: 7.5rem;
    border-left: 1px solid #e5e5e5;
}

.wrap_mode01 .right-news li:last-child .item {
    padding-bottom: 0;
}

.wrap_mode01 .right-news li .item::after {
    content: '';
    position: absolute;
    left: -.3rem;
    top: 0;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background-color: #94070a;
}

.wrap_mode01 .right-news li .item .date {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
}

.wrap_mode01 .right-news li .item .date .day {
    font-family: 'Times New Roman';
    color: #94070a;
}

.wrap_mode01 .right-news li .item .date .year {
    font-family: 'Arial';
    color: #333333;
}

.wrap_mode01 .right-news li .item .text {
    display: block;
    margin-left: 1.4rem;
    line-height: 1.5;
}

.wrap_mode02 {
    position: relative;
    padding-bottom: 7.8rem;
}


.wrap_mode02 .img-box {
    position: absolute;
    left: 0;
    bottom: 7.8rem;
    width: 81.2rem;
}

.wrap_mode02 .img-box .gp-img {
    padding-bottom: 125%;
}

.wrap_mode02 .top-box {
    width: 73%;
    height: 6rem;
    margin-left: auto;
    margin-bottom: 7rem;
    background-color: #94070a;
}

.wrap_mode02 .yyhd-main {
    display: flex;
    width: 60%;
    margin-left: auto;
}

.wrap_mode02 .yyhd-main .com-title {
    display: none;
}

.wrap_mode02 .yyhd-main .item-list {
    margin-left: 7rem;
}

.wrap_mode02 .yyhd-main .item-list li {
    margin-bottom: 2rem;
}

.wrap_mode02 .yyhd-main .item-list li:nth-child(even) {
    transform: translateX(3rem);
}

.wrap_mode02 .yyhd-main .item-list li a {
    display: flex;
    border: 1px solid #d9d9d9;
}

.wrap_mode02 .yyhd-main .item-list li a .date {
    flex-shrink: 0;
    color: #e4bf71;
    padding: 1.3rem 2.7rem 1.3rem 1.9rem;
    background: url('../images/xyh_yyhd_bg.png') no-repeat right top/auto 100%;
}

.wrap_mode02 .yyhd-main .item-list li a .date .day {
    font-family: 'Impact';
    display: block;
}

.wrap_mode02 .yyhd-main .item-list li a .date .month {
    display: block;
    text-align: right;
}

.wrap_mode02 .yyhd-main .item-list li a .date .line {
    width: 8rem;
    height: 1px;
    background: #e4bf71;
    transform: rotate(140deg);
}

.wrap_mode02 .yyhd-main .item-list li a .info {
    line-height: 1.5;
    padding: 2.2rem 4.9rem 2.8rem 2.4rem;
}

.wrap_mode02 .yyhd-main .item-list li a .info span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap_mode03 {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 20rem;
}

.wrap_mode03 .gp-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrap_mode03 .com-title {
    margin-bottom: 4.6rem;
}

.wrap_mode03 .gp-container .item {
    width: 48%;
}

.wrap_mode03 .gp-container .item .img-box {
    display: flex;
}

.wrap_mode03 .gp-container .item .img-box img {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    margin-right: 3rem;
}

.wrap_mode03 .gp-container .item .img-box .code-text .title{
    margin-bottom: 2rem;
}

.wrap_mode03 .gp-container .item .img-box .code-text .text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
}

/* .wrap_mode03 .yyfc-swiper-list {
    flex: 1;
    margin: 0 5px;
    overflow: hidden;
}

.wrap_mode03 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.wrap_mode03 .swiper-slide a .img {
    width: 100%;
}

.wrap_mode03 .swiper-slide a .img .gp-img {
    padding-bottom: 56.66%;
}

.wrap_mode03 .swiper-slide a .time {
    color: #999;
    font-family: arial;
    padding: 0 0 0 2.6rem;
    background: url(../images/mode01_time.png) no-repeat left center/1.6rem;
    line-height: 2em;
    margin: 1rem 0 2rem 0
}

.wrap_mode03 .swiper-slide a .title {
    display: block;
    line-height: 1.5;
    margin-bottom: 1.6rem;
}

.wrap_mode03 .swiper-slide a .info {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
}

.wrap_mode03 .bot-box {
    display: flex;
}

.wrap_mode03 .swiper-but {
    overflow: hidden;
    width: 4.2rem;
    height: 17rem;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
}

.wrap_mode03 .swiper-but:hover {
    background-color: #94070a;
}

.wrap_mode03 .swiper-but::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.6rem;
    height: 1.6rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.wrap_mode03 .swiper-but.prev-but::after {
    transform: translate(-50%, -50%) rotate(-140deg);
} */

@media screen and (min-width:1980px) {
    .wrap_mode02 .top-box {
        width: 77%;
    }
}

@media screen and (max-width:1780px) {
    .wrap_mode02 .img-box {
        width: 78rem;
    }
}

@media screen and (max-width:1580px) {
    .wrap_mode02 .img-box {
        width: 74rem;
    }

    .wrap_mode02 .yyhd-main {
        width: 55%;
    }
}

@media screen and (max-width:996px) {
    .wrap_mode01 .main-content {
        flex-direction: column;
    }

    .wrap_mode01 .right-news {
        padding-left: 0;
    }

    .wrap_mode01 .main-content .left-news {
        width: 100%;
        margin-bottom: 4rem;
    }

    .wrap_mode01 .main-content .center-news {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 2rem;
        padding-left: 0rem;
    }

    .wrap_mode01 .main-content .center-news li {
        width: 48%;
    }

    .wrap_mode02 .img-box {
        display: none;
    }

    .wrap_mode02 .top-box {
        width: 100%;
    }

    .wrap_mode02 .yyhd-main {
        width: 100%;
        flex-direction: column;
        margin-left: auto;
    }

    .wrap_mode02 .yyhd-main .com-title {
        display: block;
    }

    .wrap_mode02 .yyhd-main .com-title2 {
        display: none;
    }

    .wrap_mode02 .yyhd-main .item-list {
        margin-left: 0;
        margin-top: 4rem;
    }


}

@media screen and (max-width: 680px) {
    .wrap_mode03 {
        padding-top: 0rem;
    }

    .wrap_mode03 .gp-container .item {
        width: 100%;
        margin: 1rem 0;
    }
}

@media screen and (max-width: 480px) {
    .wrap_mode01 .main-content .center-news li {
        width: 100%;
    }

    .wrap_mode01 .right-news {
        margin-top: 4rem;
    }

    .wrap_mode01 .right-news li .item {
        border-color: #c6c6c6;
    }
}

/* 校友会-列表页 */
.xwzx-zpxx .tz-list {
    margin-bottom: 3rem;
}

.xwzx-zpxx .tz-list li a {
    display: block;
    padding: 3rem 0;
    border-bottom: 1px solid #ebebeb;
}

.xwzx-zpxx .tz-list li a .tz-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.xwzx-zpxx .tz-list li a .tz-title .date {
    font-family: 'Arial';
    color: #999;
}

.xwzx-zpxx .tz-list li a .tz-title h3 {
    position: relative;
    padding-left: 2.5rem;
    width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwzx-zpxx .tz-list li a .tz-title h3::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e4bf71;
}

.xwzx-zpxx .tz-list li a:hover .tz-title {
    transform: translateX(2rem);
}

@media screen and (max-width: 480px) {
    .xwzx-zpxx .tz-list li a .tz-title h3 {
        width: 100%;
        margin-bottom: 2rem;
    }

    .xwzx-zpxx .tz-list li a .tz-title {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* 校友会-文章页 */
.xwzx-xwxq .article-title {
    padding-bottom: 3rem;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.xwzx-xwxq .article-date {
    margin: 2rem 0 2.5rem 0;
    color: #999;
    text-align: center;
}

.xwzx-xwxq .article-img {
    width: 70%;
    margin: 3rem auto;
}

.xwzx-xwxq .article-img .article-img-title {
    display: block;
    margin-top: 1rem;
    color: #666;
    text-align: center;
}

.xwzx-xwxq p {
    line-height: 3.6rem;
    text-indent: 2em;
    font-size: 1.8rem;
}

.xwzx-xwxq .article-img .gp-img {
    padding-bottom: 66.57%;
}

.xwzx-xwxq .attachment {
    margin-top: 7rem;
}

.xwzx-xwxq .attachment .text {
    margin-bottom: 2rem;
}

.xwzx-xwxq .attachment li {
    margin-bottom: 1.5rem;
}

.xwzx-xwxq .attachment li a {
    display: block;
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
    background-color: #f7f7f7;
    transition: all 0.3s ease;
}

.xwzx-xwxq .attachment li a:hover {
    background-color: #94070a;
    color: #fff;
    padding-left: 4rem;
}

@media screen and (max-width: 480px) {
    .xwzx-xwxq .article-img {
        width: 80%;
    }
}

/* 校友会-图片列表页*/
.xwzx-xwdt .news-list li {
    margin-bottom: 3rem;
}

.xwzx-xwdt .news-list li a {
    display: flex;
    padding: 2rem;
    padding-right: 4rem;
    background: url('../images/news_item_bg.png') no-repeat right 17%, #faf9f7;
}

.xwzx-xwdt .news-list li a .left-img {
    width: 30rem;
    flex-shrink: 0;
    margin-right: 3rem;
}

.xwzx-xwdt .news-list li a .left-img .gp-img {
    padding-bottom: 55.6%;
}

.xwzx-xwdt .news-list li a .right-text .title {
    margin-top: 2rem;
    display: flex;
    overflow: visible;
    /* justify-content: space-between; */
    align-items: end;
}

.xwzx-xwdt .news-list li a .right-text .title .date {
    position: relative;
    color: #94070a;
    width: fit-content;
    margin-right: 2rem;
}

.xwzx-xwdt .news-list li a .right-text .title .date::after {
    content: '';
    position: absolute;
    left: 0;
    top: -5rem;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #94070a;
}

.xwzx-xwdt .news-list li a .right-text .contain-text {
    margin-top: 1.5rem;
    color: #999;
    line-height: 2.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 996px) {
    /* .xwzx-xwdt .news-list li a .left-img {
    display: none;
  } */

    .xwzx-xwdt .news-list li a .right-text .contain-text {
        line-height: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .xwzx-xwdt .news-list li a {
        flex-direction: column;
        padding-right: 0;
    }

    .xwzx-xwdt .news-list li a .left-img {
        width: 100%;
        margin-right: 0rem;
    }
}
