@charset "UTF-8";
/**
* 山东港口电子招投标系统升级建设项目
* date:2024-6-17
* author: hcong;
 */
.main {
  padding-top: 32px;
}

.box {
  background: #fff;
  padding: 24px;
  margin-top: 8px;
}

.detail-hd {
  padding-bottom: 16px;
  border-bottom: 1px solid #E9E9E9;
}
.detail-name {
  /* height: 36px; */
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.detail-tips {
  margin-top: 16px;
  line-height: 20px;
  font-size: 13px;
  color: #4E5463;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detail-tips > span {
  margin: 0 18px;
}
.detail-bd {
  padding-top: 32px;
}
.detail-mod {
  margin-top: 32px;
}

.tab-hd {
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  font-weight: 700;
  color: #1661D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab-hd-item {
  width: 179px;
  border-radius: 4px;
  background: #ECF2FB;
  text-align: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.tab-hd-item.disabled {
  cursor: not-allowed;
  background: #F6F6F6;
  color: #B0B0B0;
}
.tab-hd-item.active {
  background: #1661D8;
  color: #fff;
}

.mod-hd {
  height: 37px;
  background: url("../images/detail_hd.png") center top no-repeat;
}
.mod-hd h3 {
  line-height: 37px;
  font-size: 24px;
  color: #1661D8;
  font-weight: bold;
  text-align: center;
}
.mod-second {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #1661D8;
  font-weight: bold;
  margin-top: 22px;
  margin-bottom: -10px;
}

.common-table {
  width: 100%;
  border-top: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
  margin-top: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-table td {
  border-bottom: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  height: 79px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 12px;
  line-height: 21px;
  font-size: 14px;
  color: #333;
}
.common-table .table-name {
  background: #F7F8FB;
  text-align: center;
}

.tips-info {
  border: 1px solid #F9E7E7;
  height: 48px;
  line-height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  background: url("../images/tips_icon.png") 14px center no-repeat #FFF8F8;
  font-size: 14px;
  color: #F00;
  margin-top: 22px;
}
.tips-info a {
  color: #F00;
  text-decoration: underline;
}

.infodetail{
	min-height:300px;
}

.infodetail img{
	max-width:100%;
}