@import "../redCss/lxgs.css";
.lxgs-page {
  background-color: #eef4f9;
}
.main-box .section {
  background: #fff;
  padding: 40px 40px 20px 40px;
  margin-bottom: 40px;
}
.main-box .section .content-bar {
  height: 56px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(215, 215, 215, 1);
  font-size: 0;
}
.main-box .section .content-bar > .tit {
  width: 132px;
  height: 56px;
  background: rgba(242, 244, 247, 1);
  border-right: 1px solid rgba(215, 215, 215, 1);
  display: inline-block;
  font-size: 16px;
  color: #212121;
  text-align: center;
  line-height: 56px;
  vertical-align: middle;
}
.main-box .section .bar-box {
  width: 100%;
  padding-bottom: 20px;
}

.main-box .section .bar-box.two .content-bar {
  width: 49%;
}
.main-box .section .content-bar .content {
  display: inline-block;
  width: calc(100% - 134px);
  font-size: 16px;
  color: #666666;
  line-height: 56px;
  vertical-align: middle;
  padding-left: 20px;
  box-sizing: border-box;
}
.main-box .bar-box.mult .content-bar {
  height: auto;
}
.main-box .bar-box.mult .content-bar .tit {
  float: none;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 30px;
  box-sizing: border-box;
  border-right: none;
  border-bottom: 1px solid rgba(215, 215, 215, 1);
}
.main-box .bar-box.mult .content-bar .content {
  float: none;
  line-height: 1.8;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
}
.main-box .section .section-tit {
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  color: rgba(33, 33, 33, 1);
  margin-bottom: 24px;
}
.main-box .section .section-tit::before {
  content: "";
  width: 5px;
  height: 24px;
  background: rgba(79, 133, 212, 1);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
