#volunteer_content .news_image ul {
  width: 100%;
}

#volunteer_content .news_image ul li,
#volunteer_content .news_image ul li img {
  width: 450px;
}

#volunteer_content .activity_list {
  overflow: hidden;
  width: 100%;
}

#volunteer_content .activity_list li {
  float: left;
  margin-bottom: 15px;
  width: 33.333%;
}

#volunteer_content .activity_list li:last-child {
  margin-bottom: 0;
}

#volunteer_content .activity_list li a {
  color: #009fe9;
  text-decoration: underline;
}

#volunteer_content .volunteer_activitybox {
  margin-top: 50px;
}

#volunteer_content .volunteer_activitybox .volunteerlogo_text {
  width: 100%;
}

#volunteer_content .text-long {
  width: 65% !important;
}

@media screen and (max-width: 768px) {
  #volunteer_content .news_image ul,
  #volunteer_content .news_image ul li,
  #volunteer_content .news_image ul li img {
    width: 100%;
  }

  #volunteer_content .news_image ul li:nth-child(3) .news_imgbox:not(.seton),
  #volunteer_content .news_image ul li:nth-child(4) .news_imgbox:not(.seton),
  #volunteer_content .news_image ul li:nth-child(5) .news_imgbox,
  #volunteer_content .news_image ul li:nth-child(6) .news_imgbox {
    margin-bottom: 30px;
  }

  #volunteer_content .activity_list {
    overflow: hidden;
    width: 100%;
  }

  #volunteer_content .activity_list li {
    float: none;
    margin-bottom: 8px;
    width: 100%;
  }

  #volunteer_content .activity_list li a {
    color: #009fe9;
    font-size: 0.12rem;
    text-decoration: underline;
  }

  #volunteer_content .news_image {
    margin-bottom: 0;
    margin-top: 30px;
  }

  #volunteer_content .volunteer_activitybox {
    margin-top: 40px;
  }

  #volunteer_content .text-long {
    width: 100% !important;
  }
}
