html {
    min-width: 1200px;
}

.pagewd {
    width: 1200px;
    margin: 0px auto;
    min-width: 1200px;
}

.banner-img {
    display: block;
    width: 100%;
    height: 100%;
}

.pagination-outer {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 999;

    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-product {
    position: absolute;
    z-index: 20;
    bottom: 6px;
    width: 100%;
    text-align: center;
    z-index: 999;

    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination {
    /*   position: absolute;
       z-index: 20;
       bottom: 20px;
       width: 100%;
       text-align: center;
       z-index: 999;*/
    background-color: #02328d;
    border-radius: 14px;
    padding: 0 4px;
    font-size: 0;
    height: 14px;
    display: flex;
    align-items: center;


}

.swiper-pagination-switch {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 5px;
    opacity: 0.3;
    cursor: pointer;
}

.swiper-active-switch {
    /*background: rgba(255, 255, 255, 1);*/
    opacity: 1;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 5px;
    opacity: 0.3;
    cursor: pointer;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.pagination-product .pagination {
    background: transparent;
}

.pagination-product .swiper-pagination-switch {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: transparent;
    margin: 0 5px;
    opacity: 1;
    cursor: pointer;
    position: relative;
    /*border: 1px solid #02328d;*/
}

.pagination-product .swiper-pagination-switch:after {
    display: block;
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #0c2f89;
    left: 9px;
    top: 9px;

}

.pagination-product .swiper-pagination-switch.swiper-active-switch:after {
    background: #0064CB;
}

.pagination-product .swiper-active-switch {
    /*  display: inline-block;
      width: 26px;
      height: 26px;
      border-radius: 26px;
      background: transparent;
      margin: 0 5px;
      opacity: 0.8;
      cursor: pointer;*/
    border: 1px solid #0C2F89;
}

.pagination-product .swiper-pagination-bullet {
    /*display: inline-block;*/
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: transparent;
    margin: 0 5px;
    opacity: 1;
    cursor: pointer;
    position: relative;

}

.pagination-product .swiper-pagination-bullet:after {
    display: block;
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #0c2f89;
    left: 9px;
    top: 9px;
}

.pagination-product .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #0C2F89;
}


/*关于我们*/
.index-container-box {
    padding: 76px 0 56px;
    position: relative;

}

.index-container-box .title {
    color: #111;
    font-size: 32px;
    position: relative;
    padding-bottom: 16px;
}

.index-container-box .title.center {
    text-align: center;
}

.index-container-box .title:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 2px;
    content: '';
    width: 50px;
    height: 4px;
    background-color: #00357b;
}

.index-container-box .title.center:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 50px;
    height: 4px;
    background-color: #00357B;
}

.about-left-box {
    width: 686px;
    width: 588px;
}

.about-right-box {
    width: 650px;
    width: 558px;
}

.about-title {
    color: #00357b;
    font-size: 30px;
    line-height: 1;
    padding: 36px 0 32px;
}

.about-txt {
    font-size: 14px;
    color: #333;
    text-align: justify;
    line-height: 30px;
}

.about-txt p {
    text-indent: 28px;
    /*margin-top: 10px;*/
    word-break: normal;

}

.about-img {
    display: block;
    width: 650px;
    height: 380px;
    width: 558px;
    height: 326px;
    object-fit: cover;
}

.fn-more {
    width: 148px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    color: #111;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

.fn-more:hover {
    color: #00357b;
    border: 1px solid #00357b;;
}

.data-bar {
    background-color: #0c2f89;
    height: 170px;
    padding-left: 54px;
    padding-right: 30px;
    box-sizing: border-box;
    margin-top: 40px;
}

.data-bar-item {
    color: #ffffff;
    padding-left: 42px;
    padding-top: 36px;
    position: relative;
    width: 25%;
}

.data-bar-item:before {
    display: block;
    content: '';
    position: absolute;
    width: 2px;
    height: 26px;
    background-color: #fff;;
    background-color: #9eacd0;;
    left: 0;
    top: 46px;

}

.data-bar-item:after {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 60px;
    background-color: #fff;;
    background-color: #9eacd0;;
    left: 1px;
    top: 72px;
}

.data-bar-item .data {
    font-size: 54px;
    font-weight: bold;
    vertical-align: baseline;

}

.data-bar-item .dw {
    font-size: 22px;
    font-weight: normal;
}

.data-bar-item .desc {
    font-size: 16px;
    font-weight: normal;
    /*padding-top: 4px;*/

}

.common-subtitle {
    font-size: 16px;
    color: #555555;
    text-align: center;
    margin-top: 18px;
}

.swiper-container.main-swiper {
    min-width: 1200px;
    position: relative;
}

.swiper-container.main-swiper .banner-item {
    height: 100%;
}

.product-banner-item {
    color: #999999;
    width: 614px;
    width: 6.14rem;
    height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
    margin-right: 15px;
}

.product-banner-item:hover, .product-banner-item:hover .title {
    color: #fff;
}

.product-banner-item:hover .arrow {
    border: 1px solid #fff;
    color: #fff;
}

.product-banner-item:hover .inner-box {
    background-color: #0c2f89;
}

.product-banner-item .inner-box {
    width: 614px;
    width: 6.14rem;
    height: 280px;
    background-color: #fff;
    transition: all ease 0.2s;
}

.product-banner-item .pro-img {
    display: block;
    width: 304px;
    width: 3.04rem;

    height: 246px;
    object-fit: cover;
    position: relative;
    top: -24px;
    margin-left: 24px;
}

.product-banner-item .right-box {
    width: 260px;
    width: 2.6rem;
    padding-top: 44px;
}

.product-banner-item .en {
    font-size: 15px;
    line-height: 22px;
}

.product-banner-item .title {
    font-weight: bold;
    padding: 7px 10px 24px 0;
    font-size: 22px;
    line-height: 1;
    position: relative;
    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 添加省略号 */
}

.product-banner-item .title:after {
    display: block;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    position: absolute;

}

.product-banner-item .desc {
    margin-top: 22px;
    line-height: 22px;

    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 添加省略号 */
}

.product-banner-item .arrow {
    margin-top: 22px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #5f5f5f;
    border-radius: 2px;
    color: #5f5f5f;
}


.photo-item {
    width: 25%;
    height: 3.3rem;
    position: relative;
    overflow: hidden;
}

.photo-item:nth-child(1) {
    width: 50%;
    height: 660px;
    height: 6.6rem;
}

.photo-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-item:hover .photo-content {
    top: 0;
}

.photo-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -100%;
    color: #fff;
    background: rgba(12, 47, 137, 0.7);
    padding: 0 0.74rem 0 0.4rem;

    transition: top ease 0.3s;

}

.photo-content:after {
    position: absolute;
    left: 0.2rem;
    top: 50%;
    color: #fff;
    background: #fff;
    width: 2px;
    height: 90px;
    height: 0.90rem;
    content: "";
    transform: translateY(-50%);
}

.photo-item:nth-child(1) .photo-content {
    background: rgba(12, 47, 137, 0.7);
    padding: 0 1.3rem 0 1.6rem;
}

.photo-item:nth-child(1) .photo-content:after {
    display: none;
}

.photo-item .photo-title {
    font-size: 0.26rem;
    margin-top: 1.13rem;
    position: relative;
}

.photo-item:nth-child(1) .photo-title {
    font-size: 0.26rem;
    margin-top: 2.6rem;
    padding-bottom: 26px;
    padding-bottom: 0.26rem;
}

.photo-item:nth-child(1) .photo-title:after {
    display: block;
    position: absolute;
    content: '';
    width: 34px;
    width: 0.34rem;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    left: 2px;
    bottom: 0px;
}

.photo-item .photo-desc {
    font-size: 14px;
    font-size: 0.14rem;
    margin-top: 0.17rem;
    text-align: justify;
    line-height: 2;

    display: -webkit-box; /* 必须指定display属性 */
    overflow: hidden; /* 必须指定overflow属性 */
    text-overflow: ellipsis; /* 显示省略号 */
    -webkit-line-clamp: 2; /* 最多显示的行数 */
    -webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}

.photo-item:nth-child(1) .photo-desc {
    font-size: 16px;
    font-size: 0.16rem;
    margin-top: 0.3rem;
}


.history-big-box {
    width: 50%;
    height: 480px;
    height: 412px;
    position: relative;
    display: block;
}

.history-big-box img {
    width: 100%;
    height: 480px;
    height: 412px;
    display: block;
    object-fit: cover;
}

.history-big-desc {
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);

    font-size: 18px;
    color: #FFFFFF;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0 20px;

    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 添加省略号 */

}

.history-list-box {
    width: 50%;

}


.history-item {
    padding-left: 30px;
    padding-left: 26px;
    margin-top: 32px;
    margin-top: 20px;
    display: block;
}

.history-item:hover .history-content .history-title {
    color: #082F6F;

}

.history-item:nth-child(1) {
    margin-top: 6px;
}

.history-item .time-box {
    width: 120px;
    height: 86px;
    border-right: 1px solid #e1e1e1;
}

.history-item .time-box .year {
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    color: #082F6F;
    text-align: center;
}

.history-item .time-box .md {
    font-weight: bold;
    font-size: 20px;
    color: #082F6F;
    text-align: center;
    line-height: 1;
    padding-top: 19px;


}


.history-item {

}

.history-content {
    width: 450px;
    padding: 0 25px;
}

.history-content .history-title {
    /*height: 18px;*/
    font-weight: bold;
    font-size: 18px;
    color: #333333;

    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 添加省略号 */
}

.history-content .history-desc {
    margin-top: 18px;

    height: 44px;
    font-size: 16px;
    color: #999999;
    line-height: 22px;


    display: -webkit-box; /* 必须指定display属性 */
    overflow: hidden; /* 必须指定overflow属性 */
    text-overflow: ellipsis; /* 显示省略号 */
    -webkit-line-clamp: 2; /* 最多显示的行数 */
    -webkit-box-orient: vertical; /* 必须指定box-orient属性 */

}

.honor-left-box {
    width: 542px;
    width: 464px;
}

.honor-right-box {
    width: 736px;
}

.honor-mobile-banner {
    display: none;
}

.about-txt-honor {
    font-size: 16px;
    margin-top: 18px;
    width: 448px;


    display: -webkit-box; /* 必须指定display属性 */
    overflow: hidden; /* 必须指定overflow属性 */
    text-overflow: ellipsis; /* 显示省略号 */
    -webkit-line-clamp: 2; /* 最多显示的行数 */
    -webkit-box-orient: vertical; /* 必须指定box-orient属性 */

    word-break: normal;

}

.honor-img-box {
    width: 268px;
    width: 232px;
    height: 490px;
    height: 436px;
    height: 378px;
    margin-left: 26px;
    margin-left: 20px;
    overflow: hidden;
    position: relative;
}

.honor-img-box:nth-child(1) {
    margin-left: 0px;
}

.honor-img {
    display: block;
    width: 268px;
    width: 232px;
    height: 400px;
    height: 357px;
    height: 296px;
    object-fit: cover;
    border: 5px solid #fff;

    /*-webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, .4));*/
}

.honor-blue-box {
    position: absolute;
    width: 100%;
    height: 192px;
    height: 168px;
    background: #02328D;
    bottom: 0;
    left: 0;
}

.about-txt {
    font-size: 14px;
    color: #333;
    text-align: justify;
    line-height: 30px;
    height: 60px;

    display: -webkit-box; /* 必须指定display属性 */
    overflow: hidden; /* 必须指定overflow属性 */
    text-overflow: ellipsis; /* 显示省略号 */
    -webkit-line-clamp: 2; /* 最多显示的行数 */
    -webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}

.honor-en-box {
    margin: 34px auto 0;
    height: 75px;
    height: 75px;
    overflow: hidden;
    width: 1200px;

}

.honor-en-box .honor-en {
    height: 51px;
    font-weight: bold;
    font-size: 57px;
    color: #FFFFFF;
    /*opacity: 0.3;*/
    line-height: 1;
}

/******/
.honor-en-box .down {
    position: relative;
}

.honor-en-box .honor-reflection-en {
    height: 51px;
    font-weight: bold;
    font-size: 57px;
    color: #FFFFFF;
    /*opacity: 0.3;*/
    line-height: 1;

    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    opacity: 0.5;
    filter: alpha(opacity='50');

}

.honor-img-box .wrap {
    position: relative;
}

.honor-img-box .down {
    position: relative;
    left: 0px;
    top: 0px;
}

.honor-img-box .honor-reflection-img {
    display: block;
    width: 300px;
    width: 268px;
    width: 232px;
    height: 400px;
    height: 357px;
    height: 396px;
    object-fit: cover;
    border: 5px solid #fff;

    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    opacity: 0.5;
    filter: alpha(opacity='50');
}

.honor-img-box .overlay {
    position: absolute;
    width: 268px;
    height: 357px;
    top: 0px;
    left: 0;
    background-image: -moz-linear-gradient(center bottom, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 90%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 30%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.20, rgb(255, 255, 255)), color-stop(0.90, rgba(255, 255, 255, 0)));
}


@media only screen and (max-width: 768px) {
    html {
        min-width: auto;
    }

    .pagewd {
        width: 100vw;
        min-width: 100vw;
    }

    .swiper-container.main-swiper {
        min-width: auto;
        width: 100vw;
    }

    .index-container-box {
        padding: 0.76rem 0 0.56rem;
    }

    .index-container-box .title {
        font-size: 0.32rem;
        position: relative;
        padding-bottom: 0.16rem;
    }

    .about-title {
        font-size: 0.32rem;
        padding: 0.36rem 0 0.34rem;
    }

    .about-txt p {
        text-indent: 0.28rem;
    }

    .about-txt {
        font-size: 0.3rem;
        line-height: 0.62rem;
        height: 1.24rem;
    }

    .fn-more {
        width: 1.8rem;
        height: 0.57rem;
        line-height: 0.57rem;
        font-size: 0.3rem;
        margin-top: 0.2rem !important;
        margin: 0.2rem auto;
    }

    .about-left-box {
        width: 90vw;
        margin: 0 auto;
        float: none !important;
    }

    .about-right-box {
        width: 90vw;
        margin: 0 auto;
        float: none !important;

    }

    .about-img {
        width: 100%;
        height: auto;
    }

    .data-bar {
        height: auto;
        padding-left: 0rem;
        padding-right: 0;
    }

    .data-bar-item {
        width: 50%;
        padding-left: 0.3rem;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        padding-right: 0.1rem;
        border-right: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;

    }

    .data-bar-item:nth-child(-n + 2) {
        border-top: none;
    }

    .data-bar-item:nth-child(2n) {
        border-right: none;
    }

    .data-bar-item:before {
        width: 2px;
        height: 0.26rem;
        top: 0.46rem;
        left: 0.1rem;
    }

    .data-bar-item:after {
        top: 0.72rem;
        height: 0.6rem;
        left: 0.1rem;
    }

    .data-bar-item .data {
        font-size: 0.54rem;

        white-space: nowrap; /* 防止换行 */
        overflow: hidden; /* 隐藏超出部分 */
        text-overflow: ellipsis; /* 添加省略号 */
    }

    .data-bar-item .dw {
        font-size: 0.28rem;
        padding-left: 0.1rem;
        white-space: nowrap; /* 防止换行 */
        overflow: hidden; /* 隐藏超出部分 */
        text-overflow: ellipsis; /* 添加省略号 */
    }

    .data-bar-item .desc {
        font-size: 0.32rem;
        white-space: nowrap; /* 防止换行 */
        overflow: hidden; /* 隐藏超出部分 */
        text-overflow: ellipsis; /* 添加省略号 */
    }

    .common-subtitle {
        font-size: 0.32rem;

        padding: 0 0.3rem;
        margin-top: 0.36rem;
    }

    .swiper-container.product-swiper {
        margin-top: 0.3rem !important;
        height: 4.4rem !important;
    }

    .product-banner-item {
        width: auto;
        margin-right: 0;
        height: 3.6rem;

    }

    .product-banner-item .inner-box {
        margin: 0 auto;
        width: 6.9rem;
        height: 2.9rem;
    }

    .product-banner-item .pro-img {
        width: 3.4rem;
        height: 2.82rem;
        top: -0.4rem;
        left: 0rem;
        margin-left: 0.4rem;
    }

    .product-banner-item .right-box {
        padding-top: 0.3rem;
        width: 2.8rem;
    }

    .product-banner-item .title {
        padding: 0.1rem 0.1rem 0.24rem 0;
    }

    .product-banner-item .desc {
        margin-top: 0.22rem;
        line-height: 1;
        font-size: 0.28rem;
    }

    .product-banner-item .arrow {
        font-size: 0.28rem;
        width: 0.6rem;
        height: 0.6rem;
        line-height: 0.6rem;
        margin-top: 0.3rem;
    }


    .pagination-product .swiper-pagination-bullet {
        /*display: inline-block;*/
        width: 26px;
        height: 26px;
        width: 0.3rem;
        height: 0.3rem;
        border-radius: 26px;

        border-radius: 0.3rem;
        background: transparent;
        margin: 0 0.06rem;
        opacity: 1;
        cursor: pointer;
        position: relative;

    }

    .pagination-product .swiper-pagination-bullet:after {
        display: block;
        position: absolute;
        content: '';
        width: 0.1rem;
        height: 0.1rem;
        border-radius: 0.1rem;
        background: #0c2f89;
        left: 0.08rem;
        top: 0.08rem;
    }

    .pagination-product .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 0.02rem solid #0C2F89;
    }

    .honor-left-box {
        width: 90%;
        margin: 0 auto;
        float: none !important;
    }

    .about-txt-honor {
        margin: 0.2rem auto 0;
        width: auto;

        font-size: 0.3rem;
        line-height: 1.67;

        /*height: 1.24rem;*/
    }

    .photos-box {
        margin-top: 0.4rem !important;
    }

    .photo-item {
        width: 50%;
        height: 2.3rem;
        border: 2px solid #FFFFFF;
    }

    .photo-item:nth-child(1) {
        height: 4.6rem;
    }

    .photo-item:nth-child(1) .photo-content {
        background: rgba(12, 47, 137, 0.7);
        padding: 0 0.3rem 0 0.3rem;
    }

    .photo-item:nth-child(1) .photo-title {
        font-size: 0.32rem;
        margin-top: 0.6rem;
    }

    .photo-item:nth-child(1) .photo-desc {
        font-size: 0.28rem;

    }

    .photo-item .photo-title {
        margin-top: 0.4rem;
        font-size: 0.3rem;
    }

    .photo-item .photo-desc {
        font-size: 0.28rem;
        line-height: 1.67;
    }


    /*隐藏pc端荣誉图片*/
    .honor-right-box {
        width: 90%;
        margin: 0 auto;
        float: none !important;

        display: none;
    }

    /*显示手机端荣誉图片轮播*/
    .honor-mobile-banner {
        display: block;
        position: relative;
    }

    .swiper-container.honor-swiper {
        width: 90%;

        margin-top: 0.4rem;
        height: 6rem;
    }

    .honor-blue-box {
        display: none;
    }

    .honor-mobile-banner .honor-img-box {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        height: auto;
        width: auto;
    }

    .honor-img {
        width: 100%;

        height: 5rem;
    }

    .honor-img-box .honor-reflection-img {
        width: 100%;
        height: 5rem;
    }

    /*   .honor-img-box .down {
           display: none;
       }*/
    .honor-mobile-banner .swiper-button-prev, .honor-mobile-banner .swiper-container-rtl .swiper-button-next {
        color: #0C49C1;
        border: 1px solid #0C49C1;
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        /*background-color: #F5F5F5;*/
        /*position: relative;*/
        /*background-image: none;*/
        background-image: url("../images/pro-swiper-next.png");
        transform: rotate(180deg);
        background-size: 0.4rem 0.4rem;
        background-color: #FFFFFF;
    }

    .honor-mobile-banner .swiper-button-next, .honor-mobile-banner .swiper-container-rtl .swiper-button-prev {
        color: #0C49C1;
        border: 1px solid #0C49C1;
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        /*background-color: #F5F5F5;*/
        background-image: url("../images/pro-swiper-next.png");
        background-size: 0.4rem 0.4rem;
        background-color: #FFFFFF;


    }

    .honor-mobile-banner .swiper-button-next:active, .honor-mobile-banner .swiper-container-rtl .swiper-button-prev:active, .honor-mobile-banner .swiper-button-prev:active, .honor-mobile-banner .swiper-container-rtl .swiper-button-next:active {
        background-image: url("../images/pro-swiper-next-w.png");
        background-color: #0C49C1;
    }

    .honor-mobile-banner .swiper-button-prev {
        left: 0.1rem;
    }

    .honor-mobile-banner .swiper-button-next {
        right: 0.1rem;
    }


    .historys-box {
        width: 90%;
        margin: 0 auto;
        margin-top: 0.3rem !important;
    }

    .history-big-box {
        float: none !important;
        width: 100%;
        height: auto;
    }

    .history-big-box img {
        width: 100%;
        height: auto;
    }

    .history-big-desc {
        height: 0.6rem;
        line-height: 0.6rem;
        padding: 0 0.2rem;
        font-size: 0.3rem;

    }

    .history-list-box {
        width: auto;
        padding-left: 0;

    }

    /**
    手机端显示三条
     */
    .history-item {
        padding-left: 0;
        float: none !important;
        margin-top: 0.3rem;
        display: none;
    }

    .history-item:nth-child(-n + 3) {
        display: block;
    }

    .history-content {
        width: 5.5rem;
        padding: 0 0.2rem;
    }

    .history-item .time-box {
        width: 1.2rem;
        height: 1.1rem;
    }

    .history-item .time-box .year {
        font-size: 0.36rem
    }

    .history-item .time-box .md {
        font-size: 0.24rem;
        padding-top: 0.2rem;
    }

    .history-content .history-title {
        font-size: 0.32rem;
    }

    .history-content .history-desc {
        margin-top: 0.1rem;
        height: 0.7rem;
        font-size: 0.28rem;
        color: #999999;
        line-height: 0.35rem;
    }

}



