.middle-container-wrapper {
    /*background: url("/_theme/48r4W2n000/img/index/main_backgroud.png") no-repeat;*/
    /*background-position: center bottom;*/
}

/*#footerBack {
    background: url("/_theme/48r4W2n000/img/index/main_backgroud.png") no-repeat;
}*/

.main-swiper {
    width: 100%;
    height: 500px;
}

.main-swiper .swiper-pagination-bullet {
    border-radius: 0 !important;
    width: 30px !important;
}

.main-swiper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.notice {
    width: 100%;
    height: 44px;
    margin-top: 15px;
    display: flex;
    background-color: #fff;
    /*border: 1px solid #e7e7e7;*/
}

.notice .notice-left {
    display: flex;
    align-items: center;
    flex: 0 0 80px;
}

.notice .notice-left img {
    margin: 0 6px 0 16px;
}

.notice .notice-right {
    width: calc(100% - 90px);
    display: flex;
}

.scroll-text {
    margin: 11px 15px 11px 15px;
    flex: 1;
    overflow: hidden;
}

.scroll-text ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.scroll-text ul li {
    width: 32%;
}

.scroll-text ul li a {
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
}

.scroll-text ul li.new > div::after {
    content: '';
    height: 10px;
    width: 19px;
    flex: 0 0 19px;
    display: block;
    background: url("/_theme/48r4W2n000/img/index/new.png") no-repeat;
}

.scroll-btn span {
    margin-right: 5px;
    cursor: pointer;
}

#newsSwiper img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
}

#newsSwiper .swiper-pagination-bullet-active {
    background-color: white !important;
}

#newsSwiper .boxs {
    overflow: hidden;
    width: 100%;
}

#newsSwiper .boxs img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-out 0s;
}

#newsSwiper .boxs img:hover {
    transform: scale(1.1, 1.1);
}

#newsSwiper .titleboxs {
    position: absolute;
    bottom: 0;
    left: 0;
    /*background-color: rgba(40, 40, 40, .67);*/
    background-color: #943b2a;
    width: 96%;
    padding: 15px;
    color: #fff;
}

#newsSwiper .card1 {
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

#newsSwiper .boxs .topboxs .title {
    padding-right: 80px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
}

#newsSwiper .position-relative {
    position: relative;
}

#newsSwiper .date {
    position: absolute;
    right: 5px;
    top: 2px;
}

#newsSwiper .swiper-pagination-bullet-active {
    background-color: white !important;
}

.module-div {
    height: 90px;
    text-align: center;
}

.module-div .big-title {
    color: #943b2a;
    display: inline-block;
    font-size: 38px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
}

.module-div .h-title {
    color: #943b2a;
    font-weight: bold;
    height: 5px;
    line-height: 15px;
}

.module-div .small-title {
    color: #3a3a3a;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}

.module-bg {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #943b2a;
}

.module-bg .title {
    color: black;
    display: inline-block;
    font-size: 38px;
    height: 45px;
    line-height: 45px;
    /* background-color: #943b2a; */
    /* padding: 0 20px; */
}

.module-bg a {
    font-size: 18px;
    color: #656565;
    /*height: 30px;*/
    display: inherit;
    padding-top: 15px;
}

.module-bg a:after {
    content: '';
    width: 10px;
    display: block;
    background: url(/_theme/48r4W2n000/img/index/more.png) no-repeat;
    margin-left: 5px;
    margin-top: 6px;
}

.main-content {
    width: 100%;
    margin: 10px 0;
}

.main-content-title li {
    line-height: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed #efefef;
    justify-content: center;
}

.main-content-title li a {
    flex: 1;
    padding: 0 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.main-content-title li::before {
    content: '.';
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 6px;
}

.main-content .main-content-title li .title-sticky::before {
    content: '\3010\7f6e\9876\3011';
    display: inline-block;
    color: #943b2a;
    margin-left: -8px;
    padding-right: 0;
}

.news-with-date {
    border-bottom: 1px dotted #dbd4cd;
    margin-left: 0px;
    margin-right: 0px;
    height: 72px !important;
    border-bottom: unset !important;
}

.news-with-date::before {
    content: unset !important;
}

.news-with-date .left {
    padding-left: 0;
    float: left;
    width: 70px;
}

.news-with-date .date {
    width: 100%;
    text-align: center;
    background: url(/_theme/48r4W2n000/img/index/date_bg.png) no-repeat center top;
}

.news-with-date .date li {
    border-bottom: unset;
    height: 23px !important;
}

.news-with-date .date li:first-child {
    font-size: 26px;
    height: 42px !important;
    line-height: 42px;
    font-weight: bold;
}

.news-with-date .title {
    width: calc(100% - 80px);
    float: left;
    padding-left: 10px;
}

.news-with-date .card1 {
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-with-date .card2 {
    padding-top: 2px;
    color: #999999;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 44px;
    line-height: 20px;
}

.news-with-date li::before {
    content: unset;
}

.main-box {
    padding: 15px 15px 0 15px;
}

.main-box .more-url {
    float: right;
    height: 35px;
    vertical-align: bottom;
    line-height: 45px;
}

.main-box .tab_menu {
    overflow: hidden;
    border-bottom: 2px solid #943b2a;
}

.main-box .tab_menu li {
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    margin: 0 10px;
    font-size: 20px;
}

.main-box .tab_menu li.current {
    border-bottom: 4px solid #943b2a;
}

.main-box .tab_box {
    /*padding: 20px;*/
}

.main-box .tab_box li {
    border-bottom: none !important;
}

.main-box .tab_box li::before {
    content: '' !important;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 6px;
}

.main-box .tab_box .hide {
    display: none;
}

.main-news-with-date {
    border-bottom: 1px solid #d0d0d0 !important;
    height: 80px !important;
    line-height: 31px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: left; */
    margin: 17px 0;
}

.main-news-with-date::before {
    content: unset !important;
}

.main-news-with-date .left {
    padding-left: 0;
    float: left;
    width: 70px;
    border-right: 1px solid #d0d0d0 !important;
    padding-right: 7px;
}

.main-news-with-date .date {
    width: 100%;
    text-align: center;
}

.main-news-with-date .date li {
    border-bottom: unset;
    height: 23px !important;
}

.main-news-with-date .date li:first-child {
    font-size: 38px;
    height: 42px !important;
    line-height: 42px;
    font-weight: bold;
}

.main-news-with-date .title {
    width: calc(100% - 106px);
    float: left;
    padding-left: 15px;
}

.main-news-with-date .card3 {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    /*line-height: 26px;*/
}

.main-news-with-date .card2 {
    padding-top: 2px;
    color: #999999;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 44px;
    line-height: 20px;
}

.main-news-with-date li::before {
    content: unset;
}

.news-with-img {
    height: 150px;
    padding-top: 10px;
}

.news-with-img::before {
    content: unset !important;
}

.news-with-img .left {
    float: left;
    overflow: hidden;
}

.news-with-img .left img {
    display: block;
    transition: all 0.3s ease-out 0s;
    object-fit: cover;
    object-position: center;
    height: 135px;
    width: 230px;
}

.news-with-img .left img:hover {
    transform: scale(1.1, 1.1);
}

.news-with-img .right {
    width: calc(100% - 245px);
    float: left;
    padding-left: 15px;
}

.news-with-img .card1 {
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 32px;
}

.news-with-img .card2 {
    padding-top: 5px;
    color: #999999;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 66px;
    line-height: 22px;
}

.news-with-img li::before {
    content: unset;
}

.news-with-img-b {
    /*padding-top: 5px;*/
}

.news-with-img-b::before {
    content: unset !important;
}

.news-with-img-b .top {
    overflow: hidden;
}

.news-with-img-b .top img {
    display: block;
    transition: all 0.3s ease-out 0s;
    object-fit: cover;
    object-position: center;
    height: 200px;
    width: 100%;
}

.news-with-img-b .top img:hover {
    transform: scale(1.1, 1.1);
}

.news-with-img-b .bottom {
    width: 100%;
    padding-top: 10px;
}

.news-with-img-b .card1 {
    font-size: 18px;
    color: #717171;
    margin-bottom: 5px;
}

.news-with-img-b .card2 {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 26px;
}

.news-with-img-b li::before {
    content: unset;
}

.news-with-img-b li {
    height: 38px;
    display: flex;
    align-items: center;
    /*border-bottom: 2px dashed #efefef;*/
    justify-content: center;
}

.news-with-img-b li a {
    flex: 1;
    padding: 0 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}

.news-with-img-b li::before {
    /*content: '.';
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 6px;*/
}

.news-with-img-b li .title-sticky::before {
    content: '\3010\7f6e\9876\3011';
    display: inline-block;
    color: #943b2a;
    margin-left: -8px;
    padding-right: 0;
}

.news-with-img-b li .date {
    color: #666666;
    font-size: 18px;
}

.news-with-img-c {
    padding-top: 15px;
}

.news-with-img-c .img-div {
    background-color: #ededed;
}

.news-with-img-c .article-div {
    background-color: rgba(255, 255, 255, 0.25);
    padding: 15px;
    height: 292px;
}

.news-with-img-c .top {
    overflow: hidden;
}

.news-with-img-c .top img {
    display: block;
    transition: all 0.3s ease-out 0s;
    object-fit: cover;
    object-position: center;
    height: 220px;
    width: 100%;
}

.news-with-img-c .top img:hover {
    transform: scale(1.1, 1.1);
}

.news-with-img-c .bottom {
    width: 100%;
    padding: 10px;
}

.news-with-img-c .card1 {
    font-size: 16px;
    color: #717171;
    padding-bottom: 4px;
}

.news-with-img-c .card2 {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 26px;
    width: 96%;
}

.news-with-img-c .card3 {
    font-size: 16px;
    color: #717171;
    display: flex;
    padding-top: 4px;
}

.news-with-img-c .card3::after {
    content: '';
    width: 10px;
    display: block;
    background: url(/_theme/48r4W2n000/img/index/more.png) no-repeat;
    margin-left: 5px;
    margin-top: 6px;
}

.news-with-img-c li::before {
    content: unset;
}

.news-with-img-c li {
    height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #efefef;
    justify-content: center;
}

.news-with-img-c li:last-child {
    border-bottom: unset !important;
}

.news-with-img-c li a {
    flex: 1;
    padding: 0 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #ffffff !important;
}

.news-with-img-c li::before {
    /*content: '.';
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 6px;*/
}

.news-with-img-c li .title-sticky::before {
    content: '\3010\7f6e\9876\3011';
    display: inline-block;
    color: #943b2a;
    margin-left: -8px;
    padding-right: 0;
}

.news-with-img-c li .date {
    color: #ffffff;
    font-size: 18px;
}

.news-with-img-c-bg a:hover {
    color: white !important;
}

.news-with-img-d {
    /*padding-top: 15px;*/
}

.news-with-img-d .img-content {
    background: #ffffff;
    box-shadow: 0px 0px 5px 5px #eee;
    height: 290px;
    border-top: 5px solid #943b2a;
}

.news-with-img-d .img-div {
    width: 40%;
    float: left;
    margin: 15px 15px 0 15px;
    overflow: hidden;
}

.news-with-img-d .top {
    overflow: hidden;
}

.news-with-img-d .top img {
    display: block;
    transition: all 0.3s ease-out 0s;
    object-fit: cover;
    object-position: center;
    height: 130px;
    width: 100%;
}

.news-with-img-d .top img:hover {
    transform: scale(1.1, 1.1);
}

.news-with-img-d .bottom {
    width: 94%;
    padding: 10px 15px;
}

.news-with-img-d .card0 {
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 32px;
    height: 80px;
    padding: 19px 0;
}

.news-with-img-d .card1 {
    font-size: 16px;
    color: #717171;
}

.news-with-img-d .card2 {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 26px;
    height: 80px;
}

.news-with-img-d .card3 {
    font-size: 16px;
    color: #717171;
    display: flex;
    padding-top: 10px;
}

.news-with-img-d .card3::after {
    content: '';
    width: 10px;
    display: block;
    background: url(/_theme/48r4W2n000/img/index/more.png) no-repeat;
    margin-left: 5px;
    margin-top: 6px;
}

.news-with-img-d-bg {
    border-bottom: unset !important;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination div {
    border: 1px solid #E1E1E1;
    cursor: pointer;
    color: #999;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 5px;
    background: #fff;
    margin: 5px 3px;
}

.pagination .pagination--select {
    min-width: 50px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.pagination .num-list {
    z-index: 9999;
    position: absolute;
    border: 1px solid #ccc;
    height: 123px;
    overflow-y: auto;
    overflow-x: hidden;
    top: -125px;
    background-color: #fff;
    display: inline;
    left: -1px;
    min-width: 50px;
    width: calc(100% - 10px);
    margin: 0;
}

.pagination .num-list ul {
    margin-left: 0;
    padding-bottom: 0;
}

.pagination .num-list ul li {
    border: 0;
    padding: 4px 0px;
    color: #999;
    width: 34px;
    margin-left: 0px;
    text-align: center;
    height: 20px;
}

.banner img {
    width: 100%;
    height: 120px;
    padding-top: 11px;
    object-fit: cover;
    object-position: center;
}

.link-box {
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.link-box a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 20px 10px;
    min-height: 63px;
}

.link-box a:hover {
    color: #fff !important;
}

.link-box i {
    display: block;
    margin: 10px auto;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 40px;
}

.link-box img {
    height: 29px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.link-box:hover img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.youqing {
    display: flex;
    flex: unset;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.youqing img {
    height: 40px;
    margin: 5px;
}

.youqing .text-link {
    display: inline-block;
    font-size: 18px;
    padding: 5px;
}

.youqing .text-link a {
    text-decoration: revert !important;
}

/*¹ö¶¯Í¼Æ¬*/
.scroll-container {
    width: 100%;
    /*margin: 15px 0;*/
    overflow: hidden;
    /*background: #fff;*/
    padding-top: 15px;
}

.scroll-container-div {
    padding: 10px 20px 40px 20px;
    background-color: #fffbf4;
    border-top: 5px solid #943b2a;
}

.scroll-container ul {
    display: flex;
}

.scroll-container ul li {
    display: flex;
    flex-direction: column;
}

.scroll-container ul li + li {
    margin-left: 16px;
}

.scroll-container ul li img {
    width: 230px;
    height: 170px;
    object-fit: cover;
    object-position: center;
}

.scroll-container ul li span {
    width: 230px;
    line-height: 25px;
    text-align: center;
    height: 25px;
}

/*¸¡¶¯¿é*/
.float-pop {
    width: 180px;
    position: absolute;
    top: 25px;
    right: 10px;
    border: 3px solid #943b2a;
    border-top: none;
    z-index: 3;
    transition: .3s width;
}

.float-pop .pop-title {
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #943b2a;
}

.float-pop .pop-title h4 {
    padding-left: 12px;
    color: #FFFFFF;
}

.float-pop .pop-btn {
    margin-right: 3px;
}

.float-pop .pop-btn .stretch {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.float-pop .pop-btn .close {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-left: 8px;
}

.float-pop .pop-content .pop-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #FFF;
    border-bottom: 1px solid #943b2a;
    padding: 5px;
}

.float-pop .pop-content .pop-item * {
    margin-bottom: 5px;
}

.float-pop .pop-content .pop-item :last-child {
    margin-bottom: 0;
}

.float-pop .pop-content .pop-item p, .float-pop .pop-content .pop-item h4 {
    color: #943b2a;
    font-weight: bold;
    line-height: 20px;
}

.float-pop .pop-content .pop-item img {
    width: 150px;
    height: 150px;
}

.float-pop .pop-content .info p {
    color: #333333;
    font-weight: normal;
    word-break: break-all;
    padding: 5px 10px;
}

.float-pop.narrow {
    width: 24px;
    right: 0;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    transition: .3s width;
}

.float-pop.narrow .pop-title {
    position: relative;
    height: 120px;
}

.float-pop.narrow .pop-title h4 {
    padding: 20px 5px 5px 5px;
}

.float-pop.narrow .pop-btn {
    position: absolute;
    top: 7px;
    right: 2px;
    margin-right: 0;
}

@media (max-width: 1240px) {
    .main-swiper, .main-swiper img {
        height: 200px;
    }

    .module-bg .title {
        font-size: 30px;
    }
}

@media (max-width: 1024px) {
    .main-swiper {
        margin-top: 55px;
    }

    .main-swiper, .main-swiper img {
        height: 170px;
    }

    .module-bg .title {
        font-size: 30px;
    }
}

@media (max-width: 960px) {
    .main-swiper, .main-swiper img {
        height: 150px;
    }

    .scroll-text ul li {
        width: 48%;
    }

    .module-bg .title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .main-swiper, .main-swiper img {
        height: 130px;
    }

    .module-bg .title {
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    .main-swiper, .main-swiper img {
        height: 120px;
    }

    .scroll-text ul li {
        width: 100%;
    }

    .banner img {
        height: 50px;
    }

    .module-bg .title {
        font-size: 30px;
    }
}

@media (max-width: 550px) {
    .main-swiper, .main-swiper img {
        height: 80px;
    }
}

@media (max-width: 999px) and (min-width: 500px) {
    .link-box li {
        width: 33.3%;
    }

    .module-bg .title {
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .link-box li {
        width: 44%;
    }
}