* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  position: relative;

}

li {
  list-style: none;
}

a {
  text-decoration: none;

}

img,
video:hover {
  cursor: pointer;
}

.hand {
  cursor: pointer;
}

/* 版心 */
.container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

@media screen and (max-width:1100px) {
  .container {
    /* min-width: 1050px; */
  }
}

.top {
  text-align: center;
  line-height: 5.8rem;
  display: flex;
  justify-content: space-between;

}

.top-n p {
  font-size: 1.6rem;
  color: #333;
 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.5rem;
}

.flex {
  display: flex;
}

.flexa {
  display: flex;
  align-items: center;
}

.icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.net {
  font-size: .7rem;
  color: #004EA2;
  margin-left: .5rem;
}

.net a {
  color: #004EA2;
 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.logo-box img{
  width: 70px!important;
}
.search {
  /* border: .05rem solid #ccc;
  width: 12.5rem;
  height: 2.4rem;
  margin-left: 2rem; */
}
.topright{
  display: flex;
  align-items: center;
}

.topright .form {
  margin-left:10px;
     width: 270px;
     height: 100%;
   display: none;
   position: relative;
 }
 
 .topright .inputa {
   width: 100%;
   height: 50px;
   outline: none;
   border: 1px solid #ddd;
 }
 
 .topright .serbb {
  position: absolute;
    height: 50px;
      top: 22px;
     right: 0;
    width: 70px;
    border: none;
    color: #333;
    font-size: 16px;
    background-color: #eee;
    text-align: center;
   outline:none;
  line-height: 3.125rem;
 }
.search-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.search-box img {
  height: 1.4rem;
  /* margin-top: .5rem; */
  margin-left: .5rem;
}

.bgred {
  background-color: #004EA2;
}

.navigator-menu {
  line-height: 3.3rem;
  text-align: center;
  display: flex;
  justify-content: space-around;
  padding: 0 36px;
}

.navigator-menu .menu-item .menu-name {
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: .9rem;
}
.navigator-menu .menu-item .menu-name a {
    color: #fff;
}
.menu-name img {
  position: absolute;
  bottom: 28%;
  left: 40%;
}

.navigator-menu .menu-item {
  position: relative;
  width: 8.6rem;

}

.navigator-menu .menu-item .children-menu-box {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 85%;
  z-index: 1;
}

.navigator-menu .menu-item .children-menu {
  width: 100%;
  margin-top: .5rem;
  display: none;
  background-color: #2378BA;

}

.children-menu li:hover {
  background-color: #004EA2;
}

.children-menu li a {
  color: #fff;
  font-size: .8rem;
}

.menu-item:hover {
  background-color: #2378BA;
}

.menu-item:hover .children-menu {
  display: block;
}

.navigator-menu .menu-item .children-menu>li {
  line-height: 2.5rem;
}

.thick-line {
  width: 5.4rem;
  height: .2rem;
  background-color: #004EA2;
}

.linebox {
  margin-bottom: 1.6rem;
}

.thin-line {
  width: 100%;
  height: .05rem;
  background-color: #EDEDED;
}

.news {
  padding: 2.5rem 0 3rem;
}

.banner-bot {
  display: flex;
  justify-content: space-between;

}
.banner-bot .baner-img-box  .swiper img{
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.ibox {
  overflow: hidden;
}

.ibox:hover img {
  transform: scale(1.2);
  transition: all 0.5s;

}

.ibox:not(:hover) img {
  transform: scale(1);
  transition: all 0.5s;
}

.tltie-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .8rem;
}

.banner-title {
  font-size: 1.3rem;
  font-weight: bold;
}


.banner-more {
  color: #969393;
  font-size: 16px;
  display: flex;
  position: relative;
}

.banner-more div:first-child {
  margin-right: 1.6rem;
}

.banner-more div:last-child {
  position: absolute;
  right: 0%;
  bottom: 5%;
}

.banner-more:hover {
  color: #004EA2;

}

.baner-img-box {
  width: 54%;

}

.baner-img-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.banner-bot .swiper-wrapper{
 height: 30rem!important;
}
.news-mark {
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: 16px;
  left: 32px;
}

#swiper2 .swiper-pagination {
  margin-left: 45%;
  margin-bottom: 1%;
  --swiper-theme-color: #fff;
  cursor: pointer;
}

/* #swiper2 .swiperClass2 {
  --swiper-theme-color: #E2A758;
} */

.banner-left-f {
  width: 46%;
  margin-left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ban-box {
  display: flex;
  align-items: center;

}

.ban-box .time {
  width: 5.5rem;
  height: 4.5rem;
  border: 1px solid #004EA2;
  color: #004EA2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.ban-box .time div:first-child {
  font-size: 1.6rem;
}

.ban-box .time div:last-child {
  font-size: .7rem;
}

.ban-box .ban-ti {
  flex: 1;
  font-size: 1rem;
  color: #333;
  margin-left: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
}

.notbg {
  background: #F7F7F7;
}

.notice-rule {
  /* height: 26.1rem; */
  padding: 3rem 0 2rem;
  display: flex;
  justify-content: space-between;
}

.notice-left {
  width: 47%;
}

.rule-right {
  width: 47%;
}

.msgbox {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  color: #333;
  margin-top: .8rem;
  border-bottom: 1px dashed #EDEDED;
  padding-bottom: .75rem;
}

.msgbox div:last-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.one-msg {
  flex: 1;
  display: flex;
  align-items: center;

}

.one-msg div:last-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.msgbox .point {
  width: .3rem;
  height: .3rem;
  background: #004EA2;
  margin-right: .4rem;
}


.page-box {
  display: flex;
  justify-content: right;
  font-size: .7rem;
  color: #454545;
  line-height: 1.8rem;
  margin-top: 2.35rem;
}

.page-box div {
  margin-left: .8rem;
}

/* 部门动态 */
.cont-box .h142 {
  height: 7.1rem;
}

.new-msg {
  display: flex;
  justify-content: space-between;
  color: #333;
  border-bottom: .05rem dashed rgb(204, 204, 204, .3);
  padding-bottom: .6rem;
  cursor: pointer;
  font-size: .8rem;

}

.new-msg span:first-child {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.right .new-msg:hover {
  color: #A40000;
}

/* 新闻详情 */
.detail-title {
  font-weight: 500;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  margin-bottom: .8rem;
}

.time-from-read {
  display: flex;
  color: #666;
  justify-content: center;
  font-size: .8rem;
  margin-bottom: 1.4rem;
}

.time-from-read .item {
  display: flex;
  margin-right: 2rem;
  align-items: baseline;
}

.time-from-read .item div:first-child {
  margin-right: .3rem;
}

.new-p {
  text-align: justify;
  font-size: .8rem;

}

.text-img {
  width: 100%;
  height: 48rem;
  background-color: #004EA2;
  margin-bottom: .8rem;
}

.nextpage {
  font-size: .8rem;
  color: #333;
  line-height: 1.6rem;
  margin-top: 2.35rem;
}

.nextpage a {
  color: #333;
}

.new-line {
  height: .05rem;
  width: 100%;
  background-color: #F2F3F5;
  margin-top: 2.5rem;

}



/* 居中 */
.middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.foot {
  background-color: #fbfbfb;
}


.footbox {
  height: 16rem;
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
}

.border-grey {
  border: .05rem solid #eeeeee;
  border-radius: .2rem;
  padding: 0rem .75rem;
}

.friend-link {
  margin: 1.6rem 0 .8rem;
  font-size: 1rem;
  color: #333;
  font-weight: 600;
}

.friend {
  margin-bottom: 1.6rem;
  display: flex;
}

.foot-item {
  display: flex;
  align-items: center;
  margin-right: 1.2rem;
}

.friend a {
  margin-right: .2rem;
  color: #666;
  text-decoration: none;
  font-size: .8rem;
}

.phone {
  font-size: .7rem;
  color: #999;
}

.phonenum {
  font-size: 1.2rem;
  color: #666;
}

.friend a:hover {
  color: #004EA2;
}

.dvi-line {
  height: .05rem;
  width: 100%;
  background-color: #F2F3F5;
}

.adr {
  color: #999;
  font-size: .7rem;
  margin-top: 1.6rem;
}

.copyright {
  color: #999;
  margin-top: 16px;
  font-size: .7rem;
}

.copyright a {
  color: #999;
  font-size: .7rem;
}

.focu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot-logo-box {
  padding: 0 2rem;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
}


.bline {
  height: .05rem;
  width: 2.4rem;
  background-color: #999;
}

.flowus {
  font-size: .7rem;
  color: #999;
  margin: 0 .5rem;
}

/* 部门简介 */
.banner-img img {
  width: 100%;
}

.cont-box {
  display: flex;
  margin-top: 2rem;
  position: relative;
}

.inbox {
  width: 19%;
}

.leftnav {
  /* width: 100%; */
  /* background-color: #004EA2; */
  position: relative;
}

.left-title {
  background-color: #004EA2;
  height: 3.9rem;
  font-size: 1.1rem;
  padding-top: 1.2rem;
  padding-left: 2rem;
  color: rgb(255, 255, 255, .7);


}

.line1 {
  position: absolute;
  width: .3rem;
  height: 3.2rem;
  background: #FF9600;
  top: 3.9rem;
  left: 0;
  /* display: none; */
}

.name-item {
  color: #333;
  background: #fff;
  height: 3.2rem;
  padding-top: 1rem;
  padding-left: 2rem;
  border-bottom: .05rem solid #EDEDED;
  cursor: pointer;
  position: relative;
  background-color: #F7F7F7;

}

.act-bg-f {
  background-color: #fff;
}

.leftnav ul li {
  background: #fff;
  height: 3.2rem;
  padding-top: 1rem;
  padding-left: 2rem;
  border-bottom: .05rem solid #EDEDED;
  cursor: pointer;
  position: relative;
  background-color: #F7F7F7;
}

.leftnav ul li a {
  color: #333;
}

.leftnav ul .act {
  background-color: #fff;
  position: relative;
}

.leftnav ul .act::after {
  content: '';
  position: absolute;
  top: 35%;
  left: 85%;
  width: 20px;
  /* 小图标宽度 */
  height: 20px;
  /* 小图标高度 */
  background-image: url(../images/Bold\ ／\ Arrows\ ／\ Alt\ Arrow\ Right.png);
  background-size: cover;
}

.name-item img {
  position: absolute;
  right: 6%;
  top: 35%;
}

.name-item:hover {
  color: #004EA2;
}

.cont-box .right {
  margin-left: 2rem;
  flex: 1;
}

.cont-box .right .right-top-name {
  font-size: 1.2rem;
  color: #004EA2;
  font-weight: 500;
  margin-bottom: .4rem;
}

.cont-box .right .line-box {
  display: flex;
  align-items: center;
}

.cont-box .right .right-top {
  margin-bottom: 1rem;
}

.cont-box .right .line-box .right-solid {
  height: .2rem;
  width: 5.3rem;
  background: #004EA2;
}

.cont-box .right .line-box .right-dash {
  height: .05rem;
  width: 94%;
  background: #EDEDED
}

.cont-box .loca {
  position: absolute;
  right: .5%;
  font-size: .7rem;
  color: #333;

}

.cont-box .loca span {
  margin-right: .3rem;
}

.cont-box .right p {
  color: #333;
  font-size: 16px;
  line-height: 1.6rem;
  text-indent: 2em;
  text-align: justify;

}

.cont-box .right p {
  margin-bottom: .5rem;
}

.cont-box .right a:not(:last-child) {
  margin-bottom: .5rem;
}

/* 部门组织 */
.line2 {
  position: absolute;
  width: .3rem;
  height: 3.2rem;
  background: #FF9600;
  bottom: 0;
  left: 0;
  /* display: none; */
}

.b-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.b-row .row-item {
  flex: 30%;
  height: 4.3rem;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  font-size: 18px;
}

.b-row .row-item:not(:nth-child(3n)) {
  margin-right: 5%;
}

.b-row .row-item img {
  margin-right: 1rem;
}

.b-row .row-item:hover span {
  color: #004EA2;
}
.smallnav{
  position: absolute;
  top: 4.95rem;
  right: 1rem;
  z-index: 499;
  display: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-color: rgba(107, 105, 105, 0.12);
  border-radius: 14%;
}
.smallnav img{
  width: 100%;
}
#mask1.active{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: black;
  opacity: 0.9;
  background: #070411;
  background: linear-gradient(135deg, #070411 0%, #130407 100%);
  padding: 14px;
}
#mask1 .allnav{
  width: 80%;
  display: block;
 padding-left: 30px;
 margin-top: 1.8rem;
}
#mask1 .logobox{
  width: 14rem;
}
#mask1 .logobox img{
  width: 100%;
}
#mask1 .allnav li{
  border-bottom: .0625rem solid #bdbdbd;
}
#mask1 .allnav li a{
  color: #EEEEEE!important;
  padding-left: 4px;
}
#mask1 .allnav li a:hover {
  color: #A40000!important;
}
#mask1 .allnav li ul li a{
  padding-left: .5rem;
}
.allnav {
  width: 21%;
  margin-top: 7.125rem;
  margin-bottom: 12.5rem;
}

.allnav li:first-child {
  border-top: .0625rem solid #DCDCDC;
}

.allnav li {
  width: 100%;
  border-bottom: .0625rem solid #DCDCDC;
  cursor: pointer;
}

.allnav .act {
  color: #A40000 !important;
}

.allnav li a {
  font-size: 1.125rem;
  color: #777777;
  line-height: 3rem;
  display: block;
}

.allnav li ul li a {
  padding-left: .75rem;
}

.allnav li ul li:last-child {
  border-bottom: none;
}
.allnav li a:first-child {
  position: relative;
}

.allnav li .af::after {
  content: '';
  background-image: url(../images/add.png);
  background-size: cover;
  width: .75rem;
  height: .8125rem;
  position: absolute;
  left: 90%;
  top: 35%;
  transition: all .5s ease-in-out;
}

.bf::after {
  content: '';
  background-image: url(../images/h.png);
  background-size: cover;
  width: .75rem;
  height: .0625rem;
  position: absolute;
  left: 90%;
  top: 50%;
  transition: all .5s ease-in-out;
}

.allnav li ul {
  overflow: hidden;
  max-height: 0;
  transition: max-height .5s ease-in-out;

}

.visible {
  max-height: 62.5rem !important;
}
.unfold {
  transition: max-height .5s ease-in-out;
  max-height: 62.5rem !important;
}


 @media (max-width: 1550px) {
   .topright .serbb {
     top:16px
   }
 
}
@media (max-width: 1050px) {
  .b-row .row-item {
    flex: 45%;
  }
  .b-row .row-item:not(:last-child){
    margin-right: 5%;
  }
  .b-row .row-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 860px) {
  .topright .form {
    width:180px;
   }
   .topright .serbb{
    width: 55px;
   }
}
@media (max-width: 780px) {
  .topright .form {
    width: 144px;
  }
}
@media (max-width: 768px) {
  .banner-bot{
    flex-wrap: wrap;
  }
  .baner-img-box{
    width: 100%;
  }
  .banner-left-f{
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
  }
  .ban-box{
    margin-bottom: 1rem;
  }
  .friend{
    flex-wrap: wrap;
    margin-bottom:.5rem ;
  }
  .foot-item {
    margin-bottom:.5rem ;
  }
  .adr {
    margin-top: .8rem;
  }
  .inbox {
    display: none;
  }
  .cont-box .right {
    margin-left: 0;
 overflow-x: hidden;
     word-break: break-word;
      white-space: normal;
  }
  .cont-box .right p{
    text-indent: 0;
  }
  .right.bmjj p{
    text-indent: 2rem;
  }
  .new-msg span:first-child {
    flex: .9;
  }
}
@media (max-width: 750px) {

 .logo-box {
 margin-right: .5rem;
  }
 }
@media (max-width: 640px){
  .logo-box {
    margin-right: 1rem;
  }
  .notice-rule{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .notice-left{
    width: 100%;
  }
  .rule-right {
    width: 100%;
    margin-top: 2rem;
}
.navigator-menu {
  display: none;
}
.news {
  padding: 1.2rem 0 3rem;
}
.smallnav{
  display: block;

}
}
 @media (max-width: 630px) {
  .top-n p{
    font-size: 1.2rem;
 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  }
  .logo-box img{
    width: 14rem;
  }
 }
@media (max-width: 570px){
 .footbox .footR{
      padding-left: 4%;
     }
     .footbox  .foot-logo-box{
       display: none;
     }
     .friend  .foot-item{
       margin-right: .5rem;
     }
 
  .logo-box{
    margin-right: .5rem;
  }

}
 @media (max-width: 540px) {
  .logo-box img{
   width: 12rem;
 }
 .top{
  line-height: 4.4rem;
 }
 .topright .serbb{
    top: 7px;
  }
  }
@media (max-width: 500px){
 .top-n  p{
    font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  }
  .logo-box img{
    width: 12.5rem;
    margin-right: .5rem;
  }
  .news-mark {
    display: none;
  }
  .navigator-menu {
    padding: 0 ;
  }
  .b-row .row-item {
    flex: 50%;
    margin-right: 1%!important;
  }
 .banner-bot .swiper-wrapper{
 height: 20rem!important;
}
}
@media (max-width: 490px){
  .logo-box img{
    width: 12.5rem;
    margin-right: 0;
  }
  .banner-title {
    font-size: 1.2rem;
  }
.banner-more {
  font-size: 12px;
}
}
  @media (max-width: 415px){
    .top-n  p{
    font-size: .8rem;
    }
}
  @media (max-width: 380px){
    .top-n  p{
    font-size: .7rem;
    }
  }
.right  img {
  width: 100%!important;
  height: auto!important;
  object-fit: cover!important;
}