@charset "UTF-8";
/**
* 湖南省招标公司智慧阳光采购平台建设项目
* date:2024-8-27
* author: xhz;
 */
.content-banner {
  display: block;
  width: 100%;
  height: 227px;
}

.about-us-img {
  display: block;
  height: 227px;
}

.txt-content p {
  font-size: 20px;
  line-height: 30px;
  margin-top: 32px;
  text-indent: 2em;
}

.txt-content img {
  max-width: 1000px;
}

.framework-content.nodata {
  min-height: 100%;
  position: relative;
}
.framework-content.nodata:before {
  box-sizing: border-box;
  content: "暂无架构图";
}

.right-content.contact {
  font-family: "Alibaba-PuHuiTi-Bold";
}

.contact-remind {
  margin-top: 64px;
  color: #999999;
  text-align: center;
  font-size: 24px;
}

.contact-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.mt20 {
  margin-top: 20px;
}

.mt45 {
  margin-top: 45px;
}

.mt105 {
  margin-top: 105px;
}

.contact-web {
  font-size: 20px;
  text-align: center;
}
.contact-web img {
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}

.contact-list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 22px;
}
.contact-list.department li {
  padding-left: 118px;
}
.contact-list.department li .icon {
  left: 62px;
}
.contact-list li {
  width: 382px;
  height: 86px;
  border: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding-left: 163px;
  position: relative;
}
.contact-list li.address {
  padding-left: 108px;
}
.contact-list li.address .icon {
  left: 52px;
}
.contact-list li .name {
  font-size: 18px;
  color: #555555;
}
.contact-list li .value {
  font-weight: bold;
  font-size: 16px;
  color: #c5c5c5;
  margin-top: 5px;
}
.contact-list li .icon {
  position: absolute;
  left: 107px;
  top: 50%;
  transform: translate(-50%, -50%);
}

body {
  height: auto !important;
}

.map {
  height: 250px;
}