/**
 * @description: 清除浮动
 * @author:
 * @param {type}
 * @return:
 */
/**
 * @description: 响应式图片
 * @author:
 * @param {type}
 * @return:
 */
/**
 * @description: 横向排列，垂直居中布局
 * @author:
 * @param {type}
 * @return:
 */
/**
 * @description: 单行文本超出隐藏
 * @author:
 * @param {type}
 * @return:
 */
/**
 * @description: 多行文本超出隐藏
 * @author:
 * @param {number} num 最多要显示几行
 * @return:
 */
/**
 * @description: flex 垂直居中布局
 * @author:
 * @param {string} cposition 水平排列方式
 * @return:
 */
/**
 * @description: 设置元素尺寸
 * @author:
 * @param {number} w 宽度
 * @param {number} h 高度
 * @return:
 */
/**
 * @description: 2x的雪碧图缩放
 * @author:
 * @param {number} spritew 雪碧图原始宽度
 * @param {number} spriteh 雪碧图原始高度
 * @param {number} bgoffsetx 背景定位原始x轴偏移量
 * @param {number} bgoffsety 背景定位原始y轴偏移量
 * @return:
 */
/**
 * @description: 设置字体
 * @author:
 * @param {type}
 * @return:
 */
/**
 * @description: 修改滚动条样式
 * @author:
 * @param {string} scrollw 滚动条宽度
 * @param {string} scrollc 滚动条背景色
 * @param {string} trackp 滑块背景色
 * @return:
 */
/**
 * @description: 设置背景图
 * @author:
 * @param {string} url 图片路径
 * @return:
 */
/**
 * @description: 修改输入框占位符的字体颜色
 * @author:
 * @param {type}
 * @return:
 */
/**
 * @description: 禁止选中内容
 * @author:
 * @param {type}
 * @return:
 */
/**
 * @description: 鼠标移入图片放大效果
 * @author:
 * @param {type}
 * @return:
 */
/**
 * @description: 铺满整个容器的绝对定位
 * @author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 绝对定位水平垂直居中
 * @author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 统一容器,视项目不同,数值有所不同
 * @author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 替代flex的inline-block
 * @author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 首页栏目标题样式
 * @author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 两端对齐辅助元素
 * @author: 
 * @param {type} 
 * @return: 
 */
div.list-13 .procurement-bidding {
  padding: 0.7rem 0 1.3rem;
}
div.list-13 .procurement-bidding .procurement-bidding-content ul li a {
  display: block;
  padding: 0.35rem 0;
  border-bottom: 1px solid #e6e6e6;
}
div.list-13 .procurement-bidding .procurement-bidding-content ul li a .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.list-13 .procurement-bidding .procurement-bidding-content ul li a .wrap .time {
  width: 0.93rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  border-right: 1px solid #ebecf0;
}
div.list-13 .procurement-bidding .procurement-bidding-content ul li a .wrap .time p {
  color: #666666;
}
div.list-13 .procurement-bidding .procurement-bidding-content ul li a .wrap .time p:first-child {
  font-size: 0.24rem;
}
div.list-13 .procurement-bidding .procurement-bidding-content ul li a .wrap .time p:last-child {
  font-size: 0.12rem;
}
div.list-13 .procurement-bidding .procurement-bidding-content ul li a .wrap .text {
  width: calc(100% - 2.15rem);
  padding: 0 0.3rem;
}
div.list-13 .procurement-bidding .procurement-bidding-content ul li a .wrap .text .title {
  display: inline-block;
  font-size: 0.2rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
div.list-13 .procurement-bidding .procurement-bidding-content ul li a .wrap .text .desc {
  margin-top: 0.12rem;
  font-size: 0.14rem;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.list-13 .procurement-bidding .procurement-bidding-content ul li a .wrap .btn {
  width: 1.2rem;
  height: 0.4rem;
  border: 1px solid #cccccc;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.14rem;
  color: #b3b3b3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  div.list-13 .procurement-bidding .procurement-bidding-content ul li a .wrap .time {
    width: 1.3rem;
  }
  div.list-13 .procurement-bidding .procurement-bidding-content ul li a .wrap .time p:first-child {
    font-size: 0.28rem;
  }
  div.list-13 .procurement-bidding .procurement-bidding-content ul li a .wrap .time p:last-child {
    font-size: 0.26rem;
  }
  div.list-13 .procurement-bidding .procurement-bidding-content ul li a .wrap .text {
    width: calc(100% - 2.5rem);
  }
  div.list-13 .procurement-bidding .procurement-bidding-content ul li a .wrap .text .title {
    display: block;
    font-size: 0.28rem;
  }
  div.list-13 .procurement-bidding .procurement-bidding-content ul li a .wrap .text .desc {
    font-size: 0.26rem;
  }
  div.list-13 .procurement-bidding .procurement-bidding-content ul li a .wrap .btn {
    width: 1.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
  }
}
div.list-13 .procurement-bidding .procurement-bidding-content ul li:hover a .wrap .text .title {
  color: #e60012;
  border-bottom-color: #e60012;
}
div.list-13 .procurement-bidding .procurement-bidding-content ul li:hover a .wrap .btn {
  border: 1px solid #e60012;
  background-color: #e60012;
  color: #ffffff;
}
