/* mobile responsive styles */

@media (min-width: 1000px) {
  .mobile-nav-toggle {
    display: none;
  }
}
@media (max-width: 1000px) {
  #top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 12px;
  }
  #nav{
    display: block;
    height: auto;
  }
  #logo {
    width: auto;
    float: none;
    margin: 0;
    flex: 1 1 auto;
    margin-top: 10px;
  }

  #logo img {
    max-width: 180px;
    height: auto;
    display: block;
  }

  .mobile-nav-toggle {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    cursor: pointer;
    flex: 0 0 auto;
  }
  .nav_menu li a:hover, .nav_menu li.active a{
     color: #fff !important;
    background: #1A56A0 !important;
  }
  .mobile-nav-toggle img {
    width: 100%;
    height: auto;
    display: block;
  }

  #top_right {
    width: 100%;
    margin: 10px 0 0;
  }

  #nav {
    width: 100%;
  }

  .nav_menu {
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    margin: 0;
    background: #fff;
    border-top: 1px solid #eaeaea;
  }
  .nav-divider{
    display: none;
  }
  .nav_menu.open {
    display: flex;
    position: relative;
    z-index: 10;
  }

  .nav_menu li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
  }

  .nav_menu li:last-child {
    border-bottom: none;
  }

  .nav_menu li a {
    display: block;
    width: 100%;
    padding: 12px 15px;
    color: #333333;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
  }

  .nav_menu li a:hover,
  .nav_menu li.active a {
    color: #1A56A0;
    background: #f5f8ff;
  }

  #main_con #left{
    display: none;
  }
  .banner-mobile{
    display: block;
    width: 100%;
  }
  .banner-mobile img{
    height: auto;
    min-height: 240px;
  } 
  .swiper-container{
    display: none;
  }
  .news-box{
    display:none;
  }
  .main-entance{
    display: none;
  }
  .mobile-entance{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
  }
  .mobile-entance .entance-icon{ 
    width: 24px;
    height: 24px;
    margin:10px auto;
  }

  .sh-news-box{
    padding: 0;
    margin: 0;
  }
  .sh-news-box .sh-news {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .sh-news .title-box{
    padding: 10px 0;

  }
  .news-content .news-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-content .news-item:nth-child(2) {
    display: none;
  }
  .news-content{
    display: block;
  }
  .news-item-img{
    width: 100%;
    height: auto;
  }
  .news-content .list{
    padding: 10px 0 !important;
  }
  
  .news-item-right .news-item-text{
    flex: 1;
    white-space: wrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding: 0px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 6px;
  }
  
  .news-item-right .center_news li:nth-of-type(1){
    display: none;
  }
  .news-item-right .center_news li:nth-of-type(4){
    display: none;
  }
  .news-item-right .center_news li:nth-of-type(5){
    display: none;
  }
  .notice-box{
    /* display: none; */
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .notice-box .notice-content{
    margin-top: 6px;
    display: flex;
    gap: 6px;
    flex-direction: column;
  }
  .notice-box .notice-item{
    padding: 6px 10px;
  }
  .dang-jian-pc{
    display: none;
  }
  .dang-jian-mobile{
    display: block;
    margin-top: 10px;
  }
  .dang-jian-mobile .news-item-text{
    background: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0 0 6px 6px;
  }
  .dang-jian-box {
    margin: 10px auto;
    padding: 10px 0;
    box-sizing: border-box;
}
  .dang-jian-content .news-item-img{
    width: 100%;
    height: 180px;
   }
  .dang-jian-content .news-item{
    margin-bottom: 10px;
  } 
  .other-info-box{
    display: none;
  }
  .footer-box{
    display: block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .footer-content{
    display: block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    
  }
  .footer-content .share-box{
    display: none;
  }
  .footer-content .footer-item{
    border-bottom: 1px solid #4878b3;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .footer-nav{
    gap: 40px;
  }
  .footer-qrcode-box{
    /* display: none; */
  }
  .footer-v2{
    /* position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0; */
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    
  }
  .list .center_news li{
    padding: 4px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 6px;
  }
  .list .center_news li .news_title{
    white-space: wrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* 新闻列表 */
  #right{
    margin-left: 0 !important;
    border: none !important;
  }
  #right .content{
    padding: 0 !important;
  }
  #right .content .news_li li{
    height: auto !important;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  #right .content .news_li .title{
    flex: 1;
    width: 100%;
    min-width: none !important;
    max-width: 100%;
    float: none;
    white-space: nowrap; /* 文本不换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 溢出内容显示为省略号 */
    margin-right: 6px;
    
  }
  
  .rt{
    white-space: nowrap !important;
    float: none !important;
  }
}

