/* 基础样式 */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0}
ol,ul {list-style: none;}
li {list-style-type: none;}
a:link,a:visited {color:#000000; text-decoration:none;}
a:hover,a:active {color:#000000; text-decoration:underline;}
img {
    border:0px;
  }
.w1350{
    width: 1350px;
    margin: 0 auto;
}
/* 头部样式 */
.header {
    width: 100%;
    background-color: #f8f8f8de;
    border-bottom: 1px solid #e7e7e7;
    z-index: 9999;
    position: relative;
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
.logo{
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
}
.logo img {
    height: 75px;
}

.seach {
    float: right;
    margin-top: 30px;
    
}

.seach input {
    padding: 16px;
    border: 1px solid #f7f7f7;
    border-radius: 15px 0 0 15px;
    font-size: 16px;
    width: 300px;
    outline: none;
}

.seach button {
    padding: 15px 15px;
    background-color: #0076d6;
    color: white;
    border: none;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
    font-size: 16px;
}

/* 导航栏样式 */
.nav {
    background-color: #0076d6;
}

.nav ul.parent {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav ul.parent > li {
    padding: 10px 15px;
    position: relative;
}
.nav li .icon{
    background-image: url(../img/网站首页.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 27px;
    height: 30px;
    display: inline-block;
    background-size: 100%;
    margin-right: 2px;
}
.nav ul.parent > li > a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.nav a:hover {
    text-decoration: underline;
}

.nav .sub {
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 9999;
    border: rgb(7, 66, 133) 2px solid;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
    width: 86px;
    margin-left: -43px;
    display: none;
  }

  .nav .sub li {
    padding: 10px 0;
    text-align: center;
  }

  .nav .sub a {
    color: rgb(7, 66, 133);
  }

.vr{
    position: absolute;
  top: 0px;
  width: 100%;
}

.first{
    margin-top: 600px;
    overflow: hidden;
    margin-bottom:20px;
}
.first .news{
    width: 915px;
    float: left;
}
.title{
    overflow: hidden;
}
.title .icon{
    background-image: url(../img/24gf-newspaper31.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 27px;
    height: 30px;
    display: inline-block;
    background-size: 100%;
}
.title .newsicon {
    width: 46px;
    height: 50px;
    margin-right: 10px;
}
.title h2{
    font-size: 34px;
    font-weight: bold;
    color: #1882d8;
    display: flex;
  align-items: center;
  margin-right: 10px;
  float: left;
}
.title h2 span{
    color: #ef5f00;
    font-size: 18px;
    font-weight: bold; 
    margin-top: 15px;
    margin-left: 10px;
    font-style: italic;
}

.title .more {
    float: right;
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-right: 10px;
    color: #1882d8;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}
.title .moreicon {
    background-image: url(../img/more.png);
  height: 20px;
  margin-right: 5px;
  width: 38px;
}

.first .news-list{
    border:2px solid #f5f5f5;
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
    overflow: hidden;
}

.first .swiper-slide{
    position: relative;
}
.first .swiper-slide img{
    width: 100%;
    height: 100%;
}
.first .swiper-slide .text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 15px 25px 15px;
    background-color: rgba(0, 0, 0, 0.6); /* 半透明黑色背景 */
    color: white; /* 白色文字 */
    font-size: 18px;
    box-sizing: border-box;
    text-align: justify;

}
.first .news-list .swiper{
    width: 510px;
    height: 320px;
    float: left;
    margin-right: 8px;
}
.first .news-list ul{
    width: 380px;
    float: left;
    padding-top: 5px;
}
.first .news-list ul li{
  font-size: 16px;
  height: 40px;
  padding: 19px 0px;
  padding-left: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.first .news-list ul li:hover{
    /* border: 1px solid #1882d8; */
    box-shadow: 0 0 8px rgba(24, 130, 216, 0.6); /* 蓝色阴影效果 */
    transform: translateY(-2px); /* 轻微上浮效果 */
    transition: all 0.3s ease; /* 平滑过渡动画 */
}
.first .news-list ul li a{
    font-size: 17px;
}

.first.news-list ul li a:hover{
    color: #1882d8; 
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #0076d6;
}

.swiper .swiper-pagination {
    bottom: 3px;
}

.first .menu {
    overflow: hidden; 
    width: 425px;
    float: right;
    margin-top: 15px;
}
.first .menu .zsjz{
    width: 205px;
    border: 1px solid #ebebeb;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 25px 0px 45px 0px;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 110px;
}
.first .menu .zsjz h2{
    font-size: 16px;
    color: #3c3837;
}
.first .menu .secpai{
    width: 133px;
    border: 1px solid #ebebeb;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 25px 0px 45px 0px;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    height: 110px;
}
.first .menu .secpai h2{
    font-size: 16px;
}
.first .menu img{
    margin-bottom: 10px;
    color: #3c3837;
}
.second {
    overflow: hidden;
    margin-bottom: 20px;
}
.second .second-left{
   width: 665px;
   float: left;
}
.smalltitle{
    margin-bottom: 15px;
}
.smalltitle .newsicon {
    width: 30px;
    height: 30px;
}
.smalltitle h2{
    font-size: 24px;
}
.smalltitle h2 span{
    font-size: 14px;
}
.smalltitle .more{
    font-size: 14px;
}
.smalltitle .moreicon{
    width: 25px;
  height: 13px;
}
.smalltitle .djgzincon{
    background-image: url(../img/djgz.png);
}
.smalltitle .jxjticon{
    background-image: url(../img/jxjticon.png);
}
.smalltitle .xsgzicon{
    background-image: url(../img/xsgz.png);
}
.comnews-list{
    border: 3px solid #f5f5f5;
    padding: 5px 15px;
    border-radius: 5px;
}
.comnews-list li{
    height: 45px;
    align-items: center;
    display: flex;
    padding: 5px 0px;
    border-bottom: 2px solid #f0f0f0;
}

.comnews-list li:last-child {
    border-bottom: none; /* 去除最后一个li的边框 */
}

.comnews-list li .time{
    width: 50px;
  float: left;
  margin-right: 30px;
  line-height: normal;
}

.comnews-list li .time h2{
    font-size: 22px;
    color: #707070;
    width: 30px;
    text-align: right;
    margin-left: 10px;
    float: left;
}

.comnews-list li .time .sx{
    height: 15px;
    width: 3px;
    background: #1882d6;
    float: right;
    margin-top: 5px;
}
.comnews-list li .time .yearmonth{
    font-size: 14px;
    color: #717171;
}

.comnews-list li a{

}


.banner {
    margin-bottom: 20px;
}
.banner .swiper-banner {
    overflow: hidden;
}
.banner .swiper-banner img{
    width: 100%;
    height: 100%;
}

.three {
    overflow: hidden;
    margin-bottom: 20px;
}
.three .three-left{
   width: 665px;
   float: left;
}
.metainfo{
  color: #555;
  margin-bottom: 30px;
}
.metainfo span{
  margin-left: 10px;
  color: #000;
}


.copyright{
    padding: 25px;
    background-color: #ededed;
    overflow: hidden;
    margin-bottom: 20px;
}
.copyright ul li{
    font-weight: bold;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}
.copyright .smalltitle{
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.footer {
    background: #0759a5;
    line-height: 35px;
    text-align: center;
    color: #fff;
    padding: 0px !important;
    margin-top: 40px;
}

.footer a.jiao {
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
    color: #0759a5 !important;
    font-weight: bold;
    margin: 0 10px;
  }
  .footer a {
    color: #fff !important;
  }

  .footer .footer-left{
    float: left;
  }

  #navbar-on,#navbar-mask{
    display: none;
  }

  .side {
    position: fixed;
    width: 78px;
    right: 0;
    top: 60%;
    margin-top: -200px;
    z-index: 100;
    border: 1px solid #e0e0e0;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: rgb(224, 224, 224);
    background: #fff;
    border-bottom: 0;
    z-index: 9999;
  }
  
  .side ul li {
    width: 78px;
    height: 78px;
    float: left;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
  }
  .side ul li i {
    height: 25px;
    margin-bottom: 1px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 25px;
    margin-top: 14px;
    transition: all .3s;
  }
  .side ul li i.bgs1 {
    background-image: url(../img/right_pic5.png);
  }
  .side ul li i.bgs3 {
    background-image: url(../img/right_pic2.png);
  }
  .side ul li.sideewm .ewBox.son {
    width: 250px;
    display: none;
    color: #363636;
    text-align: center;
    padding-top: 235px;
    position: absolute;
    left: -260px;
    top: 0;
    background-image: url(../img/ewm.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #e0e0e0;
    background-size: 100%;
  }
  .side ul li i.bgs4 {
    background-image: url(../img/right_pic1.png);
  }
  .side ul li.sideetel .telBox.son {
    width: 240px;
    /* height: 237px; */
    display: none;
    color: #fff;
    text-align: left;
    position: absolute;
    left: -260px;
    top: -79px;
    background: #f67524;
  }
  .side ul li.sidetop {
    background: #1a83d9;
    color: #fff;
  }
  .side ul li i.bgs6 {
    background-image: url(../img/right_pic6_on.png);
  }

  .side ul li.sideetel .telBox dd {
    display: block;
    height: 78px;
    overflow: hidden;
    padding-left: 82px;
    line-height: 24px;
    font-size: 18px;
  }

  .side ul li.sideetel .telBox dd.bgs1 {
    background: url(../img/right_pic8.png) 28px center no-repeat;
      background-color: rgba(0, 0, 0, 0);
    background-color: #1a83d9;
  }
  .side ul li.sideetel .telBox dd span {
    color: #fff;
    display: block;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 18px;
  }

@media screen and (max-width: 768px)  {
  .side{
    display: none;
  }
    .seach {
        display: none;
    }
    .top{
        padding: 0px;
    }
    .logo{
        margin: 0px;
    }
    .logo img{
        width: 90%;
        height: auto !important;
    }
    .w1350{
        width: 100%;
    }
    
    .nav {
        display: none;
    }
    #navbar-mask{
        display: none;
      }
     body .i-fenlei img {
        width: 40px;
      }
      body #navbar-on{
        padding: 0 0px;
      }

      .nav .parent {
        position: fixed;
        top: 0;
        right: 100%;
        bottom: 0;
        z-index: 999991;
        width: 50%;
        height: auto;
        background-color: #fff;
        line-height: 30px;
        margin: 0;
      }
    .navbar-active .nav {
        display: block;
    }
    .nav ul.parent{
        flex-direction: column;
    }
    .nav ul.parent > li{
        padding: 0px;
    }
    .nav ul.parent > li::before {
        position: absolute;
        content: url("/assets/jmga/xia.png");
        right: 10px;
        color: white;
        width: 30px;
        height: 30px;
        top: 12px;
        transform: rotate(180deg) scale(0.8);
      }

      .nav ul.parent > li.hover::before {
        transform: rotate(0deg) scale(0.8);
      }
      .nav ul.parent>li >a {
        background:
    rgb(7, 66, 133);
        width: 100%;
        color: white;
        height: 50px;
        line-height: 50px;
      }

      .nav .parent li .sub {
        position:inherit;
        display: none;
        flex-direction: column;
        position: static;
        margin-left: 0;
        border:  none;
      }

      .nav .sub li{
        padding: 0px;
      }


      .main-content .vr{
        display: none;
      }
      
      .first{
        margin-top: 0px;
      }
      .first .news{
        width: 100%;
      }
      .first .news-list .swiper{
        width: 100%;
        height: auto;
      }
      .title{
        width: 98vw;
        padding:1vw;
      }
      .title h2{
        font-size: 24px;
      }
      .title h2 span{
        font-size: 14px; 
      }
      .title .newsicon{
        width: 36px;
        height: 40px;
      }
      .title .more{
        font-size: 14px;
      }
      .first .news-list ul{
        width: 100%;
      }
      .first .menu{
        width: 100%;
      }
      .first .menu .zsjz{
        width: 47.5%;
        margin-right: 1% !important;
        margin-left: 1%;
      }

      .first .menu .secpai{
        width: 30.8%;
        margin-right: 1%!important;
        margin-left: 1%;
      }

      .second .second-left{
        width: 100%;
      }
      .three .three-left{
        width: 100%;
      }
      .copyright {
        width: 90vw !important;
        padding: 5vw;
      }
      .footer .w1350{
        width: 98vw !important;
        padding: 1vw !important;
      }

      .footer a.jiao,.footer a{
        display: inline-block;
      }
      body .archivesnr{
        width: 90vw !important;
      }
      .archivesnr h2{
        font-size: 24px;
        line-height: 40px;
      }

      .archivesnr .content {
        width: 100%;
        border-top: 1px solid;
      }

      .archivesnr .content p {
        font-size: 18px;
      }
}


