.tab-title-1 {
  margin-bottom: 24px;
  padding: 4px 0 10px;
  border-bottom: 1px solid #F0F0F0;
  color: #192F47;
  font-size: 16px;
  font-weight: bold;
}

.expand-list {
  margin-bottom: 80px;
}

.expand-list li {
  border-bottom: 1px solid #F0F0F0;
}

.expand-list .box-q {
  height: 78px;
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  padding: 0 132px 0 78px;
}

.expand-list .box-q .date {
  color: #767676;
  font-size: 14px;
}

.expand-list .box-q .title {
  flex: 1;
  color: #182642;
  font-size: 14px;
  font-weight: bold;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.expand-list .box-q .ico {
  width: 80px;
  height: calc(100% + 1px);
  position: absolute;
  top: 0;
  right: 0;
  background: #F4F3F2 url(../image/icon-top.png) no-repeat 50% 50%;
  transform: rotate(180deg);
}


.expand-list li.choosed {
  background: #FAFAFA;
}

.expand-list li.choosed .box-q .ico{
  transform: rotate(0deg);
}

.expand-list li.choosed .box-q, .expand-list li .box-q:hover {
  background: #1F519C;
}

.expand-list li.choosed .box-q .date, .expand-list li .box-q:hover .date {
  color: #FFF;
}

.expand-list li.choosed .box-q .title, .expand-list li .box-q:hover .title {
  color: #FFF;
}

.expand-list .box-a {
  display: none;
  padding: 20px 132px 20px 78px;
  font-size: 14px;
}

.expand-list .box-a .field {
  margin-bottom: 14px;
}
.expand-list .box-a .field .label {
  color: #182642;
  font-weight: bold;
}
.expand-list .box-a .field .value {
  color: #777;
}
.expand-list .box-a .more {
  height: 44px;
  line-height: 44px;
  display: inline-block;
  padding: 0 38px 0 22px;
  background: #1F519C url(../image/icon-next-white.png) no-repeat right 20px top 52%;
  background-size: auto 9px;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
}



.faq-list {}

.faq-list .box-q {
  padding-left: 48px;
}

.faq-list .box-q .q {
  width: 28px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  background-color: #C8C8C8;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.faq-list li.choosed .box-q .q, .faq-list li .box-q:hover .q {
  background-color: #293877;
}

.faq-list .box-a {
  position: relative;
  padding-right: 92px;
  padding-left: 90px;
  color: #767676;
}

.faq-list .box-a .a {
  width: 28px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  position: absolute;
  left: 48px;
  top: 22px;
  background-color: #F1A646;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.faq-list .box-a .a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #F1A646 #F1A646 transparent transparent;
}

