.xtpt-dzw-bg {
  background-image: url("../images/xtpt-dzw-bg.png");
  width: 100%;
  height: 600px;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nr {
  font-size: 22px;
  color: #ffffff;
  padding-right: 50px;
  width: 350px;
  line-height: 35px;
  letter-spacing: 3px;
  text-indent: 2em;
}
.xtpt-dzw-tit {
  text-align: center;
  margin: 50px 0 50px 0;
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}

/* 校企合作 */
.ggdt-tit {
  position: absolute;
  z-index: 1;
  left: -250px;
  top: -180px;
}

.ggdt {
  padding: 100px 0;
}

.ggdt-main {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.ggdt-left {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 20px;
}

.ggdt-left:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}

.gzdt-box {
  padding-bottom: 30px;
  margin-bottom: 20px;
  display: flex;
  border-bottom: 1px dashed #2a5d84;
}
.gzdt-box dl {
  width: 70px;
  text-align: center;
  color: #a52a2a;
}
.gzdt-box dl dt {
  font-weight: 500;
  font-size: 16px;
}
.gzdt-box dl dd {
  line-height: 45px;
  font-weight: 600;
  font-size: 48px;
}
.gzdt-box a {
  display: block;
  margin-left: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex: 1;
}

.ggdt-item-big {
  background-color: #a52a2a;
}

.ggdt-item-big .ggdt-item-big-img {
  overflow: hidden;
  height: 350px;
  width: 100%;
}
.ggdt-item-big .ggdt-item-big-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.ggdt-item-big-text {
  padding: 20px 20px;
}

.ggdt-item-big .ggdt-item-big-img:hover img {
  transform: scale(1.2);
  transition: all 1s;
}
.ggdt-item-big-text a {
  display: block;
  color: #fff;
  font-size: 21px;
  height: 35px;
  overflow: hidden;
  margin-top: 10px;
}

.ggdt-item-big .ggdt-item-big-text p {
  color: #fff;
  width: 100%;
  font-size: 21px;
}