.contentboxbxts {
    width: 100%;
    /*margin-top: .5156rem;*/
}

.contentboxbxts_title {
    width: 5.7292rem;
    margin: 0 auto;
}

.contentboxbxtsbox {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.contentboxbxtsbox_title {
    font-size: .1146rem;
    color: #f8982b;
}

.contentboxbxtsbox_title2 {
    font-size: .125rem;
    color: #9d1724;
    margin-top: .0521rem;
}

.contentboxbxtsbox_imggroup {
    width: 5.7292rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.contentboxbxtsbox_imggroup_item {
    flex: 1;
    text-indent: 0;
    line-height: 0;
    margin-left: 10px;
}

.contentboxbxtsbox_imggroup_item:nth-child(1) {
    margin-left: 0;
}

.contentboxbxtsbox_imggroup_item img {
    width: 100%;
    height: auto;
}

.contentboxbxtsbox_cont {
    width: 100%;
    text-indent: 2em;
    line-height: 29px;
    margin: .1823rem 0 .2083rem 0;
}

.contentboxbxtsbox_contt {
    width: 100%;
    font-size: 14px;
    text-indent: 0;
    line-height: 29px;
    margin: 0 0 .2083rem 0;
}

.contentboxbxtsbox_contt p img {
    max-width: 100%;
    height: auto;
}

.zjwz-xxln-box {
    width: 100%;
    margin: .4427rem auto 0;
}

.zjwz-xxln_head {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zjwz-xxln_head_t {
    width: .0052rem;
    height: .1563rem;
    background-color: #dedede;
}

.zjwz-xxln_head_c {
    font-size: .0521rem;
    color: #aaaaaa;
    margin: .125rem 0 .0885rem;
}

.zjwz-xxln_head_img {
    width: .3385rem !important;
    height: .3385rem;
}

.zjwz-xxln_head_b {
    font-size: .125rem;
    color: #9d1724;
    text-indent: 0;
    line-height: 0;
    margin-top: .1042rem;
    margin-bottom: .2396rem;
}

.contentboxgksxbox {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url(/static/images/gksx_bg.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contentboxgksxbox_bg {
    width: 100%;
    display: block;
    opacity: 0;
}

.contentboxgksxbox_textbox {
    width: calc(100% - 1.5625rem);
    position: absolute;
    left: .7813rem;
    top: .276rem;
}

.contentboxgksxbox_title {
    font-size: .1458rem;
    color: #ffffff;
}

.contentboxgksxbox_cont {
    width: 7.6042rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contentboxgksxbox_cont_item {
    width: 100%;
    margin-top: .224rem;
}

.contentboxgksxbox_cont_item_title {
    font-size: .0833rem;
    color: #f8982b;
}

.contentboxgksxbox_cont_item_cont {
    font-size: .0833rem;
    line-height: .1458rem;
    color: #fff;
}

.contentboxbxtsbox_title3 {
    width: 100%;
    text-align: center;
    font-size: .1146rem;
    letter-spacing: .0052rem;
    color: #f8982b;
    margin: .3802rem 0 .0521rem 0;
}

.contentboxbxtsbox_title4 {
    width: 100%;
    text-align: center;
    font-size: .125rem;
    letter-spacing: .0052rem;
    color: #9d1724;
    margin-bottom: .2188rem;
}

.zjwz-xxln_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .3698rem;
}

.zjwz-xxln_main_t {
    width: 2.9271rem;
    height: 1.8594rem;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 .4635rem;
}

.zjwz-xxln_main_t_img {
    width: .151rem;
    height: .1875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .2396rem 0 .0833rem 0;
}

.zjwz-xxln_main_t .zjwz-xxln_main_t_img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.zjwz-xxln_main_t2 {
    width: 100%;
    text-align: center;
    font-size: .125rem;
    color: #9d1724;
}

.zjwz-xxln_main_t4 {
    font-size: .0833rem;
    color: #666666;
    /* text-indent: 2em; */
    text-align: center;
    margin-top: .2083rem;
}

/* 国际双语 */
.contentgjsybox {
    width: 9.1667rem;
    display: flex;
    margin: .4948rem auto .5417rem auto;
}

.contentgjsybox_item {
    width: 50%;
    height: 3.3854rem;
    background-color: #ffffff;
    position: relative;
    cursor: pointer;
}

.contentgjsybox_item img {
    width: 100%;
}

.contentgjsybox_item_mask {
    width: 0%;
    height: 100%;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s linear;
    overflow: hidden;
}

.contentgjsybox_item:hover .contentgjsybox_item_mask {
    width: 100%;
    display: flex;
    background-color: rgba(157, 23, 36, 0.95);
    padding-left: .8125rem
}

.contentgjsybox_item div {
    width: 100%;
    color: #ffffff;
    text-align: left;
}

.contentgjsybox_item_mask_title {
    font-size: .1667rem;

    margin-top: 1.3906rem;
}

.contentgjsybox_item_mask_content {
    font-size: 14px;
    color: #ffffff;
    margin-top: .1146rem;
}

.contentgjsybox_item_mask_more {
    font-size: .0625rem;
    color: #ffffff;
    margin-top: .1875rem;
}

/* 视频专区 */
.contentspzqbox_cont {
    width: 9.1667rem;
    height: 1.9635rem;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: .2135rem auto .3854rem auto;
}

.contentspzqbox_cont .mySwiper {
    width: calc(7.7814rem + 20px);
    overflow: hidden;
}

.contentspzqbox_cont .swiper-slide {
    width: 9.1667rem;
    height: 1.9635rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 !important;
}

.contentspzqbox_cont .swiper-slide-item {
    width: 100%;
    position: relative;
}

.contentspzqbox_cont .swiper-slide-item-img {
    width: 2.5938rem;
    height: 1.6667rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentspzqbox_cont .swiper-slide img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.contentspzqbox_cont .swiper-slide-item .spzqautoplay {
    width: 3.333vw;
    height: 3.333vw;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.contentspzqbox_cont .swiper-slide-item:hover .spzqautoplay {
    display: block;
}

.contentspzqbox_cont .swiper-slide-item .spzqautoplaymask {
    width: 2.5938rem;
    height: 1.6667rem;
    background-color: rgba(157, 23, 36, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.contentspzqbox_cont .swiper-slide-item .spzqautoplaymask img {
    width: 3.333vw;
    height: 3.333vw;
    cursor: pointer;
}

.contentspzqbox_cont .swiper-slide-item:hover .spzqautoplaymask {
    display: flex;
}

.contentspzqbox_cont .swiper-slide-item .spzqautoplay:hover {
    cursor: pointer;
}

.contentspzqbox_cont .swiper-slide-item_video {
    width: 2.5938rem;
    height: 1.6667rem;
    cursor: pointer;
}

.contentspzqbox_cont .swiper-slide-item_video video {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.contentspzqbox_cont .swiper-slide-item_title {
    width: 100%;
    font-size: 12px;
    padding: 5px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.contentspzqbox_cont .swiper-slide-item_title_xian {
    width: .0104rem;
    height: .0938rem;
    background-color: #9d1724;
    margin-right: .0521rem;
}

.contentspzqbox_cont .swiper-button-prev {
    width: .2917rem;
    height: .2917rem;
    background-color: #aaaaaa;
    background-image: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    left: 0;
}

.contentspzqbox_cont .swiper-button-prev img {
    width: .0521rem;
    height: .0885rem;
}

.contentspzqbox_cont .swiper-button-next {
    width: .2917rem;
    height: .2917rem;
    background-color: #aaaaaa;
    background-image: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    right: 0;
}

.contentspzqbox_cont .swiper-button-next img {
    width: .0521rem;
    height: .0885rem;
}

.contentspzqbox_cont .swiper-button-next:after,
.contentspzqbox_cont .swiper-button-prev:after {
    font-size: 0;
}

.contentspzqbox_cont .swiper-button-next:hover,
.contentspzqbox_cont .swiper-button-prev:hover {
    background-color: #9d1724;
}

.contentgjsydelbox {
    width: 9.1667rem;
    margin: 0 auto;
}

.contentgjsydelbox_img {
    width: 100%;
    height: auto;
}

.contentgjsydelbox_title1 {
    width: 100%;
    font-size: .1146rem;
    letter-spacing: .0052rem;
    color: #f8982b;
    text-align: center;
    margin-top: .2865rem;
}

.contentgjsydelbox_title2 {
    width: 100%;
    font-size: .125rem;
    letter-spacing: .0052rem;
    color: #9d1724;
    text-align: center;
    margin-top: .1146rem;
}

.contentgjsydelbox_cont {
    width: 5.6979rem;
    font-size: .0885rem;
    letter-spacing: .0052rem;
    color: #666666;
    text-indent: 2em;
    margin: .1823rem auto 1.3854rem auto;
}

.contentboxbxtsbox {
    margin-bottom: 40px;
}

@media screen and (max-width:1024px) {
    .contentboxbxtsbox_title {
        font-size: 16px;
    }

    .contentboxbxtsbox_title2 {
        font-size: 16px;
    }

    .contentboxbxtsbox_title3 {
        font-size: 16px;
    }

    .contentboxbxtsbox_title4 {
        font-size: 16px;
    }

    .contentboxbxtsbox_cont {
        width: 100%;
    }

    .contentboxbxtsbox {
        width: 90%;
    }

    .contentspzqbox_cont .swiper-button-prev {
        width: 20px;
        height: 20px;
        top: 50%;
    }

    .contentspzqbox_cont .swiper-button-prev img {
        width: 8px;
        height: 10px;
    }

    .contentspzqbox_cont .swiper-button-next {
        width: 20px;
        height: 20px;
        top: 50%;
    }

    .contentspzqbox_cont .swiper-button-next img {
        width: 8px;
        height: 10px;
    }

    .contentspzqbox_cont .swiper-slide-item_title {
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        justify-content: center;
    }

    .contentspzqbox_cont .swiper-slide-item_title .swiper-slide-item_title_xian {
        display: none;
    }

    .zjwz-xxln_head_c {
        font-size: 12px;
        color: #f8982b;
    }

    .zjwz-xxln_head_img {
        width: .6771rem !important;
        height: .6771rem;
    }


    .contentspzqbox_cont {
        height: auto;
    }

    .contentspzqbox_cont .swiper-slide {
        height: auto;
    }

    .contentspzqbox_cont .swiper-slide-item-img {
        width: 100%;
        height: auto;
        aspect-ratio: 1.55625/1;
    }

    .contentspzqbox_cont .swiper-slide-item img {
        width: 100%;
        height: auto;
    }

    .contentboxbxtsbox_imggroup {
        width: 100%;
    }

    .contentboxgksxbox {
        height: 822px;
    }

    .zjwz-xxln_head_b {
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .contentspzqbox_cont .swiper-slide-item .spzqautoplaymask {
        width: 100%;
        height: 100%;
    }

    .contentspzqbox_cont .swiper-slide-item .spzqautoplaymask img {
        width: 6.666vw;
        height: 6.666vw;
    }

    .contentboxbxts_title {
        width: 90%;
    }


    .contentboxgksxbox_title {
        font-size: 14px;
    }

    .contentboxgksxbox_cont_item_title {
        font-size: 14px;
    }

}