@font-face {
    font-family: 'Noto Serif SC';
    src: url('../fonts/SourceHanSerifSC-Regular.woff2') format('woff2'),
        url('../fonts/SourceHanSerifSC-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 头部轮播图 */
.index_header .slick_img {
    padding-bottom: 41.25%;
}



.index_header .wrapbanner {
    position: relative;
}

.index_header .wrapbanner::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: .8rem;
    width: 1px;
    height: 100%;
    z-index: 10;
    background: rgba(255, 255, 255, .3);
}

.index_header .swiper-pagination {
    position: absolute;
    right: 0.3rem;
    top: 50%;
    left: auto;
    bottom: auto;
    width: auto;
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
}

.index_header .swiper-pagination-bullet {
    margin: 0.15rem 0 !important;
    width: 0.1rem;
    height: 0.1rem;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.index_header .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
    opacity: 1;
}

.index_header .slick_img img:hover {
    transform: scale(1) translate(-50%, -50%);
}

/* 主要内容 */
.content {
    position: relative;
    z-index: 99;
    margin-top: -2.5rem;
    /* transform: translateY(-2.5rem); */

}

/* tab切换列表 */
.tab-tager-box .tab {
    width: 100%;
}

.tab-tager-box .mobile-tab {
    display: none;
}

.tab-tager-box .til_tab_list {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-0.1rem);
}

.tab-tager-box .til_tab_list .boxTitle {
    margin: 0 0.15rem;
    height: 2.4rem;
    box-sizing: border-box;
    background: url('../images/tab-title-bg.png'), no-repeat center;
    background-size: 100% 100%;
    position: relative;
    transition: all 0.3s;
}

.tab-tager-box .til_tab_list .boxTitle a {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.55rem 0 0.4rem;
    transform: translateY(-0.1rem);
}


.tab-tager-box .til_tab_list .boxTitle .img .gp-img-responsive {
    overflow: visible;
}

.tab-tager-box .til_tab_list .boxTitle:first-child {
    margin-left: 0;
}

.tab-tager-box .til_tab_list .boxTitle:last-child {
    margin-right: 0;
}

.tab-tager-box .til_tab_list .boxTitle:nth-child(1) .img .gp-img-responsive {
    padding-bottom: 71%;
    background-color: transparent;
}

.tab-tager-box .til_tab_list .boxTitle:nth-child(1) .img {
    width: 1rem;
}

.tab-tager-box .til_tab_list .boxTitle:nth-child(2) .img .gp-img-responsive {
    padding-bottom: 84.25%;
    background-color: transparent;
}

.tab-tager-box .til_tab_list .boxTitle:nth-child(2) .img {
    width: .84rem;
}

.tab-tager-box .til_tab_list .boxTitle:nth-child(3) .img .gp-img-responsive {
    padding-bottom: 79.25%;
    background-color: transparent;
}

.tab-tager-box .til_tab_list .boxTitle:nth-child(3) .img {
    width: .91rem;
}

.tab-tager-box .til_tab_list .boxTitle:nth-child(4) .img .gp-img-responsive {
    padding-bottom: 100%;
    background-color: transparent;
}

.tab-tager-box .til_tab_list .boxTitle:nth-child(4) .img {
    width: .74rem;
}

.tab-tager-box .til_tab_list .boxTitle:nth-child(5) .img .gp-img-responsive {
    padding-bottom: 82.75%;
    background-color: transparent;
}

.tab-tager-box .til_tab_list .boxTitle:nth-child(5) .img {
    width: .87rem;
}

.tab-tager-box .til_tab_list .boxTitle:nth-child(6) .img .gp-img-responsive {
    padding-bottom: 75%;
    background-color: transparent;
}

.tab-tager-box .til_tab_list .boxTitle:nth-child(6) .img {
    width: 1rem;
}

.tab-tager-box .til_tab_list .boxTitle:nth-child(7) .img .gp-img-responsive {
    padding-bottom: 75%;
    background-color: transparent;
}

.tab-tager-box .til_tab_list .boxTitle:nth-child(7) .img {
    width: 1rem;
}

.tab-tager-box .til_tab_list .boxTitle .title {
    margin: 0.3rem 0 0.1rem;
    font-weight: bold;
    color: #323232;
    font-family: 'Noto Serif SC';
}

.tab-tager-box .til_tab_list .boxTitle .title span {
    display: block;
    text-align: center;
}

.tab-tager-box .til_tab_list .boxTitle.on .title {
    color: #fff;
}

.tab-tager-box .til_tab_list .boxTitle .phone {
    color: #999999;
}

.tab-tager-box .til_tab_list .boxTitle.on .phone {
    color: #fff;
}

@media screen and (max-width: 1350px) {
    .tab-tager-box .til_tab_list .boxTitle .title {
        font-size: 18px;
    }

    .tab-tager-box .til_tab_list .boxTitle .phone {
        font-size: 10px;
    }
}
.tab-tager-box .til_tab_list .til_tab .img .gp-img-responsive .active {
    display: none;
}
.tab-tager-box .til_tab_list .til_tab.on {
    position: relative;
    background: url('../images/tab-title-on-bg.png'), no-repeat center;
    background-size: 100% 100%;
}

.tab-tager-box .til_tab_list .til_tab.on::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -16%;
    left: 50%;
    transform: translateX(-50%);
    width: .53rem;
    height: .23rem;
    background: url('../images/tab-title-on-after-bg.png') no-repeat center/100% 100%;
}
.tab-tager-box .til_tab_list .til_tab.on .img .gp-img-responsive .active {
    display: block;
}
.tab-tager-box .tabList {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    width: 100%;
    min-height: 2.1rem;
    border-top: .1rem solid #cc0000;
    box-sizing: border-box;
    background: url('../images/tab-list-bg.png') no-repeat 100% -20%, #95070a;
}

.tab-tager-box .tabList .tabListBox {
    display: none;
}

.tab-tager-box .tabList .tabListBox ul {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;       /* IE 专用属性 */
  flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.tab-tager-box .tabList .tabListBox li {
    padding: 0 0.15rem;
    box-sizing: border-box;
}

/* .tab-tager-box .tabList .tabListBox ul li:first-child {
    margin-left: 0;
}

.tab-tager-box .tabList .tabListBox ul li:last-child {
    margin-right: 0;
} */

.tab-tager-box .tabList .tabListBox li a {
    display: block;
    padding-top: 0.25rem;
    padding-left: 0.3rem;
    box-sizing: border-box;
    height: 1.2rem;
    width: 100%;
    background-color: #fff;
    border-radius: 0.2rem;
    transition: all 0.3s;
}

.tab-tager-box .tabList .tabListBox li a:hover {
    transform: scale(1.05);
}

.tab-tager-box .tab .tabList ul li a {
    font-family: 'Noto Serif SC';
    position: relative;
    font-weight: bold;
}

.tab-tager-box .tab .tabList ul li a .text {
    position: relative;
    z-index: 99;
}

.tab-tager-box .tab .tabList ul li a img {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
}

.tab-tager-box .tab .tabList ul li:nth-child(1) a img {
    width: 1.12rem;
    height: 0.89rem;
}

.tab-tager-box .tab .tabList ul li:nth-child(2) a img {
    width: 0.92rem;
    height: 0.92rem;
}

.tab-tager-box .tab .tabList ul li:nth-child(3) a img {
    width: 1.16rem;
    height: 0.88rem;
}

.tab-tager-box .tab .tabList ul li:nth-child(4) a img {
    width: 0.64rem;
    height: 0.80rem;
}

/* .tab-tager-box .tab .tabList ul li a .text {
    width: 1.66rem;
    height: 0.87rem;
    box-sizing: border-box;
    padding: .15rem .1rem .1rem .1rem;
    background: url('../images/tab-list-text-bg.png') no-repeat center/100% 100%;
} */

.tab-tager-box .tab .tabList ul li:nth-child(1) a {
    color: #413866;
    background: url('../images/tab-list1-bg.png') no-repeat center/100% 100%, #fff;
}

.tab-tager-box .tab .tabList ul li:nth-child(2) a {
    color: #734f3f;
    background: url('../images/tab-list2-bg.png') no-repeat center/100% 100%, #fff;
}

.tab-tager-box .tab .tabList ul li:nth-child(3) a {
    color: #38706d;
    background: url('../images/tab-list3-bg.png') no-repeat center/100% 100%, #fff;
}

.tab-tager-box .tab .tabList ul li:nth-child(4) a {
    color: #468c59;
    background: url('../images/tab-list4-bg.png') no-repeat center/100% 100%, #fff;
}

/* .tab-tager-box .tab .tabList .hzyw ul li:nth-child(1) a {
    color: #6d6399;
    background: url('../images/tab-list1-bg.png') no-repeat center/100% 100%;
}

.tab-tager-box .tab .tabList .hzyw ul li:nth-child(2) a {
    color: #a6735b;
    background: url('../images/tab-list2-bg.png') no-repeat center/100% 100%;
}

.tab-tager-box .tab .tabList .hzyw ul li:nth-child(3) a {
    color: #62a3a0;
    background: url('../images/tab-list3-bg.png') no-repeat center/100% 100%;
}

.tab-tager-box .tab .tabList .hzyw ul li:nth-child(4) a {
    color: #73bf87;
    background: url('../images/tab-list4-bg.png') no-repeat center/100% 100%;
} */

/* 移动端tab切换 */
.mobile-tab .tabList {
    /* background-color: #fff; */
}

.mobile-tab .gp-subLeft ul li {
    margin-bottom: .2rem;
}

.mobile-tab .gp-subLeft ul li .m-til-tab-item {
    position: relative;
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #fff;
    border-radius: .2rem;
    padding: .1rem .3rem;
    padding-right: .8rem;
}

.mobile-tab .gp-subLeft ul li.active .m-til-tab-item {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.mobile-tab .gp-subLeft ul li .m-til-tab-item .img {
    width: .8rem;
    height: .75rem;
    margin-right: .3rem;
    object-fit: contain;
}

.mobile-tab .gp-subLeft ul li .m-til-tab-item .img img {
    width: 100%;
    height: 100%;
}


.mobile-tab .gp-subLeft ul li .m-til-tab-item .m-til-info .m-title {
    font-weight: bold;
    color: #481c1c;
    margin-bottom: 0.2rem;
}

.mobile-tab .gp-subLeft ul li .m-til-tab-item .m-til-info .m-detail {
    color: #804d4d;
}

.mobile-tab .gp-subLeft ul li .gp-toggles {
    position: absolute;
    right: 0.5rem;
    color: #910305;
}

.mobile-tab .gp-subLeft ul li .gp-second-nav {
    display: none;
    background-color: #fff;
}

.mobile-tab .gp-subLeft ul li .gp-second-nav dd {
    border-bottom: 1px dotted #990000;
}

.mobile-tab .gp-subLeft ul li .gp-second-nav dd:last-child {
    border-bottom: none;
}

.mobile-tab .gp-subLeft ul li .gp-second-nav dd a {
    display: block;
    box-sizing: border-box;
    padding: .3rem;
    width: 100%;
    font-family: 'Noto Serif SC';
    font-weight: bold;
    transition: all 0.3s;
}

.mobile-tab .gp-subLeft ul li .gp-second-nav dd a:hover {
    transform: translateX(.3rem);
}

/* 模块一 */
.mode1 {
    padding: 0.85rem 0 2.2rem;
    background: url('../images/contained1-bg.png') no-repeat center/cover;
}

.mode1 .mode1-main {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
}

.mode1 .notice {
    margin-right: 0.3rem;
    width: 50%;
}

.mode1 .notice .com-title {
    margin-bottom: 0.3rem;
}

.mode1 .notice .list-box {
    padding: .3rem .15rem .15rem .35rem;
    border-radius: .2rem;
    background-color: #f7e5da;
}

.mode1 .notice .com-title .com-title-text::after {
    width: 87%;
}

.mode1 .new-list .com-title .com-title-text::after {
    width: 97%;
}

.mode1 .notice .left .com-title .com-more {
    margin-top: 0.6rem;
}

.mode1 .notice .left .notice-img {
    flex: 1;
}

.mode1 .notice .notice-list ul {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
    padding: .35rem .1rem;
    border-radius: .2rem;
    background: url("../images/notice-bg.png") no-repeat center bottom, #fff;
}

.mode1 .notice .notice-list ul li a {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding-right: 0.17rem;
}

.mode1 .notice .notice-list ul li a::before {
    content: '';
    display: block;
    position: absolute;
    left: -.38rem;
    top: 50%;
    transform: translateY(-50%);
    width: .27rem;
    height: .4rem;
    background: url("../images/notatic-item-icon.png") no-repeat center;
}

.mode1 .notice .notice-list ul li a .date {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: .1rem;
    color: #fff;
    background-color: #d39a57;
}

.mode1 .notice .notice-list ul li a .date .year {
    font-family: Arial;
    width: 100%;
    text-align: center;
    padding: 0.05rem 0;
    background-color: #f0d2c0;
}

.mode1 .notice .notice-list ul li a .date .day {
    font-family: 'Times New Roman';
    color: #990000;
    padding: .1rem .15rem;
    white-space: nowrap;
    background-color: #fff5ed;
}

.mode1 .notice .notice-list ul li a:hover .text {
    padding-left: .2rem;
}

.mode1 .notice .notice-list ul li a:hover::before {
    background: url("../images/notatic-item-active-icon.png") no-repeat center;
}

.mode1 .notice .notice-list ul li a .text {
    padding-left: 0.05rem;
    box-sizing: border-box;
    border-bottom: 1px dashed #e5c8a7;
    flex: 1;
    line-height: .73rem;
    transition: all .3s;
}

.mode1 .new-list {
    margin-left: 0.3rem;
    box-sizing: border-box;
    width: 50%;
}

.mode1 .new-list .new-list-box {
    margin-top: 0.3rem;
}

.mode1 .new-list .new-list-box ul .first-item a {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    background: url("../images/news-bg.png") no-repeat center/100% 100%;
}

.mode1 .new-list .new-list-box ul li .active-info {
    display: none;
}

.mode1 .new-list .new-list-box ul .first-item .left {
    width: 74%;
    flex-shrink: 0;
}

.mode1 .new-list .new-list-box ul .first-item .left .news-img {
    padding-bottom: 51.25%;
}

.mode1 .new-list .new-list-box ul .first-item .right {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .25rem .1rem;
    flex: 1;
}

.mode1 .new-list .new-list-box ul .first-item .right .title {
    width: 100%;
    box-sizing: border-box;

}

.mode1 .new-list .new-list-box ul .first-item .right .text {
    color: #999;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    /* 旧版弹性盒子模型 */
    -webkit-box-orient: vertical;
    /* 内容垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制显示行数 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 添加省略号 */
    line-height: 0.27rem;
}

.mode1 .new-list .new-list-box ul .first-item .right .text:hover {
    color: #990000;
}

.mode1 .new-list .new-list-box ul .item {
    margin-bottom: .1rem;
}

.mode1 .new-list .new-list-box ul .first-item {
    margin-bottom: .18rem;
}

.mode1 .new-list .new-list-box ul .item .info {
    display: block;
    box-sizing: border-box;
    border-radius: .2rem;
    padding: .15rem .5rem .15rem .3rem;
    background: url("../images/news-item-bg.png") no-repeat center/100% 100%;
}

/* .mode1 .new-list .new-list-box ul .item:first-of-type a {
    border-top-left-radius: 0.6rem;
} */

.mode1 .new-list .new-list-box ul .item .date {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .2rem;
}

.mode1 .new-list .new-list-box ul .item .info .date .day {
    color: #999;
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.mode1 .new-list .new-list-box ul .item .info .date .day img {
    margin-right: 0.08rem;
}

.mode1 .new-list .new-list-box ul .item .info .text {
    transition: all 0.3s;
}

.mode1 .new-list .new-list-box ul .item .info:hover .text {
    transform: translateX(0.1rem);
}

/* 模块二 */
.mode2 {
    padding: 0.5rem 0 0.7rem;
    position: relative;
    z-index: 99;
    background: url('../images/contained2-bg.png') no-repeat 100% 0%/100% 100%;
    margin-top: -2rem;
}

.mode2-main .com-title {
    margin-bottom: 0.3rem;
}

.mode2-main .com-title .com-left {
    margin-left: auto;
    margin-right: auto;
    /* 水平居中 */
}

.mode2-main .com-title .com-title-text::after {
    width: 74%;
}

.mode2-main .video-box {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
}

.mode2-main .video-box .left .title {
    margin-top: 0.2rem;
    color: #000;
    transition: all 0.3s;
}

.mode2-main .video-box .left a:hover .title {
    color: #990000;
    transform: translateX(0.3rem);
}

.mode2-main .video-box .left .video-img {
    position: relative;
    width: 6.8rem;
}

.mode2-main .video-box .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mode2-main .video-box .left .video-play {
    width: .6rem;
    height: .6rem;
}

.mode2-main .video-box .right .video-play {
    width: .4rem;
    height: .4rem;
}

.mode2-main .video-box .video-img:hover .video-play {
    animation: scale 1s;
}


@keyframes scale {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
.mode2-main .video-box .right {
    flex: 1;
    margin-left: 0.3rem;
}

.mode2-main .video-box .right .video-img {
    position: relative;
    width: 2.3rem;
    margin-right: 0.2rem;
    border-radius: 0.2rem;
    flex-shrink: 0;
}

.mode2-main .video-box .right ul li a {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #fefefe;
    border-radius: 0.2rem;
    box-shadow: 0rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);

}

.mode2-main .video-box .right ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.mode2-main .video-box .right ul li .info {
    padding-right: 0.2rem;
    flex: 1;
}

.mode2-main .video-box .right ul li .info:hover .date::after {
    animation: arr .8s ease-out 0s infinite;
}

@keyframes arr {
    0% {
        transform: translateX(-7px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-7px);
    }
}

.mode2-main .video-box .right ul li .info .title {
    margin-bottom: 0.2rem;
    width: 100%;
    display: -webkit-box;
    /* 旧版弹性盒子模型 */
    -webkit-box-orient: vertical;
    /* 内容垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制显示行数 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 添加省略号 */
    line-height: 0.26rem;
}

.mode2-main .video-box .right ul li .info .date {
    position: relative;
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #999;
}

.mode2-main .video-box .right ul li .info .date::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: .16rem;
    height: .05rem;
    background: url('../images/right-arrow.svg') no-repeat center;
}

.mode2-main .video-box .right ul li .info .date img {
    margin-right: .1rem;
}

/* 模块三 */
.mode3 {
    position: relative;
    z-index: 10;
    padding: 2.5rem 0 0.7rem;
    margin-top: -1.3rem;
    /* background: linear-gradient(to bottom, #fff, #f7f3f0); */
    background: url('../images/contained3-bg.png') no-repeat 100% 0%/100% 100%;
}

.mode3-main {
    margin-top: -.85rem;
}

.mode3-main .com-title {
    justify-content: center;
    margin-bottom: 0.3rem;
}

.mode3-main .com-title .com-title-text::after {
    width: 48%;
}

.mode3-main .system-list-box {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    border-radius: 0.2rem;
    box-shadow: 0rem 0.1rem 0.2rem rgba(255, 245, 237, 0.8);

}

.mode3-main .system-list-box .title {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.mode3-main .system-list-box ul {
    padding-left: .5rem;
}

.mode3-main .system-list-box .title-box {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: .1rem .6rem .03rem;
    background: url('../images/rule-title-bg.png') no-repeat center/100% 100%;
}

.mode3-main .system-list-box .title .title-text {
    margin-left: 0.1rem;

    white-space: nowrap;
    font-family: 'Noto Serif SC';
}

.mode3-main .system-list-box ul li {
    border-bottom: 1px dashed #e5c8a7;
}

.mode3-main .system-list-box ul li a {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    transition: all 0.3s;
}

.mode3-main .system-list-box ul li a:hover {
    transform: translateX(0.3rem);
}

.mode3-main .system-list-box ul li a .item-text {
    width: 100%;
    border-bottom: none;
    margin-left: 0.1rem;
}

.mode3-main .system-list-box .left {
    width: 48%;
    box-sizing: border-box;
    padding: .3rem 0.5rem .3rem 0rem;
    border-radius: 0.2rem;
    background: url('../images/contained3-left-bg.png') no-repeat center/cover, #fff;
}

.mode3-main .system-list-box .right {
    padding: .3rem .5rem .3rem 0rem;
    width: 48%;
    box-sizing: border-box;
    border-radius: 0.2rem;
    background: url('../images/contained3-right-bg.png') no-repeat center/cover, #fff;

}

.mode3-main .system-list-box .more a {
    display: block;
    color: #666;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

.mode3-main .system-list-box .more a:hover {
    transform: scale(1.1);
}

/* 公共标题 */
.com-title {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.com-title .com-left a {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

.com-title .com-title-text {
    position: relative;
}

.com-title .com-title-icon img {
    width: 0.47rem;
    height: 0.67rem;
    max-width: fit-content;
}

.com-title .com-title-text::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #b2b2b2;
    position: absolute;
    bottom: 13%;
    left: -30%;
}

.com-title .com-title-text {
    margin-left: 0.15rem;
    color: #000;
    white-space: nowrap;
    font-family: 'Noto Serif SC';
    text-align: right;
}

.com-title .com-title-text .en-text {
    color: #999;
}

.com-title .com-more {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #666;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.com-title .com-more .icon {
    margin-left: .1rem;
}

.com-title .com-more:hover {
    transform: scale(1.1);
}

/* 响应式样式 */
@media screen and (min-width: 996px) {
    .mode2-main .com-title {
        padding-top: .5rem;
    }
}

@media screen and (max-width: 996px) {
    .content {
        transform: translateY(0rem);
        margin-top: 0rem;
    }

    .mode1 {
        padding-bottom: .2rem;
        padding-top: 0.2rem;
    }
.mode1 .notice .com-title {
    margin-bottom: 0.2rem;
}
    .mode1 .mode1-main {
        flex-direction: column;
    }

    .mode1 .new-list {
        margin: 0;
        margin-top: .1rem;
    }

    .mode1 .notice {
        width: 100%;
    }

    .mode1 .new-list {
        width: 100%;
    }

    .mode1 .notice .left,
    .mode1 .notice .notice-list {
        width: 100%;
    }

    .mode1 .notice .notice-list ul li a {
        width: 100%;
    }

    .mode1 .new-list .new-list-box ul .item .info .text {
        width: 100%;
    }

    .mode1 .new-list {
        padding-top: 0.15rem;
    }

    .mode2 {
        padding-top: .2rem;
        padding-bottom: .2rem;
        margin-top: 0rem;
        background: none;
    }

    .mode3 {
        padding-top: .2rem;
        margin-top: 0rem;
    }

    .mode3-main {
        margin-top: 0;
    }

    .mode2-main .video-box {
        flex-direction: column;
        padding: 0;
    }

    .mode2-main .video-box .left .video-img {
        width: 100%;
    }

    .mode2-main .video-box .right {
        margin-left: 0;
        margin-top: 0.5rem;
    }

    .mode2-main .video-box .right ul li {
        margin-bottom: 0.3rem;
    }

    .mode2-main .video-box .right .video-img {
        width: 30%;
    }

    .tab-tager-box .tab {
        display: none;
    }

    .tab-tager-box .mobile-tab {
        display: block;
    }


}

@media screen and (max-width: 768px) {
    .mode3-main .system-list-box {
        flex-direction: column;
    }

    .mode3-main .system-list-box .left {
        width: 100%;
        border: none;
    }

    .mode3-main .system-list-box .right {
        width: 100%;
        margin-top: .3rem;
    }

    .mode3-main.gp-container {
        margin: 0;
    }

    .mode3-main .system-list-box .title-box {

        padding: .1rem .4rem .03rem;
    }

}

@media screen and (max-width: 650px) {
    .mode2-main .video-box .right ul li .info .title {
        -webkit-line-clamp: 1;
    }

    .mode2-main .video-box .right ul li a {
        border-radius: 0;
    }

}

@media screen and (max-width: 485px) {
    .mode1 .notice {
        flex-direction: column;
    }

    .mode1 .notice .left {
        margin-bottom: 0.2rem;
    }

    .mode1 .notice .left,
    .mode1 .notice .notice-list {
        width: 100%;
    }

    .mode1 .notice .notice-list ul li {
        margin-bottom: 0.2rem;
    }

    .mode1 .new-list .new-list-box ul .first-item a {
        flex-direction: column;
    }

    .mode1 .new-list .new-list-box ul .first-item .left {
        margin: 0;
        width: 100%;
    }
}
