img{border:0;-ms-interpolation-mode:bicubic}


.navbar {
    width: 100%;
    height: 80px;
    /*min-width: 1900px;*/
    background: #fff;
    padding: 13px 2.7%;
    left: 0;
    top: 0;
    z-index: 3006;
    display: flex;
    position: relative; }
  
  .logo {
    cursor: pointer; }
  
  
  
  .logo2{
     display:none;
  }
  
  .logo-img1 {
    width: 229px;
    height: 50px; }
  
  .nav-division {
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    margin: 0 10px;
    margin-top: 8px; }
  
  .logo-img2 {
    width: 85px;
    height: 29px; }
  
  .nav {
    display: inline-block;
    margin-left: 2%; 
    width: 1150px;
}
  
  .nav ul {
    height: 100%;
    display: flex;
    justify-content: space-around;
 }
  
  .nav ul li {
    position: relative;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    text-align: center;
    transition: all 0.3s ease;
    padding: 0 15px;
    z-index: 2000; }
  
  .nav ul li .tsborder{
    color: #333; 
  }
  
  
  .nav ul li:hover:nth-child(n) div {
    display: block;
    animation: fadenum .3s; }
  
  .nav ul li:hover .tsborder {
    font-weight: bold;
    pointer-events: none;
    color: #07265d !important; }
  
  .nav ul li:hover span {
    font-weight: bold;
    pointer-events: none;
    color: #07265d; }
  
  .nav ul li:nth-last-child(1) {
    margin-right: 0; }
  
  .nav .litsstyle:hover {
    border-top: 1px solid #07265d !important;
    border-bottom: 1px solid #07265d !important; }
  
  .nav .subNav {
    position: absolute;
    top: 45px;
    left: -10px;
    width: 250px;
    display: none;
    transition: all 0.3s ease;
    cursor: pointer; }
  
  .nav .subNav dl {
    margin-top: 10px;
    padding: 10px 0 50px;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(#07265d 30%, rgba(7, 38, 93, 0.6) 70%, rgba(255, 255, 255, 0) 100%); }
  
  .nav .subNav dd {
    width: 100%;
    text-align: center; }
  
  .nav .subNav dd:hover {
    font-weight: normal;
    color: #F4FF87;
    background-color: #465081; }
  .nav .subNav>dl {
    margin-top: 10px;
    padding: 10px 0 50px;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(#07265d 30%, rgba(7, 38, 93, 0.6) 70%, rgba(255, 255, 255, 0) 100%); }
  
  .nav .subNav>dl>dd {
    width: 100%;
    text-align: center; 
   position: relative;
   padding:10px 30px;
line-height:1.5;
}
    .nav .subNav>dl>dd>em{
     position: absolute;
        top: 16px;
    right: 15px;
    width:9px;
  height:16px;
   background: url(../images/dhsjx.png) no-repeat center;
   background-size: 100% 100%;
}
  .nav .subNav>dl>dd:hover {
    font-weight: normal;
    color: #F4FF87;
    background-color: #465081; }
  
  .nav .subNav>dl>dd>dl{
     display:none;
}
.nav .subNav>dl>dd:hover>dl{
   display:block;
    position: absolute;
    top: 0px;
    left: 100%;
    width: 200px;
    background:#07265d;
}
.nav .subNav>dl>dd>dl>dd{
  width: 100%;
    text-align: center; 
   padding:10px 30px;
line-height:1.5;
}
.nav .subNav>dl>dd>dl>dd>a{
      padding:8px 5px;
       line-height: 24px;
    color: #fff;
    font-size: 16px;
}
.nav .subNav>dl>dd>dl>dd:hover{
  background-color: #465081;
}
.nav .subNav>dl>dd>dl>dd:hover>a{
  color: #F4FF87;  
}
  @keyframes fadenum {
    0% {
      transform: rotateY(90deg); }
    100% {
      transform: rotateY(0); } }
  
  
  
    .radiotss{
      flex-grow: 4;
      text-align: right;
      margin-top: 7px;
      min-width:100px;
    }
  .radiotss /deep/ .el-radio-button--small .el-radio-button__inner {
    font-size: 18px;
    background: transparent;
    color: #282828;
    margin-left: 10px;
    width: 39px;
    height: 39px;
    border-radius: 39px;
    border: none;
    padding: 10px 0px; }
  
  .radiots /deep/ .el-radio-button--small .el-radio-button__inner {
    color: #fff !important;
    font-size: 18px;
    background: transparent;
    margin-left: 10px;
    width: 39px;
    height: 39px;
    border-radius: 39px;
    border: none;
    padding: 10px 0px; }
  
  .radiots /deep/ .el-radio-button--small .el-radio-button__inner:hover {
    background: #fff !important;
    color: #07265d !important;
    border: none !important;
    box-shadow: none !important; }
  
  .radiots /deep/ .el-radio-button__orig-radio:checked + .el-radio-button__inner {
    border: none !important;
    box-shadow: none !important; }
  
  .radiotss /deep/ .el-radio-button--small .el-radio-button__inner:hover {
    background: #07265d !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important; }
  
  .radiotss /deep/ .el-radio-button__orig-radio:checked + .el-radio-button__inner {
    border: none !important;
    box-shadow: none !important; }
  
  
  
  
  .isFixed {
      background: #07265d; 
      position: fixed;
      left: 0px;
      top:0px;
      z-index: 3006;
    }
  
  .isFixed .logo1{
    display:none;
  }
  .isFixed .logo2{
    display:block;
  }
  
  .isFixed .nav ul li .tsborder{
    color:#fff;
  }
  
  .isFixed .nav ul li:hover .tsborder {
    font-weight: bold;
    pointer-events: none;
    color: #fff!important; 
}

.isFixed .nav .litsstyle:hover {
        border-top: 1px solid #fff !important;
        border-bottom: 1px solid #fff !important; 
    }


  .isFixed .radiotss /deep/ .el-radio-button--small .el-radio-button__inner{
     color:#fff;
  }
  
  .radiots /deep/ .el-radio-button--small .el-radio-button__inner:hover{
     background: #fff !important;
    color: #07265d !important;
  }
  
  
  
  
  
  .ban_box {
      position: relative;
      z-index: 2;
      height: 53.8rem;
  }
  
  .ban_box .swiper-container {
      z-index: auto!important;
  }
  
  .ban_box .swiper-slide {
      overflow: hidden;
  }
  
  .ban_lb {
      width: 100%;
      position: relative;
      height:100%;
  }
  .ban_lb .ban_pic{
  width: 100%; 
     height: 100%; 
}
  .ban_lb .ban_pic img {
      width: 100%; 
     height: 100%; 
     cursor: pointer; 
   object-fit: cover; 
   object-position: center center;
  }
  
  
  .ban_lb .ban_tit{
     z-index: 99;
    height: 100px;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(transparent 1%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    background: url(../images/ban_titbg.png) repeat-x / cover;
      
  }
   .ban_lb .ban_tit h2{
       position: absolute;
      bottom: 50px;
      left: 50px;
      font-size: 48px;
      color: #fff;
      font-weight: bold;
      z-index: 100;
}
  
  .ban_lb .ban-dot {
      position: absolute;
      z-index: 9;
      bottom: 60px!important;
      left: auto;
      right: 20px!important;
  text-align: right;
    width:auto;
  }
  
  .ban_lb .ban-dot span {
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin: 0px!important;
  margin:0px 10px!important;
      font-family: Arial, Helvetica, sans-serif;
      cursor: pointer;
      opacity: 1;
      position: relative;
      font-size: 20px;
      color:rgba(255, 255, 255, 0.6);
     text-align: center;
  }
  
  .ban_lb .ban-dot span.swiper-pagination-bullet {
      background: none;
  }
  
  .ban_lb .ban-dot span.swiper-pagination-bullet-active {
      font-size: 20px;
     width:30px;
     height:30px;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.6);
     font-weight: bold;
    color:rgba(255, 255, 255, 1);
  }
  
  .ban_lb .kxyj-prev,
  .ban_lb .kxyj-next {
      width: 50px;
      height: 100px;
      position: absolute;
      top: 50%;
      margin-top:-50px;
      z-index: 99;
      cursor: pointer;
      right: 0px;
  }
  
  .ban_lb .kxyj-prev {
      background: url(../images/ban_prev.png) no-repeat;
      background-size: 100% 100%;
      right:auto; 
      left:0px;
  }
  
  .ban_lb .kxyj-next {
      background: url(../images/ban_next.png) no-repeat;
      background-size: 100% 100%;
  }
  .ban_lb .kxyj-prev:hover{
    background: url(../images/ban_prev2.png) no-repeat;
      background-size: 100% 100%;
  }
  .ban_lb .kxyj-next:hover {
      background: url(../images/ban_next2.png) no-repeat;
      background-size: 100% 100%;
  }
  
  .ban_sb {
      position: absolute;
      bottom: 56px;
      z-index: 100;
      left: 50.1%;
  }
  
  .ban_jt {
      position: absolute;
      bottom: 32px;
      z-index: 100;
      left: 50.3%;
      animation: shub 3s linear infinite; 
  }
  
  
  
  @-webkit-keyframes shub{
      0%,100%{
          -webkit-transform: translateX(0px);
      }
      50%{
          -webkit-transform: translateX(15px);
      }
  }
  @keyframes shub{
      0%,100%{
          transform: translateY(0px);
      }
      50%{
          transform: translateY(15px);
      }
  }
  
  
  /*新闻动态*/
  .pic {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
  }
  
  .img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      transition: all 0.3s ease-out 0s;
  }
  
  .img a {
      display: block;
      height: 100%;
  }
  
  .icmore{
      height: 30px;
      line-height: 30px;
      position: absolute;
      top: 26px;
      right: 10px;
      cursor: pointer;
      font-size: 16px;
  }
  .icmore a{
      display: block;
      padding: 0px 30px;
      position: relative;
  }
  .icmore a::before,
  .icmore a::after{
      content: "";
      position: absolute;
      top:12px;
      width: 20px;
      height: 5px;
  }
  .icmore a::before{
      left: 0px;
      background: url(../images/ic_more.png) no-repeat; 
  }
  .icmore a::after{
      right: 0px;
      background: url(../images/ic_more2.png) no-repeat; 
  }
  
  
  .icmore.icmore2 a{
    color: rgb(7, 38, 93);
  }
  
  .icmore.icmore2 a::before, 
  .icmore.icmore2 a::after{
    top:13px;
  }
  
  
  .newsbox .swiper-slide {
      position: relative;
  }
  
  .newslf {
      width: 800px;
      float: left;
      height: 600px
  }
  
  .newslf .newstj_tp {
      overflow: hidden;
      padding-bottom: 100%;
      position: relative;
  }
  
  .newstj_tp .img:hover {
      transform: scale(1.05);
  }
  
  .newsrg {
      width: 742px;
      height: 450px;
      background: #fff;
      position: absolute;
      z-index: 10;
      right: 26px;
      top: 80px;
     
     box-shadow: 0 0 30px rgba(0,0,0,.2);
  }
  
  .newsrg_mar {
      padding: 80px 60px 0px;
  }
  
  .newsrg_mar .time {
      position: absolute;
      left: 68px;
      top: -40px;
      width: 100px;
      height: 68px;
      padding: 16px 0;
      font-size: 20px;
      color: #fff;
      background: #9b0000;
      text-align: center;
  }
  
  .newsrg_mar .time b {
      font-size: 36px;
      display: block;
      font-weight: normal;
  }
  
  .newsrg_mar h2 {
      line-height: 45px;
      color: #282828;
      font-size: 28px;
      margin-bottom: 40px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      cursor: pointer;
      font-weight: normal;
  }
  
  .newsrg_mar p {
      line-height: 36px;
      color: #787878;
      font-size: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      margin-bottom: 40px;
      cursor: pointer;
  }
  
  .newsrg_mar h5 {
      position: absolute;
      right: 47px;
      bottom: 50px;
      cursor: pointer;
      color: #9b0000;
      text-align: right;
      font-size: 16px;
      padding-right: 30px;
      background: url(../images/news_jt.png) no-repeat right center;
  }
  
  .newsbox .news-page {
    position: absolute;
    left:690px;
    bottom:120px;
    z-index: 9;
    text-align: left;
    width:auto;
  }
  
  .newsbox .news-page span {
    margin: 0 5px;
    width: 14px;
    height: 14px;
    background: #9b0000;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.48;
  }
  
  .newsbox .news-page span.swiper-pagination-bullet-active {
    opacity: 1;
  }
  
  
  /*通知公告*/
  
  .seamless-warp2 {
      overflow: hidden;
      height: 180px
  }
  
  .seamless-warp2 ul.item {
      width: var(--width);
      height: 180px
  }
  
  .seamless-warp2 ul.item img {
      height: 180px;
      width: 250px
  }
  

  
  .home {
      width: 100%;
      min-width: 1500px
  }
  
  .home .el-carousel__arrow--left {
      left: -50px;
      width: 100px;
      height: 100px;
      background-color: rgba(0, 0, 0, .2);
      font-size: 28px;
      text-align: right;
      padding-right: 20px
  }
  
  .home .el-carousel__arrow--left:hover {
      background-color: rgba(0, 0, 0, .4);
      color: #fff!important
  }
  
  .home .el-carousel__arrow--right {
      right: -50px;
      width: 100px;
      height: 100px;
      font-size: 28px;
      text-align: left;
      padding-left: 20px
  }
  
  .home .el-carousel__arrow--right:hover {
      background-color: rgba(0, 0, 0, .4);
      color: #fff!important
  }
  
  .home .el-carousel__arrow i:hover {
      color: #fff!important
  }
  
  .home .home-news-main {
      width: 1400px;
      margin: 0 auto
  }
  
  .home .home-news {
      width: 100%;
      background-color: #fff;
      padding: 80px 0
  }
  
  .home .home-news .home-news-title {
      width: 100%;
      padding: 12px 0;
      text-align: center;
      font-size: 48px;
      color: #07265d;
      margin-bottom: 20px
  }
  .home .home-news .home-news-title span{
    font-size: 25px;
    vertical-align: 7px;
  }
  .home .home-news .home-news-content {
      position: relative
  }
  
  .home .home-news .home-news-content .el-carousel {
      width: 800px
  }
  
  .home .home-news .home-news-content .home-news-content-carousel {
      position: absolute;
      left: 45.2%;
      top: 13%;
      width: 736px;
      height: 450px;
      background-color: #fff;
      -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
      box-shadow: 0 0 30px rgba(0, 0, 0, .2);
      z-index: 2005;
      padding: 80px 60px 0
  }
  
  .home .home-news .home-news-content .home-news-content-carousel .home-news-content-carousel-p1 {
      line-height: 45px;
      color: #282828;
      font-size: 28px;
      margin-bottom: 40px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      cursor: pointer
  }
  
  .home .home-news .home-news-content .home-news-content-carousel .home-news-content-carousel-p1:hover span {
      border-bottom: 2px solid #282828
  }
  
  .home .home-news .home-news-content .home-news-content-carousel .home-news-content-carousel-p2 {
      line-height: 36px;
      color: #787878;
      font-size: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      margin-bottom: 40px;
      cursor: pointer
  }
  
  .home .home-news .home-news-content .home-news-content-carousel .home-news-content-carousel-p2:hover span {
      border-bottom: 1px solid #787878
  }
  
  .home .home-news .home-news-content .home-news-content-carousel .home-news-content-carousel-p3 {
      color: #9b0000;
      text-align: right;
      font-size: 16px
  }
  
  .home .home-news .home-news-content .home-news-content-carousel .home-news-content-carousel-p3 i {
      text-align: center;
      -webkit-transform: rotateY(-180deg) rotate(90deg);
      transform: rotateY(-180deg) rotate(90deg);
      font-size: 28px;
      color: #9b0000;
      vertical-align: middle;
      margin-left: 10px
  }
  
  .home .home-news .home-news-content .home-news-content-carousel .home-news-content-carousel-time {
      position: absolute;
      left: 68px;
      top: -40px;
      width: 100px;
      height: 100px;
      padding: 16px 0;
      color: #fff;
      background: #9b0000;
      text-align: center
  }
  
  .home .home-news .home-news-content .home-news-content-carousel .home-news-content-carousel-time span {
      font-size: 36px;
      display: block
  }
  
  .home .home-news1 {
      width: 100%;
      min-width: 1500px;
      height: 824px;
      background: url(../images/tzgg_bg.png) no-repeat top;
      background-size: 100% 100%
  }
  
  .home .home-news1 .home-news-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
  }
  
  .home .home-news1 .home-news-title {
      width:100%;     
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: space-between;
      -ms-flex-item-align: center;
      align-self: center;
      text-align: left; 
      padding: 20px 0;
      font-size: 48px;
      color: #fff;
      position: absolute;
      height: 79px;
      top: 0;
      left: 0;
  }
  .home .home-news1 .home-news-title span{
  font-size:25px;
  }
  
  .home .home-news1 .home-news-content {
      width: calc(100% - 150px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  
  .home .home-news1 .home-news-content-carousel {
      position: relative;
      width: 48%;
      background-color: #fff;
      -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
      box-shadow: 0 0 30px rgba(0, 0, 0, .2);
      z-index: 2005;
      padding: 40px 40px 20px 120px;
      margin-bottom: 40px
  }
  
  .home .home-news1 .home-news-content-carousel .home-news-content-carousel-p1 {
      color: #363636;
      font-size: 24px;
      font-weight: 700;
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical
  }
  
  .home .home-news1 .home-news-content-carousel .home-news-content-carousel-p2 {
      line-height: 30px;
      color: #787878;
      font-size: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-bottom: 16px
  }
  
  .home .home-news1 .home-news-content-carousel .home-news-content-carousel-p2:hover span {
      border-bottom: 1px solid #787878
  }
  
  .home .home-news1 .home-news-content-carousel .home-news-content-carousel-p3 {
      color: #9b0000;
      font-size: 16px;
      position: relative
  }
  
  .home .home-news1 .home-news-content-carousel .home-news-content-carousel-p3 i {
      vertical-align: middle;
      position: absolute;
      background: url(../images/news_jt.png) no-repeat right center;
         width: 24px;
      height: 8px;
      bottom: -14px;
       right: 5;
  }
  
  .home .home-news1 .home-news-content-carousel .home-news-content-carousel-time {
      position: absolute;
      left: -20px;
      top: 40px;
      width: 100px;
      height: 100px;
      padding: 16px 0;
      color: #fff;
      background: #9b0000;
      text-align: center
  }
  
  .home .home-news1 .home-news-content-carousel .home-news-content-carousel-time span {
      font-size: 36px;
      display: block
  }
  
  .home .home-news1 .home-news-content-carousel:hover {
      -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .3);
      box-shadow: 0 0 35px rgba(0, 0, 0, .3)
  }
  
  .home .home-news1 .home-news-content-carousel:hover .home-news-content-carousel-p3 i {
      right: -10px
  }
  
  .clear{
      clear: both;  
  }
  
  .tzgg_nr{
        width: 100%;
         float: right;
       margin-top:110px;
  }
  .tzgg_nr ul{
    margin:0px -25px;
  }
  .tzgg_nr li{
     width: 50%;
      float: left;
  }
  .tzgg_nr li a{
      display: block;
      margin: 0px 25px;
      box-shadow: 0 0 30px rgba(0,0,0,.2);
      padding: 40px 40px 40px 120px;
      margin-bottom: 40px;
      position: relative;
      background: #fff;
      transition: all 0.4s ease-out 0s; 
    }
  
    .tzgg_nr li .time{
      position: absolute;
      left: -20px;
      top: 40px;
      width: 100px;
      height: 100px;
      padding: 16px 0;
      font-size: 18px;
      color: #fff;
      background: #9b0000;
      text-align: center;
    }
    .tzgg_nr li .time b{
     font-size: 36px;
    }
    .tzgg_nr li .text{
      width:100%;
      float: right;
    }
    .tzgg_nr li .text h2{
      line-height: 37px;
      height: 74px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
    .tzgg_nr li .text i{
      float: left;
      width: 90px;
      height: 3px;
      background: #9b0000;
      margin: 15px 0px 18px;
    }
    .tzgg_nr li .text p{
     width:100%;
      line-height: 30px;
      height: 60px;
      color: #787878;
      font-size: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-bottom: 22px;
    }
    .tzgg_nr li .text span{
      float: right;
      background: url(../images/news_jt.png) no-repeat right center;
      width: 24px;
      height: 8px;
      transition: all 0.4s ease-out 0s;
    }
    .tzgg_nr li:hover .text span{
      transform: translateX(8px);
    }
    .tzgg_nr li:hover a{
      transform: translateY(-20px);
    }
  
  
  
  
  
  .home .home-news2 {
      width: 100%;
      background: url(../images/xgdt_bg.png) no-repeat top #edeef3;
      min-width: 1500px
  }
  
  .home .home-news2 .home-news-title {
      color: #fff
  }
  .home .home-news2 .home-news-title span{
      font-size: 25px;
      vertical-align: 8px;
  }
  .icmore.icmore3{
     color: #fff;
     top:38px;
  }
  
  .icmore.icmore3 a::before{
      left: 0px;
      background: url(../images/ic_more3.png) no-repeat; 
  }
  .icmore.icmore3 a::after{
      right: 0px;
      background: url(../images/ic_more4.png) no-repeat; 
  }
  
  .home .home-news2 .home-news-content {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  
  .home .home-news2 .home-news-content div {
      overflow: hidden
  }
  
  .home .home-news2 .home-news-content div:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
  }
  
  .home .home-news2 .home-news-content img {
      width: 100%;
      height: 350px;
      -webkit-transition: all .3s;
      transition: all .3s;
      display: block;
      cursor: pointer
  }
  
  
  
  .xgdt {
      position: relative;
      height: 700px;
  }
  
  .xgdt .xgdt_pic {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
  }
  
  .xgdt .text {
      z-index: 20;
      height: 80px;
      position: absolute;
      bottom: 0px;
      background: linear-gradient(transparent 1%, rgba(0, 0, 0, 0.8) 100%);
      width: 100%;
  }
  
  .xgdt .text h2 {
      padding: 0px 20px;
      color: #fff;
      font-size: 20px;
      height: 50px;
      line-height: 50px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-top: 30px;
      font-weight: normal;
  }
  
  
  
  
  
  .home .home-news3 {
      width: 100%;
      background-color: #fff;
      padding: 60px 0
  }
  
  .home .home-news3 .home-news-main {
        overflow: hidden;
        position: relative;
        padding-top: 100px;
  }
  
  .home .home-news3 .home-news-title {
      width: 55%;
      position: absolute;
    top: 0;
    right:0;
    display: flex;
    justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -ms-flex-item-align: center;
      align-self: center;
      text-align: center;
      font-size: 48px;
      color: #07265d;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  .home .home-news3 .home-news-title span{
    font-size: 25px;
  }
  .home .home-news3 .home-news-content {
      width: 1400px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  
  .home .home-news3 .home-news-content div {
      overflow: hidden
  }
  
  .home .home-news3 .home-news-content img {
      width: 420px;
      height: 300px;
      -webkit-transition: all .3s;
      transition: all .3s;
      display: block;
      cursor: pointer
  }
  
  
  
  
  .icmore.icmore4 a{
    color: rgb(7, 38, 93);
  }
  
  .icmore.icmore4 a::before, 
  .icmore.icmore4 a::after{
    top:13px;
  }
  
  
  
  .qcfc {
      width: 100%;
      float: left;
  }
  .qcfc ul{
        position: relative;
        height: 600px;
}
  .qcfc li {
      width: 33.39%;
      float: left;
  }

  .qcfc li .text {
      height: 300px;
     background:#5b7eaa;
  }
  
  .qcfc li .text a {
      display: block;
      overflow: hidden;
      padding: 35px 28px 0px;
  }
  
  .qcfc li .text span {
      float: left;
  }
  
  .qcfc li .text h2 {
      width: 100%;
      line-height: 40px;
      height: 80px;
      font-size: 24px;
      color: #fff;
      margin:18px 0px 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      font-weight: normal;
  }
  
  .qcfc li .text p {
      width: 100%;
      line-height: 28px;
      height: 84px;
      font-size: 16px;
      color: #fff;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
  }
  
  .qcfc li .tup {
      height: 300px;
      position: relative;
  }
  
  .qcfc li .tup a {
      display: block;
      overflow: hidden;
      position: relative;
     width: 100%;
      height: 100%;
  }
  
  .qcfc li .tup a::after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -8px;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      border-top: 24px solid #5b7eaa;
  }
  
  .qcfc li .tup img {
      object-fit: cover;
      object-position: center center;
          width: 100%;
      height: 100%;
  }
  .qcfc li .tup img{
    transform: scale(1.05);
  }
  .qcfc li.num2,
  .qcfc li.num3 {
      width: 66.6%;
      position: absolute;
      height: 300px;
      right:0px;
  }
  
.qcfc li.num2{
    bottom:0px
}
.qcfc li.num3{
  top:0px;
}
  
  .qcfc li.num2 .qcfc_nr,
.qcfc li.num3 .qcfc_nr{
    position: relative;
}


  .qcfc li.num2 .text,
  .qcfc li.num3 .text,
  .qcfc li.num2 .tup,
  .qcfc li.num3 .tup {
      width: 50%;
      float: left;
  }
  
  .qcfc li.num2 .text{
      background:#465081;
  }
  
  .qcfc li.num3 .text {
      position: absolute;
      right: 0px;  
  }
  
  .qcfc li.num3 .tup {
      position: absolute;
      left: 0px;
  }
  
  .qcfc li.num2 .tup a {
      display: block;
      overflow: hidden;
      position: relative;
  }
  
  .qcfc li.num3 .tup a::after {
      top: 50%;
      margin-top: -8px;
      left: auto;
      right: 0px;
      margin-left: 0px;
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
      border-right: 24px solid #5b7eaa;
  }
  
  .qcfc li.num2 .tup a::after {
      left:0px;
      top: 50%;
      margin-top: -10px;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left:32px solid #465081;
  }
  
  
  
  
  .home .home-news4 {
      width: 100%;
      background-color: #fff;
      padding: 20px 0
  }
  
  .home .home-news4 .box {
      width: 1388px;
      height: 160px;
      margin: 0 auto;
      overflow: hidden;
      position: relative
  }
  
  .home .home-news4 .imgList {
      -webkit-animation: rolling-data-v-8f2f7f20 18s linear infinite normal;
      animation: rolling-data-v-8f2f7f20 18s linear infinite normal;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 180px;
      text-align: center
  }
  
  @-webkit-keyframes rolling-data-v-8f2f7f20 {
      0% {
          -webkit-transform: translateX(0);
          transform: translateX(0)
      }
      to {
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%)
      }
  }
  
  @keyframes rolling-data-v-8f2f7f20 {
      0% {
          -webkit-transform: translateX(0);
          transform: translateX(0)
      }
      to {
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%)
      }
  }
  
  .home .cardstyle {
      width: 420px;
      height: 300px;
      
  }
  
  .home .cardstyle .el-carousel__indicators--horizontal {
      bottom: 50px
  }
  
  .home .cardstyles {
      width: 420px;
      height: 300px;
      
  }
  
  .home .tsp {
      line-height: 40px;
      font-size: 24px;
      margin-bottom: 12px;
      margin-left: 28px;
      -webkit-line-clamp: 2;
      width: 371px
  }
  
  .home .tsp2,
  .home .tsp {
      color: #282828;
      color: #fff;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical
  }
  
  .home .tsp2 {
      line-height: 28px;
      font-size: 16px;
      padding-left: 32px;
      width: 390px;
      -webkit-line-clamp: 3
  }
  
  .flowstyle {
      line-height: 37px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical
  }
  
  .flowstyle:after {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 90px;
      height: 3px;
      background: #9b0000;
      content: ""
  }
  
  .flowstyle:hover span {
      border-bottom: 2px solid #363636
  }
  
  .tscarousel .el-carousel__button {
      background-color: #9b0000;
      width: 14px;
      height: 14px;
      border-radius: 14px
  }
  
  .tscarousel .el-carousel__indicators--horizontal {
      bottom: 90px;
      left: 91%;
      z-index: 2400
  }
  
  .tscarousel .el-carousel__indicator--horizontal {
      padding: 40px 0;
      padding-left: 10px
  }
  
  .ceshi:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all .3s;
      transition: all .3s
  }
  
  .carouselstyle .el-carousel__indicators {
      left: unset;
      -webkit-transform: unset;
      transform: unset;
      right: 2%
  }
  
  .carouselstyle .el-carousel__indicators--labels .el-carousel__button {
      color: #fff;
      font-size: 20px
  }
  
  .carouselstyle .el-carousel__button {
      background-color: transparent
  }
  
  .carouselstyle .is-active .el-carousel__button {
      background-color: hsla(0, 0%, 98.4%, .3);
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 100%;
      padding: 0
  }
  
  .carouselstyle .el-carousel__indicators--horizontal {
      bottom: 50px;
      z-index: 200
  }
  
  .tzstyle:hover {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px)
  }
  
  .tzstyle {
      top: 0;
      left: 0;
      -webkit-transition: all .25s ease-in;
      transition: all .25s ease-in
  }
  
  .tzstyleone:hover {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px)
  }
  
  .tzstyleone {
      top: 0;
      left: 650px;
      -webkit-transition: all .25s ease-in;
      transition: all .25s ease-in
  }
  
  .tzstyletwo:hover {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px)
  }
  
  .tzstyletwo {
      left: 0
  }
  
  .tzstylethree,
  .tzstyletwo {
      top: 323px;
      -webkit-transition: all .25s ease-in;
      transition: all .25s ease-in
  }
  
  .tzstylethree {
      left: 650px
  }
  
  .tzstylethree:hover {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px)
  }
  
  .imgtransform img:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
  }
  
  .tranimg {
      -webkit-animation: myfirst-data-v-8f2f7f20 2s infinite;
      animation: myfirst-data-v-8f2f7f20 2s infinite
  }
  
  @-webkit-keyframes myfirst-data-v-8f2f7f20 {
      0% {
          -webkit-transform: translate(0);
          transform: translate(0)
      }
      50% {
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px)
      }
      to {
          -webkit-transform: translate(0);
          transform: translate(0)
      }
  }
  
  @keyframes myfirst-data-v-8f2f7f20 {
      0% {
          -webkit-transform: translate(0);
          transform: translate(0)
      }
      50% {
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px)
      }
      to {
          -webkit-transform: translate(0);
          transform: translate(0)
      }
  }
  
  .container {
      width: 1388px;
      position: relative;
      overflow: hidden
  }
  
  .ul {
      position: relative;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
  
  /*li {
      list-style: none;
      height: 100%
  }*/
  
  
  .ceshil {
      width: 1400px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      overflow: hidden;
      margin:20px 0px 67px;
  }
  
  
  .ceshil ul {
      margin: 0px -31px;
  }
  
  .ceshil li {
      width: 20%;
      float: left;
  }
  
  .ceshil li a {
      display: block;
      overflow: hidden;
      margin: 0px 31px;
      text-align: center;
      background: #f2f2f2;
      border-radius: 5px;
      padding: 0px 25px;
  }
    .ceshil li span{
          height: 164px;
    line-height: 164px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}
  .ceshil li span img {
         display: inline-block;
    vertical-align: middle;
    max-width: 100%;
  }
  
  
  
  
  .el-icon-arrow-left:hover,
  .el-icon-arrow-right:hover {
      color: #07265d!important
  }
  
  .el-image__inner {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center
  }
  
  
  
  .footer {
      width: 100%;
      min-width: 1500px;
      background: url(../images/footer_bg.png) no-repeat top;
      background-size: cover
  }
  
  .footer-main {
      width: 1388px;
      min-width: 1388px;
      margin: 0px auto;
      overflow: hidden;
      padding:40px 0px 55px;
  }
  .footer_lf{
    width: calc(100% - 275px);
    float: left;
   margin-left:35px;
  }
  .footer_logo{
      float: left;
      margin-bottom: 26px;
         width: 324px;
       
  }
  .footer_logo img{
        max-width: 100%;
  }
  .footer_dz{
      width: 100%;
      float: left;
  }
  .footer_dz p{
      width: 32%;
      float: left;
      padding-left: 30px;
      box-sizing: border-box;
      line-height: 42px;
      font-size: 16px;
      color: #fff;
  }
  .footer_dz p:nth-of-type(2),
  .footer_dz p:nth-of-type(4){
      width: 68%;
  }
  
  .footer_dz p:nth-of-type(1){
      background: url(../images/db_yx.png) no-repeat left center;
  }
  .footer_dz p:nth-of-type(2){
      background: url(../images/db_yb.png) no-repeat left center;
  }
  .footer_dz p:nth-of-type(3){
      background: url(../images/db_bgs.png) no-repeat left center;
  }
  .footer_dz p:nth-of-type(4){
      background: url(../images/db_lxdz.png) no-repeat left center;
  }
  
  .footer_rg{
      width: 240px;
      float: right;
      text-align: center;
  }
  .footer_rg span {
      display: block;
      margin: 0 auto;
  }
  
  .footer_rg span img {
      width: 138px;
      height: 138px;
  }
  
  .footer_rg h2 {
      color: #fff;
      font-size: 14px;
      margin-top: 10px;
      font-weight: normal;
  }
  .footer-bottom {
      width: 100%;
      height: 50px;
      padding: 17px 0;
      text-align: center;
      border-top: 1px solid #374b70;
      color: #c9c9c9;
      font-size: 14px
  }
  

.el-image {
    width: 100%;
    height: 480px;
}

.el-image__inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}

.nav-tab {
    width: 100%;
    background: url(../images/navtab_bg.png) no-repeat bottom;
    background-color: #fafafa;
    min-width: 1500px
}

.nav-tab-main {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 80px
}

.nav-tab-left {
    width: 340px;
    position: absolute;
    left:-80px;
    top: -50px;
    z-index: 2006;
    text-align: center;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.nav-tab-left ul li{
    width: 250px;
}

.nav-tab-left .nav-tab-left-title {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    color: #fff;
    background: rgba(7, 38, 93, .8)
}

.el-tree ul {
    background-color: #fff
}

.el-tree li {
    float: left;
    width: 158px;
    margin-left: 41px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.el-tree li::before,
.el-tree li::after {
    content: "";
    position: absolute;
}

.el-tree li::before {
    left: -15px;
    top: 27px;
    width: 5px;
    height: 5px;
    background: #07265d;
    opacity: 0;
}

.el-tree li::after {
    width: 18px;
    height: 14px;
    right: 0px;
    top: 21px;
    background: url(../images/nav-left-jt.png) no-repeat;
    opacity: 0;
}
.el-tree li:hover::before{
  opacity: 1;
}
.el-tree li a {
    color: #6b6b6b;
    font-size: 18px;
    line-height: 20px;
    padding:20px 20px 20px 0px;
    display: block;
    text-align: left;
}

.el-tree li:hover a {
    color: #07265d
}

.el-tree li.on::after{
   opacity: 1;
}
.el-tree li.on a{
   color: #07265d
}


.nav-tab-right {
    width: calc(100% - 290px);
    margin-left: 290px
}

.nav-tab-right-wz {
    width: 100%;
    padding: 25px 0 10px;
    text-align: right;
    font-size: 14px;
    color: #6b6b6b;
}
.nav-tab-right-wz span{
   background: url(../images/ic_home.png) no-repeat left center;
   color: #c0c4cc;
   padding-left:10px;
}
.nav-tab-right-wz a {
    color: #6b6b6b;
    margin: 0px 9px;
}
.nav-tab-right-wz a:hover{
   color:#07265d;
}
.nav-tab-right .nav-tab-right-title {
    width: 100%;
    float:left;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
}

.nav-tab-right .nav-tab-right-title h1 {
    position: relative;
    font-size: 30px;
    color: #07265d;
    font-weight: normal;
       float: left;
}

.nav-tab-right .nav-tab-right-title h1::before {
       content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    height: 2px;
    width:100%;
    background-color: #07265d
}
.nav-tab-right .nav-tab-right-title h3{
    font-size: 14px;
    color: rgb(120, 120, 120);
    padding-left: 20px;
   font-weight: normal;
       float: left;
    margin-top: 16px;
}
.nav-tab-right .nav-tab-right-main {
    position: relative;
    width: 100%;
    min-height: 160px;
overflow: hidden;
}

.introduce-border {
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 90;
    border: 1px solid transparent;
    border-image: linear-gradient(#fff, #ccc);
    border-image-slice: 10;
}

.listban {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 480px;
}
.listban img{
  width: 100%;
   height: 100%;
 object-fit: cover;
}

.el-tree{
   width: 100%;
    float: left;
   background: #fff;
    color: #606266;
}


.introduce-main {
    width: 100%;
    padding: 40px 90px 80px;
    background-color: #fff;
    border-radius: 2px;
    color: #363636;
}

.introduce-main p {
    line-height: 2em;
    text-indent: 2em;
}

.mission-main {
    width: 100%;
    margin-top: 40px;
}

.mission-main li {
    width: 100%;
    margin-top: 80px;
    height: 482px;
}

.yjsm_pic {
    display: flex;
    position: relative;
}

.yjsm_pic img {
    height: 100%;
}

.yjsm_xleft {
    border-left: 1px solid rgb(255, 255, 255);
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    position: absolute;
    width: 568px;
    height: 419px;
    margin-top: 30px;
    left: 34px;
}

.yjsm_xright {
    border-right: 1px solid rgb(195, 192, 192);
    border-top: 1px solid rgb(195, 192, 192);
    border-bottom: 1px solid rgb(195, 192, 192);
    width: 100%;
    margin: 30px 0px;
}

.contents {
    width: 702px;
    height: 353px;
    background: #fff;
    position: absolute;
    top: 63px;
    right: 28px;
}

.yjsm_nr {
    position: relative;
        display: flex;
}
.yjsm_nr.yjsm_nr2{
      flex-direction: row-reverse;
}
.yjsm_nr .yjsm_pic {
    height: 100%;
}

.contents h1 {
    z-index: 90;
    position: absolute;
    font-family: "Arial Negreta", "Arial Normal", Arial;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    color: rgb(7, 38, 93);
    margin-left: 49px;
    margin-top: 95px;
}

.contents .yjsm_wz {
    position: absolute;
    top: 40px;
    left: 45px;
}

.contents p {
    position: absolute;
    top: 112px;
    left: 33px;
    width: 615px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 36px;
    z-index: 100;
       margin-top: 78px;
    width: 620px;
    margin-left: 18px;
}


.yjsm_xleft2 {
        border-right: 1px solid rgb(255, 255, 255);
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    position: absolute;
    width: 566px;
    height: 419px;
    margin-top: 30px;
    right: 34px;
}

.yjsm_xright2 {
   border-left: 1px solid rgb(195, 192, 192);
    border-top: 1px solid rgb(195, 192, 192);
    border-bottom: 1px solid rgb(195, 192, 192);
    width: 100%;
    margin: 30px 0px;
}


.contentss {
    width: 702px;
    height: 353px;
    background: #5b7eaa;
    position: absolute;
    top: 63px;
    left: 28px;
}

.contentss h1 {
    z-index: 90;
    position: absolute;
    font-family: "Arial Negreta", "Arial Normal", Arial;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    color: rgb(255, 255, 255);
    margin-left: 50px;
    margin-top: 95px;
}

.contentss .yjsm_wz {
    position: absolute;
    top: 40px;
    left: 45px;
}

.contentss p {
    position: absolute;
    top: 112px;
    left: 33px;
    width: 615px;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 36px;
    z-index: 100;
    margin-top: 78px;
    width: 619px;
    margin-left: 18px;
}


/* 领导 */


.leader-main{
    width: 100%;
}
.leader-main .typestyle{
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: rgba(91,126,170,.1);
    font-size: 16px;
    font-weight: 600;
    color: rgba(7,38,93,.9);
    padding-left: 15px;
    border-left: 5px solid rgba(7,38,93,.9);
   margin:40px 0px 20px;
}

.leader-main .teachernamestyle{

       display: table-cell;
    vertical-align: middle;
    width: 370px;
    font-size: 16px;
line-height: 30px;
    height: 100px;
    text-align: center;
    cursor: pointer;
}
.leader-main .teachernamestyle a{
    color:#000;  
}
.leader-main .teachernamestyle a:hover{
     color: rgba(7,38,93,.9);  
    font-weight: bold;
}

.leader-main-xq {
    width: 1400px;
    margin: 0 auto
}

.leader-main-xq .leader-title {
    width: 100%;
    padding: 35px 40px;
    background: #eef0f7;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.leader-main-xq .leader-title .leader-title-pic {
    width: 214px;
    height: 300px;
    margin-top: 14px;
    -webkit-box-shadow: 10px -10px 0 #465081;
    box-shadow: 10px -10px 0 #465081;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.leader-main-xq .leader-title .leader-introduce {
    width: 100%;
    padding-left: 70px
}

.leader-main-xq .leader-title .leader-introduce .leader-introduce-tit {
    width: 100%;
    position: relative;
    padding-bottom: 16px;
}

.leader-main-xq .leader-title .leader-introduce .leader-introduce-tit::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 53px;
    height: 3px;
    background-color: rgb(182, 0, 6);
}

.leader-main-xq .leader-title .leader-introduce .leader-introduce-tit h1 {
    font-size: 28px;
    color: #363636;
    font-weight: 700;
}

.leader-main-xq .leader-title .leader-introduce .leader-introduce-tit h1 span {
    font-size: 18px!important;
    color: #505050!important;
    font-weight: 500!important;
    margin-left: 10px!important;
}

.leader-main-xq .leader-title .leader-introduce .leader-introduce-tit h3 {
    font-size: 28px;
    color: #363636;
    font-weight: 700;
}

.leader-main-xq .leader-title .leader-introduce .leader-introduce-js {
    width: 100%;
    margin-top:30px;
}

.leader-main-xq .leader-title .leader-introduce .leader-introduce-js li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #505050;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.leader-main-xq .leader-content {
    width: 100%;
    margin-top:40px;
}
.leader-main-xq .leader-content ul{
      margin-left: 20px;
      list-style: disc;
}
.leader-main-xq .leader-content ul li{
  list-style: disc;
}
.leader-main-xq .leader-content p{
    font-size: 16px;
    color: #000;
    line-height: 34px;
}
.leader-main-xq .leader-content img {
    max-width: 100%;
}



/* 联系方式 */
.contact-main {
    width: 100%;
    margin-top: 40px
}

.contact-main li {
    width: 100%;
    margin-top: 30px;
    background: #fff;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .05);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .05);
    padding: 30px 0
}

.contact-main li .contact-main-p1 {
    font-size: 20px;
    color: #07265d;
    border-left: 4px solid #07265d;
    font-weight: 700;
    padding-left: 30px;
    margin-bottom: 20px
}

.contact-main li .contact-main-p2 {
    font-size: 16px;
    color: #363636;
    padding: 15px 30px
}

.contact-main li .contact-main-p2 i {
    font-size: 20px;
    color: #07265d;
    margin-right: 10px
}

.contact-main .spanstyle {
    display: inline-block;
    width: 220px;
    text-align: left
}

/* 师资力量 */

.teacher-main {
    width: 100%;
    margin-top: 15px
}
.teacher-main h2 {
    width: 100%;
    padding: 12px 18px;
    box-sizing: border-box;
    overflow: hidden;
    background: #f0f0f0;
    line-height: 28px;
}
.teacher-main h2 span {
    font-size: 18px;
    color: #07265d;
    font-weight: bold;
    float: left;
}
.teacher-main h2 a {
    float: right;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.teacher-main ul{
  width:100%;
}
.teacher-main li {
        float: left;
    width: 33.3%;
    font-size: 16px;
    text-align: center;
     border-top: 1px solid rgb(201, 201, 201);
       display: table;
}

.teacher-main li:nth-of-type(1),
.teacher-main li:nth-of-type(2),
.teacher-main li:nth-of-type(3){
    border-top-style: none;
}
.teacher-main li a{
   height:100px;
   line-height: 22px;
   overflow: hidden;
    vertical-align: middle;
    display: table-cell;
}
.teacher-main li span{
   display:block; 
}
.teacher-main li b{
      font-weight: normal;
}
.teacher-main li:hover {
    color: #07265d;
    text-decoration: underline;
    font-weight: 700
}

.teacher-main .szllzm {
    margin: 15px 0px;
    overflow: hidden;
}

.teacher-main .szllzm span {
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin: 10px 0px 0px 12px;
}
.teacher-main .szllzm a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    vertical-align: middle;
}


/* 校外导师 */
.tutor-main {
    width: 100%;
    margin-top: 40px
}

.tutor-main li {
    width: 100%;
    float: left;
    border-bottom: 2px solid rgb(228, 228, 228);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.tutor-main li .tppic {
    width: 80px;
    float: left;
}

.tutor-main li .tppic img {
    object-fit: cover;
    object-position: center center;
    width: 80px;
    height: 100px;
}

.tutor-main li .text {
    width: calc(100% - 110px);
    float: right;
}

.tutor-main li .text h2 {
    font-size: 20px;
    font-weight: 700;
    color: #07265d;
    margin-bottom: 20px;
}

.tutor-main li .text dl {
    width: 100%;
    float: left;
}

.tutor-main li .text dl dd {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #505050;
    line-height: 28px;
}

.tutor-main li .text p {
    text-indent: 2em;
    font-size: 16px;
    color: #505050;
    line-height: 28px;
}


/* 教师招聘 */
.recruit-main {
    width: 100%
}

.recruit-main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.recruit-main li {
    width: calc(100% - 5px);
    height: 240px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .05);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .05);
    cursor: pointer;
    padding: 35px 30px
}

.recruit-main li .title {
    width: 100%;
    float: left;
}
.recruit-main li .title h2{
    font-size: 24px;
    color: #000;
    float: left;
}
.recruit-main li .title h5{
    float: left;
    font-size: 16px;
    color: #b60006;
    margin-left: 20px;
    margin-top:7px;
}

.recruit-main li .title h2,
.recruit-main li .title h5,
.recruit-main li .text h3{
       font-weight: normal;
}
.recruit-main li .title span{
    float: right;
    font-size: 16px;
    color: #949494;
}
.recruit-main li .text{
    width: 100%;
    float: left;
}
.recruit-main li .text h3{
    margin: 25px 0;
}
.recruit-main li .text h3 span{
    font-size: 16px;
    color: #949494;
    padding-right: 50px;
    position: relative;
}
.recruit-main li .text h3 span::after{
    content: "";
    position: absolute;
    right: 25px;
    top:0px;
    width: 1px;
    height: 17px;
    background: #949494;
}
.recruit-main li .text p{
    font-size: 16px;
    color: #363636;
    line-height: 35px;
    margin: 10px 0px;
}
.recruit-main li:hover {
    border: 1px solid #465081;
    -webkit-box-shadow: 5px 5px 0 #465081;
    box-shadow: 5px 5px 0 #465081
}

.subject-main{
 width: 100%;
    font-size: 16px;
    color:#363636;
    margin-top: 25px; 
}
.subject-main p{
   font-size: 16px;
    color:#000;
    line-height:28px;
       text-indent: 2em;
}
.subject-main img{
  max-width:100%;
}
  


/* 研究中心 */

.research-main {
    width: 100%;
    font-size: 16px;
    padding-top: 20px;
    color: #363636
}
.research-main ul{
  margin-bottom:35px;
}
.research-main li {
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    font-size: 18px;
    color: #363636;
    cursor: pointer;
     position: relative;
}
.research-main li::after{
    content: "";
    width: 30px;
    height: 13px;
    position: absolute;
    right: 10px;
    top:43px;
    background: url(../images/yjzx_jt.png) no-repeat right center;
}
.research-main li a {
    display: block;
    overflow: hidden;
    padding: 16px 50px 16px 5px;
transition: all 0.4s ease-out 0s;
}

.research-main li span {
    width: 80px;
    float: left;
    font-size: 18px;
    color: #07265d;
    line-height: 24px;
    text-align: center;
   margin-top:8px;
}

.research-main li span b {
    font-size: 30px;
       font-weight: normal;
}

.research-main li .text {
    width: calc(100% - 100px);
    float: right;
}

.research-main li .text h2 {
    font-size: 18px;
    color: #363636;
    line-height: 64px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
font-weight: normal;
}

.research-main li:hover {
    background: #07265d;
}
.research-main li:hover::after{
    background: url(../images/yjzx_jt2.png) no-repeat center;
}

.research-main li:hover a {
    transform: translateX(15px);
}


.research-main li:hover span,
.research-main li:hover .text h2 {
    color: #fff;
}

.research-main li:hover span b,
.research-main li:hover .text h2 {
    font-weight: bold;
}


.sideMenu {
    background-color: #fff;
}

.sideMenu li {
    float: left;
    width: 158px;
    margin-left: 41px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.sideMenu li a {
    color: #6b6b6b;
    font-size: 18px;
    line-height: 20px;
    padding: 20px 20px 20px 0px;
    display: block;
    text-align: left;
}

.sideMenu li::before,
.sideMenu li::after {
    content: "";
    position: absolute;
}

.sideMenu li::before {
    left: -15px;
    top: 27px;
    width: 5px;
    height: 5px;
    background: #07265d;
    opacity: 0;
}

.sideMenu li::after {
    width: 10px;
    height: 10px;
    right: -15px;
    top: 26px;
    background: url(../images/lt_down.png) no-repeat;
}

.sideMenu li:hover::before {
    opacity: 1;
}

.sideMenu dl {
    width: 158px;
    float: left;
    display: none;
}

.sideMenu dl dd a {
    display: block;
    padding: 5px 20px 5px 0px;
    font-size: 15px;
    color: #6b6b6b;
    line-height: 20px;
    cursor: pointer;
}

.sideMenu dl dd:hover a{
   color: #07265d;
}
.sideMenu dl dd.on a {
    color: #07265d;
    background: url(../images/nav-left-jt.png) no-repeat right center;
}

.sideMenu li.on::after {
    background: url(../images/lt_open.png) no-repeat;
}

.sideMenu li.on>a,
.sideMenu li:hover>a {
    color: #07265d;
}
.sideMenu li.on>a{
  padding-bottom:10px;
}
.sideMenu li.on dl {
    display: block !important;
    padding-bottom:10px;
}

.innovate-main {
    width: 100%;
    overflow: hidden;
    margin-top:20px;
}

.innovate-main ul {
    margin: 0px -22px 40px;
    overflow: hidden;
}

.innovate-main li {
    width: 33.3%;
    float: left
}

.innovate-main li .innovate_mar {
    margin: 0px 22px 44px;
    background: #fff;
}


.innovate-main li .innovate_mar .tppic {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.innovate-main li .innovate_mar .tppic .img:hover {
    transform: scale(1.05);
}

.innovate-main li .innovate_mar .text {
    padding: 30px 18px 18px;
    position: relative;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.innovate-main li .innovate_mar .text::after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 3px;
    background: #07265d;
    -webkit-transition: all .3s;
    transition: all .3s
}

.innovate-main li:hover .innovate_mar .text::after {
    width: 100%
}


.innovate-main li .innovate_mar .text span {
    position: absolute;
    width: 135px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    left: -1px;
    top: -20px;
    font-size: 16px;
    color: #fff;
    background: url(../images/lttime.png) no-repeat;
    padding-right: 10px;
}

.innovate-main li .innovate_mar .text h2 {
    font-size: 16px;
    color: #363636;
    line-height: 35px;
    height: 70px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
font-weight: normal;
}

.innovate-main li:hover .innovate_mar {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.innovate-main li .innovate_mar .textfc {
    padding: 21px 18px 16px;
    position: relative;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    box-sizing: border-box;
}


.innovate-main li .innovate_mar .textfc h2 {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color: #363636;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: normal;
}




.innovate-main li .innovate_mar .textxy {
    box-sizing: border-box;
    padding: 19px 24px;
    position: relative;
}

.innovate-main li .innovate_mar .textxy h2 {
    font-size: 18px;
    color: #363636;
    line-height: 36px;
    height: 72px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
       font-weight: normal;
}

.innovate-main li:hover .innovate_mar .textxy {
    background-color: #1f3b6c;
    
}

.innovate-main li:hover .innovate_mar .textxy h2 {
    text-decoration: underline;
    color: #fff;
}




.alumnus-main {
    width: 100%;
    margin-top: 40px;
}

.alumnus-main li {
    width: 100%;
    height: 238px;
    padding: 22px 20px 22px 360px;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    cursor: pointer;
    margin-bottom: 60px;
    -webkit-box-shadow: rgba(0, 0, 0, .098) 0 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .098);
    float: left;
    position: relative
}

.alumnus-main li .alumnus-main-img {
    width: 340px;
    height: 240px;
    position: absolute;
    left: 20px;
    top: 20px;
    overflow: hidden
}

.alumnus-main li .alumnus-main-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.alumnus-main li .alumnus-main-introduce {
    width: 100%;
    padding: 30px 30px 30px 60px;
    position: relative;
    color: #363636;
    overflow: hidden
}

.alumnus-main li .alumnus-main-introduce .alumnus-main-introduce-p1 {
    font-size: 20px;
    color: #07265d;
    margin-bottom: 20px
}

.alumnus-main li .alumnus-main-introduce .alumnus-main-introduce-p2 {
    font-size: 16px;
    line-height: 30px;
    color: #787878;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.alumnus-main li .alumnus-main-introduce-div {
    width:calc(100% - 100px);
    float: left
}

.alumnus-main li .alumnus-main-introduce-div h2 {
    height:24px;
    line-height:24px;
    font-size: 20px;
    color: #07265d;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.alumnus-main li .alumnus-main-introduce-div p {
    font-size: 16px;
    line-height: 30px;
    height:90px;
    color: #787878;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}


.alumnus-main li .alumnus-main-time {
    width: 60px;
    margin-top: 30px;
    text-align: center;
    float: right;
}
.alumnus-main li .alumnus-main-time b{
    font-size: 40px;
    color: #b60006;
    width: 100%;
    display: inline-block;
    font-weight: 700
}
.alumnus-main li .alumnus-main-time span{
   padding: 3px 4px;
    font-size: 14px;
    background-color: #b60006;
    color: #fff
}


.alumnus-main li:nth-of-type(2n) {
    padding: 20px 360px 20px 20px
}

.alumnus-main li:nth-of-type(2n) .alumnus-main-img {
    left: auto;
    top: 20px;
    right: 20px
}
.alumnus-main li:nth-of-type(2n) .alumnus-main-introduce{
   padding: 30px 60px 30px 0
}
.alumnus-main li:nth-of-type(2n) .alumnus-main-introduce-div{
   float: right
}
.alumnus-main li:nth-of-type(2n) .alumnus-main-time{
   float: left;
}

.alumnus-main li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.alumnus-main li:hover .alumnus-main-introduce-div h2 {
    font-weight: 700;
    text-decoration: underline
}



/* 新闻中心 */
.chosetime {
    width: 100%;
    height: 120px;
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    padding: 5px 0px 5px 20px;
    margin-bottom: 20px;
}

.chosetime-lb {
    display: flex;
    height: 40px;
    line-height: 40px;
    margin: 10px 0px;
}

.chosetime-year {
    font-size: 14px;
    color: #07265d;
    float: left;
    line-height: 40px;
}

.chosetime-nr {
    overflow: hidden;
}

.chosetime-nr span {
    line-height: 40px;
    font-size: 14px;
    color: #505050;
    padding: 0px 10px;
    display: inline-block;
}

.chosetime-nr span:hover {
    color: #07265d;
    font-weight: bold;
}

.chosetime-nr span.hui {
    color: #c0c4cc;
    cursor: not-allowed;
}


.chosetime-nr span.on {
    color: #fff;
    border-radius: 2px;
    background-color: #07265d;
}

.chosetime-nr span.on:hover{
  color: #fff
}



.notice-nav-title {
    width: 242px;
    background: rgba(7, 38, 93, 0.8);
    height: 100px;
    line-height: 100px;
    font-size: 34px;
    color: rgb(255, 255, 255);
    text-align: center;
    position: absolute; 
    top: -135px;
}

.xwzx_box{
    position: relative;
}

.xwzx {
    width: 100%;
    margin-top: 30px;
}

.xwzx ul {
    margin: 30px 0px 50px;
        width: 100%;
    float: left;
}

.xwzx li {
    width: 100%;
    padding: 20px 80px 20px 20px;
    background: -webkit-linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255) 0px, rgb(233, 237, 243) 100%, rgb(233, 237, 243) 0px);
    border-bottom: 1px solid rgb(228, 228, 228);
    cursor: pointer;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.098) 0px 0px 10px;
    float: left;
    box-sizing: border-box;
}

.xwzx li .xwzx-img {
    width: 270px;
    height: 200px;
    float: left;
    overflow: hidden;
}

.xwzx li .xwzx-img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    object-fit: cover;
    object-position: center center;
}

.xwzx li .xwzx-introduce {
    width: calc(100% - 300px);
    float: right;
    padding: 30px 0px 30px 60px;
    position: relative;
    color: rgb(54, 54, 54);
    overflow: hidden;
}

.xwzx li .xwzx-introduce .xwzx-introduce-text {
    width: calc(100% - 145px);
    float: left;
}

.xwzx li .xwzx-introduce .xwzx-introduce-text h2 {
    font-size: 24px;
    color: #363636;
    line-height: 28px;
    height: 56px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xwzx li .xwzx-introduce .xwzx-introduce-text p {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    color: #505050;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xwzx li .xwzx-introduce-time {
    width: 145px;
    margin-top: 30px;
    float: right;
}

.xwzx li .xwzx-introduce-time span {
    width: 100%;
    font-size: 16px;
    color: #07265d;
    display: inline-block;
    margin-bottom: 10px;
    text-align: right;
    line-height: 28px;
}

.xwzx li .xwzx-introduce-time span b {
    font-size: 26px;
}

.xwzx li .xwzx-introduce-time i {
    float: right;
    width: 50px;
    height: 50px;
    background: url(../images/yjzx_jt.png) no-repeat center 17px;
}

.xwzx li:hover img {
    transform: scale(1.1);
}

.xwzx li:hover .xwzx-introduce-text h2 {
    color: #07265d;
    font-weight: bold;
    text-decoration: underline;
}

.xwzx li:hover .xwzx-introduce-time i {
    background: url(../images/yjzx_jt2.png) no-repeat center 17px #07265d;
}

/* 通知公告 */
.tzgg {
    width: 100%;
    margin-top: 30px;
}

.tzgg ul {
    margin: 30px -20px 0px;
    overflow: hidden;
}

.tzgg li {
    width: 33.3%;
    float: left;
}

.tzgg li .tzgg-introduce {
    margin: 0px 20px 40px;
    overflow: hidden;
    position: relative;
}
.tzgg li .tzgg-introduce::after{
   content: "";
   position: absolute;
   left: 11px;
   top:11px;
   width:100%;
   height:100%;
   background: #bcbcbc;
}
.tzgg li:hover .tzgg-introduce::after{  
    background: #07265d;
}
.tzgg li .tzgg-introduce a {
    display: block;
    overflow: hidden;
    margin-right: 11px;
    margin-bottom: 11px;
    background: #fff;
    border: 1px solid #8c8c8c;
    padding: 50px 20px 25px;
    position: relative;
    z-index: 3;
}

.tzgg li .tzgg-introduce .tzgg-introduce-text {
    margin-bottom: 35px;
}

.tzgg li .tzgg-introduce .tzgg-introduce-text h2 {
    font-size: 20px;
    color: #363636;
    line-height: 28px;
    height: 56px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
font-weight: normal;
}

.tzgg li .tzgg-introduce .tzgg-introduce-text p {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    color: #505050;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tzgg li .tzgg-introduce-time {
    width: 100%;
    margin-top: 30px;
}

.tzgg li .tzgg-introduce-time span {
    width: 70px;
    height: 70px;
    border: 1px solid rgb(210, 210, 210);
    text-align: center;
    color: #949494;
    font-size: 14px;
   float: left;
}

.tzgg li .tzgg-introduce-time span b {
    font-size: 30px;
    padding-top: 8px;
    font-weight: bold;
    display: inline-block;
}

.tzgg li .tzgg-introduce-time i {
    float: right;
    font-size: 16px;
    color: #07265d;
    margin: 44px 15px 0px 0px;
   font-style: normal;
}
.tzgg li .tzgg-introduce-time i img{
  margin-left:6px;
  width:22px;
}
.tzgg li:hover .tzgg-introduce .tzgg-introduce-text h2{
   color: #07265d;
    text-decoration: underline;
}


.content {
    margin-top: 50px;
}

.content .title {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
    border-bottom: 3px solid #07265d;
    text-align: center;
}

.content .title h1 {
    font-weight: 700;
    font-size: 28px;
    color: #363636;
    margin-bottom: 25px;
    line-height: 28px;
}

.content .title h3 {
    color: #787878;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: normal;
}

.content .zheng {
    padding-bottom: 30px;
}

.content .zheng ul{
    margin-left: 16px;        
}
.content .zheng ul li{
   list-style: disc;
   color: #000;
}
.content .zheng ol{
   margin-left: 16px;     
}
.content .zheng ol li{
   list-style: decimal;
   color: #000;
}

.content .zheng p {
    line-height: 32px;
    color: #000;
    text-indent: 2em;
}
.content .zhengfj{
    overflow: hidden;
   margin-top:30px;
}
.content .zhengfj li{
   float: left;
   width:100%;
   background:#fff;
  padding:5px 10px 4px;
 box-sizing: border-box;
  line-height:30px;
  margin-bottom:10px;
  list-style: none!important;
}
.content .zhengfj li a{
  float:left;
  width:calc(100% - 120px);
  padding-left:34px;
  background: url(../images/ic_doc.png) no-repeat left center;
  font-size: 16px;
    color: rgb(7, 38, 93);
}
.content .zhengfj li span{
  float: right;
  color:#000;
  font-size: 14px;
}
.content .zhengfj li:hover a{
  text-decoration: underline;
}




.content .fy {
    width: 100%;
}

.content .fy li {
    width: calc(100% - 30px);
    float: left;
padding-left:30px;
    font-size: 14px;
    color: #787878;
    line-height: 28px;
    margin: 4px 0px;
    background: url(../images/fy_prev.png) no-repeat left center;
}

.content .fy li:nth-of-type(2) {
    background: url(../images/fy_next.png) no-repeat left center;
}

.content .fy li a {
    color: #787878;
}

.content .fy li:hover,
.content .fy li:hover a {
    color: #07265d;
}

.pb_sys_style1 .p_no_d{
      border: 1px solid #07265d!important;
    background-color: #07265d!important;
}

#toTop {
	width: 50px;
	height: 50px;
	background: url(../images/back_top.png) no-repeat center bottom;
	text-align: center;
	position: fixed;
	right: 40px;
         bottom: 40px;
	display: none;
    cursor: pointer;
    z-index: 5; 
    box-shadow: 0 0 6px rgba(0,0,0,.12);
       border-radius: 50%;
}

.el-tree li dl dd {
    position: relative;
}

.el-tree li dl dd:hover a, .el-tree li dl dd.on a {
    color: #07265d;
}

.el-tree li.on dl dd a, .el-tree li dl dd a {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0px 10px 20px;
    display: block;
}

.el-tree li dl dd:hover::before, .el-tree li dl dd.on::before {
    background: #07265d;
}

.el-tree li dl dd::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 17px;
    width: 4px;
    height: 4px;
    background: #ddd;
    border-radius: 50%;
}