/* 更多按钮 */
.gengduoA {
    display: block;
    width: 220px;
    height: 52px;
    margin: 0 auto;
}

.gengduo {
    width: 100%;
    display: block;
    cursor: pointer;
}

.xuanfu {
    position: fixed;
    top: 70%;
    left: 5px;
    z-index: 9999;
    overflow: hidden;
}

.yfxGif {
    cursor: pointer;
    position: relative;
    width: 300px;
    overflow: hidden;
}

.swiper-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-banner video {
    display: block;
}

.swiper-banner .ban {
    width: 100%;
}

.swiper-banner .ban_text {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
}

.titleImg {
    display: block;

}

.jianjie {
    width: 100%;
    height: 692px;
    padding-top: 80px;
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_m/index/jj_back.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
}

.jianjie .titleImg {
    margin: 0 auto;
}

.jianjie .list {
    width: 100%;
    margin-top: 68px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    gap: 0 42px;
}

.jianjie .list div {
    width: 264px;
    height: 216px;
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_m/index/jj_box.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.jianjie .list div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.jianjie .list li {
    font-size: 14px;
    color: #760F15;
    line-height: 24px;
}

.jianjie .list li:first-child {
    width: 253px;
    height: 48px;
    line-height: 50px;
    margin: 0px auto 20px;
    font-size: 27px;
    font-family: FZLSJW;
    background-color: #92141C;
    color: #F3E4CC;

}

.jianjie .jieshao {
    margin-top: 67px;
    font-family: Microsoft YaHei;
    text-align: center;
    font-size: 16px;
    color: #760F15;
    line-height: 32px;
}

.videoDiv {
    width: 100%;
    height: 416px;
    position: relative;
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_m/index/video_back.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;

}

.videoDiv .videoItemDiv {
    width: 1050px;
    height: 451px;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_m/index/videoItem_box.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 64px;
    z-index: 66;
}

.videoDiv .videoItemDiv div {
    position: relative;
}

.videoDiv .videoItemDiv div img {
    display: block;
    width: 366px;
    height: 206px;
    margin: 0 auto;
}

.videoDiv .videoItemDiv div p {
    width: 366px;
    height: 47px;
    line-height: 50px;
    margin-top: 5px;
    font-family: FZLSJW;
    font-size: 23px;
    text-align: center;
    color: #F6EAD6;
    background-color: #92141C;

}

.lishi {
    width: 100%;
    padding-top: 87px;
}

.lishi .titleImg {
    margin: 0 auto;
}

.lishiImg {
    overflow: auto;
    display: -webkit-flex;
    display: flex;
}

.lishiImg img {
    height: 800px;

}

/* 自定义滚动条样式 */
.lishiImg::-webkit-scrollbar {
    height: 8px;
    /* 滚动条的高度 */
}

.lishiImg::-webkit-scrollbar-thumb {
    background: #92151d;
    border-radius: 10px;

}

.lishiImg::-webkit-scrollbar-track {
    background: #f6ebd8;
}


.xinwen {
    width: 1200px;
    margin: 66px auto 0;
    overflow: hidden;
}

.xinwen .titleImg {
    margin: 0 auto;
}

.xinwen .newList {
    width: 100%;
    margin: 52px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    overflow: hidden;
}

.xinwen .newItem {
    width: 318px;
    height: 457px;
    padding: 28px 12px 0;
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_m/index/xw_box.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    overflow: hidden;
}

.xinwen .newItem img {
    display: block;
    width: 100%;
    height: 188px;
}

.xinwen .newItem ul {
    width: 100%;
    margin-top: 23px;

}

.xinwen .newItem ul .li1 {
    height: 75px;
    font-weight: bold;
    font-size: 18px;
    color: #750E15;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.xinwen .newItem ul .li2 {
    margin: 8px 0;
    font-size: 16px;
    color: #750E15;
}

.xinwen .newItem ul .li3 {
    margin-top: 10px;
    font-size: 15px;
    color: #000000;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.xinwen .gengduo {
    margin: 36px auto 0;
}

.rongyaoBig {
    width: 100%;
    height: 645px;
    margin-top: 70px;
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_m/index/ry_back.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    overflow: hidden;
}

.rongyaoCont {
    width: 1200px;
    margin: 133px auto 0;
    overflow: hidden;
}

.rongyaoCont .titleImg {
    margin: 0 auto;
}

.rongyaoCont .gengduo {
    margin: 40px auto 0;
}

.rongyaoCont .swiper-rongyao {
    width: 100%;
    margin-top: 43px;
}

.rongyaoCont .swiper-slide img {
    width: 130%;
}

.pinpai {
    width: 100%;
    margin: 100px auto 0;
    overflow: hidden;

}

.pinpai .titleImg {
    margin: 0 auto;
}

.pinpai .contInfo {
    width: 100%;
    margin-top: 54px;
    overflow: hidden;
}

.pinpai .contInfo .item {
    width: 1200px;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    gap: 0 20px;
    overflow: hidden;

}

.pinpai .contInfo .item ul {
    width: 370px;
    height: 255px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 16px;
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_m/index/ppzx_box.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pinpai .contInfo .item ul li {
    text-align: center;
}

.pinpai .contInfo .item ul .li1 {
    margin-top: 35px;
}

.pinpai .contInfo .item ul .li1 img {
    width: 54px;
    height: 54px;
}

.pinpai .contInfo .item ul .li1 span {
    display: inline-block;
    width: 150px;
    height: 55px;
    line-height: 55px;
    font-size: 21px;
    color: #92141C;
    border-top: 2px solid #92141C;
    border-bottom: 2px solid #92141C;
    margin-left: 11px;
    vertical-align: middle;
    text-align: center;
}

.pinpai .contInfo .item ul .li2 {
    margin: 20px 26px 0;
    font-size: 12px;
    color: #92141C;
    line-height: 27px;
    text-align: justify;
    text-align-last: center;
    letter-spacing: 2px;
}

.pinpai .contInfo .item .back1 {
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_n/index/pp_bIm_3.png');
}

.pinpai .contInfo .item .back2 {
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_n/index/pp_bIm_1.png');
}

.pinpai .contInfo .item .back3 {
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_n/index/pp_bIm_2.png');
}



.mingxing {
    width: 100%;
    margin-top: 70px;
    overflow: hidden;
    position: relative;
}

.mingxing .titleImg {
    position: absolute;
    top: 6.7%;
    left: 0;
    right: 0;
    margin: 0 auto;

}

.mingxing .bigImg {
    display: block;
    width: 100%;
}

.mingxing .bigImg img {
    width: 100%;
}


.mingxing .gengduoA {
    position: absolute;
    bottom: 10.4%;
    left: 0;
    right: 0;
}

.mingxing .gengduo img {
    width: 100%;
}