@charset "UTF-8";
/*
 * @Description: 项目公告/国企介绍
 * @Author: hxh
 * @Date: 2024-04-03 14:10:24
 */
.list-item {
  width: -webkit-calc(25% - 16.5px);
  width: -moz-calc(25% - 16.5px);
  width: calc(25% - 16.5px);
  margin-right: 22px;
  height: 275px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  margin-right: 22px;
}
.list-item:nth-child(4n) {
  margin-right: 0;
}
.list-item:nth-child(n+5) {
  margin-top: 21px;
}
.list-item > a {
  display: block;
  height: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 5px;
  color: #333333;
}
.list-item .item-image {
	width: 100%;
  height: 200px;
}
.list-item .item-name {
  margin: 10px 6px 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  display: block;
  max-height: 45px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* ! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.list-item:hover > a {
  color: #ab0209;
}


.list{
	min-height: 260px;
}
