@charset "UTF-8";
/**
* 湖南省招标公司智慧阳光采购平台建设项目
* date:2024-8-27
* author: xhz;
 */
.right-content {
  padding-top: 0px !important;
  padding-bottom: 40px !important;
}

.content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  border-bottom: 1px solid #226fd8;
}
.content-title .txt {
  font-size: 28px;
  font-weight: bold;
}

.show-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.show-list li {
  width: calc(33.33% - 13.33px);
}
.show-list li a {
  display: block;
  height: 100%;
  text-align: center;
  font-size: 16px;
}
.show-list li .show-img {
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 4px;
}
.show-list li h2 {
  margin-top: 15px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.show-list li p {
  color: #666666;
  line-height: 24px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nodata:before {
  box-sizing: border-box;
  content: "暂无业务";
}