@charset "UTF-8";
/**
* 宝华智慧招标共享平台投标人增值服务研发（一期）项目
* date:2024-5-16
* author: xuhai;
 */
.box {
  padding-top: 0.05rem;
  padding-bottom: 0.24rem;
  box-sizing: border-box;
}
.box-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 3.18rem;
}
.box-list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 0.12rem);
  height: 1.4rem;
  font-size: 0.18rem;
  margin-top: 0.19rem;
  background: linear-gradient(180deg, #fbfcff 0%, #ffffff 100%);
  box-shadow: 0 0.1rem 0.2rem 0 rgba(103, 136, 177, 0.15);
  border-radius: 0.05rem;
  border: 0.01rem solid transparent;
  padding: 0 0.24rem 0 0.27rem;
  box-sizing: border-box;
}
.box-list .item-info {
  flex: 1;
  width: 0;
}
.box-list .item-title {
  height: 0.56rem;
  color: #333333;
  line-height: 0.28rem;
}
.box-list .item-msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0.18rem;
  border-top: 0.01rem dashed #e8ecf2;
  padding-top: 0.12rem;
  box-sizing: border-box;
  margin-top: 0.12rem;
}
.box-list .item-date {
  height: 0.18rem;
  color: #4e5e79;
}
.box-list .item-link {
  height: 0.18rem;
  font-size: 0.16rem;
  color: rgba(78, 94, 121, 0.5);
  padding-right: 0.23rem;
  box-sizing: border-box;
  background: url("../images/news_center/arrow_right.png") no-repeat right center;
  background-size: 0.16rem 0.11rem;
}
.box-list .item:hover {
  border-color: #1d6ad8;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(103, 136, 177, 0.3);
}
.box-list .item:hover .item-title, .box-list .item:hover .item-date, .box-list .item:hover .item-link {
  color: #1D6AD8;
}
.box-list .item:hover .item-link {
  background-image: url("../images/news_center/arrow_right_h.png");
}