.project {
  padding: 0 0.15625rem;
}
.project .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.05208333rem 0;
}
.project .label a {
  display: block;
  color: #333;
  font-size: 0.08333333rem;
  padding: 0.015625rem 0.15625rem;
  border: solid 0.00520833rem var(--main-color);
  border-radius: 0.13020833rem;
}
.project .label a:hover,
.project .label a.hover {
  background: var(--main-color);
  color: #fff;
}
/*友情链接*/
.com-head {
  border-bottom: solid 0.00520833rem #E7E7E7;
}
.com-head a {
  display: inline-block;
  padding: 0.05208333rem 0.02604167rem 0.05208333rem 0.02604167rem;
  font-size: 0.08333333rem;
  color: var(--main-color);
  position: relative;
}
.com-head a::before {
  content: '';
  display: block;
  height: 0.02604167rem;
  width: 100%;
  background: var(--main-color);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.015625rem;
  margin: auto;
}
.project .item-box {
  min-height: 1.19791667rem;
  margin: 0.10416667rem 0;
  box-shadow: 0 0 0.02604167rem #ccc;
  border-radius: 0.04166667rem;
  padding: 0.15625rem;
  background: #F2F2F2;
}
/*简介*/
.project .item-box .about {
  font-size: 0.09375rem;
  color: #333;
  line-height: 0.18229167rem;
  text-align: justify;
}
.project .item-box .about a {
  color: var(--main-color);
  font-size: 0.09375rem;
  font-weight: 700;
}
/*图片列表*/
.project .item-box .list {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.project .item-box .list li {
  width: 1.30208333rem;
  height: 1.94270833rem;
  margin: 0 0.13541667rem 0.13541667rem 0;
  border-radius: 0.04166667rem;
  box-shadow: 0 0 0.02604167rem #aaa;
  overflow: hidden;
}
.project .item-box .list li:nth-of-type(4n) {
  margin: 0 0 0.13541667rem 0;
}
.project .item-box .list li img {
  display: block;
  width: 100%;
  height: 1.68229167rem;
  overflow: hidden;
}
.project .item-box .list li .head {
  width: 100%;
  height: 0.26041667rem;
  line-height: 0.26041667rem;
  font-size: 0.09375rem;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #E9E7E7;
}
