.slideBox {
  float: left;
  position: relative;
  width: 752px;
  height: 362px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 10px;
}
.slideBox .bd {
  width: 542px;
  height: 330px;
  overflow: hidden;
}
.slideBox .bd li {
  position: relative;
}
.slideBox .bd img {
  width: 100%;
  height: 100%;
}
.slideBox .bd h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 38px;
  width: 100%;
  background-color: #000000b5;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
}
.slideBox .hd {
  position: absolute;
  right: 10px;
  top: 10px;
}
.slideBox .hd li {
  width: 162px;
  height: 100px;
  cursor: pointer;
  position: relative;
}
.slideBox .hd li.on:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 0;
  margin-top: -5px;
  margin-left: -25px;
  border: 10px solid transparent;
  border-right-color: #BF2B3A;
}
.slideBox .hd li img {
  width: 100%;
  height: 100%;
}
.slideBox .hd li:not(:first-child) {
  margin-top: 15px;
}
.volunteer_count {
  border-radius: 6px;
  position: relative;
  text-align: center;
  float: right;
  width: 351px;
  height: 361px;
  background-color: #BF2B3A;
}
.volunteer_count h4 {
  font-size: 20px;
  font-weight: bolder;
  color: #fff;
  margin: 20px 0;
  letter-spacing: 1.6px;
}
.volunteer_count h4:first-of-type {
  margin-top: 50px;
}
.volunteer_count a {
  margin-top: 16px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  width: 196px;
  background: #ef8e29;
  color: #fff;
  font-size: 16px;
  border-radius: 0.4rem;
  text-align: center;
}
.top {
  border-bottom: 1px solid #666;
  margin-bottom: 20px;
  height: 34px;
  margin-top: 40px;
}
.top h5 {
  font-size: 18px;
  float: left;
  border-bottom: 2px solid #BF2B3A;
  margin-bottom: -1px;
  font-weight: bolder;
}
.top .icon-3 {
  background: url(../img/icon-3.png) no-repeat center;
  vertical-align: middle;
}
.top .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: cover;
}
.top a {
  float: right;
  font-size: 16px;
  color: #706f6d;
  vertical-align: bottom;
  margin-top: 13px;
}
.volunteer_middle ul {
  float: right;
  width: 615px;
  height: 416px;
}
.volunteer_middle ul li {
  position: relative;
  overflow: hidden;
}
.volunteer_middle ul li img {
  width: 100%;
  height: 100%;
}
.volunteer_middle ul li .img_bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  height: 57px;
  transform: translateY(0%);
  transition: transform 0.3s;
}
.volunteer_middle ul li .img_bot h4 {
  height: 50%;
  padding-left: 10px;
  line-height: 28px;
  font-size: 16px;
}
.volunteer_middle ul li .img_bot p {
  height: 50%;
  text-align: right;
  padding-right: 10px;
  line-height: 28px;
}
.volunteer_middle ul li a {
  opacity: 0;
  position: absolute;
  top: 30%;
  color: #fff;
  left: 50%;
  transition: top 0.3s;
  z-index: 11;
  border: 2px solid #fff;
  text-align: center;
  margin-left: -60px;
  margin-top: -15px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.volunteer_middle ul li:hover .img_bot {
  transform: translateY(100%);
}
.volunteer_middle ul li:hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.volunteer_middle ul li:hover a {
  opacity: 1;
  top: 50%;
}
.volunteer_middle ul li:first-child {
  width: 585px;
  height: 416px;
  position: absolute;
  margin-left: -585px;
}
.volunteer_middle ul li:first-child a {
  margin-left: -120px;
  margin-top: -30px;
  width: 240px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
}
.volunteer_middle ul li:first-child .img_bot {
  height: 80px;
}
.volunteer_middle ul li:first-child .img_bot h4 {
  line-height: 40px;
  font-size: 18px;
}
.volunteer_middle ul li:first-child .img_bot p {
  line-height: 40px;
}
.volunteer_middle ul li:not(:first-child) {
  float: left;
  width: 272px;
  height: 197px;
  margin-left: 35px;
}
.volunteer_middle ul li:not(:first-child):nth-child(n+4) {
  margin-top: 22px;
}
.volunteer_bot {
  padding-bottom: 50px;
}
.volunteer_bot ul li {
  float: left;
  width: 25%;
}
.volunteer_bot ul li a {
  display: block;
  width: 96%;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px 0;
  transition: margin-top 0.3s, box-shadow 0.3s;
}
.volunteer_bot ul li a:hover {
  box-shadow: 0 5px 5px #ccc;
  margin-top: -5px;
}
.volunteer_bot ul img {
  width: 150px;
  height: 200px;
  display: block;
  margin: 0 auto;
}
.volunteer_bot ul h4 {
  text-align: center;
  font-size: 18px;
  color: #444;
  font-weight: bold;
  margin: 8px 0;
}
.volunteer_bot ul p {
  width: 85%;
  margin: 0 auto;
  line-height: 25px;
  color: #444;
  height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
/*# sourceMappingURL=index.css.map */