@charset "UTF-8";
/**
 * 浙江（丽水）生态产品招商平台
 * date: 2025-2-13
 * author: hxh;
 */
.row {
  margin: 36px auto;
}

.banner-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 330px;
}
.banner-row .banner-div {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.banner-row .banner-div img {
  height: 100%;
  width: 100%;
}
.banner-row .pull-right {
  width: 288px;
  margin-left: 20px;
}
.banner-row .pull-right .enters {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner-row .pull-right .enters .enter {
  display: block;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 18px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.banner-row .pull-right .enters .enter:last-child {
  margin-bottom: 0;
}
.banner-row .pull-right .enters .enter img {
  height: 100%;
  width: 100%;
}

.mx-comp-card-view > .title h5 {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding-left: 16px;
}
.mx-comp-card-view > .title h5 .title-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 4px;
  background: #ef9325;
  border-radius: 2px;
}
.mx-comp-card-view > .title a.more {
  float: right;
  color: #ef9325;
  margin-top: 4px;
}

.special-items {
  margin-top: 20px;
}

.special-item {
  height: 288px;
  padding: 24px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-bottom: 24px;
}
.special-item .project {
  display: block;
  height: 100%;
  padding-left: 384px;
  position: relative;
  color: #333;
}
.special-item .project .img {
  width: 384px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.special-item .project .img img {
  width: 100%;
  height: 100%;
}
.special-item .project .content {
  margin-left: 24px;
}
.special-item .project .content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.special-item .project .content .contact-name {
  margin-bottom: 12px;
}
.special-item .project .content .contact-name > span {
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.38);
}
.special-item .project .content .caption {
  height: 87px;
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
}
.special-item .project .content .attention {
  color: #f49626;
  font-size: 16px;
}

.grid-group {
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.grid-group .grid-item {
  width: -webkit-calc(25% - 12px);
  width: -moz-calc(25% - 12px);
  width: calc(25% - 12px);
  margin-right: 16px;
  border: 1px solid #efefef;
  display: block;
}
.grid-group .grid-item:hover {
  border-color: #ef9325;
}
.grid-group .grid-item:nth-child(4n) {
  margin-right: 0;
}
.grid-group .grid-item:nth-child(n+5) {
  margin-top: 16px;
}
.grid-group .grid-item .auction-image {
  width: 100%;
  height: 175px;
}
.grid-group .grid-item .auction-image img {
  height: 100%;
  width: 100%;
}
.grid-group .grid-item .auction-caption {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px 20px;
}
.grid-group .grid-item .auction-caption .info-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
}
.grid-group .grid-item .auction-caption .info-item.project-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px !important;
  color: rgba(0, 0, 0, 0.6);
}
.grid-group .grid-item .auction-caption .info-item.project-item > span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.grid-group .grid-item .auction-caption .info-item.project-item > span:first-child img {
  height: 14px;
  vertical-align: middle;
  margin-top: -4px;
}
.grid-group .grid-item .auction-caption .info-item.project-item > span:last-child {
  text-align: right;
}
.grid-group .grid-item .auction-caption .info-item.invest-item {
  margin-top: 24px;
}
.grid-group .grid-item .auction-caption .info-item.invest-item span {
  line-height: 20px !important;
  color: rgba(0, 0, 0, 0.6);
}
.grid-group .grid-item .auction-caption .info-item.invest-item span.number {
  color: #ef9325;
  font-size: 16px;
  font-weight: 500;
}
.grid-group .grid-item .auction-caption .title {
  height: 40px;
  margin: 8px 0 3px 0;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 20px !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}