@media (max-width: 1640px) {
}


@media (max-width: 1320px) {
}

@media (max-width: 992px) {
  .tab-title-1 {
    padding: 0 10px;
    border-bottom: none;
    font-size: 12px;
  }

  .expand-list {
    margin: 0 -15px 30px;
  }

  .expand-list li {
    margin-left: 15px;
  }

  .expand-list .box-q {
    height: auto;
    min-height: 70px;
    flex-direction: column;
    align-items: start;
    gap: 2px;
    margin-left: 0;
    padding: 14px 82px 6px 12px;
  }

  .expand-list .box-q .date {
    font-size: 12px;
  }

  .expand-list .box-q .title {
    width: 100%;
    flex: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: normal;
  }

  .expand-list .box-q .ico {
    width: 70px;
    height: 70px;
    background-color: unset;
  }
  .expand-list .box-q .ico::after {
    width: 1px;
    height: 18px;
    content: '\0020';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    background: #F0F0F0;
  }

  .expand-list li.choosed {
    margin-left: 0;
    border-left: 15px solid #2748A7;
  }

  .expand-list li.choosed .box-q .title {
    white-space: normal;
  }

  .expand-list li.choosed .box-q .ico::after {
    left: 0;
    right: auto;
  }
  .expand-list li:not(.choosed) .box-q:hover {
    background: none;
  }

  .expand-list li:not(.choosed) .box-q:hover .title {
    color: #182642;
  }

  .expand-list li.choosed .box-q, .expand-list li .box-q:hover {
    background: none;
  }

  .expand-list li.choosed .box-q .date, .expand-list li .box-q:hover .date {
    color: #777;
  }

  .expand-list li.choosed .box-q .title, .expand-list li .box-q:hover .title {
    color: #1F2E4C;
  }

  .expand-list .box-a {
    padding: 16px 12px;
  }

  .expand-list .box-a .field {
    margin-bottom: 8px;
  }

  .expand-list .box-a .field .label {
    font-weight: normal;
  }

  .expand-list .box-a .more {
    position: relative;
    padding-left: 0;
    background: none;
    color: #495079;
  }

  .expand-list .box-a .more::after {
    content: '\0020';
    position: absolute;
    right: 22px;
    top: 50%;
    width: 6px;
    height: 9px;
    margin-top: -4px;
    background: url(../image/icon-more.png) no-repeat 50% 55%;
    background-size: auto 9px;
  }
}