.search .form-search{
    display: flex;
    position: relative;
}
.search img{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 6px;
  transform: translateY(-50%);
}
.search_button{
    width: 70px;
height: 36px;
background: #0060ED;
color: #FFF;
text-align: center;
line-height: 36px;
    border: none;
    border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
}
.search_button:hover{
    color: #FFF;
    text-decoration: none;
}

.search .form-control {
    border-radius: 6px;
    border: 1px solid #0060ED;
    border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    height: 36px;
        width: 190px;
        padding-left: 24px;
            line-height: 2.77;
}
.panel-school{
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.tabs-wrapper .tabs-group .content {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}
.tabs-wrapper .tabs-group:nth-child(2) .content li:nth-child(n+4){
    display: none;
}
.tabs-wrapper .tabs-group .content > li {
    padding: 2px 5px;
}
.tabs-wrapper .tabs-group .content > li {
    float: left;
}
.tabs-wrapper .tabs-group .content > li > a {
    display: block;
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    background-clip: padding-box;
    color: #828a92;
    transition: all 0.3s ease;
}
.tabs-wrapper .tabs-group .content > li  a{
    color: #333333;
}
.school-tabs{
    display: flex;
}
.title-tab{
    width: 60px;
    padding: 6px 0;
}
.title-tab-active >a{
    font-weight: bold;

color: #0060ED !important;
}
.ac-bottom{
        padding: 18px 0px !important;
}
.media{
    display: flex;
        align-items: center;
        height: 100%;
        position: relative;
}
.article-list .media .media-left a {
    display: block;
    width: 118px;
}
.card-choose{
border-radius: 2px;
display: flex;
justify-content: space-between;
}

.card-choose >div{
padding: 15px;
    color: #333333;
    width: 50%;
    text-align: center;
    cursor: pointer;
}
.card-choose >div>span{
    color: white;
    font-weight: bolder;
}
.card-choose >div.active{
     border-radius: 2px;
    background-color: #0060ed;
        color: #FFF;
}
.article-title{
    font-size: 18px;
color: #333333;
margin: 0;
    margin-right: 15px;
    font-weight: bold;
}
.article-title a{
    color: #333;
}
.head-top{
        display: flex;
            align-items: flex-start;
}
 .location{
   padding: 2px 6px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #DEDEDE;
    font-size: 10px;
    color: #666666;
    display: flex
;
    align-items: center;
    justify-content: center;
}
 .location img{
    width: 9px;
    margin-right: 4px;
}
.article-tag span,.article-tag a span{
 background: #F5F5F5;
    padding: 2px 8px;
    border-radius: 4px;
    display: flex
;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 6px;
    font-size: 12px;
        margin-top: 4px;
      color: #919191;
}
.article-tag span img{
    width: 14px;
    height: 14px;

}
.media-middle{
    padding: 5px 12px;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 70%;
}

#school-detail .media-middle{
    width: auto;
}
.media-button{

    padding: 4px 16px;
    background: #FFFFFF;
    border-radius: 22px 22px 22px 22px;
    border: 1px solid rgba(0, 96, 237, 0.3);
        position: absolute;
    right: 0;
}
.panel-school_1{
    padding: 15px;
    height: 112px;
        display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
}
.article-list {
    padding: 0;
    background: #fff;
    height: auto;
    padding: 13px;
        margin-bottom: 12px;
}

.media-button:hover,.article-tag a span:hover{
    background-color: #0060ED;

    cursor: pointer;
        color: #FFF;
            text-decoration: none;
}
.article-tag .tag_1{
    background: rgba(145,126,248,0.1);
}
.article-tag .tag_2{
    background: rgba(102,197,114,0.1);
}
.article-tag .tag_3{
 background: rgba(215,168,66,0.1);
}
.panel-default > .panel-heading {
 align-items: center;
    display: flex
;
    justify-content: space-between;
}
.panel-default > .panel-heading .panel-left {
    margin-left: 12px;
    position: relative;
    font-weight: bold;
font-size: 16px;
color: #333333;
}
.panel-default > .panel-heading .panel-left:before {
left: -12px;
    top: 0;
    width: 4px;
    height: 100%;
   
}
.lasest-update .panel-body ul li {
    align-items: center;

     height: auto; 
line-height: normal;
}
.item-title span{
    background: #FFFFFF;
border-radius: 4px;
border: 1px solid #DEDEDE;
padding:2px 4px;
position: relative;
    font-size: 10px;
}
.item-title a {
        color: #333333;
    display: inline;
    font-size: 14px;
}
.item-date a{
    margin-top: 3px;
    display: inline-block;
}
.item-date span,.item-date a span{
    font-size: 10px;
    white-space: nowrap;
    border-bottom: 1.5px solid red;
    padding: 2px;
    border-radius: 5px;
    color: #333;

}
.item-date span img{
    width: 12px;
}


.item-img img {
    width: 90px;
    height: 100%;
}
.tab-moblile{
    display: none;
}
@media (min-width: 768px)and (max-width:1200px) {
        .navbar-white .navbar-nav > li > a {
        color: #333;
        font-size: 13px;
        font-weight: bold;
    }
        .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {

        display: none;
    }
}

@media (max-width: 767px) {
    aside{
        display: none;
    }
    .media-button{
        display: none;
    }
    .article-title .name {
    font-size: 16px;

    margin-right: 0;
}

    .article-tag span{
background: transparent;
        padding: 0;
        border-radius: 0;
        margin-right: 0;
        position: relative;
        margin-right: 13px;
}



.media-middle {
padding: 0;
    flex: 1;
    justify-content: space-evenly;
}
.article-tag span
 {
           background: #F5F5F5;
        padding: 4px 6px;
        border-radius: 4px;
        display: inline;
        align-items: center;
        justify-content: center;
        float: none;
        margin-right: 2px;
                font-size: 12px;
    }
    .article-list .media .media-left a {
    display: block;
    width: 110px;
}
.article-tag span img {
               width: 14px;
        height: 14px;
        margin-top: -3px;
}
.article-tag{
display: flex
;
        flex-direction: row;
        align-items: center;
                flex-wrap: wrap;
}
.article-list .article-title {

    justify-content: space-between;
    margin-right: 0;
}
.tab-pc{
    display: none;
}
.tab-moblile{

}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
        margin-left: 6px;
        margin-top: -1%;
    vertical-align: middle;
    border-top: 6px dashed;

    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.tab-header{
        display: flex;
        padding: 0 15px;
    justify-content: space-between;
    align-items: center;
            margin-bottom: 12px;
}
.popup-content{
    background-color: #FFF;
          padding: 0 15px;
}

     .overlay {
            display: none;
            position: fixed;
            
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 100;
            overflow: hidden;
        }

        .popup-content {
            background-color: white;
            width: 100%;
            max-width: 100%;
            border-radius: 0 0 15px 15px;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            max-height: 70vh;
            overflow-y: auto;
            transform: translateY(-100%);
            transition: transform 0.3s ease-out;
        }

        .overlay.active .popup-content {
            transform: translateY(0);
}
  .option-item {
      display: block;
        border-radius: 5px;
        transition: all 0.2s;
        position: relative;
        cursor: pointer;
        }
        .option-item:hover{
            background: #f9f9f9;
        }
        .option-item >a{
                width: 100%;
    height: 100%;
    display: block;
    padding: 12px 10px;
    text-decoration: none;
        }
.option-item.active:after{
       content: '';
        display: block;
        width: 19px;
        height: 13px;
        background-image: url(../images/right.png);
        background-size: contain;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        }
.tab-item.active .caret{
    border-top-color: #0060ED;
            transform: rotate(180deg);
        transition: transform 0.3s ease;
}
.tab-item{
    cursor: pointer;
}
.tab-moblile{
    display: block;
}

}


@media (max-width: 370px) {
    .article-title .location {
   
    font-size: 8px;
    }
    .article-title .name {
    font-size: 14px;

}
}



/*学校详情*/
.detail{
background: linear-gradient( 360deg, #FFFFFF 0%, #EFF6FF 100%);
height: auto!important;
}
.detail .media {
    height: 103px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}
.detail-more{
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.detail-more .more-picture{
    width: 42%;
    height: 240px;
    border-radius: 4px;
    margin-right: 10px;
}
.detail-more .more-picture img{
    width: 100%;
    height: 100%;
}
.detail-more .more-word{
    flex: 1;
    
}
.detail-more .word-card{
    height: auto;
    
}
.detail-more .word-card>div{
    width: 113px;
height: 100%;
padding: 8px;
background: #FFFFFF;
border-radius: 4px 4px 4px 4px;
border: 1px solid #EBEBEB;
margin-right: 18px;
    display: inline-block;
}
.detail-more .word-card>div>p{
background: #F3F7FF;
    border-radius: 1px;
    padding: 2px;
    margin-bottom: 0;
    line-height: 16px;
    color: #333333;
    font-size:11px;
margin: 0 auto;
text-align: center;
}
.detail-more .word-card>div>div{
    background: #FFF;
    color: #666666;
    display: flex
;
    align-items: center;
    margin-top: 4px;
}
.card-time{
    width: 17px;
    height: 17px;
    background: #0060ED;
    border-radius: 3px 3px 3px 3px;
   
    margin-right: 2px;
}
.card-time img{
    width: 80%;
    height: 80%;
        vertical-align: initial;

}
.detail-more  .card-words{
    padding: 5px;
    background: #F5F5F5;
    font-size: 14px;
    color: #666666;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.more-word ul {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    padding: 0;
}
.more-word ul li{
    list-style: none;
}
.more-word ul li span{
        font-size: 12px;
color: #333333;
}
.more-word ul li span:first-child{

color: #666666;
}
.detail-tab{
        border-bottom: 2px solid #0060ED;
            margin: 8px 0 22px 0;
}
.detail-tab .tab-header{
display: flex
;
    justify-content: space-between;
    align-items: center;

}
.detail-tab .tab-header >div{
padding: 10px 20px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}
.detail-tab .tab-header .tab-item.active{
    background: #0060ED;
font-weight: bold;
color: #FFFFFF;
border-radius: 8px 8px 0 0;
}
.detail-box .article-list .panel-heading {
    border: none;
}
.words-more{
    max-height: 196px;
    position: relative;
    overflow: hidden;
    transition: all ease .3s;
}
.words-more p{
    font-size: 14px;
color: #666666;
line-height: 24px;
text-indent: 2em;
}

.words-more::after {
         content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 79%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255 255 255));
    opacity: 0.7;
    transition: all 0.3s ease;
}
.words-more-active{
   max-height: 5000px;
    
}
.words-more-active::after{
    content: '';
    display: none;
}
.introduce-deatail .article-list{
    height: auto;
    padding-bottom: 30px;
}
 .down img{
    width: 10px;
    transition: transform 0.5s ease;
 }
 .down.active img{
        transform: rotate(180deg);
        opacity: 0.4;
    }
.down {
    cursor: pointer;
    display: block;
margin-top: 20px;
    text-align: center;
    }
    .down p{
    font-size: 14px;
    color: #0060ED;
    text-align: center;
    margin: 0;
    }
     .down.active p{
         display: none;
     }
.words-more .inner-title{
font-weight: bold;

color: #666666;
}
.article-list .img-all_inner {
   display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
  gap: 2px;
    padding-bottom: 15px;
    overflow: hidden;
}
.article-list .img-all_inner>div.hidden{
   display: none;
}
.article-list .img-all_inner >div{
   height: 170px;

}
.article-list .img-all_inner >div >img{
    width: 100%;
    height: 100%;
}
.area-all ul{

}
.area-all .area-left{
    overflow: auto;

}
.area-all .area-left .tab-city{
        display: flex;
        justify-content: space-between;
          transition: all 0.3s ease;
              border-radius: 8px;
                  background: #f8f9fa;


    margin-bottom: 10px;
    cursor: pointer;
}
.area-all .area-left .tab-city>div{
                    padding: 12px;
                    text-align: center;
                        color: #333;
}
.area-all .area-left .tab-city>div.active{
    background: #4e73df;
    color: #FFF;
    border-radius: 8px;
}
.area-all .area-left .city-news>div{
          transition: all 0.3s ease;
              border-radius: 8px;
                  background: #f8f9fa;
            border-left: 4px solid #4e73df;
              border-right: 4px solid #4e73df;
                padding: 12px;                                                          
display: none;
    color: #666;

  

}
.area-all .area-left .city-news>div>span{
  
}
.area-all .area-left .city-news>div.active{
    display: block;
}
.area-all .area-left>div>span{
   width: auto;
   color: #333333;
}
.area-all .area-left>div>div{
    flex: 1;
    color: #0060ED;
}
.area-all .area-left>div>div img{
    width: 9px;
    margin-right: 2px;
}
.area-left .area-left_img{
    width: 100%;
    height: 190px;
}
.area-left .area-left_img >img{
    width: 100%;
    height: 100%;
}
.area-all .area-title{
font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
}

 .area-right .area-right-title{
color: #2c3e50;
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 11px;
    border-bottom: 2px solid #eee;

 }
  .area-right ul{
      padding: 0;
      margin: 0;
      margin-bottom: 8px;
  }
 .area-right ul li{
  padding: 12px;
            margin-bottom: 10px;
            background: #f8f9fa;
            border-radius: 8px;
            transition: all 0.3s ease;
            border-left: 4px solid #4e73df;
            list-style: none;
 }
 .area-right ul li.hidden{
     display: none;
 }
  .area-right ul li.show{
     display: block;
 }
  .area-right .note {
      margin: 20px 0;
            padding: 12px;
            background: #f0f0f0;
            border-radius: 8px;
            font-size: 14px;
            color: #666;
        }
  .area-right ul li span{
     color:#666666;
 }
 .data-table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .data-table th, 
        .data-table td {
            padding: 20px 15px;
                color: #333333;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }
        
        .data-table th {
            color: #666666;
            font-weight: bold;
        }
        
        
        .data-table tr:hover {
            background-color: #f2f2f2;
        }
        
       .detail .article-tag span {
    background: #F5F5F5;
    padding: 2px 4px;
    border-radius: 4px;
    display: flex
;
    align-items: center;
    justify-content: center;
    float: none;
    margin-right: 6px;
}
     .detail  .article-tag .tag_1{
    background: rgba(145,126,248,0.1);
}
 .detail .article-tag .tag_2{
    background: rgba(102,197,114,0.1);
}
 .detail .article-tag .tag_3{
 background: rgba(215,168,66,0.1);
}
.detail .article-tag .tag-mobile{
       
       display: none;
   }
     .detail .tag-more{
      display: flex;
  }
.loadmore-detail{
     
display: none;
  }
  /*面包屑*/
  .breadcrumb_inner > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
  
}
  .breadcrumb_inner{
    padding-left: 0;
    display: flex
;
    justify-content: flex-end
  }
  .breadcrumb_show2{
      display: none;
  }
  .breadcrumb_inner > li{
        list-style-type: none;

  }
   .breadcrumb_inner > li>a{
    color: #7d7d7d;
    font-size: 12px;
   }
  
  /*面包屑over*/
  #school-detail aside .school-list{
          display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0;
  }
  
    #school-detail aside .school-list >li{
    height: 34px;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
  }
  .panel-scool-list ul{
max-height:auto;

     transition: all 0.5s ease;
  }
  #type .type-table >div,#feature .feature-table .feature-table-head,#special .special-table .special-table-head{
      border-bottom: 1px solid #EFEFEF;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
   #type .type-table >div>div{
       height: 50px;
        line-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
   }
    #type .type-table >div>div:first-child{
        width: 200px;
    }
     #type .type-table >div>div:last-child{
      flex: 1;
    }
    

  #feature .feature-table .feature-table-head>div,
  #special .special-table .special-table-head>div
  {
       height: 50px;
        line-height: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
   }
        #feature .feature-table .feature-table-head .feature-head{
        width: 64%;
    }
       #feature .feature-table .feature-table-head .feature-head>a{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
   #feature .feature-table .feature-table-head>div>div img,
    #special .special-table .special-table-head>div>div img{
       width: 12px;
       margin-right: 4px;
   }
    #feature .feature-time,#feature .feature-fire,#feature .feature-head,
    #special .special-time,#special .special-fire,#special .special-head{
         display: flex;
        align-items: center;
       
    }
     #feature .feature-head img,
     #special .special-head img{
         margin-right: 4px;
     }
     .introduce-deatail .detail-box{
         display: none;
     }
     .introduce-deatail .detail-box.active{
         display: block;
     }
  #consult .article-list .media .media-body {
    padding-left: 20px;
    line-height: 25px;
    flex: 1;
    height: 100%;
}
#consult .consult-list{
 display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
}
#consult .consult-list .article-item{
width: 49%;
}
#consult .consult-list .media{
    align-items: flex-start;
}
#consult .article-list .article-title a {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#consult .article-list .media-body .article-tag span{
        margin: 0;
    background-color: transparent;
    padding: 0;
    margin-right: 8px;
}
#consult .article-list .media-body .article-tag .date img{
    width: 10px;
    height: 10px;
    margin-right: 6px;
}
#consult .article-list .media-body .article-tag .views img{
    width: 10px;
    margin-right: 6px;

}
#consult .article-list .media-body .article-tag {

    bottom: -5px;

}
#introduce .introduce-more{
height: auto;
}
 #introduce .introduce-more p{
    font-size: 14px;
color: #666666;
line-height: 24px;
text-indent: 2em;
}
    aside .panel-scool-list .item-date .m_city {
        display: none;
}
@media(max-width: 1200px){
      .detail-more .word-card>div {
    margin-right: 2px;
    width: 30%;
}
#consult .article-list .media-body .article-tag .date img,
#consult .article-list .media-body .article-tag .views img,
#consult .article-list .media-body .article-tag span{

    margin-right: 2px;
}
aside .panel-scool-list .item-content >p{
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

aside .panel-scool-list .item-content{
    min-width:0;
            line-height: 24px;
}
aside .panel-scool-list .item-title >a{
    font-size: 14px;
}
#school-detail aside .school-list >li >a{
    font-size: 12px;
}
}

  @media (max-width: 767px) {
   .detail .article-tag span:nth-child(1):after {
               margin: 0 4px;
display:none;
    }
   .detail  .article-title .location{
       display: none;
   }
   .detail .article-tag .tag-mobile{
       background: transparent;
       display: block;
   }
.detail .tag-more,.detail .location{
    display: none;
}

.detail-more {

    flex-direction: column;
}
.detail-more .more-picture{
width: 100%;
        margin-right: 0;
        height: 238px;
}
.detail-more .word-card {
    height: auto;
    display: flex
;
    justify-content: space-between;
    margin-top: 32px;
}
.detail-more .card-words {
    line-height: 24px;
}
.more-word ul {

    grid-template-columns: repeat(1, 1fr);
  
}
.detail-tab {
    border-bottom: none;

}
.detail-tab .tab-header {
   
    padding: 0;
}
.detail-tab .tab-header >div {
    font-size: 14px;
}
.detail-tab .tab-header .tab-item.active {
background-color: transparent;
    color: #000000;
    border-bottom: 2px solid #0060ED;
}
.detail-tab .tab-header >div {
    padding: 10px;
}
.article-list .img-all_inner {
    grid-template-columns: repeat(2, 1fr);
}
.article-list .img-all_inner >div {
    height: 125px;
}
.area-all {
    flex-direction: column;
}
.area-all .area-left,.area-all .area-right {
           width: 100%;
        padding-left: 0;
}
.area-all .area-left>div {
font-size: 14px;
        padding: 0;
        margin-bottom: 8px;
}
.data-table th {
         font-size: 12px;
    white-space: nowrap;
}
.data-table th, .data-table td {
    font-size: 12px;
}
          .loadmore-detail {
      border-radius: 20px;
        border: 1px solid #EBEBEB;
        display: block;
        width: 120px;
        text-align: center;
        margin: auto;
        padding: 6px 0;
        margin-top: 18px;
        color: #0060ED;
    }
    .loadmore-detail:hover{
        background-color:#0060ED ;
        color: #FFFFFF;
        cursor: pointer;
    }
  .detail-box .text-center{
        display: none;
    }
    .detail .article-tag span:last-child{
        margin-right: 0;
    }
    .data-table-wrapper{
        overflow-x: auto;
    }
        .detail .article-tag span{
       font-size: 12px;
    }
      .detail .article-tag span img {
        width: 14px;
        height: 14px;
        margin-top: -1px;
    }
    .detail .article-tag span {

    padding: 0px 4px;
    margin-right: 2px;

}
 #school-detail aside {
        display: block;
    }
  .panel-scool-list ul.active{
        max-height: 5500px;
  }
  .panel-scool-list .panel-heading >a{
      display: none;
  }
  #type .type-table >div>div {
           height: auto;
        line-height: 24px;
        padding: 6px 0;
        white-space: wrap;

}
#type .type-table >div>div:first-child {
    width: 170px;
    font-weight: bold;
}
#type .type-table >div, #feature .feature-table .feature-table-head,
 #special .special-table .special-table-head{
   
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
#feature .feature-table .feature-table-head>div,
#special .special-table .special-table-head>div{
            height: auto;
        line-height: 35px;
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        /* white-space: nowrap; */
        width: 100%;
        justify-content: space-between;
    
}
#feature .feature-head img,
#special .special-head img{
   display: none;
}
#special .special-head a{
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  #consult  .article-tag span:nth-child(1):after {
        display: none;
    }
    #consult .article-list .media-body .article-tag span {
display: block;
        float: left;
}
#consult .consult-list {

    flex-direction: column;
}
#consult .consult-list .article-item {
    width: 100%;
}
#consult .article-list .media-body .article-tag .views img {

    height: 14px;
}
#type .type-table .type-table-head{
    display: none;
}
 .panel-scool-list ul{
max-height: calc(2 * 93px);
      overflow: hidden;
     transition: all 0.5s ease;
  }
  #consult .article-list .media-body .article-tag {
          bottom: 0;
        display: flex
;
        justify-content: space-between;
}
aside .panel-scool-list .item-content{
        line-height: 30px;
        position: relative;
}
.card-choose {

    font-size: 12px;
}
.breadcrumb_inner{
    flex-wrap: wrap;
}
.breadcrumb_show1{
    display: none;
    
}
.breadcrumb_show2{
    display: flex;
    
}
.breadcrumb_inner > li + li:before {
    padding: 0 2px;
}
.breadcrumb_inner > li {
    flex-shrink: 0;
}

    aside .panel-scool-list .item-title >a:first-child{
display: none;
    }
    aside .panel-scool-list .item-date  .m_city{
        display: inline-block;
    }
}

@media (max-width: 575px) {
  /* 小屏手机特殊处理 */
    .detail-more .word-card>div {
        margin-right: 2px;
        width: 30%;
        font-size: 11px;
    }
        .detail .article-tag span img {
      
        display: none;
    }
.data-table th, .data-table td {
    padding: 20px 5px;
  
}

    .detail-tab {
        border-bottom: none;
        overflow: hidden;
    }
        .detail-tab .tab-header {
        padding: 0;
        overflow-x: auto;
    }
        .detail-tab .tab-header >div {
        padding: 10px 2px;
        flex-shrink: 0;
    }
}



.panel-default {
  border: none;
  padding: 0 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.panel-default > .panel-heading {
  position: relative;
    padding: 15px 0 15px 15px;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}
.panel-default > .panel-heading .panel-title {
  font-size: 16px;
  /*color: @gray-dark;*/
}
.panel-default > .panel-heading .panel-title > i {
  display: none;
}
.panel-default > .panel-heading small {
  font-weight: normal;
  color: #999;
  font-size: 13px;
}
.panel-default > .panel-heading .more {
  position: absolute;
  top: 13px;
  right: 0;
  display: block;
  color: #919191;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 13px;
}
.panel-default > .panel-heading .more:hover {
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-default > .panel-heading div.more {
  top: 17px;
}
.panel-default > .panel-heading .panel-bar {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
}
.panel-default > .panel-footer {
  padding: 15px 0;
  background: none;
}
.panel-default > .panel-body {
  position: relative;
  padding: 15px 0;
}
.panel-primary > .panel-heading {
  background-color: #46c37b;
  color: #fff;
}
.panel-primary > .panel-body {
  background: #fafafa;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel-gray {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.panel-gray > .panel-heading {
  background-color: #f5f5f5;
  color: #919191;
}
.panel-gray > .panel-body {
  color: #919191;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-page {
  padding: 45px 50px 50px;
  min-height: 500px;
}
.panel-page .panel-heading {
  background: transparent;
  border-bottom: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.panel-page .panel-heading h2 {
  font-size: 25px;
  margin-top: 0;
}
.card-introduce{
    padding: 15px;
}
.panel-default table tr,td{

    border: 1px solid #ddd;
    
}
#content-container .item-date span{
    border: none;
    color: #616161;
    font-size: 11px;
}
.guess-you-like{
margin-bottom: 12px;
}
.guess-you-like .recommend-list{
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap:10px;
}
.guess-you-like .recommend-list a{
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    
    border-bottom: 1px dotted #333;
}