@media (max-width: 880px) {

    /* banner */
    .scene-banner {
        background: url(https://www.dxh.gov.cn/material/2024/images/qjsyjsfw/m-sceneBanner.png) center no-repeat;
        /* background-size: 100% 100%; */
        background-size:cover;
        height:440px;
    }

    .scene-banner .sceneConter {
        width: 80%;
        padding-top: 4rem;
    }

    .scene-banner .sceneImg {
        padding-top: 1rem;
        width: 90%;
        margin: auto;
    }

    .scene-banner .sceneImg .img1 {
        display: none;
        width: 100%;
    }

    .scene-banner .sceneImg .img2 {
        display: block;
        width: 100%;
    }

    .scene-banner .sceneText {
        /* margin-top: 2rem; */
        width: 70%;
        margin:2rem auto 0;
        font-size:18px;
        height:40px;
    }

    .scene-banner .dropdown {
        width: 70%;
        margin:auto;
    }
    .scene-banner .dropdown .moreYJS a{
        font-size:14px;
    }
   /* 内容 */
    .mainConten {
    display:none;
   }
    .m-mainConten{
    display:block;
    background-color:#fbfbfb;
   }
.m-botLeft{
     position: -webkit-sticky;
            position: sticky;
            top: 0;
}
.m-botLeft{
      width: 100%;
        height: 4rem;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        overflow-x:scroll;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding-left:1rem;
        background-color:#4792f2;
        margin-bottom:4rem;
     
    }
    .m-botLeft::-webkit-scrollbar{
    display:none;
}
.m-mainBot {
    padding-bottom: 3rem;
}
.m-botLeft .m-tjsTypeLi{
 flex: 1;
text-align: center;
line-height:4rem;
padding:1.5rem;
font-size:1.6rem;
font-weight:550;
color:#fff;
   left:0;
        top:0;
}
 .m-tjsTypeLiFlag{
    background-color:#297ae4;
    color:#fff;
}
/* 标题 */
.m-yjsggzpzf{
    margin: 0 auto;
        font-size: 28px;
        color: #2b6ff6;
        font-weight: bold;
        text-align: center;
        display: flex;
        justify-content: center;
         margin-bottom:4rem;
}
    /* 内容 */
   .m-mainConten .m-botRight {
    width: 96%;
    background-color: #fff;
    margin:auto;
}

.m-mainConten .m-padg25 {
    /* margin: 21px 13px 28px 16px; */
    padding: 21px 13px 28px 16px;
    /* padding-right: 16px; */
}
    .m-mainConten .m-indexLiyjs {
    padding: 40px 20px 40px 16px;
    border: 1px solid rgba(68, 115, 218, 0.14);
    margin-top: 19px;
    border-radius: 5px;
}

.m-mainConten .m-indexLiyjs:first-child {
    margin-top: 0;
}

.m-mainConten .m-indexLiyjs .title {
    font-size: 22px;
    color: #2b6ff6;
    font-weight: bold;
    margin-left: -12px;
}

.m-mainConten .m-indexLiyjs .liTileBox {
    line-height: 30px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding-left: 14px;
    position: relative;
    margin-top: 20px;
    display: block;
}

.m-mainConten .m-indexLiyjs .liTileBox::after {
    content: '';
    width: 4px;
    height: 20px;
    background-color: #2b6ff6;
    border-radius: 1.5px;
    position: absolute;
    left: 0;
    top: 5px;
}

.m-mainConten .m-indexLiyjs .litextBox {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
/* 名词解释 */
.tooltip-container{
     font-size: 16px;
    color: #666666;
    margin-top: 10px;
       position: relative; /* 使工具提示相对于父元素定位 */
    display: inline-block; /* 使得容器根据内容自适应 */
}
.tooltip-container p{
    line-height:30px;
}
.hover-target,.hover-targetTwo{
    cursor: pointer; /* 鼠标悬停时显示指针 */
    border-radius: 5px;
}
    .tooltip {
        display: none;
        /* 默认隐藏 */
        position: absolute;
        /* 绝对定位 */
        bottom: 80%;
        /* 提示框位置在目标元素上方 */
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        /* 水平居中 */
        background-color: #333;
        /* 提示框背景颜色 */
        color: #fff;
        /* 提示框文字颜色 */
        padding: 5px;
        border-radius: 5px;
        white-space: wrap;
        /* 防止文字换行 */
        z-index: 10;
        /* 确保提示框在其他元素之上 */
    }
        .tooltipTwo {
        display: none;
        /* 默认隐藏 */
        position: absolute;
        /* 绝对定位 */
        /* bottom: 100%; */
        /* 提示框位置在目标元素上方 */
        top: 70%;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        /* 水平居中 */
        background-color: #333;
        /* 提示框背景颜色 */
        color: #fff;
        /* 提示框文字颜色 */
        padding: 5px;
        border-radius: 5px;
        white-space: wrap;
        /* 防止文字换行 */
        z-index: 10;
        /* 确保提示框在其他元素之上 */
    }

.m-mainConten .m-indexLiyjs .litextBox p,
.litextBoxp p {
    line-height: 30px;
}

.m-mainConten .m-indexLiyjs .litextBox img {
    max-width: 80% !important;
}

.m-mainConten .m-indexLiyjs .litextBox span,
.litextBoxp span {
    color: #2b6ff6;
    margin-top: 10px;
}

.m-mainConten .m-indexLiyjs .litextBox .listBlod {
    color: #2b6ff6;
    font-weight: bold;
    display: inline-block;
}

.m-mainConten .m-indexLiyjs .litextBox strong {
    color: #666666;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.m-mainConten .m-indexLiyjs .litextBox .listT {
    color: #2b6ff6;
}

.m-mainConten .m-indexLiyjs .litextBox a {
    position: relative;
    color: #2b6ff6;
}

.m-mainConten .m-indexLiyjs .litextBox .listFlex {
    display: flex;
    align-items: center;
    margin-top: 19px;
}

.m-mainConten .m-indexLiyjs .litextBox .listFlex .text-b {
    color: #2b6ff6;
    font-weight: bold;
}

.m-mainConten .m-indexLiyjs .litextBox .listScroll {
    width: 166px;
    height: 35px;
    border: 1px solid #2b6ff6;
    border-radius: 5px;
    position: relative;
}

.m-mainConten .m-indexLiyjs .litextBox .select-p {
    padding: 0 15px;
    line-height: 35px;
    color: #2b6ff6;
    font-size: 14px;
    cursor: pointer;
}

.mainConten .m-indexLiyjs .litextBox .select-p::after {
    content: '';
    width: 14px;
    height: 9px;
    background: url(https://www.dxh.gov.cn/material/2024/images/qjsyjsfw/xia.png) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.m-mainConten .m-indexLiyjs .litextBox .scrollBox {
    background-color: #fff;
    width: 100%;
    margin-top: 4px;
    border-radius: 5px;
    box-shadow: 0 0 16px rgba(20, 68, 179, 0.14);
    position: absolute;
    left: 0;
    z-index: 2;
    display: none;
}

.m-mainConten .m-indexLiyjs .litextBox .link {
    padding: 25px 0 25px 20px;
    margin-right: 10px;
    max-height: 220px;
    overflow-y: auto;
}

.m-mainConten .m-indexLiyjs .litextBox .link a {
    padding: 0;
    font-size: 14px;
    color: #333333;
    margin-top: 22px;
}

.m-mainConten .m-indexLiyjs .litextBox .link a:first-child {
    margin-top: 0;
}

.m-mainConten .m-indexLiyjs .litextBox .link a.active {
    color: #2b6ff6;
}

.m-mainConten .m-indexLiyjs .litextBox .link::-webkit-scrollbar {
    width: 5px;
}

.m-mainConten .m-indexLiyjs .litextBox .link::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    opacity: 0.2;
    background: #bcccee;
}

.m-mainConten .m-indexLiyjs .litextBox .link::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #FFFFFF;
    border-radius: 0;
    background: #FFFFFF;
}

.m-mainConten .m-indexLiyjs .litextBox .entrance {
    height: auto;
    border: 1px solid #2b6ff6;
    border-radius: 5px;
    font-size: 14px;
    color: #2b6ff6;
    line-height: 33px;
    padding: 0 15px;
    margin-top: 10px;
    display: inline-block;
}

.m-mainConten .m-indexLiyjs .litextBox .entrance:first-child {
    margin-left: 0;
}


}

@media screen and (min-width: 781px) and (max-width:1024px) {
    .scene-banner .sceneConter {
        width: 89%;
    }

    .mainConten .yjsggzpzf {
        width: 98%;
    }

    .mainConten .mainBot .botLeft {
        display: none;
    }

    .mainConten .mainBot {
        width: 99%;
    }

    .mainConten .indexLiyjs .litextBox .entrance {
        height: auto;
        margin-left: 0px;
        line-height: 28px;
    }

    .mainConten .botRight {
        width: 96%;
        margin-left: 2%;
    }
}

