@charset "UTF-8";
/**
* 承德市交易中心交易平台系统优化升级(临时)
* date:2024-12-25
* author: xujiawei;
 */
.title {
  height: 53px;
  line-height: 33px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  background: url("../images/title_icon.png") no-repeat center bottom;
  margin-bottom: 20px;
}

.content-box {
  padding: 40px 30px;
  margin-left: 22px;
}
.content-box p {
  font-size: 15px;
  line-height: 24px;
}

.info-box {
  margin-top: 18px;
}
.info-box h4 {
  height: 24px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 700;
  color: #2e3033;
  margin-bottom: 10px;
}
.info-box p + p {
  margin-top: 5px;
}