.logo{
    text-align: center;
    background: url('../images/top.png') no-repeat center top;
    height: 284px;
}
.logo img{
    max-width: 100%;
    margin-top: 20px;
}
/* 导航栏 */
.navbar {
    background-color: #005bcf;
    height: 80px;

  }
  
  .nav-list {
    display: flex;
    justify-content: space-evenly;

    list-style: none;
  }
  .navbar .nav-item:not(:first-child):hover::after{
    content: "";
    background: url('../images/home.png')no-repeat center;
    background-size: 100%;
    position: absolute;
    width: 149px;
    height: 94px;
    top: -4px;
    pointer-events: none; /* <--- 加这一行 */
    }
  .nav-item {
    min-width: 149px;
    display: flex;
    position: relative;
  }
  
  .nav-item a {
    text-decoration: none;
    color: #ffffff;
    /* 红色 */
    font-size: 2.6rem;
    font-weight:bold;
    line-height: 80px;
    display: flex;
    position: relative;
    /* 允许使用定位 */
    box-sizing: border-box;
    /* 确保border不会影响尺寸 */
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .footer{
    margin-top: 48px;
  }
  .footer-links{
    background: #eaeff5;
    
  }
  .yqlj{
    display: flex;
    height: 62px;
    align-items: center;
    gap: 4%;
    font-size: 1.8rem;
  }
  
  .footer-info {
    padding: 36px 0;
    background:#005bcf;
    height: 249px;
    box-sizing: border-box;
    display: flex;
  }
  .container2{
    display: flex;
    flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
  }
  .container2 .p1{
    font-size: 2rem;
   
  }
  .container2 .p1 a{
    color: #fefefe;
    padding: 0 18px;
  }
  .container2 .p1 a+a{
    border-left: 2px solid #fff;
  }
  .tail-core {
   font-weight: lighter;
    font-size: 1.8rem;
    color: #fefefe;
    margin: 0 auto;
    text-align: center;
  }
  .tail-core a{
    color: #fefefe;
  }
  .tailTetle {
    width: 100%;
    margin-bottom: 16px;
  }
  
  .tailBox {
    text-align: right;
    margin-right: 60px
  }

  /*列表页*/
  .swim_conts {
    margin: 43px auto 57px;
    padding: 20px;
    font-family: "Microsoft YaHei", sans-serif;
    color: #000;
    background-color: #fff;
    line-height: 1.8;
    box-sizing: border-box;
    max-width: 100%;
    font-size: 1.8rem;
}
  .sidebar {
    flex: 0 0 20%;
     min-width: 224px; 
    background-color: #fff;
    font-family: "Arial", sans-serif;
  }
  
  /* 标题样式 */
  .sidebar-header {
    background-color: #1a529a;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
  }
/* 菜单列表 */
.sidebar-menu {
    list-style: none;
    padding: 0;
    background: #fafafa;
    min-height: 400px;
  }
  
  /* 菜单项样式 */
  .menu-item {
    border-bottom: 1px solid #e6e6e6;
  }
  
  .menu-item a {
    display: block;
    text-align: center;
    padding: 10px;
    background: #f8f8f8;
    color: #333;
    font-size: 2rem;
  }
  .container {
    display: flex;
    margin: 0 auto;
    background-color: #fff;
    font-size: 1.8rem;
    gap: 20px;
}
  .sidebar-header a {
    color: #fff;
  }
  
  .sidebar-header a:hover {
    color: #000;
  }
  /*列表页*/
  .main-tit {
    height: 50px;
    line-height: 50px;
    background: #d6e8ff;
    margin-bottom: 20px;
}

.main-tit h2 {
    display: block;
    margin: 0;
    padding: 0 15px;
    float: left;
    color: #065daa;
    font-size: 20px;
    font-weight: normal;
    border-left: 3px solid #12447f;
    line-height: 50px;
}
.bg-wrap {
    margin: 0;
    padding: 0;
    background: #fff;
}
.news-list {
    padding-bottom: 10px;
}

.news-list li {
    position: relative;
    padding: 0 15px 0 20px;
    clear: both;
    overflow: hidden;
    line-height: 36px;
}

.news-list li .time {
    float: right;
    line-height: 36px;
    color: #999;
}

.news-list li a {
    float: left;
    max-width:70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.news-list li a:hover {
    color: #cc3333;
}

.news-list li i {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #999;
}

.news-list li:nth-child(5n) {
    border-bottom: #f1f1f1 1px solid;
    padding-bottom: 10px;
}
/*分页*/
.showPages {
    width: 661px;
    height: 37px;
    margin-left: 107px;
    /* background-color: yellowgreen; */
    display: flex;
    position: relative;
    margin-bottom: 30px;
    line-height: 38px;
  }
  
  .showPages a {
    display: inline-block;
    /* width: 32px; */
    height: 37px;
    border: solid 1px #e5e5e5;
    text-align: center;
    line-height: 37px;
    color: #296c47;
    margin-right: 5px;
    padding: 0 5px;
  }
  
  .showPages .disabled {
    width: 70px;
    height: 37px;
    border: 1px solid #e5e5e5;
    text-align: center;
  }
  
  .showPages a:first-child {
    width: 70px;
    height: 37px;
  }
  
  .showPages a:last-child {
    width: 70px;
    height: 37px;
  }
  
  .current {
    /* width: 32px;
    height: 37px; */
    border: solid 1px #e5e5e5;
    text-align: center;
    line-height: 26px;
    color: #337ab7;
    margin-right: 5px;
    padding: 5px;
  }
  .bj-b {
    background-color: #428bca;
    color: white !important;
  }
  .showPages span:nth-child(1) {
    margin-right: 10px;
  }
  
  .showPages span:nth-child(2) {
    width: 70px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    color: #337ab7;
    margin-right: 5px;
  }
  
  .showPages span:nth-child(3) {
    /* width: 40px; */
    height: 28px;
    border: solid 1px #e5e5e5;
    text-align: center;
    /* line-height: 37px; */
    color: #337ab7;
    margin-right: 5px;
  }
  
  .showPages a {
    text-decoration: none;
    color: #337ab7;
    outline: none;
  }
  
  .showPagesZo {
    width: 51px;
    height: 37px;
    border: solid 1px #e5e5e5;
    font-size: 14px;
    color: #337ab7;
    line-height: 38px;
    text-align: center;
  }
  
  .showPagesZoLIst ul {
    display: flex;
    list-style: none;
    padding-left: 10px;
    margin: 0;
  }
  
  .showPagesZoLIst li {
    width: 32px;
    height: 37px;
    border: solid 1px #e5e5e5;
    text-align: center;
    line-height: 37px;
    color: #337ab7;
    margin-right: 5px;
  }
  
  @media (max-width: 1525px){
 
   .col_80

   
    .foot .container2{
      width: 95%;
    }
    .foot .ftmid{
      margin-left: 0;
    }
}
@media (max-width: 1200px) {
    html {
        font-size: 9px;
    }
    .foot .container2{
        flex-direction: column;
      }
      .nav-list {
        flex-wrap: nowrap;
      }
      .nav-list{
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
      }
      .navbar .nav-item:not(:first-child):hover::after{
        background: none;
      }
      .nav-item a{
        flex-wrap: nowrap;
     
        
      }
}
@media (max-width: 830px){
    .col_80{
        width: 100%;
    }
    .sidebar {
        width: 100%;
      }
      .container{
      flex-direction: column;
      }
      .sidebar-menu{
        min-height: auto;
        padding-bottom: 20px;
      }
}
@media (max-width:630px){
    .swim_conts {
        padding: 0;
        margin-top: 30px;
      }
    .nav-item{
        min-width: 92px;
      }
      .nav-item a{
        font-size: 2.2rem;
      }
}
@media (max-width:500px){
    .news-list li a{
        max-width: 60%;
    }
  .tailBox{
    margin-right: 20px;
  }
  }