.campus-safety-group {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
}
.campus-safety-group .nav {
  padding: 30px 0;
}
.campus-safety-group .nav ul {
  display: flex;
  align-items: center;
}
.campus-safety-group .nav ul li {
  margin-right: 30px;
  font-weight: 400;
  font-size: 26px;
  color: #666666;
  cursor: pointer;
}
.campus-safety-group .nav ul .active {
  font-weight: 400;
  color: #000000;
  position: relative;
  z-index: 2;
}
.campus-safety-group .nav ul .active::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 16px;
  background: #f96868;
  border-radius: 0px;
  z-index: -1;
}
.campus-safety-group .group-1 {
  margin-top: 80px;
}
.campus-safety-group .group-1 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 100px;
}
.campus-safety-group .group-1 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.campus-safety-group .group-1 ul h4 {
  text-align: center;
  color: #fe0000;
  margin-bottom: 20px;
}
.campus-safety-group .group-1 ul img {
  width: 300px;
  margin-top: 8px;
}
.campus-safety-group .group-1 ul p {
  width: 400px;
  line-height: 28px;
  font-size: 15px;
  color: #000000;
}
.campus-safety-group .group-2 {
  margin-top: 100px;
}
.campus-safety-group .group-2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 80px;
}
.campus-safety-group .group-2 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.campus-safety-group .group-2 ul li .tag {
  background: url("../images/icon-campus-safety-bg.jpg") no-repeat center center;
  background-size: cover;
  width: 170px;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.campus-safety-group .group-2 ul li .tag span:nth-child(1) {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 30px;
}
.campus-safety-group .group-2 ul li .tag span:nth-child(2) {
  font-size: 16px;
  color: #fe0000;
  font-weight: bold;
  margin-top: 18px;
}
.campus-safety-group .group-2 ul li h4 {
  margin-top: 2px;
  color: #fe0000;
}
.campus-safety-group .group-2 ul li p {
  margin-top: 20px;
  width: 240px;
  line-height: 20px;
  font-size: 14px;
  color: #212121;
  text-align: center;
}
.campus-safety-group .group-3 {
  margin-top: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.campus-safety-group .group-3 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.campus-safety-group .group-3 ul li .icon {
  width: 100px;
  margin-right: 10px;
}
.campus-safety-group .group-3 ul li h5 {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.campus-safety-group .group-3 ul li p {
  width: 700px;
  font-size: 15px;
  color: #191919;
  line-height: 28px;
}
