@charset "UTF-8";
/**
* 宝华智慧招标共享平台投标人增值服务研发（一期）项目
* date:2024-5-17
* author: gaojing;
 */
.box {
  padding-bottom: 0.3rem;
  box-sizing: border-box;
}
.box-article {
  min-height: 6.71rem;
  background: linear-gradient(180deg, #fbfcff 0%, #ffffff 100%);
  box-shadow: 0 0.1rem 0.2rem 0 rgba(103, 136, 177, 0.15);
  border: 0.01rem solid #fff;
  padding: 0.42rem 0.26rem;
  box-sizing: border-box;
  border-radius: 0.05rem;
}
.box-article h3 {
  margin-bottom: 0.17rem;
  font-weight: 600;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.box-article h3 span {
  display: block;
}
.box-article .info {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.43rem;
  color: #4e5e79;
  font-size: 0.16rem;
  line-height: 0.43rem;
  margin-bottom: 0.15rem;
}
.box-article .info-item {
  margin-left: 0.73rem;
}
.box-article .info-item:first-child {
  margin-left: 0;
}
.box-article h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.8rem;
  line-height: 0.32rem;
  font-size: 0.22rem;
  text-align: center;
  font-weight: bold;
}
.box-article h5 {
  margin-top: 0.3rem;
  min-height: 0.32rem;
  font-size: 0.16rem;
  line-height: 0.32rem;
  font-weight: bold;
}
.box-article h5:first-child {
  margin-top: 0;
}
.box-article p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  text-indent: 2em;
}
.box-article h6 {
  min-height: 0.32rem;
  font-size: 0.16rem;
  line-height: 0.32rem;
  margin-top: 0.26rem;
}
.box-article .text-right {
  text-align: right;
}
.box-article .img {
  text-align: center;
  margin: 0.15rem auto;
}
.box-article img {
  max-width: 95%;
}

.box-article .img img {
  max-width: 100%;
}
.box-article .fj-label {
  margin: 0.15rem 0 0.09rem;
  line-height: 0.24rem;
  font-size: 0.18rem;
  font-weight: bold;
}
.box-article .fj-item {
  height: 0.3rem;
  line-height: 0.3rem;
}
.box-article .fj-item a {
  color: #1d6ad8;
  font-size: 0.16rem;
  padding-left: 0.26rem;
  box-sizing: border-box;
  background: url("../images/public/fj.png") no-repeat left center;
  background-size: 0.15rem 0.16rem;
}
.box-article .fj-item:hover a {
  background: url("../images/public/fj_h.png") no-repeat left center;
  background-size: 0.15rem 0.16rem;
  color: #fc7900;
}

.tab {
  padding-top: 0.3rem;
  border-top: 1px dashed #e8ecf2;
}
.tab-hd {
  display: flex;
  justify-content: center;
}
.tab-hd-item {
  margin: 0 0.08rem;
  width: 1.6rem;
  height: 0.32rem;
  line-height: 0.32rem;
  color: #1d6ad8;
  font-size: 0.18rem;
  text-align: center;
  background: rgba(114, 167, 244, 0.15);
  border-radius: 0.05rem;
  cursor: pointer;
}
.tab-hd-item.current {
  background: #1d6ad8;
}
.tab-hd-item.current a {
  color: #fcfdff;
}

.tab-hd-item.noinfo {
  background: #d3d4d7;
}
.tab-hd-item a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}
.tab-bd-item {
  padding-top: 0.1rem;
}

.tab-lists {
  padding: 0.16rem 0.29rem 0.16rem 0.25rem;
  background: #f5f8ff;
  margin-top: 0.23rem;
}

.tab-lists .lists-item:hover .lists-link,
.tab-lists .lists-item:hover .lists-date {
  color: #2970da;
}

.tab-lists .lists-link {
  padding-left: 0;
  margin-right: 3.7rem;
  line-height: 0.36rem;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.16rem;
}

.lists-date {
  line-height: 0.36rem;
  font-size: 0.16rem;
}