@charset "UTF-8";
/**!
 * 临沂市公共资源交易有限公司数字化综合应用系统项目-首页
 * date:2022-06-08
 * author: QuGuoQiang;
 */
.footer {
  margin-top: 20px;
}

.mt-20{
	margin-top: 20px;
}

.detail {
	padding-top:30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(15, 145, 255, 0.05);
          box-shadow: 0px 0px 10px 4px rgba(15, 145, 255, 0.05);
  border-radius: 6px;
}

.detail-tab {
  margin:0 10px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 40px;
  background-color: #f5f5f5;
}

.detail-li {
  position: relative;
  width: 150px;
  text-align: center;
  border:1px solid #e9e9e8;
  cursor: pointer;
}

.detail-li:nth-child(n+2){
	margin-left:-1px;
}

.detail-li.active {
  background-color: #fff;
  color: #333;
}

.detail-li.active::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
  background-color: #0f73b1;
}

.hidden {
  display: none !important;
}

.have-info {
  font-size: 18px;
  padding: 30px 0 30px 30px;
  height: 500px;
}

.detail-neirong {
	min-height: 400px;
	    padding: 0 20px;
}

.relainfolist-a {
	display:block;
	float:left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	width: 1070px;
	cursor: pointer;
}