@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 .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.06rem;
}
.box-article .info-item {
  margin-left: 0.73rem;
}
.box-article .info-item:first-child {
  margin-left: 0;
}
.box-article h4 {
  min-height: 0.32rem;
  font-size: 0.16rem;
  line-height: 0.32rem;
}
.box-article p {
  /* font-size: 0.16rem;
  line-height: 0.32rem;
  text-indent: 2em; */
}
.box-article h5 {
  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 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;
}


.box-article img {
  max-width: 95%;
}