@charset "UTF-8";
/**!
 * 安徽建工集团 招标采购
 * date:2021-10-20
 * author: zzongyi;
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.com-header {
  height: 515px;
}

/*选项卡*/
.options {
  background-color: #fbf8f8;
  margin-top: 26px;
  border-radius: 4px;
  line-height: 38px;
  padding: 9px 0;
}

.options > div {
  position: relative;
  height: 38px;
  overflow: hidden;
}

.options p {
  width: 120px;
  color: #666;
  text-align: center;
}

.options .list-style {
  width: 1020px;
}

.options .list-style li {
  float: left;
  width: 120px;
  cursor: pointer;
  padding-left: 20px;
}

.options .list-style li.active {
  color: #d7083c;
}

.options .get-more {
  position: absolute;
  width: 50px;
  background: url("../images/get-more.png") right no-repeat;
  right: 20px;
  bottom: 0;
  cursor: pointer;
}

.options .height-auto {
  height: auto;
  overflow: visible;
}

.options .height-auto .get-more {
  background: url("../images/get-more-up.png") right no-repeat;
}

/*信息列表*/
.infor-list {
  margin-top: 22px;
  max-height: 821px;
}

.infor-item {
  height: 91px;
  line-height: 35px;
  padding-top: 10px;
  border-bottom: 1px dashed #d3d3d3;
  color: #999;
  font-size: 16px;
}

.infor-item:first-child {
  border-top: 1px dashed #d3d3d3;
}

.infor-list .infor-title {
  width: 1000px;
  padding-right: 200px;
  /* padding-left: 93px; */
  position: relative;
}

.infor-list .infor-title a {
  display: block;
  width: 100%;
  color: #333;
}

.infor-list .infor-sort {
  font-size: 15px;
}

.infor-list .infor-area {
  margin-left: 88px;
}

.ongoing::before {
  content: "进行中";
  position: absolute;
  width: 80px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  background: url("../images/ongoing.png") center no-repeat;
  background-size: 100% 100%;
  color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.over::before {
  content: "结束";
  position: absolute;
  width: 80px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  background: url("../images/over.png") center no-repeat;
  background-size: 100% 100%;
  color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.infor-item:hover {
  height: 92px;
  width: calc(100% + 24px);
  margin-left: -12px;
  padding: 10px 11px 0 11px;
  border-radius: 6px;
  border: 1px solid #d7083c;
  margin-top: -1px;
}

.infor-item:hover a {
  color: #d7083c;
}

.infor-list .infor-item:first-child:hover {
  height: 91px;
  padding: 10px 11px 0 11px;
  margin-top: 0;
}

.date-range {
    margin-left: 17px;
}

.datetime {
    width: 176px;
    height: 36px;
    color: #333;
    padding-left: 10px;
    box-sizing: border-box;
    background: #fff url("../images/insitition/date_icon.png") no-repeat 145px center;
}

.date-to {
    margin: 0 10px;
}

.danwei {
	margin-left: 20px;
}