@charset "UTF-8";
/**!
* 生命周期二级页
* date:2022-11-21
* author: xjl;
*/
.banner {
  padding-top: 97px;
  height: 240px;
  background: url(../images/banner_lifecycle.jpg) no-repeat center;
}
.banner .title {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 48px;
}

.content {
  padding-bottom: 30px;
}
.content .list-title {
  font-size: 24px;
  font-weight: bold;
  color: #3C3F46;
  line-height: 24px;
}
.content .employment {
  margin-top: 39px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}
.content .employment:last-child {
  border-bottom: none;
}
.content .employment-item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 19px;
  margin-top: 20px;
  margin-right: 16px;
  width: 285px;
  height: 50px;
  line-height: 50px;
  color: #3c3f46;
  background: #f3f6fa;
}
.content .employment-item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .employment-item:nth-child(4n) {
  margin-right: 0;
}