body {
  background: #f9f9f9;
}
.banner {
  width: 100%;
  height: 400px;
  background: url(banner6.png) no-repeat;
  margin: 0 auto;
  background-size: 100%;
}
.contents {
  position: revert;
  width: 1160px;
  height: 810px;
  margin: 30px auto 40px;
  display: flex;
  justify-content: space-between;
}
.contents .left {
  width: 680px;
  height: 810px;
}
.contents .left .top,
.contents .left .bottom {
  width: 680px;
  height: 372px;
  background: #ffffff;
  box-shadow: 0 2px 15px 0 rgba(153, 153, 153, 0.2);
}
.contents .left .top .title,
.contents .left .bottom .title {
  width: 680px;
  height: 70px;
  background-image: linear-gradient(
    136deg,
    rgba(140, 194, 255, 0.21) 0%,
    #f9f9f9 100%
  );
  overflow: hidden;
}
.contents .left .top .title a,
.contents .left .bottom .title a {
  display: block;
  width: 89px;
  height: 54px;
  font-weight: 600;
  font-size: 22px;
  color: #2d8fff;
  text-align: left;
  margin: 16px 0 24px 30px;
  border-bottom: 5px solid #2d8fff;
}
.contents .left .bottom {
  margin-top: 40px;
  height: 400px;
}
.contents .left .text_1 {
  display: flex;
  justify-content: space-between;
  margin: 30px;
}
.contents .left .text_1 .left {
  width: 571px;
  height: auto;
}
.contents .left .text_1 .left ul li {
  display: flex;
  justify-content: space-between;
  line-height: 36px;
}
.contents .left .text_1 .left ul li a {
  width: auto;
  max-width: 100% !important;
  padding-left: 1em;
  padding-right: 2em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.contents .left .text_1 .left ul li a::before {
  content: "";
  width: 0.1875em;
  height: 0.1875em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #666666;
}
.contents .left .text_1 .left ul li span {
  color: #999999;
  white-space: nowrap;
}
.contents .right {
  width: 440px;
  height: 810px;
  background: #ffffff;
  box-shadow: 0 2px 15px 0 rgba(153, 153, 153, 0.2);
}
.contents .right .title {
  width: 100%;
  height: 70px;
  background-image: linear-gradient(
    136deg,
    rgba(140, 194, 255, 0.21) 0%,
    #f9f9f9 100%
  );
  overflow: hidden;
  margin-bottom: 10px;
}
.contents .right .title a {
  display: block;
  width: 89px;
  height: 54px;
  font-weight: 600;
  font-size: 22px;
  color: #2d8fff;
  text-align: left;
  margin: 16px 0 24px 30px;
  border-bottom: 5px solid #2d8fff;
}
.contents .right .project .zp {
  display: block;
  width: 400px;
  height: 160px;
}
.contents .right .project .zp img {
  display: block;
  margin: 20px 20px;
}
