.public {
  padding: 2.5rem 0 4.5rem;
}
.public .con .title .left {
  float: left;
}
.public .con .title .left h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #004da1;
}
.public .con .title .right {
  float: right;
}
.public .con .title .right .select-year {
  float: left;
  width: 10rem;
  position: relative;
  margin-right: 1.2rem;
}
.public .con .title .right .select-year h2 {
  line-height: 3.5rem;
  border: 1px solid #ddd;
  padding: 0 1.2rem;
  font-size: 0.9rem;
  color: #777;
  position: relative;
  cursor: pointer;
  background: #fff;
}
.public .con .title .right .select-year h2:before {
  content: '\e603';
  font-family: iconfont;
  font-size: 1.2rem;
  color: #004da1;
  position: absolute;
  right: 1.2rem;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.public .con .title .right .select-year ul {
  position: absolute;
  width: 100%;
  right: 0;
  top: 3.6rem;
  z-index: 10;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: none;
}
.public .con .title .right .select-year ul li {
  text-align: center;
  line-height: 2.6rem;
  background: #fff;
  font-size: 0.9rem;
  border-bottom: 1px solid #ddd;
  color: #999;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.public .con .title .right .select-year ul li:hover {
  background: #004a92;
  color: #fff;
}
.public .con .title .right .select-year.active h2:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.public .con .title .right .search-box {
  float: left;
  width: 22.5rem;
  height: 3.5rem;
  border: 1px solid #ddd;
  position: relative;
}
.public .con .title .right .search-box input {
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  color: #777;
  border: none;
  padding: 0 3rem 0 1.5rem;
}
.public .con .title .right .search-box span {
  position: absolute;
  right: 1rem;
  line-height: 3.5rem;
  top: 0;
  font-size: 1.2rem;
  color: #004a92;
  cursor: pointer;
}
.public .con .title .right.active h2 {
  border-bottom: 1px solid #eee;
}
.public .con .title .right.active h2:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.public .con .public-list {
  margin-top: 0.5rem;
}
.public .con .public-list ul li {
  float: left;
  width: 18.4%;
  margin-top: 1.5rem;
}
.public .con .public-list ul li:not(:nth-child(5n)) {
  margin-right: 2%;
}
.public .con .public-list ul li a {
  display: block;
}
.public .con .public-list ul li a .tu {
  height: 0;
  padding-bottom: 54.5%;
  overflow: hidden;
}
.public .con .public-list ul li a .tu img {
  width: 100%;
}
.public .con .public-list ul li a .bottom {
  background: #f5f5f5;
  padding: 0.8rem 1.2rem;
}
.public .con .public-list ul li a .bottom h2 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #000;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.public .con .public-list ul li a .bottom h3 {
  font-size: 0.7rem;
  color: #ee0000;
  margin: 0.6rem 0;
}
.public .con .public-list ul li a .bottom p {
  font-size: 0.8rem;
  color: #555;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.public .con .public-list ul li:hover a .tu img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.public .con .public-list ul li:hover a .bottom h2 {
  color: #d8222a;
}
.volunteer {
  padding: 3rem 0 4rem;
}
.volunteer .con {
  position: relative;
}
.volunteer .con .title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.volunteer .con .volunteer-list {
  margin-top: 3rem;
}
.volunteer .con .volunteer-list .swiper-container {
  padding-bottom: 2.3rem;
}
.volunteer .con .volunteer-list .swiper-slide a {
  display: block;
}
.volunteer .con .volunteer-list .swiper-slide a .tu {
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}
.volunteer .con .volunteer-list .swiper-slide a .tu img {
  width: 100%;
}
.volunteer .con .volunteer-list .swiper-slide a .bottom {
  width: 100%;
  position: absolute;
  height: 2rem;
  background: rgba(0, 77, 161, 0.7);
  bottom: 0;
  left: 0;
  padding: 0 1.5rem;
}
.volunteer .con .volunteer-list .swiper-slide a .bottom h2 {
  line-height: 2rem;
  font-size: 0.8rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.volunteer .con .volunteer-list .swiper-slide:hover a .tu img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.volunteer .con .volunteer-list .swiper-pagination {
  width: 100%;
}
.volunteer .con .volunteer-list .swiper-pagination .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  background: #fff;
  opacity: 1;
  margin: 0 0.4rem;
}
.volunteer .con .volunteer-list .swiper-pagination .swiper-pagination-bullet-active {
  background: #004da1;
}
.volunteer .con .swiper-button-prev {
  top: 1rem;
  margin-top: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: rgba(0, 0, 0, 0.4);
  left: auto;
  right: 3.8rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.volunteer .con .swiper-button-prev:before {
  content: '\e601';
  font-family: iconfont;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 2.8rem;
  position: absolute;
  left: 0;
  top: 0;
}
.volunteer .con .swiper-button-prev:hover {
  background: #ee0000;
}
.volunteer .con .swiper-button-next {
  top: 1rem;
  margin-top: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: rgba(0, 0, 0, 0.4);
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.volunteer .con .swiper-button-next:before {
  content: '\e683';
  font-family: iconfont;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 2.8rem;
  position: absolute;
  left: 0;
  top: 0;
}
.volunteer .con .swiper-button-next:hover {
  background: #ee0000;
}
@media screen and (max-width: 1200px) {
  .volunteer .con .swiper-pagination {
    position: relative;
  }
  .volunteer .con .swiper-button-prev {
    right: 120px;
  }
  .volunteer .con .swiper-button-next {
    right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .public {
    padding: 30px 0 20px;
  }
  .public .con .title .left h2 {
    font-size: 18px;
  }
  .public .con .title .right {
    width: 100%;
    margin-top: 20px;
  }
  .public .con .title .right .select-year {
    width: 100%;
  }
  .public .con .title .right .select-year h2 {
    line-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }
  .public .con .title .right .select-year h2:before {
    right: 14px;
    font-size: 16px;
  }
  .public .con .title .right .select-year ul {
    top: 46px;
  }
  .public .con .title .right .select-year ul li {
    line-height: 42px;
    font-size: 14px;
  }
  .public .con .title .right .search-box {
    width: 100%;
    margin-top: 10px;
    height: 44px;
  }
  .public .con .title .right .search-box input {
    font-size: 14px;
    padding: 0 30px 0 14px;
  }
  .public .con .title .right .search-box span {
    right: 10px;
    line-height: 44px;
    font-size: 16px;
  }
  .public .con .public-list {
    margin-top: 10px;
  }
  .public .con .public-list ul li {
    width: 48.5%;
    margin-top: 10px;
  }
  .public .con .public-list ul li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .public .con .public-list ul li:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .public .con .public-list ul li a .bottom {
    padding: 10px;
  }
  .public .con .public-list ul li a .bottom h2 {
    font-size: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
  }
  .public .con .public-list ul li a .bottom h3 {
    font-size: 12px;
    margin: 10px 0;
  }
  .public .con .public-list ul li a .bottom p {
    font-size: 14px;
  }
  .volunteer {
    padding: 30px 0;
  }
  .volunteer .con .title h2 {
    font-size: 18px;
  }
  .volunteer .con .volunteer-list {
    margin-top: 20px;
  }
  .volunteer .con .volunteer-list .swiper-container {
    padding-bottom: 20px;
  }
  .volunteer .con .volunteer-list .swiper-slide a .bottom {
    height: 40px;
    padding: 0 10px;
  }
  .volunteer .con .volunteer-list .swiper-slide a .bottom h2 {
    line-height: 40px;
    font-size: 14px;
  }
  .volunteer .con .volunteer-list .swiper-pagination {
    position: relative;
  }
  .volunteer .con .volunteer-list .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .volunteer .con .swiper-button-prev {
    right: 70px;
    width: 40px;
    height: 40px;
    top: -6px;
  }
  .volunteer .con .swiper-button-prev:before {
    line-height: 40px;
    font-size: 16px;
  }
  .volunteer .con .swiper-button-next {
    right: 20px;
    width: 40px;
    height: 40px;
    top: -6px;
  }
  .volunteer .con .swiper-button-next:before {
    line-height: 40px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=social_public.css.map */