

/* 本地宝头部 */
.header .header-content{
    width: 1200px;
}
.header-content ul li a{
    font-size: 16px !important;
}
.header-content a{
    font-size: 16px !important;
}
 
.bot-about {
    margin: auto; 
    text-align: center;
    color: #999;
    margin-top: 20px;
    padding: 20px 50px;
    text-align: center;
    color: #666;
    font-size: 14px; 
    width: 1200px; 
}

.wenzi {
    padding: 12px 0px 12px 0px;
    text-align: center;
    border-top: 1px solid #000000;
    border-top: 0px !important;
    line-height: normal;
    font-size: 14px !important;
}

.footer .notice {
    text-align: center;
    display: block; 
    margin-top: 15px;
    font-size: 14px !important;
}

.footer {
    margin-top: 0px !important;
    width: 100%;
    background-color: #666666;
    color: #999; 
}

.footer a {
    color: #999; 
    text-decoration: none;
    font-size: 14px;
}








/* 页面的顶部banner */
.top_back{ 
    margin: auto;
    background-image: url("https://imgbdb4.bendibao.com/xcxbdb/20243/26/2024326171135_99460.png");
    background-position: center;
    background-size: 1920px auto; 
    height: 210px;
    background-repeat: no-repeat;  
    width: 100%;
}
 
.top_back .top_info{
    width: 1200px;
    margin: auto;
    height: 210px;
    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 4px 8px #085edf99;
    font-family: "Microsoft YaHei";
    font-size: 58px;
    font-style: normal;
    font-weight: Bold;
    line-height: normal;
    letter-spacing: 2.6px;
}

.top_back .top_info .tips{
    width: fit-content;
    height: 40px; 
    line-height: 40px;
    font-size: 16px;
    color: #4587F8;
    border-radius: 6px;
    background: #FFF;
    padding: 0px 17px;
    margin-top: 12px;
}





body{
    margin: 0;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Microsoft YaHei";
    background-color: #f8f8f8;
    font-size: 14px;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: unset !important;
}

.crumbs{
    width: 1200px;
    margin:auto;
    margin-top: 20px;
    color: #444;
    cursor: pointer;
    font-size: 16px;
}
.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: 20px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

/* 左边 */
.main_part .left_content{
    width: 770px;
    /* background-color: rgb(255, 228, 232); */
}

/* 、右边 */
.main_part .right_content{
    width: 406px;
    /* background-color: skyblue; */
}

.nav_line{
    width: 770px;
    min-height: 56px;
    flex-shrink: 0;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0 0 10px 0 #0000000d;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    padding: 0 16px;
    font-size: 15px;
    margin-bottom: 18px;
}

.nav_line .nav_item{
    display: flex;
    align-items: center;
    height: 56px;
    line-height: 56px;
    /* margin-right: 21px; */
    cursor: pointer;

}
.nav_line .nav_item:hover{
    color: #4587F8;
}

.nav_line .nav_item .nav_icon{
    width: 22px;
    height: 22px;
    margin-right: 6px;
}



/* 搜索框 */
.search_box {
    border: 1px solid #CAD6FF;
    border-radius: 10px;
    margin-bottom: 22px; 
    background-color: #fff;
    cursor: pointer; 
    position: relative;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_box form{
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_btn{
    background-color: #5f83fe;
    color: white;
    width: 72px;
    height: 38px;
    line-height: 38px !important;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    margin-right: 5px;
    margin-left: 10px;
    outline: none;
    border: none;
    
}
.search_box img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 20px; 
}

.search_box input {
    flex: 1;
    border: none;
    outline: 0;
    height: 38px; 
    text-align: center;
    transition: all 0.2s;
    font-size: 14px;
}





/*  */


/* 资讯 */
.zixun_box{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 16px 20px;
}
.zixun_title{
    font-size: 16px; 
    font-weight: 600;
    margin-bottom: 20px;

}
.zixun_box li{

    margin-bottom: 14px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.zixun_box li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.zixun_box li::before{
    content: "";
    display: block;
    min-width: 6px;
    max-width: 6px;
    height: 6px;
    background-color: #5E82FF;
    border-radius: 50%;
    margin-right: 8px;
}
.zixun_box li:last-child{
    margin-bottom: 0 ;
}

.city_shengxue{
    /* background-color: #fff; */
    margin-bottom: 20px;
}

.city_outer{
    display: flex;
    flex-wrap: wrap;
}
.city_shengxue a{
    display: block;
    margin-bottom: 10px;
    width: 126px;
    margin-right: 12px;
    /* background-color: pink; */
}
.city_shengxue a:nth-child(3n){
    margin-right: 0;
}


.zhinan{
    padding-bottom: 5px;
}
.zhinan .outer{
    display: flex;
    flex-wrap: wrap;
}

.zhinan .outer .item{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    margin-right: 16px;
    width: 174px;
    /* background-color: pink; */
}
.zhinan .outer .item img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.zhinan .outer .item:nth-child(2n){
    margin-right: 0;
}




/* 学校卡片相关 */

.school_part{ 
    margin-bottom: 30px;
}
.school_part .school_class{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px; 
    position: relative;
}
.school_part .school_class .title_more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    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: 10px;
    width: 380px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 10px;
    padding: 20px;
    transition: box-shadow 0.3s;
    overflow: hidden;

}
.school_item a{
    color: #4c96fd;
}
 .school_item:hover{
    box-shadow: 0 0 10px 2px #0000000e;
}
 .school_item:nth-child(2n){
    margin-right: 0;
}

.school_item .to_detail_btn{
    float: right;
    display: block;
    min-width: 110px;
    width: fit-content;
    height: 30px;
    line-height: 30px !important;
    text-align: center;
    padding: 0 14px;
    border-radius: 50px;
    font-size: 13px;
    background-color: #5E82FF;
    color: white;
    margin-top: 12px;
}

 .school_item .info_ul li{
    margin-bottom: 12px;
    display: flex;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 22px !important;
}

 .school_item .info_ul li:last-child{
    margin-bottom: 0;
}
 .school_item .info_ul li .label{
    max-width: 100px;
    width: fit-content;
    white-space: nowrap;
    /* background-color: pink; */
}






/* 学校名名称 */
.school_item .name{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;  
    line-height: 22px !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{ 
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
    padding: 1px 5px;
    font-weight: 500;
    margin-left: 4px;
    margin-right: 4px;
    color: #23BA32;
    border: 1px solid #23BA32;
}


/* 民办标签 */
.school_item .name .minban{ 
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
    padding: 1px 5px;
    font-weight: 500;
    margin-left: 4px;
    margin-right: 4px;
    
    color: #FF843F;
    border: 1px solid #FF843F;
}

/* 双流区标签 */
.school_item .name .shuangliuqu{ 
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
    padding: 1px 5px;
    font-weight: 500;
    margin-left: 4px;
    margin-right: 4px;
    
    color: #5E82FF;
    border: 1px solid #5E82FF;
}

/* 一本标签 */
.school_item .name .yiben{ 
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
    padding: 1px 5px;
    font-weight: 500;
    margin-left: 4px;
    margin-right: 4px; 
    color: #FF5E5E;
    border: 1px solid #FF5E5E;
}

/* 二本标签 */
.school_item .name .erben{ 
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
    padding: 1px 5px;
    font-weight: 500;
    margin-left: 4px;
    margin-right: 4px; 
    color: #FFB21E;
    border: 1px solid #FFB21E;
}



.nianji .youeryuan{
    margin-right: 2px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    color: #00BDD7;
    background-color: #D7F9F7;
}

.nianji .xiaoxue{
    margin-right: 2px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    color: #1DAAF9;
    background-color: #D7F3FF;
}

.nianji .chuzhong{
    margin-right: 2px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    color: #9D7AFF;
    background-color: #F1ECFF;
}

.nianji .gaozhong{
    margin-right: 2px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    color: #FF66D4;
    background-color: #FFECFA;
}





.nianji .texing1{
    margin-right: 2px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    color: #23BA32;
    background-color: #DFF9E1;
}


.nianji .texing2{
    margin-right: 2px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    color: #FF66D4;
    background-color: #FFECFA;
}

.nianji .texing3{
    margin-right: 2px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    color: #1DAAF9;
    background-color: #D7F3FF;
}
.nianji .texing4{
    margin-right: 2px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    color: #00BDD7;
    background-color: #D7F9F7;
}
.nianji .texing5{
    margin-right: 2px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    background-color: #00BDD7;
}


















.zixun_box.xuexiao{
    padding: 20px 0;
    padding-bottom: 0; 
}

.xuexiao_part_title{
    width: fit-content;
    padding: 0 20px;
    padding-right: 26px;
    height: 48px; 
    line-height: 48px !important;
    border-radius: 0 40px 40px 0;
    background: linear-gradient(270deg, #e0f2ff80 45.6%, #e0f2ff00 100%);
    display: flex;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;

}
.xuexiao_part_title span{
    z-index: 1;
}
.inner_part_title{
    width:100%;
    height: 36px; 
    border-radius: 0 100px 100px 0;
    background: #D7EEFF;
    /* background: pink; */
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    z-index: 0;
}
.school_item.right_item:hover{
    box-shadow: none; 
}
.school_item.right_item{
    padding: 0;
    padding-bottom: 20px;
    border-radius: 0;
    margin: 20px;
    border-bottom: 1px solid rgb(230, 230, 230);
    width: 366px;
    margin-bottom: 26px;
}
.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: 80px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #777;
}
.no_data_img{
    width: 200px;
    height: 120px;
    margin-bottom: 5px;
}

.new_title_more{
    padding:11px 90px;
    color: #5e82ff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    background: #E6ECFF;
    line-height: normal;
    border-radius: 10px;
}
.new_title_more:hover{

    flex-shrink: 0;
    border-radius: 10px;
    background: #E6ECFF;
    color: #5e82ff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.new_title_more_wrap{
    
    display: flex;
    justify-content: center;

}