.banner {
  width: 100%;
}

.banner img {
  width: 100%;
}

.box {
  margin-top: 140px;
  background: url("../img/orientation-bg.png") center top no-repeat;
  background-size: 100%;
}
.slideBox {
  width: 650px;
  height: 430px;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 8px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-align: center;
  background: #fefeff;
  cursor: pointer;
}

.slideBox .hd ul li.on {
  background: #999a92;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd li p {
  width: 100%;
  text-indent: 20px;
  color: white;
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  background: #bd0624;
}

.slideBox .bd img {
  width: 650px;
  height: 430px;
  display: block;
}
.img-title {
  margin: 100px auto 60px;
width: 778px
}
.djgz-news {
  width: 670px;
}
.djgz-news ul {
  zoom: 1;
  margin-top: 10px;
}

.djgz-news li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #adadaf;
  padding-left: 20px;
  background: url("../img/dian.png") left center no-repeat;
}
.djgz-news li a {
  color: #656364;
}
.more{
  margin-top: 20px;
}
.more a {
  font-size: 14px;
  color: #fff;
  width: 110px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  background: #bd0624;
}
.djgz-news li .date {
  float: right;
  color: #999;
}

/*纪检工作*/
.jjgz ul li {
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #adadaf;
}
.jjgz ul li div {
  width: 1200px;
}
.jjgz ul li div a {
  font-size: 18px;
  font-weight: bold;
}
.jjgz ul li div p {
  margin-top: 15px;
  line-height: 1.8;
  color: #656364;
}
.jjgz ul li div.fr {
  margin-top: 10px;
  width: 100px;
}
.jjgz ul li div.fr p:first-child {
  margin-top: 0;
  background: #bd0624;
  color: #fff;
  text-align: center;
  font-size: 22px;
}
.jjgz ul li div.fr p:last-child {
  margin-top: 0;
  background: #adadaf;
  color: #fff;
  text-align: center;
  font-size: 22px;
}

/*群团工作*/
.qtgz-news ul {
  zoom: 1;
  overflow: hidden;
}

.qtgz-news li {
  height: 120px;
  position: relative;
  margin-top: 30px;
}

.qtgz-news li a img{
  width: 170px;
  height: 120px;
  float: left;
}
.qtgz-news li div.info {
  float: left;
  width: 1150px;
  position: absolute;
  top: 50%;
  transform: translate( 230px, -50%);
}
.qtgz-news li div.info a{
  font-size: 20px;
  font-weight: bold;
}
.qtgz-news li div.info span {
  display: block;
  float: right;
  font-size: 20px;
  color: #656364;
}
.qtgz-news li div.info p{
  color: #656364;
  margin-top: 10px;
  line-height: 1.8;
}
.qtgz-news li .date {
  float: right;
  color: #999;
}
/*社会责任*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 300px;
  height: 210px;
  object-fit: cover;
}
.swiper-slide p {
  text-align: left;
  position: absolute;
  width: 280px;
  bottom: 0;
  color: #fff;
  padding: 10px 0 10px 20px;
  font-size: 12px;
  line-height: 1.8;
  background: #bd0624;
}
.swiper-button-next {
  right: 508px!important;
  background: url("../img/arrow_r.png") center center no-repeat !important;
}
.swiper-button-prev {
  left: 508px !important;
  background: url("../img/arrow_l.png") center center no-repeat !important;

}
.swiper-button-prev:after {
  content: '' !important;
}
.swiper-button-next:after {
  content: '' !important;
}
.swiper-slide-next, .swiper-slide-prev {
  transform: scale(0.85);
  margin-top: -20px;
  animation: next-prev 0.2s ease-out;
}
@keyframes next-prev {
  0%{
    transform: scale(0.7);
    margin-top: -32px;
  }
  100%{
    transform: scale(0.85);
    margin-top: -20px;
  }
}
.swiper-slide-next-prev-fix2 {
  transform: scale(0.7);
  margin-top: -32px;
}
.swiper-slide-active {
  transform: scale(1);
  margin-top: 0;
  animation: active 0.2s ease-out;
}
@keyframes active {
  0%{
    transform: scale(0.85);
    margin-top: -20px;
  }
  100%{
    transform: scale(1);
  }
}
.shzr-p{
  background: rgba(215,211, 212,0.5) !important;
  color: #121212 !important;
  padding-top: 238px !important;
  padding-bottom: 20px !important;
}

@media screen and (max-width: 640px){
  .img-title {
    margin: 0.2rem auto;
    width: 100%;
  }
  .slideBox {
    width: 100%;
    height: 2.1rem;
  }
  .slideBox .hd {
    bottom: 0.04rem;
  }
  .slideBox .bd {
    width: 3.9rem;
  }
  .slideBox .bd img {
    width: 3.9rem;
    height: 2.1rem;
  }
  .slideBox .bd li p {
    box-sizing: border-box;
    padding-right: 1rem;
    width: 3.9rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 10px;
    font-size: 0.14rem;
    height: 0.3rem;
    line-height: 0.3rem;
  }
  .djgz-news {
    width: 100%;
  }
  .djgz-news li {
    height: 0.35rem;
    line-height: 0.35rem;
  }
  .djgz-news li a {
    display: inline-block;
    width: 2.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.14rem;
  }
  .djgz-news li .date {
    font-size: 0.14rem;
  }
  .more a {
    height: 0.25rem;
    line-height: 0.25rem;
    font-size: 0.12rem;
    width: 0.9rem;
  }
  .jjgz ul li div a {
    display: inline-block;
    width: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.14rem;
  }
  .jjgz ul li div.fl {
    width: 3rem;
  }
  .jjgz ul li div.fl p {
    font-size: 0.12rem;
    margin-top: 0.05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .jjgz ul li div.fr {
    width: 0.8rem;
    margin-top: 0;
  }
  .jjgz ul li div.fr p:first-child {
    font-size: 0.2rem;
    height: 0.35rem;
    line-height: 0.35rem;
  }
  .jjgz ul li div.fr p:last-child {
    font-size: 0.2rem;
    height: 0.35rem;
    line-height: 0.35rem;
  }
  .qtgz-news li {
    height: 1rem;
  }
  .qtgz-news li a img {
    width: 1.2rem;
    height: 0.9rem;
  }
  .qtgz-news li div.info {
    width: 2.5rem;
    transform: unset;
    position: unset;
    margin-left: 0.2rem;
  }
  .qtgz-news li div.info a {
    font-size: 0.14rem;
  }
  .qtgz-news li div.info span {
    font-size: 0.12rem;
    line-height: 0.25rem;
  }
  .qtgz-news li div.info p {
    font-size: 0.12rem;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper {
    margin-bottom: 0.1rem;
  }
  .swiper-slide {
    text-align: center;
    font-size: 0.18rem;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 1.5rem;
    height: 1rem;
    object-fit: cover;
  }
  .swiper-slide p {
    text-align: left;
    position: absolute;
    width: 1.45rem;
    bottom: 0;
    color: #fff;
    padding: 0.05rem 0 0.05rem 0.05rem;
    font-size: 0.12rem;
    line-height: 1.8;
    background: #bd0624;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .swiper-button-next {
    right: 0.92rem!important;
    background: url("../img/arrow_r.png") center center no-repeat !important;
    background-size: 0.25rem !important;
  }
  .swiper-button-prev {
    left: 0.92rem !important;
    background: url("../img/arrow_l.png") center center no-repeat !important;
    background-size: 0.25rem !important;
  }
  .swiper-button-prev:after {
    content: '' !important;
  }
  .swiper-button-next:after {
    content: '' !important;
  }
  .swiper-slide-next, .swiper-slide-prev {
    transform: scale(0.85);
    margin-top: -0.1rem;
    animation: next-prev 0.2s ease-out;
  }
  @keyframes next-prev {
    0%{
      transform: scale(0.7);
      margin-top: -0.32rem;
    }
    100%{
      transform: scale(0.85);
      margin-top: -0.2rem;
    }
  }
  .swiper-slide-next-prev-fix2 {
    transform: scale(0.7);
    margin-top: -0.2rem;
  }
  .swiper-slide-active {
    transform: scale(1);
    margin-top: 0;
    animation: active 0.2s ease-out;
  }
  @keyframes active {
    0%{
      transform: scale(0.85);
      margin-top: -0.2rem;
    }
    100%{
      transform: scale(1);
    }
  }
  .shzr-p{
    background: rgba(215,211, 212,0.5) !important;
    color: #121212 !important;
    padding-top: 0.7rem !important;
    padding-bottom: 0.05rem !important;
  }
}
