@charset "utf-8";


.title1 {
    margin-bottom: 50px;
    background: url(../image/back_t2.png) no-repeat center center;
    height: 128px;
}

.title1 .name {
    padding-top: 10px;
    padding-bottom: 25px;
}

.title1 .name img {
    margin: auto;
    height: 67px;
}

.title1 .fbt {
    text-align: center;
    color: #dda230;
    font-size: 18px;
}

.box1 {
    /* padding-top: 100px; */
    position: relative;
}


.box1 .box1back1 {
    position: absolute;
    z-index: -1;
    right: 0;
    top: -124px;
}

.box1 .box1back {
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 22px;
}

.box1 .box {
    /* max-width: 1300px; */
}

.box1 .slick-list {
    overflow: visible;
}



.box1 .list {
    padding-top: 133px;
    position: relative;
}

.box1 .carousel-container {
    /* max-width: 1200px; */
    /* margin: 50px auto; */
    position: relative;
    margin: 0px 20px;
}

.box1 .carousel-item {
    transition: transform 0.3s ease;
}


.box1 .custom-nav {
    position: absolute;
    top: -127px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.box1 .nav-buttons {
    display: flex;
    gap: 10px;
}

.box1 .nav-buttons button {
    background: none;
    /* border: 1px solid #ddd; */
    width: 32px;
    height: 32px;
    /* border-radius: 50%; */
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0px;
    background: url(../image/zfx.png) no-repeat center center;
}

.box1 .nav-buttons button.next-btn1 {
    background-image: url(../image/yfx.png);
}

.box1 .nav-buttons button:hover {

    background-image: url(../image/zfx1.png);
}

.box1 .nav-buttons button.next-btn1:hover {
    background-image: url(../image/yfx1.png);
}

.box1 .index-display {
    display: flex;
    align-items: center;
    font-family: monospace;
    font-size: 24px;
    white-space: nowrap;
}

.box1 .progress-container {
    width: 290px;
    height: 6px;
    background: #0b4e99;
    border-radius: 8px;
    overflow: hidden;
}

.box1 .progress-bar {
    width: 20%;
    height: 100%;
    background: #99b8db;
    transition: width 0.6s ease;
}

.box1 .swz {
    border-left: 2px solid #774a03;
    padding-left: 10px;
    opacity: 0;
}

.box1 .swzitem {
    line-height: 28px;
    background: url(../image/sj.png) no-repeat center left;
    padding-left: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.box1 .swzitem:nth-child(2) {
    background-image: url(../image/bj.png);
}

.box1 .more {
    right: 0;
    bottom: 30px;
    position: absolute;
}

.box1 .carousel {
    margin: 0px -35px;
}

.box1 .carousel-item {
    padding: 0px 35px;
    /* width: 30vw; */
    width: 482px;
    transition: all 0.4s;
    box-sizing: border-box;
}

.box1 .mkuai {
    padding: 20px 20px;
    padding-top: 1px;
    position: relative;
    display: block;
    transition: all 0.4s;
    background: url(../image/b_fwzn1.png) no-repeat center center;
    background-size: cover;
}

.box1 .mkuai {}

.box1 .mkuai .icon {
    width: 120px;
    height: 120px;
    background-color: #99b8db;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 60px;
    margin: auto;
    margin-top: -60px;
}

.box1 .mkuai .dbt {
    font-size: 26px;
    color: #0b4e99;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #9fbbdb;
    text-align: center;
}

.box1 .mkuai .wznr {
    padding: 15px 0;
    height: 410px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
}

.box1 .mkuai .wznr p,
.box1 .mkuai .wznr a {
    font-size: 20px;
    line-height: 34px;
    color: #333333;
    text-align: justify;
}

.box1 .mkuai .wznr img {
    margin: auto;
    max-width: 100%;
    height: auto !important;
}

.box1 .mkuai .wznr a:hover {
    color: #dda230 !important;
    transition: all 0.4s;
}

.box1 .item1 p {
    text-align: center !important;
}

.box1 .item2 a {
    letter-spacing: 3px;
}

.box1 .item5 a img:nth-child(2) {
    display: none;
}






.box1 .carousel-item.slick-current {
    transform: scale(1.1);
    transition: all 0.4s;
}


.box1 .carousel-item.slick-current .mkuai {
    /* background-size: 100% 100%; */
    background-image: url(../image/b_fwzn1_xz.png);
    transition: all 0.4s;
}

.box1 .carousel-item.slick-current .mkuai .wznr p,
.box1 .carousel-item.slick-current .mkuai .wznr a {
    transition: all 0.4s;
    color: #ffffff;
}

.box1 .carousel-item.slick-current .dbt {
    color: #ffffff;
    transition: all 0.4s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.box1 .carousel-item.slick-current .mkuai .icon {
    transition: all 0.4s;
    background-color: #0099c6;
}



.box1 .item5.slick-current .mkuai a img:nth-child(2) {
    display: block;
}

.box1 .item5.slick-current .mkuai a img:nth-child(1) {
    display: none;
}



.title2 {
    background: url(../image/lmt01.png) no-repeat center center;
    height: 90px;
    background-size: auto 100%;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.title2 .name {
    color: #0b4e97;
    font-size: 48px;
    font-family: 'SourceHanSerifSCBold';
    padding-top: 4px;
    padding-bottom: 8px;
}

.title2 .name1 {
    color: #977721;
    font-size: 18px;
}

.title2 .more {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -52px;
    line-height: 40px;
    padding: 0px 20px;
    background: url(../image/more.png) center center no-repeat;
    /* margin-top: 10px; */
    color: #0b4e97;
    font-size: 18px;
    font-family: 'SourceHanSerifSCBold';
}

.box2 {
    position: relative;
    /* padding-top: 120px; */
}

.box2 .list {
    width: calc(100% + 34px);
}

.box2 .list .item {
    width: calc(33.33% - 34px);
    margin-right: 34px;
    margin-bottom: 60px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    position: relative;
    height: 235px;
    background-size: contain;
    float: left;
    background-color: #ffffff;
}

.box2 .list .item:hover {
    border: 1px solid #0b4e99;
}

.box2 .list .date {
    position: absolute;
    width: 90px;
    height: 90px;
    text-align: center;
    color: #ffffff;
    background: url(../image/b_tzggsj.png) no-repeat center center;
    background-size: contain;
    border-radius: 50%;
    left: 25px;
    top: -30px;
    background-color: #0b4e99;
}

.box2 .list .date1 {
    font-family: 'DinBold';
    font-size: 46px;
    padding-top: 5px;
    padding-bottom: 1px;
}

.box2 .list .date2 {
    font-family: 'DINRegular';
}

.box2 .list .itembj {
    position: absolute;
    left: 0;
    top: 0px;
    width: 0%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.box2 .list .item:hover .itembj {
    /* border: 1px solid #fbcb5c; */
    transition: all 0.4s;
}

.box2 .list .item:hover .itembj {
    width: 100%;
}

.box2 .list .item:hover .date {
    /* background-image: url(../image/back_tzgg2.png); */
    background-color: #dac590;
    transition: all 0.4s;
}

.box2 .list .item:hover .bt {
    color: #0b4e99;
    font-weight: 600;
}

.box2 .list .bt {
    position: absolute;
    padding: 0px 30px;
    line-height: 38px;
    font-size: 24px;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}

.box2 .box2back {
    position: absolute;
    left: 50%;
    top: 90px;
    transform: translateX(-50%);
    z-index: -1;
    max-width: 80%;
}

.box2 .box2back1 {
    position: absolute;
    left: 0;
    top: -450px;
    z-index: -1;
}

.box3 {
    position: relative;
    /* padding-top: 120px; */
}

.box3 .box3bj {
    position: absolute;
    right: 0;
    top: 90px;
    z-index: -1;
}

.box3 .left {
    width: 50%;
    padding-right: 13px;
    box-sizing: border-box;
}

.box3 .left .item1 {}

.box3 .left .item1 .img {
    position: relative;
    overflow: hidden;
}

.box3 .left .item1 .img img {
    width: 100%;
    height: 404px;
    object-fit: cover;
}

.box3 .left .item1 .date {
    position: absolute;
    top: 27px;
    left: 27px;
    background-color: #dac590;
    color: #ffffff;
    width: 58px;
    height: 58px;
    text-align: center;
}

.box3 .left .item1 .date1 {
    font-family: 'DinBold';
    font-size: 34px;
    padding-top: 0px;
    padding-bottom: 1px;
}

.box3 .left .item1 .date2 {
    font-family: 'DINRegular';
    font-size: 14px;
}

.box3 .left .item1 .bt {
    font-size: 24px;
    line-height: 70px;
    color: #0b4e99;
    text-align: center;
    background-color: #ffffff;
    padding: 0px 20px;
}

.box3 .left .item2 {
    padding: 0 56px;
    line-height: 85px;
    font-size: 24px;
    background: url(../image/index19.png) no-repeat left center;
    background-size: auto 100%;
    background-color: #ffffff;
    margin-top: 13px;
    color: #0b4e99;
}

.box3 .left .item1:hover img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box3 .left .item1:hover .bt {
    font-weight: 600;
}

.box3 .left .item2:hover {
    font-weight: 600;
    color: #0b4e99;
}

.box3 .right {
    width: 50%;

}

.box3 .right .top {
    width: calc(100% + 13px);
}

.box3 .right .top .item {
    float: left;
    width: calc(50% - 13px);
    margin-right: 13px;
    background-color: #ffffff;
    padding: 14px 12px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.box3 .right .top .item .date {
    background-color: #0b4e99;
    color: #ffffff;
    width: 58px;
    height: 58px;
    text-align: center;
    margin-bottom: 18px;
}

.box3 .right .top .item .date1 {

    font-family: 'DinBold';
    font-size: 34px;
    padding-top: 0px;
    padding-bottom: 1px;
}

.box3 .right .top .item .date2 {

    font-family: 'DINRegular';
    font-size: 14px;
}

.box3 .right .top .item .bt {
    font-size: 24px;
    line-height: 40px;
    padding: 0px 20px;
    color: #0b4e99;
}

.box3 .right .top .item:hover {
    background-color: #0b4e99;
    color: #ffffff;
    transition: all 0.4s;
}

.box3 .right .top .item:hover .bt {
    color: #ffffff;
    transition: all 0.4s;
}

.box3 .right .bottom {
    /* width: calc(100% + 13px); */
    padding: 41px 30px;
    background-color: #ffffff;
    box-sizing: border-box;
    margin-top: 17px;
}


.box3 .right .bottom .item {
    position: relative;
}

.box3 .right .bottom .img {
    overflow: hidden;
}

.box3 .right .bottom .img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.box3 .right .bottom .title {
    position: absolute;
    padding: 22px 27px;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 24px;
    box-sizing: border-box;
}





.box3 .right .bottom .back {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;

}

.box3 .right .bottom .date {
    position: absolute;
    left: 17px;
    top: -28px;
    background-color: #0b4e99;
    color: #ffffff;
    width: 58px;
    height: 58px;
    text-align: center;
    margin-bottom: 18px;
}

.box3 .right .bottom .date1 {

    font-family: 'DinBold';
    font-size: 34px;
    padding-top: 0px;
    padding-bottom: 1px;
}

.box3 .right .bottom .date2 {
    font-family: 'DINRegular';
    font-size: 14px;
}

.box3 .right .bottom:hover .img img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box3 .right .bottom:hover .date {
    transition: all 0.4s;
    background-color: #0b4e99;
}

.box3 .right .bottom:hover .title {
    transition: all 0.4s;
    color: #dda230;
}

.box3 .zt {
    margin-top: 28px;
    height: 410px;
    position: relative;
    display: flex;
}

.box3 .zt .item {
    /* width: 8%; */
    height: 100%;
    position: relative;
    float: left;
    transition: all 0.6s;
    flex: 1;
}

.box3 .zt .item::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(116, 1, 1, 0.6);
    opacity: 1;
}


.box3 .zt .item.style {
    /* width: 60%; */
    flex: 7.5;
}

.box3 .zt .item.style .bt {
    display: none;
}

.box3 .zt .item.style::after {
    opacity: 0;
}

.box3 .zt .item .bt {
    font-size: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #ffffff;
    z-index: 1;
}

.box3 .zt .item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box4 {
    position: relative;

}

.box4 .box4bj {
    position: absolute;
    bottom: 125px;
    left: 0;
    z-index: -1;

}

.box4 .box {
    padding: 0 8px;
    padding-top: 120px;
    padding-bottom: 110px;
    overflow: hidden;
}

.box4 .box4list {
    padding-top: 80px;
}

.box4 .list {
    height: 560px;
    position: relative;
    display: flex;
    perspective: 500px;
}

.box4 .list .item {
    float: left;
    position: relative;
    overflow: hidden;
    width: auto;
    flex: 1 3.7;

    /*开启后只有宽度渐变 */
    /* transition: flex 0.8s; */

    /* 翻转动画 ：开启后 过度会有个翻转效果  */
    /* transition: all 0.8s; */
}

.box4 .list .item:nth-child(even) {
    transform: rotateY(345deg) scaleX(1.04);
}

.box4 .list .item:nth-child(odd) {
    transform: rotateY(15deg) scaleX(1.04);
}

.box4 .list .item,
.box4 .list .item .a {
    height: 100%;
    box-sizing: border-box;
}

.box4 .list .item .a {
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0;
    transition: all 1s;

}

.box4 .list .item .title {
    line-height: 28px;
    /* padding-bottom: 25px; */
    font-size: 24px;
    border-left: 3px solid #772323;
    font-family: 'SourceHanSerifSCBold';
    color: #772323;
    padding-left: 15px;
    box-sizing: border-box;
    position: absolute;
    width: calc(100% - 60px);
    top: -30px;
    left: 30px;
    transition: all 1.2s;
}

.box4 .list .item .img {
    border: 0px solid #dac590;
    box-sizing: border-box;
    /* height: calc(100% - 53px); */
    height: 100%;
    overflow: hidden;
}

.box4 .list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .box4 .list .item:hover .img img {
    transform: scale(1.1);
} */

.box4 .list .style .title {
    top: 30px;
}

.box4 .list .style .img {
    border: 4px solid #dac590;
}

.box4 .list .style .a {
    padding: 30px;
    padding-top: 83px;
    position: relative;
}



.box4 .list .style {
    flex: 3.7 1;
    transform: rotateY(0deg) scaleY(0.95) !important;
    box-shadow: 0px 0px 8px 0px rgba(92, 16, 4, 0.1);
}

.box4 .list .style:nth-child(2) {

    transform: rotateY(-4deg) !important;
}

.box4 .list .style:nth-child(3) {

    transform: rotateY(4deg) !important;
}

.box5 {
    position: relative;
    z-index: 2;
}

.box5 .box {
    border-top: 1px solid #dac590;
    border-bottom: 1px solid #dac590;
    padding: 30px 0;
}

.box5 .list {
    margin: 0 -10px;
}

.box5 .item {
    padding: 0px 10px;
}

.box5 .item a {
    background: url(../image/index66.png) no-repeat left top;
    background-size: 0% 100%;
    border: 3px solid rgba(218, 197, 144, 0);
    transition: all 0.7s;
    padding: 20px;
    box-sizing: border-box;
}

.box5 .item .sj {
    color: #cccccc;
    font-size: 18px;
}

.box5 .item .bt {
    font-size: 18px;
    height: 52px;
    line-height: 26px;
    font-weight: 600;
    margin: 22px 0;
    transition: all 0.4s;
}

.box5 .item .gd {
    color: #cccccc;
    padding-right: 22px;
    background: url(../image/forward.png) no-repeat right center;
    line-height: 20px;
    display: inline-block;
}

.box5 .item:hover a {
    background-size: 100% 100%;
    border: 3px solid #dac590;
    color: #cd0908;
}

.box5 .item:hover .bt {
    color: #cd0908;
}

.box6 {
    position: relative;
    padding-top: 60px;
    /* padding-bottom: 30px; */
}

.box6 .bj1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* max-height: calc(100% - 40px); */
    height: 840px;
    width: 100%;
    object-fit: cover;
}

.box6 .bj2 {
    float: right;
    position: relative;
    max-width: 10000px;
    height: 1248px;
    width: auto;
}

.box6 .box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: 100%;
}

.box6 .box61 {
    position: relative;
}

.box6 .box61 .title2 {
    /* display:inline-block; */
    width: 690px;
    background-size: contain;
    margin-bottom: 40px;
}

.box6 .box61 .title2 .name {
    padding-top: 6px;
    padding-bottom: 5px;
}

.box6 .box61 .title2 .name1 {
    color: #977721;
}

.box6 .title1 {
    position: absolute;
    top: 170px;
    left: 0;

}

.box6 .list {
    height: 555px;
    position: relative;
}

.box6 .list .item {
    position: absolute;
    box-sizing: border-box;
}

.box6 .list .item:nth-child(1) .lylist {
    width: 100%;
    height: 100%;
    /* margin: 0px -7px; */
    background: url(../image/back3.png);
    background-size: cover;
    padding: 0px 10px;
    box-sizing: border-box;
    padding-top: 30px;
}

.box6 .list .item:nth-child(1) .lylist {}

.box6 .list .item:nth-child(1) .lylist .slick-arrow {
    display: none !important;
}

.box6 .list .item:nth-child(1) .lylist .lylist1 {
    padding: 0px 7px;

}

.box6 .list .item:nth-child(1) .lylist .lylist1 a {
    line-height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    background: url(../image/shmt1.png) no-repeat left 12px center;
    padding-left: 42px;
    box-sizing: border-box;
    color: #ffffff;
    margin-bottom: 2px;
}

.box6 .list .item:nth-child(1) .lylist .lylist1 a:hover {
    opacity: 0.7;
    transition: all 0.4s;
}

.box6 .list .item:nth-child(1) .lylist .lylist1 a::after {
    content: '→';
    position: absolute;
    right: 12px;
    transform: translateY(-50%);
    top: 53%;
    color: #e8dcbc;
}

.box6 .list .item:nth-child(1) {
    left: 0;
    top: 0;
    height: 130px;
    width: 55%;
    padding-bottom: 10px;
}

.box6 .list .item:nth-child(2) {
    left: 0;
    bottom: 0;
    height: calc(100% - 130px);
    width: 28%;
    padding-right: 10px;
}

.box6 .list .item:nth-child(3) {
    left: 28%;
    top: 130px;
    height: calc((100% - 140px)/2);
    width: 27%;
}

.box6 .list .item:nth-child(4) {
    left: 28%;
    bottom: 0;
    height: calc((100% - 140px)/2);
    width: 27%;
}

.box6 .list .item:nth-child(5) {
    right: 0%;
    top: 0;
    height: calc(50% - 5px);
    width: 45%;
    padding-left: 10px;
}

.box6 .list .item:nth-child(6) {
    right: 0%;
    bottom: 0;
    height: calc(50% - 5px);
    width: 45%;
    padding-left: 10px;
}

.box6 .list .item .a {
    height: 100%;
    position: relative;
    /* border: 3px solid #ffe0ab; */
    box-sizing: border-box;
}

.box6 .list .item .tp {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.box6 .list .item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box6 .list .item .back {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
}

.box6 .list .item .wz {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    color: #ffffff;
}

.box6 .list .item .sj,
.box6 .list .item .bt {
    line-height: 26px;
}



.box6 .list .item .ly1 {}

.box6 .list .item .ly div {
    background-position: left center;
    line-height: 36px;
    background-repeat: no-repeat;
    border-bottom: 3px solid #f09d28;
    padding-left: 30px;
    display: none;
}

.box6 .list .item .ly1 .wb {
    display: inline-block;
    background-image: url(../image/ly1.png);
}

.box6 .list .item .ly2 .wx {
    display: inline-block;
    background-image: url(../image/ly2.png);
    border-bottom: 3px solid #28c445;
}

.box6 .list .item .ly3 .bilibili {
    display: inline-block;
    background-image: url(../image/ly3.png);
    border-bottom: 3px solid #f16c8d;
}

.box6 .list .item .ly4 .dy {
    display: inline-block;
    background-image: url(../image/ly4.png);
    border-bottom: 3px solid #000000;
}

.box6 .list .item .ly5 .sph {
    display: inline-block;
    background-image: url(../image/ly5.png);
    border-bottom: 3px solid #f09d28;
}

.box6 .list .item:hover .img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box7 {
    padding: 170px 0;
}

.box7 .slick-arrow {
    display: none !important;
}

.box7 .list {
    margin: 0px -10px;
}

.box7 .list .item {
    padding: 0px 10px;
    box-sizing: border-box;
}

.box7 .list .slick-list {
    padding: 10px 0;
}

.box7 .list a {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 5px 5px 10px 0px rgba(179, 17, 15, 0.3);
}

.box7 .list a img {
    width: 100%;
}

.box7 .list a:hover img {
    transform: scale(1.2);
    transition: all 0.4s;
}

.box8 .list {
    width: calc(100% + 50px);

}

.box8 {
    position: relative;
}

.box8 .boxback {
    position: absolute;
    top: 0;
    left: 38%;
    transform: translateX(-50%);
}

.box8 .list .item {
    width: calc(33.33% - 50px);
    float: left;
    margin-bottom: 50px;
    margin-right: 50px;
    position: relative;
    box-sizing: border-box;
    padding-right: 17px;
    padding-bottom: 17px;
}

.box8 .list .item::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    background-color: #99b8db;
    width: 70%;
    height: calc(100% - 17px);
    z-index: -1;
}

.box8 .list .item .block {
    border: 1px solid #0b4e99;
    box-sizing: border-box;
    padding: 20px;
    background: url(../image/back_jlysqh.png) no-repeat left center;
    background-color: #ffffff;
    background-size: 0 100%;
}

.box8 .list .item .sj {
    color: #486fa9;
}

.box8 .list .item .sj1 {
    font-size: 28px;
    font-weight: 600;
}

.box8 .list .item .sj2 {
    margin-left: 10px;
}

.box8 .list .item .bt {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.box8 .list .item:hover .block {
    background-size: 100% 100%;
    border: 1px solid #e8dcbc;
    transition: all 0.4s;
    color: #1a569d;
}

.box8 .list .item:hover .sj {
    color: #1a569d;
    transition: all 0.4s;
}

.box8 .list .item:hover::before {
    background-color: #e8dcbc;
    transition: all 0.4s;
}

.box9 {
    padding-top: 80px;
    padding-bottom: 150px;
}

.box9 .title2 .name span {
    color: #a4721d;
}

.box9 .list {
    float: right;
    max-width: 1520px;
    width: 1520px;
    align-items: end;
    display: flex;
}

.box9 .list .left {
    width: calc(100% - 300px);
    position: relative;
    float: none;
}

.box9 .list .left .bt {
    width: 34%;
    float: left;
    position: relative;
}

.box9 .list .left .bt1 {
    width: 81%;
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
}

.box9 .list .left .bt2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.box9 .list .left .img {
    width: 100%;
}

.box9 .list .left .icon {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 52%;
}

.box9 .list .left .more {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 11%;
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 9px;
    border-bottom: 1px solid #ffffff;
}

.box9 .list .left .more:hover {
    transition: all 0.4s;
    color: #dda230;
    border-bottom: 1px solid #dda230;
}

.box9 .list .left .sp {
    width: 66%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.box9 .list .left .sp .video-container {
    width: 100%;
    height: 500px;
}

.box9 .list .left .video-poster::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.box9 .list .right {
    width: 300px;
    padding-left: 30px;
    box-sizing: border-box;
    float: none;
}

.box9 .list .right .item {
    background-color: #ffe0a9;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 15px;
}

.box9 .list .right .top {
    overflow: hidden;
    height: 132px;
}

.box9 .list .right .top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box9 .list .right .bt {
    padding-top: 12px;
    color: #774a03;
}

.box9 .list .right .item:hover .top img {
    transition: all 0.4s;
    transform: scale(1.2);
}

.box9 .list .right a:hover .bt,
.box9 .list .right .bt:hover {
    transition: all 0.4s;
    color: #cc0000;
}

.box9 .list .right .play-button {
    width: 40px;
    height: 40px;
}

.box10 {
    padding-bottom: 5.789vw;
    position: relative;
}

.box10 .title2 {
    margin-bottom: 0px;
}

.box10 .box10bj {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.box10 .list {
    height: 51.053vw;
    position: relative;
}

.box10 .list .box10bj2 {
    position: absolute;
    width: 100vw;
    max-width: 100000px;
    left: 0;
    bottom: 0;
}

.box10 .list .item {
    position: absolute;
    transform: translateX(-2.526vw);
}

.box10 .list .item1 {}

.box10 .list .icon {
    width: 5.053vw;
    height: 5.053vw;
    border-radius: 50%;
    border: 1px solid #c22220;
    position: relative;
}

.box10 .list .dw {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    color: #be1615;
    padding-bottom: 0.73vw;
    white-space: nowrap;
    font-size: 0.785vw;
}

.box10 .list .dw span {
    font-size: 2.3vw;
    font-weight: 600;
}

.box10 .list .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.box10 .list .item1 {
    position: relative;
}


.box10 .list .icon .icon1 {}

.box10 .list .icon .icon2 {
    display: none;
}

.box10 .list .item:hover .icon1 {
    display: none;
}

.box10 .list .item:hover .icon2 {
    display: block;
}

.box10 .list .bt {
    width: 5.526vw;
    margin-left: 2.526vw;
    border-left: 2px solid #838383;
    padding-top: 1.316vw;
    padding-left: 0.526vw;
    box-sizing: border-box;
    font-size: 0.947vw;
    line-height: 1.368vw;
    color: #be1614;
    text-align: center;
}

.box10 .list .item:hover .icon {
    border: 1px solid #ffc025;
    background-color: #ffc025;
    transition: all 0.4s;
}

.box10 .list .item:hover .bt,
.box10 .list .item:hover .dw {
    color: #ffc025;
    transition: all 0.4s;
}

.box10 .list .item:nth-child(1) {
    left: 16vw;
    bottom: 8.4vw;
}

.box10 .list .item:nth-child(2) {
    left: 25.274vw;
    bottom: 15.263vw;
}

.box10 .list .item:nth-child(3) {
    left: 35.168vw;
    bottom: 13.374vw;
}

.box10 .list .item:nth-child(4) {
    left: 45.005vw;
    bottom: 19.374vw;
}

.box10 .list .item:nth-child(5) {
    left: 53.526vw;
    bottom: 18.579vw;
}

.box10 .list .item:nth-child(6) {
    left: 61.32vw;
    bottom: 23.063vw;
}

.box10 .list .item:nth-child(7) {
    left: 68.474vw;
    bottom: 23.458vw;
}

.box10 .list .item:nth-child(8) {
    left: 77.758vw;
    bottom: 22.137vw;
}

.box10 .list .item:nth-child(9) {
    left: 85.163vw;
    bottom: 27.8vw;
}

.box10 .list .item:nth-child(1) .bt {
    min-height: 16.316vw;
}

.box10 .list .item:nth-child(2) .bt {
    min-height: 12.789vw;
}

.box10 .list .item:nth-child(3) .bt {
    min-height: 18.053vw;
}

.box10 .list .item:nth-child(4) .bt {
    min-height: 6.632vw;
}

.box10 .list .item:nth-child(5) .bt {
    min-height: 15.105vw;
}

.box10 .list .item:nth-child(6) .bt {
    min-height: 11.895vw;
}

.box10 .list .item:nth-child(7) .bt {
    min-height: 16.158vw;
}

.box10 .list .item:nth-child(8) .bt {
    min-height: 10.526vw;
}

.box10 .list .item:nth-child(9) .bt {
    min-height: 13.684vw;
    padding-right: 0.5vw;
}

/* .box10 .list .item:nth-child(5) .bt,
.box10 .list .item:nth-child(7) .bt,
.box10 .list .item:nth-child(8) .bt,
.box10 .list .item:nth-child(9) .bt {
    padding-right: 0.5vw;
} */

.box427 {
    padding-bottom: 0px;
    position: relative;
}

.box427 .box427bj {
    position: absolute;
    bottom: 125px;
    left: 0;
    z-index: -1;
    width: 520px;

}

.box427 .list {
    padding-top: 60px;
}

.box427 .left {
    width: 56%;
}

.box427 .left .item {
    background-color: #ffffff;
    padding: 30px 0;
    box-sizing: border-box;
    padding-right: 110px;
}

.box427 .left .item .bt {
    line-height: 28px;
    font-size: 24px;
    border-left: 3px solid #772323;
    font-family: 'SourceHanSerifSCBold';
    color: #772323;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    width: calc(100% - 30px);
    margin-left: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.box427 .left .slick-list {
    overflow: visible;
}


.box427 .left .slick-prev,
.box427 .left .slick-next {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    position: absolute;
    bottom: 30px;
    background: url(../image/ztzlan1.png) no-repeat center center;
    z-index: 9;
    right: 64px;
}

.box427 .left .slick-prev:hover {
    background-image: url(../image/ztzlan1_1.png);
}

.box427 .left .slick-next:hover {
    background-image: url(../image/ztzlan2_1.png);
}

.box427 .left .slick-next {
    right: 20px;
    background-image: url(../image/ztzlan2.png);
}

.box427 .left .item .img {
    overflow: hidden;
    border: 4px solid #dac590;
    /* transform: translateX(-110px); */
    width: 115%;
    /* margin-right: auto; */
    float: right;
}

.box427 .left .slick-list {
    overflow: visible !important;
}

.box427 .left .item .img img {
    height: 446px;
    width: 100%;
    object-fit: cover;
}

.box427 .left .item .img:hover img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box427 .left .item .bt:hover {
    border-left: 3px solid #0b4e97;
    color: #0b4e97;
    transition: all 0.4s;
}

.box427 .right {
    width: 44%;
}

.box427 .right .rightlist {
    position: relative;
    display: flex;
    perspective: 500px;
    transform: scaleY(1.055) translateX(-16px);
    opacity: 0;
    transition: all 0.4s;
}

.box427 .right .rightlist.slick-current {
    opacity: 1;
}

.box427 .right .rightlist .item {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.box427 .right .rightlist .item:hover img {
    transition: all .4s;
    transform: scale(1.1);
}

.box427 .right .rightlist .item:nth-child(1)::before,
.box427 .right .rightlist .item:nth-child(3)::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    z-index: 1;
}

.box427 .right .rightlist .item:nth-child(2)::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    z-index: 1;
}

.box427 .right .rightlist .item:nth-child(odd) {
    transform: rotateY(345deg) scaleX(1.04);
}

.box427 .right .rightlist .item:nth-child(even) {
    transform: rotateY(15deg) scaleX(1.04);
}

.box427 .right .slick-list {
    overflow: visible !important;
}

.box427 .right .rightlist .item img {
    height: 562px;
    object-fit: cover;
}

@media screen and (max-width: 1800px) {
    .box1 .box {
        max-width: 2000px;
        padding-left: 10%;
        padding-right: 10%;
        width: 100%;
        box-sizing: border-box;
    }

    .box1 .carousel-item {
        width: calc(80vw/3 + 11.6px);
    }

    .box427 .list {
        padding-left: 7.5%;
    }
}

@media screen and (max-width: 1700px) {


    .box6 .bj2 {
        /* max-height: calc(100% - 90px); */
    }

    .box9 .list {
        width: 100%;
    }

    .box9 .list .left .sp .video-container {
        height: 460px;
    }

    .box9 .list .left {
        width: calc(100% - 240px);
    }

    .box9 .list .right {
        width: 240px;
    }

    .box9 .list .right .top {
        height: 115px;
    }


}


@media screen and (max-width: 1570px) {
    .box1 .box1back {
        width: 100%;
        height: 524px;
        object-fit: cover;
    }

    .box1 .list {
        transform: translateX(10px);
    }

    .box1 .box {
        padding-left: 3%;
        padding-right: 3%;
    }

    .box1 .carousel-item {
        width: calc(94vw/3 + 11.6px);
    }

    .box4 .list {
        height: calc(94vw/140*56);
        padding-right: 2%;
    }

    .box4 .box4bj {
        height: calc(94vw/140*56);
    }
}

@media screen and (max-width: 1450px) {
    .box427 .box427bj {
        height: 38vw;
    }

    .box427 .left .item {

        height: 35.2vw;
    }

    .box427 .right .rightlist .item img {
        height: 35.2vw;
    }



    .box427 .left .item .img img {
        height: 26vw;
    }

    .box427 .right .rightlist {
        transform: scaleY(1.048) translateX(-12px);
    }

    .box6 .bj2 {
        height: 80vw;
    }

    .box6 .bj1 {
        height: 57vw;
    }

    .box9 .list .right .top {
        height: 7vw;
    }


    .box3 .zt {
        height: calc(94vw/140*41);
    }

    .box9 .list .left .sp .video-container {
        height: 30vw;
    }

    .box9 .list .left {
        width: calc(100% - 200px);
    }

    .box9 .list .right {
        width: 200px;
    }

    .box6 .list {
        height: calc(94vw/140*56);
    }

    .box5 .box {
        padding-left: 0% !important;
        padding-right: 0% !important;
        width: 94vw;
        margin: auto;
    }

    .box6 .title1 {
        left: 3%;
    }
}

@media screen and (max-width: 1450px) {
    .box1 .box1back1 {
        top: 22px;
        width: 400px;
        max-width: 50%;
    }

    .box8 .boxback {
        max-width: 50%;
    }

    .box2 .box2back1 {
        top: -400px;
        width: 200px;
    }

    .box2 .box2back {
        top: 127px;
        max-width: 50%;
    }

    .box3 .box3bj {
        max-width: 60%;
    }

    /* .box1 .carousel-item {
        width: calc(80vw / 2 + 17.5px);
    } */
}

@media screen and (max-width: 1300px) {

    .box10 .list .bt {
        font-size: 1.147vw;
        line-height: 1.568vw;
    }

    .box1 .carousel-item {
        width: calc(94vw/2 + 17.5px);
    }
}

@media screen and (max-width: 1100px) {
    .box427 .left .item .img img {
        height: 24vw;
    }

    .box6 .bj1 {
        height: 60vw;
    }

    .box1 .carousel-image {
        height: 22vw;
    }

    /* .box9 .list .right .top {
        height: 5vw;
    } */
}

@media screen and (max-width: 1000px) {
    .box6 .list {
        height: calc(94vw / 110 * 56);
    }

    .box6 .bj2 {
        height: 88vw;
    }

    .box6 .bj1 {
        height: 75vw;
    }

    .box4 .box4bj {
        bottom: 69px;
    }

    .box9 .list .left .sp .video-container {
        height: 38vw;
    }

    .box4 .list .style {
        transform: rotateY(0deg) scaleY(0.96) !important;
    }

    /* 数说 共青团 */
    .box10 .list {
        height: auto;
    }

    .box10 .list1 {
        overflow: hidden;
        padding-top: 15px;
    }

    .box10 .list .item {
        position: static;
        transform: translateX(-0);
        width: 33.33%;
        text-align: center;
        float: left;
        margin-top: 45px;
        padding: 0px 15px;
        box-sizing: border-box;
    }

    .box10 .list .bt {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        border-left: 0px solid #838383;
        min-height: 0px !important;
        padding-top: 0px !important;
        padding-left: 0 !important;
        margin-left: 0vw !important;
        margin-top: 10px;
        height: 72px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .box10 .list .box10bj2 {
        display: none;
    }

    .box10 .list .dw {
        padding-bottom: 12px;
        font-size: 14px;
    }

    .box10 .list .dw span {
        font-size: 24px;
    }

    .box10 .list .icon {
        width: 70px !important;
        height: 70px !important;
        margin: auto;
        /* margin-top: 30px; */
    }

    /* 数说 共青团 尾*/
    .box9 .list {
        display: block;
    }

    .box9 .list .left {
        float: none;
        width: 100%;
    }

    .box9 .list .right {
        width: calc(100% + 15px);
        float: none;
        margin-top: 20px;
        padding-left: 0;

    }

    .box9 .list .right .top {
        height: 17vw;
    }

    .box9 .list .right .item {
        width: calc(33.33% - 15px);
        float: left;
        margin-right: 15px;
    }

    .box3 .zt .item .bt {
        font-size: 18px;
        line-height: 26px;
    }

    .box4 .box {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .box1 {
        /* padding-top: 50px; */
    }

    .box4 .box4list {
        padding-top: 0px;
    }

    .box2 {
        /* padding-top: 40px; */
    }

    .box2 .list .item {
        width: calc(100% - 34px);
    }

    .box3 {
        /* padding-top: 0px; */
    }

    .box3 .left,
    .box3 .right {
        width: 100%;
        padding-right: 0px;
        float: none;
    }

    .box3 .right {
        margin-top: 30px;
    }

    .box3 .left .item1 .img img {
        height: calc(94vw/70*42);
    }

    .title2 {
        /* margin-bottom: 40px; */
    }

    .box10 .title2 {
        margin-bottom: 40px;
    }

    .box7 {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .box6 .box {
        padding-top: 330px;
    }

    .box8 .list .item {
        width: calc(50% - 50px);
    }

    .box9 {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .box3 .right .bottom .img img {
        height: calc(94vw/64*36);
    }

    .box4 .list .item .title {
        line-height: 22px;
        font-size: 18px;
        padding-left: 8px;
    }

    .box4 .list {
        height: calc(94vw / 114 * 56);
    }
}

@media screen and (max-width: 900px) {
    .box427 .box427bj {
        height: 45vw;
    }
    .box427 .left {
        width: 66%;
    }

    .box427 .right .rightlist {
        transform: scaleY(1.024) translateX(-3px);
    }

    .box427 .right .rightlist .item img {
        height: 42.2vw;
    }

    .box427 .right {
        width: 34%;
    }

    .box427 .left .slick-prev,
    .box427 .left .slick-next {
        width: 15px;
        height: 15px;
        right: 36px;
    }

    .box427 .left .slick-next {
        right: 15px;
    }

    .box427 .left .item {
        padding-right: 60px;
        padding-top: 15px;
    }

    .box427 .left .item .bt {
        line-height: 16px;
        font-size: 14px;
        border-left: 2px solid #772323;
        padding-left: 6px;
        margin-bottom: 12px;
        width: calc(100% - 12px);
    }

    .box427 .left .item .img img {
        height: 34vw;
    }

    .box427 .left .item .img {
        border: 3px solid #dac590;
        width: calc(100% + 15px);
    }

    .box427 .list {
        padding-left: 15px;
    }

    .box427 .left .item {
        height: 42.2vw;
    }
}

@media screen and (max-width: 800px) {

    .box1 .carousel-item {
        /* width: calc(100vw );  */
        transform: scale(1) !important;
    }

    .box1 .list {
        transform: translateX(0px);
    }
}

@media screen and (max-width: 768px) {
    .box427 .list {
        padding-top: 20px;
    }
    .box427 .box427bj {
        bottom: 51px;
        height: 45vw;
        width: 40%;
        object-fit: cover;
    }

    .box427 .box {
        padding-top: 20px;
    }

    .box2 .box2back {
        top: 54px;
    }

    .title2 .more {
        bottom: -44px;
        line-height: 33px;
        font-size: 14px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .box1 .box {
        padding-top: 0px
    }

    .box6 .box {
        position: static;
        transform: translateX(0);
    }

    .box6 .box61 .title2 {
        width: auto;
        background-size: auto 100%;
    }

    .box1 .mkuai .dbt {
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 15px;
    }


    .box1 .custom-nav {
        top: -93px;
        transform: translateX(50%);
        right: 50%;
    }

    .box1 .box1back {
        height: 407px;
    }

    .box1 .mkuai .icon {
        width: 80px;
        height: 80px;
        background-size: auto 33px;
        margin-top: -40px;
    }

    .box1 .mkuai .wznr p,
    .box1 .mkuai .wznr a {
        font-size: 16px;
        line-height: 26px;
    }

    .box1 .mkuai .wznr {
        height: 330px;
    }

    .box6 .list .item {
        position: static;
        width: 100% !important;
        margin-top: 30px;
        padding: 0px !important;
    }

    .box3 .right .bottom .title {
        padding: 18px 15px;
        font-size: 19px;
    }

    .box3 .right .bottom {
        padding: 20px;
        margin-top: 17px;
    }

    .box9 .list .left .more {
        bottom: 6%;
        font-size: 14px;
    }

    .box6 .list {
        height: auto;
    }

    .box8 .list .item {
        width: calc(100% - 50px);
        margin-bottom: 30px;
    }

    .box6 .title1 {
        /* top: 80px;
        left: 50%;
        transform: translateX(-50%); */
        position: static;
    }

    .box6 .list .item .img {
        height: 60vw;
    }

    .box6 .box {
        padding-top: 0px;
    }

    .box6 .bj1 {
        display: none;
    }

    .box6 .bj2 {
        display: none;
    }

    .box5 .box {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .fade-2 .slick-dots {
        bottom: -40px;
    }

    .box4 .list .item .title {

        left: 15px;
        width: calc(100% - 30px);
        top: -25px;
    }

    .box4 .list .style .title {
        top: 17px;
    }

    .box4 .list .style .a {
        padding: 15px;
        padding-top: 54px;
    }

    .box3 .zt .item .bt {
        font-size: 14px;
        line-height: 19px;
        width: 14px;
    }

    .box3 .left .item1 .bt {
        font-size: 19px;
        line-height: 58px;
    }

    .box3 .right .top .item .bt {
        font-size: 18px;
        line-height: 32px;
        padding: 0px 10px;
    }

    .box3 .right .top .item {
        padding-bottom: 30px;
        width: calc(100% - 13px);
        margin-bottom: 13px;
    }

    .box3 .right .top .item .date1 {
        font-size: 26px;
        padding-top: 6px;
    }

    .box3 .left .item2 {
        padding: 0 44px;
        line-height: 70px;
        font-size: 18px;
        margin-top: 13px;
    }

    .box2 .list .date1 {
        font-size: 32px;
        padding-top: 8px;
    }

    .box2 .list .bt {
        padding: 0px 20px;
        line-height: 30px;
        font-size: 20px;
        top: 55%;
    }

    .box2 .list {
        padding-top: 30px;
    }

    .box2 .list .item {
        height: 160px;
    }

    .box2 .list .date2 {
        font-size: 14px;
    }

    .box2 .list .date {
        top: -38px;
        width: 73px;
        height: 73px;
    }

    .title2 {
        height: 55px;
        margin-bottom: 70px;
        background-size: auto 100%;
    }

    .box1 .title2 {
        margin-bottom: 40px;
    }

    .box10 .title2 {
        margin-bottom: 25px;
    }

    .title2 .name1 {
        font-size: 13px;
    }

    .title2 .name {
        font-size: 23px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .box1 .carousel-image {
        height: 40vw;
    }

    .box4 .list {
        padding-right: 1%;
    }

    .box1 {
        /* padding-top: 40px; */
    }

    .title1 .fbt {
        text-align: center;
        color: #dda230;
        font-size: 13px;
    }

    .title1 .name img {
        height: 40px;
    }

    .title1 .name {
        padding-top: 5px;
        padding-bottom: 17px;
    }

    .title1 {
        margin-bottom: 25px;
        height: 79px;
        background-size: auto 100%;
    }

    .box427 {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 700px) {
    .box427 .box427bj { 
        height: 48vw; 
    }
    .box427 .left .item,
    .box427 .right .rightlist .item img {
        height: 45.2vw;
    }



    .box1 .progress-container {
        width: 130px;
        height: 4px;
    }

    .box10 .list .item {
        width: 50%;
    }



    .box1 .carousel-title {
        font-size: 18px;
        line-height: 28px;
    }

    .box1 .carousel-summary {
        line-height: 32px;
        margin-top: 20px;
    }

    .box1 .slick-current .wz {
        height: 260px;
    }

    .box1 .wz {
        height: 150px;
    }
}

@media screen and (max-width: 550px) {


    .box427 .left .item .img img {
        height: 30vw;
    }

    .box4 .list .item .title {
        line-height: 16px;
        font-size: 14px;
        padding-left: 7px;
    }

    .box9 .list .left .bt {
        display: none;
    }

    .box9 .list .left .sp .play-button {
        width: 40px;
        height: 40px;
    }

    .box9 .list .left .sp {
        width: 100%;
        position: static;
    }

    .box9 .list .left .sp .video-container {
        height: 51vw;
    }

    .box9 .list .right .item {
        width: calc(100% - 15px);
    }

    .box9 .list .right .top {
        height: 51vw;
    }

    .box7 {
        padding-bottom: 90px;
    }

    .box4 .box {
        padding-bottom: 40px;
    }

    .box4 .box4bj {
        bottom: 44px;
    }

    .box4 .list .style {
        transform: rotateY(0deg) scaleY(0.98) !important;
    }

    .box4 .list .style .a {
        padding-top: 45px;
    }

    .box3 .right .bottom .date {
        left: 12px;
        top: 12px;
    }

    .box3 .right .bottom .date1 {
        font-size: 26px;
        padding-top: 5px;
    }

    .box3 .left .item1 .date {
        top: 15px;
        left: 15px;
    }

    .box3 .left .item1 .date1 {
        font-size: 28px;
        padding-top: 3px;
    }
}

@media screen and (max-width: 500px) {
    .box427 .right .rightlist .item:nth-child(odd) {
        transform: rotateY(325deg) scaleX(1.16);
    }

    .box427 .right .rightlist .item:nth-child(even) {
        transform: rotateY(25deg) scaleX(1.16);
    }
}

@media screen and (max-width: 450px) {


    /* .box3 .zt {
        height: calc(94vw / 105 * 41);
    } */
    .box5 .item a {
        padding: 15px 10px;
    }

    .box3 .zt .item.style {
        flex: 5.5;
    }

    .box3 .zt .item .bt {
        font-size: 12px;
        line-height: 16px;
        width: 12px;
    }
}

@media screen and (max-width: 400px) {
    .box427 .box427bj { 
        height: 50vw; 
    }
    .box427 .left .item,
    .box427 .right .rightlist .item img {
        height: 46.2vw;
    }

    .box10 .list .bt {
        font-size: 14px;
        line-height: 20px;
        height: 60px;
    }

    .box4 .box4bj {
        bottom: 33px;
    }

    .box4 .list .style {
        flex: 5.7 1;
    }

    .box4 .list {
        height: calc(94vw / 114 * 65);
    }

    .box4 .box {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 350px) {

    .box427 .left .item,
    .box427 .right .rightlist .item img {
        height: 47.2vw;
    }
}