.page {
  background-color: #f3f6fd;
}

.box-title {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 28px;
  margin-bottom: 35px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 40px;
}
.box-title .title {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  padding-left: 22px;
  position: relative;
  height: 40px;
}
.box-title .title span {
  font-size: 20px;
  color: #c2c2c2;
  padding-left: 18px;
  font-weight: initial;
}
.box-title .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 30px;
}
.box-title .more {
  font-size: 16px;
  color: #d7d7d7;
  background: url("../images/arrow.png") no-repeat right center/15px;
  padding-right: 25px;
  line-height: 20px;
  cursor: pointer;
}
.box-title .phone {
  font-size: 40px;
  color: #f39900;
  background: url("../images/phone.png") no-repeat left center/34px;
  padding-left: 50px;
}

.content {
  background: #fff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 15px 30px;
}
.content .item {
  width: 370px;
  height: 170px;
  box-sizing: border-box;
  margin: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.5, -2, 0.3, 1.2);
}
.content .item:hover {
  transform: translateY(-6px);
}
.content .item .hot-img {
  width: 34px;
  position: absolute;
  top: -18px;
  right: -5px;
}
.content .item .name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  color: #000;
  line-height: 30px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
}
.content .item .name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 95%;
  height: 5px;
}
.content .item .des {
  font-size: 18px;
  color: #636363;
  line-height: 28px;
}

.box2 .box-title .title::before {
  background: #f23d4f;
}
.box2 .item:nth-child(1) {
  background-image: url("../images/box2-1.png");
}
.box2 .item:nth-child(2) {
  background-image: url("../images/box2-2.png");
}
.box2 .item:nth-child(3) {
  background-image: url("../images/box2-3.png");
}
.box2 .item:nth-child(4) {
  background-image: url("../images/box2-4.png");
}
.box2 .item:nth-child(5) {
  background-image: url("../images/box2-5.png");
}
.box2 .item:nth-child(6) {
  background-image: url("../images/box2-6.png");
}
.box2 .item:nth-child(7) {
  background-image: url("../images/box2-7.png");
}
.box2 .item:nth-child(8) {
  background-image: url("../images/box2-8.png");
}
.box2 .item:nth-child(9) {
  background-image: url("../images/box2-9.png");
}
.box2 .item:nth-child(10) {
  background-image: url("../images/box2-10.png");
}
.box2 .item:nth-child(11) {
  background-image: url("../images/box2-11.png");
}
.box2 .item:nth-child(12) {
  background-image: url("../images/box2-12.png");
}
.box2 .item:nth-child(13) {
  background-image: url("../images/box2-13.png");
}
.box2 .item:nth-child(14) {
  background-image: url("../images/box2-14.png");
}
.box2 .item:nth-child(15) {
  background-image: url("../images/box2-15.png");
}
.box2 .item:nth-child(16) {
  background-image: url("../images/box2-16.png");
}
.box2 .item:nth-child(17) {
  background-image: url("../images/box2-17.png");
}
.box2 .item:nth-child(18) {
  background-image: url("../images/box2-18.png");
}
.box2 .item:nth-child(19) {
  background-image: url("../images/box2-19.png");
}
.box2 .item:nth-child(20) {
  background-image: url("../images/box2-20.png");
}
.box2 .item:nth-child(21) {
  background-image: url("../images/box2-21.png");
}
.box2 .item .name::after {
  background: #ffd73f;
}
.box2 .item.hot .name::after {
  background: #f23d4f;
}

.box3 .box-title .title::before {
  background: #6ea3ff;
}
.box3 .item:nth-child(1) {
  background-image: url("../images/box3-1.png");
}
.box3 .item:nth-child(2) {
  background-image: url("../images/box3-2.png");
}
.box3 .item:nth-child(3) {
  background-image: url("../images/box3-3.png");
}
.box3 .item:nth-child(4) {
  background-image: url("../images/box3-4.png");
}
.box3 .item:nth-child(5) {
  background-image: url("../images/box3-5.png");
}
.box3 .item:nth-child(6) {
  background-image: url("../images/box3-6.png");
}
.box3 .item:nth-child(7) {
  background-image: url("../images/box3-7.png");
}
.box3 .item:nth-child(8) {
  background-image: url("../images/box3-8.png");
}
.box3 .item:nth-child(9) {
  background-image: url("../images/box3-9.png");
}
.box3 .item:nth-child(10) {
  background-image: url("../images/box3-10.png");
}
.box3 .item:nth-child(11) {
  background-image: url("../images/box3-11.png");
}
.box3 .item:nth-child(12) {
  background-image: url("../images/box3-12.png");
}
.box3 .item:nth-child(13) {
  background-image: url("../images/box3-13.png");
}
.box3 .item:nth-child(14) {
  background-image: url("../images/box3-14.png");
}
.box3 .item:nth-child(15) {
  background-image: url("../images/box3-15.png");
}
.box3 .item .name::after {
  background: #6ea3ff;
}

.box4 .box-title .title::before {
  background: #e37dff;
}
.box4 .item:nth-child(1) {
  background-image: url("../images/box4-1.png");
}
.box4 .item:nth-child(2) {
  background-image: url("../images/box4-2.png");
}
.box4 .item .name::after {
  background: #e37dff;
}

.box5 .box-title .title::before {
  background: #ffd200;
}
.box5 .item:nth-child(1) {
  background-image: url("../images/box5-1.png");
}
.box5 .item:nth-child(2) {
  background-image: url("../images/box5-2.png");
}
.box5 .item:first-child .name {
  color: #ffd200;
}
.box5 .item:first-child .name::after {
  background: #ffd200;
}
.box5 .item:first-child .des {
  color: #fff;
}
.box5 .item:last-child .name {
  color: #ff00d2;
}
.box5 .item:last-child .name::after {
  background: #ff00d2;
}
.box5 .item:last-child .des {
  color: #000;
}

.box6 .box-title .title::before {
  background: #00cfff;
}
.box6 .item:nth-child(1) {
  background-image: url("../images/box6-1.png");
}
.box6 .item:nth-child(2) {
  background-image: url("../images/box6-2.png");
}
.box6 .item .name::after {
  background: #60eeff;
}

.page .campus .box-title {
  padding-top: 80px;
}
.page .campus .box-title .title::before {
  background: #0f3569;
}
.page .campus .site-list .item {
  box-shadow: 0 0 5px rgba(15, 53, 105, 0.21);
}
.page .campus .site-list .item.active {
  color: #0f3569;
  border-color: #0f3569;
}
.page .campus .site-list .item:hover {
  color: #0f3569;
}
.page .campus .tabs .tab:hover {
  color: #0f3569;
}
.page .campus .tabs .tab.active {
  background: #0f3569;
}
.page .campus .position .t1 {
  color: #0f3569;
}
.page .campus .position .form-container .form-code .kaptcha-btn {
  background: #f39900;
  color: #fff;
  transition: none;
}
.page .campus .position .form-container .form-code .kaptcha-btn:active {
  background: #c07900;
}
.page .campus .position .form-container .submit {
  background: #0f3569;
  color: #fff;
  transition: none;
}
.page .campus .position .form-container .submit:active {
  background: #091e3c;
}