.project-detail-wrap {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 28px;
}

.project-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.project-info .banner-wrap {
  width: 60%;
}

.banner-wrap .banner-big {
  width: 640px;
  height: 400px;
  margin-bottom: 12px;
}

.banner-wrap .banner-big img {
  width: 100%;
  height: 100%;
}

.banner-wrap .banner-list {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 640px;
  height: 80px;
}

.banner-list .list-wrap {
  position: absolute;
  height: 80px;
  left: 42px;
  transition: all 0.5s ease-in;
}

.banner-list .list-wrap .banner-item {
  float: left;
  width: 130px;
  height: 80px;
  margin-right: 12px;
}

.banner-list .list-wrap .banner-item img {
  width: 100%;
  height: 100%;
}

.banner-list .list-wrap .current-item {
  box-sizing: border-box;
  border: 2px #ad0804 solid;
}

.banner-list .prev,
.banner-list .next {
  z-index: 99;
  position: absolute;
  width: 30px;
  height: 80px;
  background-color: #666;
  font-size: 26px;
  color: #fff;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
}

.banner-list .prev {
  left: 0;
}

.banner-list .next {
  right: 0;
}

.banner-list .prev:hover,
.banner-list .next:hover {
  /* opacity: .9; */
}

.info-wrap {
  padding-left: 30px;
}

.info-wrap .info-title {
  font-size: 30px;
  color: #333;
  line-height: 42px;
  box-sizing: border-box;
  padding-bottom: 30px;
  margin-bottom: 16px;
  border-bottom: 1px #ddd solid;
}

.info-wrap .info-createtime,
.info-wrap .infofinal-time,
.info-wrap .info-looked {
  font-size: 16px;
  color: #333;
  line-height: 52px;
}

.info-wrap .info-createtime-title,
.info-wrap .info-finaltime-title,
.info-wrap .info-looked-title {
  font-weight: bold;
}

.info-wrap .leave-msg a {
  display: inline-block;
  width: 178px;
  height: 58px;
  background-color: #b10207;
  border: 1px #5f0709 solid;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  line-height: 58px;
  text-align: center;
  margin-top: 26px;
}

.project-desc .desc-title {
  position: relative;
  font-size: 24px;
  color: #333;
  padding-bottom: 22px;
  border-bottom: 1px #d5d5d5 solid;
}

.project-desc .desc-title::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 110px;
  height: 3px;
  background-color: #b50005;
}

.project-desc .desc-content {
  padding-top: 30px;
}

.project-desc .desc-content span {
  font-family: '微软雅黑' !important;
  font-size: 16px;
  line-height: 30px;
  text-indent: 32px;
}

.project-desc .desc-content p {
  font-family: '微软雅黑' !important;
  font-size: 16px;
  line-height: 30px;
  text-indent: 32px;
}
