.pcshow{display: block;}
.h5show{display: none;}
.jy2025-content{
    width: 1200px;
    width: 12rem;
    background: #ffffff;
    margin: 0 auto;
    padding: 0 20px 50px;
    padding: 0 0.2rem .5rem;
    box-sizing: border-box;
}
.hover-blue:hover{
    color: #2a98ff;
}
.hover-orange:hover{
    color: #ffa320;
}
.w1200{
    width: 1200px;
    width: 12rem;
    margin: 0 auto;
}
.w-100{
    width: 100% !important;
}
.e1{
    white-space: nowrap;       /* 确保文本不会换行 */
    overflow: hidden;          /* 隐藏溢出的文本 */
    text-overflow: ellipsis;   /* 显示省略符号来代表被修剪的文本 */
}
.e2{
    display: -webkit-box;      /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2;     /* 限制在一个块元素显示的文本的行数 */
    overflow: hidden;          /* 隐藏溢出的内容 */
}
.e3{
    display: -webkit-box;      /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 3;     /* 限制在一个块元素显示的文本的行数 */
    overflow: hidden;          /* 隐藏溢出的内容 */
}
.flex-btw{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jy2025-si{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .25rem;
    padding: 0 .25rem;
}
.jy2025-si-nav{
    width: 1.51rem;
    line-height: .52rem;
    background: url("jy2025_si_itembg.png");
    background-size: 100% 100%;
    color: #0160a9;
    font-size: .18rem;
    text-align: center;
    padding: 0 .05rem;
    box-sizing: border-box;
    margin-bottom: .1rem;
}
.jy2025-si{
    padding-bottom: .15rem;
}
.jy2025-si-nav:hover{
    background: url("jy2025_si_itembg_cur.png");
    background-size: 100% 100%;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
.jy2025-zt-box,.jy2025-jysf-bo,.jyzt-lists,.jy2025-jysf-box{
    padding: 0 .25rem;
}
.jy2025-zt-item{
    width: 5.4rem;
}
.jy2025-zt-item img{
    width: 100%;
}
.jy2025-jysf{
    margin-top: .4rem;
}
.jy2025-jysf-item{
    margin-top: .28rem;
    width: 5.4rem;
}
.jy2025-jysf-item img{
    width: 100%;
}
/*学籍管理*/
.com-box *{
    box-sizing: border-box;
}
.com-box a{
    text-decoration: none!important;
}
.xjgl-box{
    background: url(xjgl_bg.png) center top no-repeat;
    background-size: 19.2rem auto;
    padding-top: 3.81rem;
}
.xjgl-sec{
    background-image: linear-gradient(-88deg, #fff7e8 0%, #ffefd7 50%, #ffe7c5 100%);
    box-shadow: .05rem .05rem .04rem #ffeedd;
    border-radius: .16rem;
    padding-bottom: .15rem;
}
.xjgl-ct{
    max-height: 2.05rem;
    overflow: hidden;
    transition: all .3s;
    line-height: .4rem;
    padding: 0 .25rem;
    margin-top: -.05rem;
    margin-bottom: .2rem;
    color: #7c3010;
    font-size: .18rem;
}
.xjgl-sec.open .xjgl-ct{
    max-height: none;
}
.xjgl-sec.open .xjgl-more img{
    transform: rotate(180deg);
}
.xjgl-tit{
    width: 4.6rem;
    height: .5rem;
    line-height: .4rem;
    margin: .45rem auto 0;
    text-align: center;
    padding: 0 .5rem;
    font-size: .28rem;
    font-weight: bold;
    letter-spacing: .03rem;
    color: #f13e00;
    background: url("xjgl_titbg.png");
    background-size: 100% 100%;
    position: relative;
    top: -.23rem;
}
.xjgl-item{
    display: block;
    font-size: .18rem;
    line-height: .4rem;
    color: #7c3010;
    padding-left: .18rem;
    position: relative;
}
.xjgl-item:before{
    content: "";
    position: absolute;
    width: .04rem;
    height: .04rem;
    background-color: #7c3010;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.xjgl-more-box{
    text-align: center;
}
.xjgl-more{
    display: inline-block;
    cursor: pointer;
}
.xjgl-more p{
    font-size: .18rem;
    color: #ffbd39;
    margin-top: .07rem;
}
.xjgl-more img{
    width: .29rem;
}
/*教育专题*/
.jyzt-box{
    background: url(jyzt_bg.png) center top no-repeat;
    background-size: 19.2rem auto;
    padding-top: 3.81rem;
}
.jyzt-item{
    width: 5.4rem;
    margin-bottom: .3rem;
}
.jyzt-item img{
    width: 100%;
}
/*关注全国高考*/
.gzqggk-box{
    background: #FFFFFF url(gzqggk_bg.png) center top no-repeat;
    background-size: 19.2rem auto;
    padding-top: 3.45rem;
    padding-bottom: .5rem;
}
.gzqggk-banner img{
    width: 100%;
}
.gzqggk-tit{
    height: .53rem;
    line-height: .53rem;
    background-color: #e9faff;
    margin-top: .25rem;
    padding-right: .15rem;
}
.gzqggk-tit.mt-40{
    margin-top: .4rem;
}
.gzqggk-tit-img{
    width: 1.74rem;
    position: relative;
    transform: translateY(-.09rem);
}
.gzqggk-tit-more{
    color: #2a98ff;
    height: 100%;
}
.swiper{
    overflow: hidden;
}
.gzqggk-zkdt{
    position: relative;
    margin-top: .57rem;
}
.gzqggk-zkdt #swiper1{
    height: 3rem;
}
.gzqggk-zkdt-item{
    box-shadow: 1px 1px .1rem 0 rgba(174, 174, 174, 0.4);
    border: solid 1px #ffffff;
    width: 2.08rem;
    height: 2.89rem;
    background-color: #FFFFFF;
    font-size: .18rem;
    line-height: .24rem;
    color: #000000;
}
.gzqggk-zkdt-item img{
    display: block;
    width: 100%;
    height: 2.1rem;
}
.gzqggk-zkdt-item p{
    text-align: center;
    padding: .14rem .3rem 0;
    margin-bottom: .15rem;
}
.swiper-button-prev:after,.swiper-button-next:after{
    display: none;
}
.swiper-button-prev,.swiper-button-next{
    width: .32rem;
    height: .6rem;
    background: url("gzqggk_sw_arrow.png");
    background-size: 100% 100%;
}
.swiper-button-prev{
    left: -.15rem;
}
.swiper-button-next{
    transform: rotate(180deg);
    right: -.15rem;
}
.gzqggk-sec{
    width: 5.78rem;
}
.gzqggk-list-item{
    font-size: .18rem;
    line-height: .68rem;
    letter-spacing: 1px;
    color: #000000;
    padding-left: .1rem;
    position: relative;
}
.gzqggk-list-item:before{
    content: "";
    width: .05rem;
    height: .05rem;
    background-color: #93cbff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.gzqggk-list-item:not(:last-of-type){
    border-bottom: 1px solid #e5e5e5;
}
.gzqggk-list-item .txt{
    width: 78%;
}
.gzqggk-list-item .time{
    font-size: .16rem;
    color: #999999;
}
.gzqggk-xszz-lf{
    padding-top: .28rem;
}
.gzqggk-xszz-lf img{
    width: 5.64rem;
    display: inline-block;
    height: 2.9rem;
}
.gzqggk-tit-img2{
    height: 1.31rem;
    display: block;
    margin-top: .25rem;
    font-size: .16rem;
}
/*义务教育*/
.ywjy-box{
    background: url(ywjy_bg.png) center top no-repeat;
    background-size: 19.2rem auto;
    padding-top: 3.81rem;
    padding-bottom: .5rem;
}
.ywjy-sjzc{
    height: 1.17rem;
    background: url(ywjy_sjzcbg.png);
    background-size: 100% 100%;
    margin-left: -0.02rem;
    font-size: .16rem;
    line-height: .4rem;
    color: #ffffff;
    padding: .4rem .45rem .3rem 1.9rem;
    margin-top: -.15rem;
}
.ywjy-sjzc .tit{
    width: 86%;
    font-size: .2rem;
}
.ywjy-sec{
    width: 5.7rem;
}
.ywjy-tit{
    line-height: .46rem;
    background-color: #fff9e2;
    margin-top: .15rem;
    padding-right: .12rem;
}
.ywjy-tit-img{
    width: 1.36rem;
}
.ywjy-tit-more{
    color: #ffa320;
}
.ywjy-list-item{
    font-size: .18rem;
    line-height: .68rem;
    letter-spacing: 1px;
    color: #000000;
    padding-left: .1rem;
    position: relative;
}
.ywjy-list-item:before{
    content: "";
    width: .05rem;
    height: .05rem;
    background-color: #ffa320;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ywjy-list-item:not(:last-of-type){
    border-bottom: 1px solid #e5e5e5;
}
.ywjy-list-item .txt{
    width: 78%;
}
.ywjy-list-item .time{
    font-size: .16rem;
    color: #999999;
}

@media screen and (max-width: 768px) {
    .pcshow{display: none;}
    .h5show{display: block;}
    .jy2025-si{
        justify-content: flex-start;
    }
    .jy2025-si,.jy2025-zt-box, .jy2025-jysf-bo,.jyzt-lists,.jy2025-jysf-box{
        padding: 0;
    }
    .jy2025-si-nav{
        width: 2.13rem;
        line-height: .7rem;
        font-size: .24rem;
        margin-bottom: .21rem;
    }
    .jy2025-si-nav:not(:nth-of-type(3n)){
        margin-right: .2rem;
    }
    .jy2025-zt-item{
        width: 48%;
    }
    .jy2025-jysf-item{
        width: 100%;
    }
    .xjgl-box{
        background: url(xjgl_bgh5.png) center top no-repeat;
        background-size: 100% auto;
        padding-top: 3.81rem;
    }
    .jy2025-content,.w1200{
        width: 100%;
    }
    .xjgl-sec{
        padding-bottom: .3rem;
    }
    .xjgl-tit{
        width: 5rem;
        height: .7rem;
        line-height: .6rem;
        font-size: 0.32rem;
        top: -.33rem;
        margin-top: .65rem;
    }
    .xjgl-item{
        font-size: .3rem;
        line-height: .5rem;
        padding-left: .2rem;
    }
    .xjgl-item:before{
        width: .06rem;
        height: .06rem;
    }
    .xjgl-more img{
        width: .4rem;
    }
    .xjgl-more p{
        font-size: .3rem;
    }
    .xjgl-ct{
        line-height: .5rem;
        font-size: .3rem;
        max-height: 3.3rem;
    }
    /*教育专题*/
    .jyzt-box{
        background: url(jyzt_bgh5.png) center top no-repeat;
        background-size: 100% auto;
        padding-top: 2.32rem;
    }
    .jyzt-item{
        width: 100%;
    }
    /*关注全国高考*/
    .gzqggk-box{
        background: #FFFFFF url(gzqggk_bgh5.png) center top no-repeat;
        background-size:100% auto;
        padding-top: 2.5rem;
    }
    .gzqggk-banner{
        padding:  0 .1rem;
    }
    .gzqggk-ct{
        padding: 0 .25rem;
    }
    .gzqggk-tit{
        height: .7rem;
        line-height: .7rem;
        font-size: .3rem;
    }
    .gzqggk-tit-img{
        width: 2.1rem
    }
    .gzqggk-zkdt #swiper1{
        height: 3.1rem;
    }
    .gzqggk-zkdt-item{
        font-size: .24rem;
        line-height: .35rem;
        height: 3rem;
    }
    .gzqggk-zkdt-item p{
        padding: .1rem .1rem 0;
    }
    .swiper-button-prev,.swiper-button-next{
        width: .4rem;
        height: .7rem;
    }
    .gzqggk-sec{
        width: 100%;
    }
    .gzqggk-list-item{
        line-height: .8rem;
        font-size: .32rem;
        letter-spacing: 0;
    }
    .gzqggk-list-item .txt{
        width: 72%;
    }
    .gzqggk-list-item .time{
        font-size: .3rem;
    }
    .gzqggk-xszz-lf{
        width: 100%;
    }
    .gzqggk-xszz-lf img{
        width: 100%;
        margin-bottom: .1rem;
        height: 3.6rem;
    }
    .gzqggk-tit-img2{
        height: auto;
        width: 100%;
    }
    /*义务教育*/
    .ywjy-box{
        background: url(jyzt_bgh5.png) center top no-repeat;
        background-size: 100% auto;
        padding-top: 2.5rem;
    }
    .ywjy-sjzc{
        height: 1.21rem;
        background: url(ywjy_sjzcbgh5.png);
        background-size: 100% 100%;
        font-size: .24rem;
        padding: .42rem .25rem .3rem 1.85rem;
    }
    .ywjy-sjzc .tit{
        width: 72%;
        font-size: .28rem;
    }
    .ywjy-tit{
        height: .7rem;
        line-height: .7rem;
        font-size: .3rem;
    }
    .ywjy-tit-img{
        width: 2.1rem
    }
    .ywjy-zkdt #swiper1{
        height: 3.1rem;
    }
    .ywjy-zkdt-item{
        font-size: .24rem;
        line-height: .35rem;
        height: 3rem;
    }
    .ywjy-zkdt-item p{
        padding: .1rem .1rem 0;
    }
    .swiper-button-prev,.swiper-button-next{
        width: .4rem;
        height: .7rem;
    }
    .ywjy-sec{
        width: 100%;
    }
    .ywjy-list-item{
        line-height: .8rem;
        font-size: .32rem;
        letter-spacing: 0;
    }
    .ywjy-list-item .txt{
        width: 72%;
    }
    .ywjy-list-item .time{
        font-size: .3rem;
    }
}