@charset "UTF-8";
/**
* 湖南省招标公司智慧阳光采购平台建设项目
* date:2024-8-27
* author: xhz;
 */
.right-content {
  background: #fff url(../images/detail/company-idea-img.png) no-repeat center !important;
  height: 712px !important;
  color: #fff;
}
.right-content ul {
  height: 100%;
  display: flex;
  padding-left: 174px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.right-content ul li {
  padding-left: 65px;
  background: url(../images/detail/company-idea-arrow.png) no-repeat left 14px;
}
.right-content ul li + li {
  margin-top: 65px;
}
.right-content ul .big {
  font-size: 36px;
  font-weight: bold;
  font-family: "SourceHanSerifCN-Regular";
}
.right-content ul .small {
  font-size: 20px;
  margin-top: 12px;
}