@charset "UTF-8";
/**
 * “数字发改”子系统（江西省公共资源交易平台服务和监管系统）升级改造项目
 * date: 2025-8-20
 * author: qcn;
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content {
  width: 1344px;
  padding: 60px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
}
.content .title {
  color: #333;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  background: #FEF4E7;
  padding: 16.5px 10px;
}

.box {
  margin-top: 40px;
}
.box-title {
  text-align: center;
  padding-bottom: 15px;
  background: url("../images/title-icon.png") no-repeat bottom center;
}
.box-title-name {
  color: #333;
  font-size: 32px;
  line-height: 47px;
  font-weight: bold;
}
.box-title-text {
  color: #999;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}

.list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 10000px;
  overflow: unset;
}
.list .item {
  height: 240px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  border-bottom: 2px solid #B01127;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1607843137);
  width: calc((100% + 40px) / 2 - 40px);
}
.list .item:nth-child(2n) {
  margin-left: 40px;
}
.list .item:nth-child(n+3) {
  margin-top: 40px;
}
.list .item-img {
  width: 160px;
  height: 160px;
  border-radius: 20px;
  border: 1px solid #bfbfbf;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list .item-img > img {
  max-width: 100%;
  max-height: 100%;
}
.list .item-box {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list .item-name {
  color: #333;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  width: 100%;
  padding: 0;
}
.list .item-introduce {
  color: #333;
  font-size: 18px;
  margin-top: 10px;
  line-height: 27px;
}
.list .btn {
  width: 120px;
  height: 40px;
  font-size: 18px;
  color: #B01127;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #B01127;
}
.list .btn + .btn {
  margin-left: 20px;
}
.list .btn-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}