* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.Scale {
    -moz-animation: Scale 2.5s 1;
    -webkit-animation: Scalea 2.5s 1;
    -o-animation: Scale 2.5s 1;
    animation: Scale 2.5s 1;
}

@keyframes Scale {
    0% {
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0)
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes huangdong {
    0% {
        opacity: 0.7;
        transform: translateY(0);
    }

    100% {
        transform: translateY(0.15rem);
        opacity: 1;
    }
}

@-webkit-keyframes huangdong {
    0% {
        opacity: 0.7;
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(0.15rem);
        opacity: 1;
    }
}

@-moz-keyframes huangdong {
    0% {
        opacity: 0.7;
        -moz-transform: translateY(0);
    }

    100% {
        -moz-transform: translateY(0.15rem);
        opacity: 1;
    }
}

@-o-keyframes huangdong {
    0% {
        opacity: 0.7;
        -o-transform: translateY(0);
    }

    100% {
        -o-transform: translateY(0.15rem);
        opacity: 1;
    }
}

/* 前后夹斜 */

.swiper-container {
    margin-top: .1rem;
    width: 7.5rem;
    height: 3.5rem;
    overflow: visible !important;
}

.swiper-container .swiper-wrapper .swiper-slide {
    width: 6.2rem;
    border-radius: 0.25rem;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 3.5rem;
    border-radius: .1rem;
}

.swiper-container .swiper-wrapper .swiper-slide-prev {
    height: 3.5rem !important;
}

.swiper-container .swiper-wrapper .swiper-slide-prev img {
    height: 3.5rem !important;
}

.swiper-container .swiper-wrapper .swiper-slide-next {
    height: 3.5rem !important;
}

.swiper-container .swiper-wrapper .swiper-slide-next img {
    height: 3.5rem !important;
}

.swiper-container .swiper-wrapper .swiper-slide-active {
    width: 6.2rem;
}

/* 前后夹斜 */

.top_bg {
    height: 3.92rem;
    background-image: url(../img/banner-a.jpg);
    background-size: 100% 100%;
}

.menu_list {
    height: 0.65rem;
    background-color: #D51316;
    display: flex;
    overflow-y: auto;
    white-space: nowrap;
    margin-bottom: 0.34rem;
}

.menu_list::-webkit-scrollbar {
    display: none;
}

.aa {
    background-color: #B40000;
}

.menu {
    padding: 0.19rem 0.22rem;
    font-size: 0.26rem;
    color: #ffffff;
    line-height: 0.26rem;
}

.tips {
    height: 1.7rem;
}

.tips img {
    width: 100%;
    height: 100%;
}

.list_content {
    padding: 0.3rem 0.23rem;
}

.list {
    height: 1.65rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.3rem;
    margin-top: 0.3rem;
    border-bottom: 0.01rem solid #E1E1E1;
}

.list_l {
    width: 4.3rem;
}

.list_l_t {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

    font-size: 0.3rem;
    color: #333333;
    margin-bottom: 0.4rem;
}

.list_l_b span {
    font-size: 0.24rem;
    color: #999999;
}

.list_r {
    width: 2.46rem;
    height: 1.45rem;
    border-radius: 0.12rem;
}

.list_r img {
    width: 100%;
    height: 100%;
}

.list_content2 {
    background-image: url(../img/bj-a.jpg);
    background-size: 100% 100%;
    padding: 0.42rem 0.4rem 0.2rem 0.4rem;
}

.list:last-child {
    border-bottom: 0.01rem dashed rgba(0, 0, 0, 0);
}

.list2:last-child {
    border-bottom: 0.01rem dashed rgba(0, 0, 0, 0);
}

.list2 {
    margin-bottom: 0.23rem;
    padding-bottom: 0.17rem;
    border-bottom: 0.01rem dashed #F1DDC9;
}

.list2_t {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
}

.list2_t_l {
    width: 0.07rem;
    height: 0.07rem;
    margin-left: 0.05rem;
    margin-right: 0.16rem;
    background: #F5700A;
}

.list2_t_r {
    font-size: 0.3rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list2_b span {
    font-size: 0.24rem;
    color: #9B471E;
    opacity: 0.53;
}

.ershida {
    margin-left: 0.2rem;
    margin-right: 0.19rem;
    width: 7.11rem;
    height: 9.08rem;
    background: #FDE1CF;
    padding-top: 0.19rem;
}

.ershida_details {
    width: 7.11rem;
    height: 8.73rem;
    padding-left: 0.37rem;
    padding-top: 0.39rem;
    background-color: #FFF7EC;
}

.text_box {
    width: 6.55rem;
    height: 7.95rem;
    overflow-y: auto;
    padding-right: 0.3rem;
}

.text_box_p {
    text-indent: 2em;
    font-size: 0.28rem;
    font-weight: 300;
    color: #1F1F1F;
    margin-bottom: 0.1rem;
}

.text_box::-webkit-scrollbar {
    width: 0.29rem;
    height: 8.21rem;
    background-color: #FFE0CD;
}

.text_box::-webkit-scrollbar-thumb {
    width: 0.25rem;
    height: 0.81rem;
    background: #F29B76;
}

.llzg {
    padding-left: 0.22rem;
    padding-right: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.llzg_l {
    width: 3.4rem;
}

.llzg_l img {
    width: 3.4rem;
    height: 2rem;
    margin-bottom: 0.16rem;
}

.llzg_l span {
    padding-left: 0.08rem;
    padding-right: 0.05rem;
    font-size: 0.26rem;
    color: #333333;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list_content3 {
    padding: 0.42rem 0.4rem 0.2rem 0.4rem;
}

.delegate {
    height: 6.59rem;
    background-image: url(../img/hbj.png);
    background-size: 100% 100%;
    padding: 1.38rem 0.22rem;
    display: flex;
    justify-content: space-between;
}

.arr {
    width: 0.45rem;
    height: 0.45rem;
    margin-top: 1.01rem;
}

.arr img {
    width: 100%;
    height: 100%;
}

.swiper_box {
    width: 5.6rem;
    overflow: hidden;
}

.list_box {
    display: flex;
    justify-content: space-between;
}

.swiper_list {
    width: 2.74rem;
}

.swiper_list img {
    width: 2.74rem;
    height: 2.39rem;
    margin-bottom: 0.45rem;
    border-radius: 0.15rem;
}

.swiper_list_span {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.26rem;
    color: #FFFFFF;
    text-align: center;
}

.videobox {
    margin-left: 0.26rem;
    margin-bottom: 0.3rem;
    width: 7.02rem;
    height: 4.34rem;
    overflow: hidden;
}

.videobox1 {
    width: 7.02rem;
    height: 4.34rem;
    background-color: #000000;
}

.vedio_index {
    height: 0.8rem;
    /* background-color: rgba(0, 0, 0, 0.7); */
    position: relative;
    top: -0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    z-index: 99;
    top: -1.2rem;
}

.vedio_index img {
    width: 0.2rem;
    height: 0.3rem;
}

.vedio_index_span {
    color: #ffffff;
    font-size: 0.24rem;
    position: relative;
    z-index: 999;
    top: -0.61rem;
    left: 2rem;
}

.video_box {
    padding-left: 0.22rem;
    padding-right: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video_box_l {
    width: 3.4rem;
}

.video_box_l_video {
    width: 3.4rem;
    height: 2rem;
    margin-bottom: 0.16rem;
    background-color: #000000;
}

.video_box_l span {
    font-size: 0.26rem;
    color: #333333;
    text-align: center;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.footer {
    height: 1.24rem;
    background-color: #D51316;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.1rem;
}

.firstpage {
    height: 100vh;
    background-image: url(../img/bg-b.jpg);
    background-size: 100% 100%;
    padding-top: 2.09rem;
    padding-left: 0.27rem;
    padding-right: 0.28rem;
}

.firstpage_img {
    width: 6.95rem;
}

.firstpage2 {
    height: 100vh;
    background-image: url(../img/bg-a.jpg);
    background-size: 100% 100%;
    padding-top: 2.09rem;
    padding-left: 0.27rem;
    padding-right: 0.28rem;
}

.firstpage2_img {
    width: 6.95rem;
}

.firstpage2_img2 {
    width: 0.58rem;
    margin-top: 0.85rem;
    margin-left: 3.2rem;
    -moz-animation: huangdong 1s infinite;
    -webkit-animation: huangdong 1s infinite;
    -o-animation: huangdong 1s infinite;
    animation: huangdong 1s infinite;
}

.index {
    width: 100%;
}

.arr_l:focus,
.arr_r:focus,
.vedio_index_l:focus,
.vedio_index_r:focus {
    outline: none !important;
}