.banner img {
  height: 4.5rem;
  width: 100%;
  display: block;
}
.banner .item {
  position: absolute;
  top: 2rem;
  left: 0.2rem;
  width: 7.5rem;
  height: 2rem;
  color: #fff;
  padding-left: 0.3rem;
  padding-top: 0.3rem;
  border-left: 0.06rem solid #e20e27;
  background: url(../img/bannerbg.png) no-repeat left center / 100% 100%;
}
.banner .item h2 {
  font-size: 0.3rem;
  line-height: 1;
  margin-bottom: 0.16rem;
}
.banner .item p {
  width: 5.5rem;
  line-height: 1.2;
  text-align: justify;
  font-size: 0.2rem;
}
.cat-tit {
  display: flex;
  padding: 0.28rem 0;
  justify-content: space-between;
  align-items: center;
}
.cat-tit h2 {
  font-weight: normal;
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 1.5;
}
.cat-tit p {
  font-size: 0.22rem;
  color: #aaaaaa;
  font-family: DolceVita;
  line-height: 1;
}
.cat-tit a {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: #aaaaaa;
  height: 0.6rem;
  font-weight: bold;
  padding: 0 0.16rem;
  border-radius: 0.3rem;
  border: 0.02rem solid #aaaaaa;
}
.cat-tit a i {
  padding-top: 0.05rem;
  margin-left: 0.1rem;
  font-size: 0.28rem;
}
.project .item img {
  display: block;
  width: 100%;
  height: 5rem;
  object-fit: cover;
}
.project .item .tit {
  padding: 0.16rem 0;
}
.project .item h1 {
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 1.6;
}
.project .item p {
  font-size: 0.2rem;
  color: #7d7d7d;
  font-family: DolceVita;
  line-height: 1.2;
}
.company .box {
  padding: 0.2rem 0.2rem;
  background-color: #fafafa;
}
.company .box h1 {
  color: #06274a;
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
.company .box p {
  font-size: 0.26rem;
  line-height: 1.3;
  color: #474747;
  margin-bottom: 0.1rem;
  text-align: justify;
}
.news .box ul li {
  display: flex;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}
.news .box ul li div {
  position: relative;
}
.news .box ul li h1 {
  font-size: 0.32rem;
  font-weight: normal;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.news .box ul li span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.3rem;
  color: #e20e27;
  font-family: DolceVita;
}
.news .box ul li img {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 0.36rem;
  object-fit: cover;
}
