.lay-box {
  width: 6.25rem;
  margin: 0.10416667rem auto;
  padding: 0.10416667rem 0.26041667rem;
  background: #fff;
  border-radius: 0.04166667rem;
  position: relative;
}
/*通用单栏目板块标题*/
.com-head {
  border-bottom: solid 0.00520833rem #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.com-head > a {
  display: inline-block;
  padding: 0.05208333rem 0.02604167rem 0.05208333rem 0.02604167rem;
  font-size: 0.10416667rem;
  color: #666;
  font-weight: 600;
  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;
}
.about {
  padding: 0.10416667rem 0;
  font-size: 0.08333333rem;
  text-align: justify;
  line-height: 2;
  height: 1.04166667rem;
  overflow: hidden;
  position: relative;
}
.about .mask {
  width: 100%;
  padding-top: 0.52083333rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
/*信息新闻*/
.news-block {
  height: 1.14583333rem;
}
.news-block ul {
  list-style-type: none;
  margin-top: 0.05208333rem;
}
.news-block li {
  height: 0.22916667rem;
  line-height: 0.22916667rem;
  position: relative;
}
.news-block li:hover {
  animation: 0.15s forwards info-item-in;
}
.news-block ul li::before {
  content: '';
  width: 0.02604167rem;
  height: 0.02604167rem;
  background: var(--main-color);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news-block ul li:hover::before {
  content: '';
  width: 0.02604167rem;
  height: 0.02604167rem;
  background: var(--main-color);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news-block ul li h1 {
  width: 4.6875rem;
  padding: 0 0.06770833rem;
  font-size: 0.08333333rem;
  color: #151515;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-block ul li h1:hover {
  color: var(--main-color);
}
.news-block ul li span {
  font-size: 0.08333333rem;
  color: #a2a2a2;
}
/*精品工程*/
.project .bd {
  margin: 0.10416667rem 0 0 0;
}
.project ul {
  overflow: hidden;
}
.project ul li {
  width: 1.35416667rem;
  height: 1.25rem;
  float: left;
  margin-right: 0.10416667rem;
}
.project ul li img {
  width: 1.35416667rem;
  height: 0.98958333rem;
  border-radius: 0.015625rem;
  display: block;
}
.project ul li p {
  line-height: 0.26041667rem;
  width: 1.27604167rem;
  padding: 0 0.05208333rem;
  font-size: 0.08333333rem;
  color: #151515;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project ul li:last-of-type {
  margin-right: 0 !important;
}
.project .next,
.project .prev {
  display: block;
  width: 0.10416667rem;
  height: 0.26041667rem;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
}
.project .next {
  background: #2a2a2a url(/uploads/image/scpimg/a-next.png) no-repeat -0.01041667rem center;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0 0.02604167rem 0.02604167rem 0;
}
.project .prev {
  background: #2a2a2a url(/uploads/image/scpimg/a-prev.png) no-repeat -0.01041667rem center;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 0.02604167rem 0 0 0.02604167rem;
}
/*# sourcemappingurl=lay.css.map */