.ad-main {
  margin-bottom: 23px;
}
.ad-main .title {
	font-size: 24px;
  color: #3c6fa2;
  text-align: center;
  /* line-height: 63px; */
}
.ad-main .table caption {
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 0;
  line-height: 56px;
  margin-bottom: 15px;
}
.ad-main .table .caption-content {
  position: relative;
  height: 56px;
  float: left;
  font-size: 18px;
  color: #3c6fa2;
  padding: 0 8px;
  font-weight: bold;
}
.ad-main .table .caption-content::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #3c6fa2;
  bottom: -1px;
  left: 0;
}
.ad-main .table td {
  line-height: 42px;
}
.ad-main .table-cloum-2,
.ad-main .table-cloum-4 {
  padding-left: 30px;
  width: 350px;
  word-break: break-all;
}
.ad-main .table-cloum-1,
.ad-main .table-cloum-3 {
	background-color: rgba(241, 242, 244, 0.5);
}