@charset "UTF-8";
/**
 * a安徽公共资源交易集团电子交易系统
 * date: 2025-9-2
 * author: wuzhou;
 */
.special-banner {
  height: 450px;
  overflow: hidden;
  background: url("../images/special_banner.jpg") center no-repeat;
}

.special-txt {
  padding-top: 178px;
  height: 93px;
  line-height: 93px;
  text-align: center;
  font-size: 62px;
  font-weight: 900;
  color: #fff;
}

.special-title {
  margin-top: 40px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.special-title .special-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) -23.85%, rgba(217, 187, 144, 0.6) 100%);
}
.special-title .special-line:first-child {
  transform: rotateZ(180deg);
}
.special-title .special-name {
  text-align: center;
  margin: 0 15px;
}
.special-title .special-name-en {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  height: 48px;
  line-height: 48px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(217, 187, 144, 0.5) 0%, rgba(217, 187, 144, 0) 87.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.special-title .special-name-cn {
  position: relative;
  margin-top: -36px;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  height: 45px;
  line-height: 45px;
  letter-spacing: 4px;
  z-index: 50;
}

.intro-content > p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 34px;
}

.project-list {
  padding: 20px 0 40px;
}

.project-items {
  display: flex;
  flex-wrap: wrap;
}
.project-items .project-item {
  margin-top: 20px;
  box-sizing: border-box;
  width: calc((100% - 40px) / 3);
  height: 188px;
  border-radius: 4px;
  border: 1px solid #e2d9cb;
  background: url("../images/project_img.jpg") center bottom no-repeat #fff;
}
.project-items .project-item:not(:nth-child(3n)) {
  margin-right: 20px;
}
.project-items .project-item > .project-wrap {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 19px 19px 0;
}
.project-items .project-item:hover {
  border-color: #D9BB90;
}

.project-name {
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.project-intro {
  margin-top: 18px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  /* 两行显示省略号 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.project-link {
  position: relative;
  margin-top: 20px;
  display: block;
  width: 110px;
  height: 32px;
  line-height: 30px;
  border-radius: 16px;
  color: #aa6f3d;
  padding-left: 12px;
  box-sizing: border-box;
  border: 1px solid #d9bb90;
}
.project-link:before {
  position: absolute;
  content: "";
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  width: 22px;
  height: 14px;
  z-index: 123;
  background: url("../images/pro_more_ico.png") center no-repeat;
}
.project-link:hover {
  line-height: 32px;
  padding-left: 13px;
  border: 0;
  color: #fff;
  background: linear-gradient(360deg, #dfb15f 0%, #ffdda2 100%);
}
.project-link:hover:before {
  background-image: url("../images/pro_more_icoh.png");
}