.middle-container-wrapper {
    background: url("../img/index/main_backgroud.png") no-repeat;
    background-position: center bottom;
}

#footerBack {
    /*background: url("../img/index/main_backgroud.png") no-repeat;*/
    /*background-position: center top;*/
}

.main-swiper {
    width: 100%;
    height: 500px;
}

.main-swiper .swiper-pagination-bullet {
    border-radius: 0 !important;
    width: 30px !important;
}

.main-swiper img {
    width: 100%;
    height: 560px;
    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("../img/index/new.png") no-repeat;
}

.scroll-btn span {
    margin-right: 5px;
    cursor: pointer;
}

#newsSwiper img {
    width: 100%;
    height: 322px;
    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: #d72229;
    width: 96%;
    padding: 11px;
    color: #fff;
}

#newsSwiper .card1 {
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

#newsSwiper .boxs .topboxs .title {
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
}

#newsSwiper .position-relative {
    position: relative;
}

#newsSwiper .date {
    position: absolute;
    left: 0;
    top: 2px;
}

#newsSwiper .swiper-pagination-bullet-active {
    background-color: white !important;
}

#newsSwiper .swiper-pagination-bullets {
    bottom: 50px !important;
}

.main-box {
    min-height: 322px;
}

.main-box .more-url {
    float: right;
    vertical-align: bottom;
    line-height: 40px;
    font-weight: bold;
    padding-right: 3px;
}

.main-box .tab_menu {
    overflow: hidden;
    background-color: #eaeaea;
}

.main-box .tab_menu li {
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
}

.main-box .tab_menu li.current {
    background-color: #d72229;
    color: white;
}

.main-box .tab_box {
    /*padding: 20px;*/
}

.main-box .tab_box li {
    border-bottom: none !important;
}

.main-box .tab_box .li_before::before {
    content: '▪' !important;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 2px;
}

.main-box .tab_box .hide {
    display: none;
}

.module-bg {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    border-bottom: 1px dotted grey;
}

.module-bg .title {
    color: #d72229;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.module-bg a {
    font-size: 14px;
    color: #000000;
    padding: 0 10px 0 0;
    width: 50px;
    height: 17px;
}

.module-bg .title_b {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    background-color: #d72229;
    color: white;
    padding: 0 20px;
}

.module-div {
    height: 90px;
    text-align: center;
}

.module-div .big-title {
    color: #9e1c1c;
    display: inline-block;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}

.module-div .h-title {
    color: #9e1c1c;
    font-weight: bold;
    height: 5px;
    line-height: 15px;
}

.module-div .small-title {
    color: #3a3a3a;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
}

.news-top-div {
    height: 104px;
    border-bottom: 1px dotted #dddddd;
}

.news-top-div .card1 {
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}

.news-top-div .card2 {
    padding-top: 2px;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 50px;
    line-height: 26px;
}

.youqing {

}

.youqing img {
    height: 31px;
    margin: 5px;
}

.youqing .text-link {
    display: inline-block;
    font-size: 18px;
    padding: 5px;
}

.youqing .text-link a {
    text-decoration: revert !important;
}

.main-content {
    width: 100%;
    margin: 10px 0;
}

.main-content-title li {
    line-height: 31px;
    height: 35px;
    display: flex;
    align-items: center;
    /*border-bottom: 1px dashed #efefef;*/
    justify-content: center;
}

.main-content-title-no-bottom {
    border-bottom: unset !important;
}

.main-content-title li a {
    flex: 1;
    padding: 0 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.main-content .main-content-title li .title-sticky::before {
    content: '\3010\7f6e\9876\3011';
    display: inline-block;
    color: #B61E2D;
    margin-left: -8px;
    padding-right: 0;
}

.news-with-img {
    height: 110px;
    padding: 10px 0;
}

.news-with-img::before {
    content: unset !important;
}

.news-with-img .left {
    float: left;
    overflow: hidden;
    border-radius: 10px;
}

.news-with-img .to_right {
    float: right;
    overflow: hidden;
    border-radius: 10px;
}

.news-with-img .left img {
    display: block;
    transition: all 0.3s ease-out 0s;
    object-fit: cover;
    object-position: center;
    height: 110px;
    width: 180px;
}

.news-with-img .left img:hover {
    transform: scale(1.1, 1.1);
}

.news-with-img-big {
    height: 195px;
    padding: 2px 0;
}

.news-with-img-big::before {
    content: unset !important;
}

.news-with-img-big .left {
    float: left;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}

.news-with-img-big .left img {
    display: block;
    transition: all 0.3s ease-out 0s;
    object-fit: cover;
    object-position: center;
    height: 195px;
    width: 100%;
}

.news-with-img-big .left img:hover {
    transform: scale(1.1, 1.1);
}

.news-with-img .right {
    width: calc(100% - 195px);
    float: left;
    padding-left: 15px;
}

.news-with-img .to_left {
    padding-left: 0;
}

.news-with-img .card1 {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 25px;
}

.news-with-img .card2 {
    padding-top: 10px;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 43px;
    line-height: 20px;
}

.news-with-img li::before {
    content: unset;
}

.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(../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-news-with-date {
    border-bottom: 1px dotted #dbd4cd;
    margin-left: 0px;
    margin-right: 0px;
    height: 89px !important;
}

.main-news-with-date::before {
    content: unset !important;
}

.main-news-with-date .left {
    padding-left: 0;
    float: left;
    width: 70px;
}

.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% - 80px);
    float: left;
    padding-left: 10px;
}

.main-news-with-date .card3 {
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 18px;
}

.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;
}

.main-content-title li .date {
    color: #666666;
    font-size: 14px;
}

.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;
    object-fit: cover;
    object-position: center;
}

.link-box {
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.link-box a {
    background: url("../img/index/link_back.png") no-repeat;
    background-position: right bottom;
    background-size: 100% 100%;
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: space-between; /* 水平两端对齐 */
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    height: 53px;
    padding: 0 15px;
}

.link-box p {
    display: block;
}

.link-box a:hover {
    color: #fff !important;
}

.link-box img {
    height: 29px;
    display: block;
}

.link-box:hover img {
    /*-webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);*/
}

.link-box-big {
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.link-box-big a {
    background: url("../img/index/link_back_big.png") no-repeat;
    background-position: right bottom;
    background-size: 100% 100%;
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: space-between; /* 水平两端对齐 */
    font-size: 25px;
    font-weight: bold;
    height: 90px;
    padding: 0 30px;
    color: #373737;
}

.link-box-big p {
    display: block;
}

.link-box-big a:hover {
    color: #373737 !important;
}

.link-box-big img {
    height: 45px;
    display: block;
}

/*滚动图片*/
.scroll-container {
    width: 100%;
    /*margin: 15px 0;*/
    overflow: hidden;
    /*background: #fff;*/
    padding-top: 15px;
}

.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: 180px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer;
}

.scroll-container ul li span {
    width: 180px;
    line-height: 25px;
    text-align: center;
    height: 25px;
    background-color: #d72229;
    color: white;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*浮动块*/
.float-pop {
    width: 180px;
    position: absolute;
    top: 25px;
    right: 10px;
    border: 3px solid #B61E2D;
    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: #B61E2D;
}

.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 #B61E2D;
    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: #AC001C;
    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;
    }
}

@media (max-width: 1024px) {
    .main-swiper {
        margin-top: 55px;
    }

    .main-swiper, .main-swiper img {
        height: 170px;
    }
}

@media (max-width: 960px) {
    .main-swiper, .main-swiper img {
        height: 150px;
    }

    .scroll-text ul li {
        width: 48%;
    }
}

@media (max-width: 768px) {
    .main-swiper, .main-swiper img {
        height: 145px;
    }
}

@media (max-width: 640px) {
    .main-swiper, .main-swiper img {
        height: 145px;
    }

    .scroll-text ul li {
        width: 100%;
    }

    .banner img {
        height: 50px;
    }
}

@media (max-width: 550px) {
    .main-swiper, .main-swiper img {
        height: 145px;
    }
}

@media (max-width: 999px) and (min-width: 500px) {
    .link-box li {
        width: 33.3%;
    }
}

@media (max-width: 499px) {
    .link-box li {
        width: 44%;
    }
}