main .col-8 {
  margin-bottom: 40px;
}
div.list h3.title {
  height: 100px;
  font-size: 26px;
  color: var(--main-blue-color);
  padding: 33px 0px;
  border-bottom: 1px solid lightgray;
  margin-top: 7px;
}

div.list h3.title:before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 30px;
	background: var(--main-blue-color);
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 15px;
}
div.list h4 {
	font-size: 16px;
	font-weight: bold;
	color: #444;
	margin: 30px 0 15px;
}
div.list p {
  font-size: 14px;
  color: var(--main-light-grey-color);
  margin-top: 20px;
  line-height: 25px;
}

div.list ul {
  margin-top: 30px;
}
div.list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 15%;
  margin-right: 5%;
  border-radius: 5px;
  background: #f8f8f8;
	border: 1px solid lightgray;
	min-height: 175px;
	padding-bottom: 20px;
}

div.list li:after {
	content: '';
	display: block;
	width: 30px;
	height: 18px;
	background: url("../images/liu_01.jpg")/*tpa=http://www.wealthbridge.cn/images/liu_01.jpg*/ no-repeat center center;
	position: absolute;
	top: 50%;
	right: -35px;
}

div.list li:last-child {
	margin-right: 0;
}

div.list li:last-child:after {
	display: none;
}

div.list li h5 {
	font-size: 18px;
	color: white;
	text-align: center;
	background: #0f6ab6;
	padding: 15px 0;
}

div.list li p {
	padding: 0 6%;
	box-sizing: border-box;
}

div.list li p span {
	display: inline-block;
	width: 90%;
	vertical-align: top;
}

div.list li p:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
	width: 0;
	border: 5px solid transparent;
	border-left-color: #666
}

div.list li p:first-of-type {
	margin-top: 25px;
}


div.list table {
	margin-top: 30px;
}

div.list th {
	line-height: 50px;
	font-size: 18px;
	color: white;
	font-weight: bold;
	border-right: 1px solid white;
	text-align: center;
	background: #1880ca;
}

div.list td {
	background: #f8f8f8;
	border-right: 1px solid white;
	box-sizing: border-box;
	padding: 20px;
	vertical-align: top;
}

div.list td span {
	font-weight: inherit;
	display: inline-block;
	vertical-align: top;
	width: 94%;
	margin-left: 2%;
	color: #666;
}



.qa .title {
  height: 100px;
  font-size: 26px;
  color: var(--main-blue-color);
  padding: 33px 0px 20px 0;
  margin-top: 7px;
}
.qa .title::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 30px;
  background: var(--main-blue-color);
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 15px;
}

.qa input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.qa .tabs {
  border-radius: 0px;
  overflow: hidden;
  /*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
  border: 1px solid #ddd;
}

.qa .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.qa .tab .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  font-weight: bold;
  cursor: pointer;
  background: #fff;
  color: var(--main-light-grey-color);
  border-top: 1px solid #ddd;
  /* Icon */
}
.qa .tabs .tab:first-of-type .tab-label {
  border-top: 0px solid #ddd;
}
.qa .tab-label:hover {
  background: var(--main-champagne-color);
}
.qa .tab-label::after {
  content: "";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.qa .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: var(--main-dark-grey-color);
  background: white;
  transition: all 0.35s;
}
.qa .tab-close {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  font-size: 0.75em;
  color: var(--main-champagne-color);
  /*background: var(--main-champagne-color);*/
  cursor: pointer;
  border-top: 1px solid #ddd;
}
.qa .tab-close:hover {
  background: var(--main-champagne-color);
  color: #ffffff;
}

.qa input:checked + .tab-label {
  background: var(--main-bronze-color);
  color: #ffffff;
}
.qa input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.qa input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}


.qa .tab-content ul {
    margin: 0 0 0px 16px;
    list-style: square;
    list-style-type: decimal;
}
.qa .tab-content ul li{
    word-break: break-all;
    font: 14px/18px "Microsoft Yahei";
    margin: 0 0 8px ;
}
.qa .tab-content ul li:last-child {
    margin: 0 ;
}
.qa .tab-content ul li::marker {
    word-break: break-all;
    font: 14px/18px "Microsoft Yahei";
}

.shoucang {
  margin: 20px 0 0 0 ;
}

