.head-info {
  background: #f5f5f5;
  padding: 60px 0 75px;
}

.head-info .part-title {
  color: #854306;
  font-size: 30px;
}

/* 筛选 */

.select-box {
  /* border: 1px solid #eef2f5; */
  margin-top: 30px;
  background: #fff;
  padding: 10px;
}

.select-type {
  border: 1px solid #eef2f5;
  position: relative;
}

.select-type:last-of-type {
  border-top: none;
}

.select-type .select-type-name {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 100%;
  color: #000;
  background: #f6f7fb;
  font-size: 14px;
  border-right: 1px solid #eef2f5;
}

.select-type .select-type-name::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right-color: #fff;
}

.select-type .select-list {
  padding: 10px 0 20px;
  margin-left: 105px;
}

.select-type .select-list .list-item {
  border-right: 1px solid #f4f3f8;
  width: 140px;
  margin-top: 10px;
  text-align: center;
}

.select-type .select-list .list-item.last {
  border-right: none;
}

.select-type .select-list .list-item a {
  display: inline-block;
  color: #626574;
  font-size: 14px;
  padding: 0 10px;
}

.select-type .select-list .list-item.active a {
  background: #ff8f02;
  color: #fff;
}

/* 列表 */

.project-content {
  margin-bottom: 100px;
}

.project-content .content-list .list-item {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 175px;
  border-bottom: 1px dotted #e4e4e6;
  position: relative;
}

.project-content .content-list .list-item:first-child {
  margin-top: 10px;
}

.project-content .content-list .img-box {
  width: 230px;
  height: 130px;
  overflow: hidden;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -65px;
}

.project-content .content-list .item-content {
  margin-left: 265px;
  font-size: 14px;
  color: #854306;
}

.project-content .content-list .item-title {
  color: #000;
  font-size: 16px;
  margin-top: 5px;
}

.project-content .content-list .item-desc {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.5;
}

.project-content .content-list .item-btn {
  display: inline-block;
  width: 101px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  color: #fff;
  background: #4d2501;
  margin-top: 10px;
}

.project-content .content-list .item-btn-consult {
  background: #ff9000;
  margin-left: 10px;
}