@charset "UTF-8";
/**!
 * 安徽建工集团 供应商须知
 * date:2021-10-20
 * author: zzongyi;
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.com-header {
  height: 515px;
}

.content {
  margin-top: 24px;
  font-size: 16px;
}

.content .list-header {
  height: 40px;
  line-height: 40px;
  background-color: #f8f5f5;
  color: #754236;
  padding-left: 29px;
}

.content .list-header-time {
  width: 128px;
}

.content .news-items {
  padding-top: 2px;
  max-height: 752px;
  overflow: hidden;
}

.content .news-items > li {
  position: relative;
  height: 50px;
  line-height: 48px;
  vertical-align: top;
  border: 1px dashed transparent;
  border-bottom: 1px dashed #f0eded;
}

.content .news-items > li > a {
  padding-left: 29px;
  display: block;
  color: #333;
  margin-right: 300px;
}

.content .news-time {
  position: absolute;
  right: 52px;
  top: 0;
}

.content .news-items > li:hover {
  height: 51px;
  line-height: 48px;
  border-radius: 6px;
  border: 1px solid #d7083c;
  margin-top: -1px;
  padding-top: 1px;
}

.content .news-items > li:hover .news-time {
  top: 1px;
}

.content .news-items > li:hover a,
.content .news-items > li:hover .news-time {
  color: #d7083c;
}

.content .news-items > li:hover:before {
  background-color: #d7083c;
}
