

/* 本地宝头部 */

.left_content,.main_part{
    width:100%
}
.header .header-content{
    width: 12rem;
}
.header-content ul li a{
    font-size: 0.16rem !important;
}
.header-content a{
    font-size: 0.16rem !important;
}
 
.bot-about {
    margin: auto; 
    text-align: center;
    color: #999;
    margin-top: 0.2rem;
    padding: 0.2rem 0.50rem;
    text-align: center;
    color: #666;
    font-size: 0.26rem; 
    width: 12rem; 
}

.wenzi {
    padding: 0.12rem 0rem 0.12rem 0rem;
    text-align: center;
    border-top: 0.01rem solid #000000;
    border-top: 0rem !important;
    line-height: normal;
    font-size: 0.26rem !important;
}


.footer .notice {
    text-align: center;
    display: block; 
    margin-top: 0.15rem;
    font-size: 0.26rem !important;
}

.footer {
    margin-top: 0rem !important;
    width: 100%;
    background-color: #666666;
    color: #999; 
}

.footer a {
    color: #999; 
    text-decoration: none;
    font-size: 0.26rem;
}








/* 页面的顶部banner */
.top_back{ 
    margin: auto;
    background-image: url("https://imgbdb4.bendibao.com/xcxbdb/20243/26/2024326171135_99460.png");
    background-position: center;
    background-size: 190.2rem auto; 
    height: 2.1rem;
    background-repeat: no-repeat;  
    width: 100%;
}
 
.top_back .top_info{
    width: 12rem;
    margin: auto;
    height: 2.1rem;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}
.top_back .top_info .title .time{
    color: #ffe641;
}
.top_back .top_info .title{
    width: fit-content;
    margin: 0;
    border: none;
    color: #ffffff;
    text-shadow: 0 0.04rem 0.08rem #085edf99;
    font-family: "Microsoft YaHei";
    font-size: 0.58rem;
    font-style: normal;
    font-weight: Bold;
    line-height: normal;
    /* letter-spacing: 2.0.06rem; */
}

.top_back .top_info .tips{
    width: fit-content;
    height: 0.40rem; 
    line-height: 0.40rem;
    font-size: 0.16rem;
    color: #4587F8;
    border-radius: 0.06rem;
    background: #FFF;
    padding: 0rem 0.17rem;
    margin-top: 0.12rem;
}






body{
    margin: 0;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Microsoft YaHei";
    background-color: #f8f8f8;
    font-size: 0.26rem;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: unset !important;
}

.crumbs{
    /* width: 12rem; */
    margin:auto;
    margin-top: 0.2rem;
    color: #444;
    cursor: pointer;
    font-size: 0.22rem;
}
.crumbs a{
    color: #444;
} 
.crumbs a:hover{
    color: #60a1fc;
} 


/* a{
    color: #4c96fd; 
} */

a:hover{
    color: #60a1fc; 
}




.main_part{
    flex: 1; 
    /* background-color: pink; */
    margin: auto;
    margin-top: 0.2rem;
    /* width: 12rem; */
    /* display: flex; */
    justify-content: space-between;
}

/* 左边 */
.main_part .left_content{
 
    /* background-color: rgb(255, 228, 232); */
}

/* 、右边 */
.main_part .right_content{
    width: 4.06rem;
    /* background-color: skyblue; */
}

.nav_line{
    width: 7.1rem;
    margin:0 auto;
    min-height: 0.56rem;
    flex-shrink: 0;
    border-radius: 0.10rem;
    background: #FFF;
    box-shadow: 0 0 0.1rem 0 #0000000d;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0.1rem 0.16rem;
    font-size: 0.15rem;
    margin-bottom: 0.24rem;
}

.nav_line .nav_item{
    /* display: flex; */
    width: 1.3rem;
    align-items: center;
    text-align: center;
    margin:0.1rem 0;
    margin-right: 0.51rem;
   
    /* height: 0.56rem;
    
    line-height: 0.56rem; */
    /* margin-right: 0.21rem; */
    cursor: pointer;

}
.nav_line .nav_item:nth-child(4n){
    margin-right: 0rem;
}
.nav_line .nav_item:hover{
    color: #4587F8;
}

.nav_line .nav_item .nav_icon{
    width: 0.62rem;
    height: 0.62rem;
    /* margin-right: 0.12rem; */
}
.nav_line .nav_item div{
    font-size: 0.26rem;
}



/* 搜索框 */
.search_box {
    border: 0.01rem solid #CAD6FF;
    border-radius: 0.1rem;
    
    background-color: #fff;
    cursor: pointer; 
    position: relative;
    height: 0.68rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0 0.2rem;
    margin-bottom: 0.22rem; 
}

.search_box form{
    width: 100%;
    height: 0.68rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_btn{
    background-color: #5f83fe;
    color: white;
    width: 0.92rem;
    height: 0.58rem;
    line-height: 0.58rem !important;
    font-size: 0.28rem;
    text-align: center;
    border-radius: 0.1rem;
    margin-right: 0.05rem;
    margin-left: 0.1rem;
    outline: none;
    border: none;
    
}
.search_box img{
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
    margin-left: 0.2rem; 
}

.search_box input {
    flex: 1;
    border: none;
    outline: 0;
    height: 0.58rem; 
    text-align: center;
    transition: all 0.2s;
    font-size: 0.28rem;
}





/*  */


/* 资讯 */
.zixun_box{
    background-color: #fff;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
    padding: 0.16rem 0.2rem;
}
.zixun_title{
    font-size: 0.16rem; 
    font-weight: 600;
    margin-bottom: 0.2rem;

}
.zixun_box li{

    margin-bottom: 0.26rem;
    font-size: 0.26rem;
    display: flex;
    align-items: center;
}
.zixun_box li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    font-size: 0.28rem;
}
.zixun_box li::before{
    content: "";
    display: block;
    min-width: 0.12rem;
    max-width: 0.12rem;
    height: 0.12rem;
    background-color: #5E82FF;
    border-radius: 50%;
    margin-right: 0.08rem;
}
.zixun_box li:last-child{
    margin-bottom: 0 ;
}

.city_shengxue{
    /* background-color: #fff; */
    margin-bottom: 0.2rem;
}

.city_outer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.city_outer a{
    margin-right: 0.2rem;
    color: #555;
    line-height: 0.42rem !important;
}
.city_outer a:nth-child(3n){
    margin-right: 0;
}
.city_shengxue a{
    display: block;
    margin-bottom: 0.1rem;
    width: 1.26rem;
    margin-right: 0.12rem;
    /* background-color: pink; */
}
.city_shengxue a:nth-child(3n){
    margin-right: 0;
}


.zhinan{
    padding-bottom: 0.05rem;
}
.zhinan .outer{
    display: flex;
    flex-wrap: wrap;
}

.zhinan .outer .item{
    display: flex;
    align-items: center;
    margin-bottom: 0.16rem;
    margin-right: 0.16rem;
    width: 170.04rem;
    /* background-color: pink; */
}
.zhinan .outer .item img{
    width: 0.30rem;
    height: 0.30rem;
    margin-right: 0.1rem;
}
.zhinan .outer .item:nth-child(2n){
    margin-right: 0;
}




/* 学校卡片相关 */

.school_part{ 
    margin:0 0.2rem;
    margin-bottom: 0.30rem;
    width: 7.1rem;
   
}
.school_part .school_class{
    font-size: 0.2rem;
    font-weight: 600;
    width: 6.9rem;
    margin-bottom: 0.2rem; 
    position: relative;
}
.school_part .school_class .title_more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.26rem;
    color: #666;
    font-weight: 500;
}
.school_part .school_class .title_more:hover{
    color: #4587F8;
}


.school_part .school_outer_box{
    display: flex;
    flex-wrap: wrap;
}
 .school_item{
    background-color: #fff; 
    margin-right: 0.1rem;
    width: 100%;
    /* margin-bottom: 0.1rem; */
    font-size: 0.26rem;
    border-radius: 0.1rem;
    padding:0.28rem 0.24rem;
    transition: box-shadow 0.3s;
    overflow: hidden;
    box-shadow: 0 0 0rem 0.01rem #0000000e;

}
.new_school_item{
    margin: 0 0.2rem;
    background-color: #fff;
    margin-right: 0.1rem;
    width: calc(100% - 0.4rem);
    margin-bottom: 0.1rem;
    font-size: 0.26rem;
    border-radius: 0.1rem;
    padding: 0.2rem;
    transition: box-shadow 0.3s;
    overflow: hidden;
    box-shadow: 0 0 0rem 0.01rem #0000000e;
}
.school_item a{
    color: #4c96fd;
}
 .school_item:hover{
    box-shadow: 0 0 0.1rem 0.02rem #0000000e;
}
 .school_item{
    margin-right: 0;
}

.school_item .to_detail_btn{
    float: right;
    margin: 0 auto;
    display: block;
    min-width: 1.6rem;
    width: fit-content;
    height: 0.50rem;
    line-height: 0.50rem !important;
    text-align: center;
    padding: 0 0.26rem;
    border-radius: 0.50rem;
    font-size: 0.26rem;
    background-color: #5E82FF;
    color: white;
    margin-top: 0.12rem;

}

 .school_item .info_ul li{
    margin-bottom: 0.12rem;
    display: flex;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 0.3rem !important;
    font-size: 0.26rem;
    line-height: 0.4rem !important;
}

 .school_item .info_ul li:last-child{
    margin-bottom: 0;
}
 .school_item .info_ul li .label{
    max-width: 1.8rem;
    width: fit-content;
    white-space: nowrap;
    /* background-color: pink; */
}






/* 学校名名称 */
.school_item .name{
    font-size: 0.3rem;
    font-weight: 600;
    margin-bottom: 0.18rem;  
    /* line-height: 0.22rem !important; */
    white-space: wrap;
    word-break: break-all;
 }
.school_item .name a{
    color: #333333;
    
}
 
 .school_item .name span{
    white-space: nowrap;
 }


/* 公办标签 */
.school_item .name .gongban{ 
    position: relative;
    top: -0.03rem;
    height: 0.3rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    padding: 0.01rem 0.05rem;
    font-weight: 500;
    margin-left: 0.04rem;
    margin-right: 0.04rem;
    color: #23BA32;
    border: 0.01rem solid #23BA32;
}


/* 民办标签 */
.school_item .name .minban{ 
    position: relative;
    top: -0.03rem;
    height: 0.3rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    padding: 0.01rem 0.05rem;
    font-weight: 500;
    margin-left: 0.04rem;
    margin-right: 0.04rem;
    
    color: #FF843F;
    border: 0.01rem solid #FF843F;
}

/* 双流区标签 */
.school_item .name .shuangliuqu{ 
    position: relative;
    top: -0.03rem;
    height: 0.3rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    padding: 0.01rem 0.05rem;
    font-weight: 500;
    margin-left: 0.04rem;
    margin-right: 0.04rem;
    
    color: #5E82FF;
    border: 0.01rem solid #5E82FF;
}

/* 一本标签 */
.school_item .name .yiben{ 
    position: relative;
    top: -0.03rem;
    height: 0.3rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    padding: 0.01rem 0.05rem;
    font-weight: 500;
    margin-left: 0.04rem;
    margin-right: 0.04rem; 
    color: #FF5E5E;
    border: 0.01rem solid #FF5E5E;
}

/* 二本标签 */
.school_item .name .erben{ 
    position: relative;
    top: -0.03rem;
    height: 0.3rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    padding: 0.01rem 0.05rem;
    font-weight: 500;
    margin-left: 0.04rem;
    margin-right: 0.04rem; 
    color: #FFB21E;
    border: 0.01rem solid #FFB21E;
}



.nianji .youeryuan{
    height: 0.3rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    padding: 0 0.06rem;
    height: 0.22rem;
    line-height: 0.22rem;
    color: #00BDD7;
    background-color: #D7F9F7;
}

.nianji .xiaoxue{
    height: 0.3rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    padding: 0 0.06rem;
    height: 0.22rem;
    line-height: 0.22rem;
    color: #1DAAF9;
    background-color: #D7F3FF;
}

.nianji .chuzhong{
    height: 0.3rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    padding: 0 0.06rem;
    height: 0.22rem;
    line-height: 0.22rem;
    color: #9D7AFF;
    background-color: #F1ECFF;
}

.nianji .gaozhong{
    height: 0.3rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    padding: 0 0.06rem;
    height: 0.22rem;
    line-height: 0.22rem;
    color: #FF66D4;
    background-color: #FFECFA;
}





.nianji .texing1{
    margin-right: 0.02rem;
    height: 0.3rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    padding: 0 0.06rem;
    /* height: 0.22rem;
    line-height: 0.22rem; */
    color: #23BA32;
    background-color: #DFF9E1;
}


.nianji .texing2{
    margin-right: 0.02rem;
    height: 0.3rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    padding: 0 0.06rem;
    /* height: 0.22rem; */
    /* line-height: 0.22rem; */
    color: #FF66D4;
    background-color: #FFECFA;
}

.nianji .texing3{
    margin-right: 0.02rem;
    height: 0.3rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    padding: 0 0.06rem;
    /* height: 0.22rem; */
    /* line-height: 0.22rem; */
    color: #1DAAF9;
    background-color: #D7F3FF;
}
.nianji .texing4{
    margin-right: 0.02rem;
    height: 0.3rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    padding: 0 0.06rem;
    color: #00BDD7;
    background-color: #D7F9F7;
}
.nianji .texing5{
    margin-right: 0.02rem;
    height: 0.3rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    padding: 0 0.06rem;
    color: #fff;
    background-color: #00BDD7;
}


















.zixun_box.xuexiao{
    padding: 0.2rem 0;
    padding-bottom: 0; 
}

.xuexiao_part_title{
    width: fit-content;
    padding: 0 0.2rem;
    padding-right: 0.26rem;
    height: 0.58rem; 
    line-height: 0.58rem !important;
    border-radius: 0 0.40rem 0.40rem 0;
    background: linear-gradient(270deg, #e0f2ff80 45.6%, #e0f2ff00 100%);
    display: flex;
    position: relative;
    z-index: 1;
    font-size: 0.3rem;
    font-weight: 600;
    overflow: hidden;
    margin:0.2rem 0;

}
.xuexiao_part_title span{
    z-index: 1;
}
.inner_part_title{
    width:100%;
    height: 0.56rem; 
    border-radius: 0 1rem 1rem 0;
    background: #D7EEFF;
    /* background: pink; */
    position: absolute;
    top: 50%;
    left: -0.05rem;
    transform: translateY(-50%);
    z-index: 0;
}
.school_item.right_item:hover{
    box-shadow: none; 
}
.school_item.right_item{
    padding: 0;
    padding-bottom: 0.2rem;
    border-radius: 0;
    margin: 0.2rem;
    border-bottom: 0.01rem solid rgb(230, 230, 230);
    width: 360.06rem;
    margin-bottom: 0.26rem;
}
.school_item.right_item li{
    align-items: flex-start;
}
.school_item.right_item li::before{
    content: "";
    display: none;
}
.school_item.right_item:last-child{
    border-bottom: none;
}



 
.no_data{
    width: 100%;
    margin-top: 0.80rem;
    margin-bottom: 0.80rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    color: #777;
}
.entrance-title a{
    margin-right: 0.2rem;
    float: right;
    color: #4c96fd;
    font-size: 0.26rem;
    font-weight: 500;
}
.no_data_img{
    width: 3rem;
    height: 1.8rem;
    margin-bottom: 0.1rem;
}
.no_data div{
    position: relative;
    left: -0.15rem;
}

.new_title_more{
    padding: 0.15rem 0.90rem;
    color: #5e82ff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    background: #E6ECFF;
    margin-top: 0.3rem;
    line-height: normal;
    border-radius: 0.1rem;
}
.new_title_more:hover{

    flex-shrink: 0;
    border-radius: 0.1rem;
    background: #E6ECFF;
    color: #5e82ff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.new_title_more_wrap{
    
    display: flex;
    justify-content: center;

}


.left_content,.main_part{
    width:100%
}
.crumbs{
    margin-left:0.2rem
}
body {
    
    overflow-x: hidden;
}
.img-wrap{
    margin:0 0.2rem
}
.other-zhaungti{
    margin-bottom: 0.2rem !important;
}
.other-zhaungti-wrap{
    padding:0.3rem 0.26rem 0.1rem 0.26rem !important;
}
.other-zhaungti a{
    text-align: left !important;
}
.shaixuan{
    margin: 0 0.2rem;
}