/* vipkei.com 手机文章列表页
 * source: templets/default/list_article_m.htm
 * version: 20260614-mobile-list-v2
 */

body.m-article-list-template,
body.m-article-list-template .mian {
  background: #F4F7F9;
}

.m-article-list-template *,
.m-article-list-template *::before,
.m-article-list-template *::after {
  box-sizing: border-box;
}

.m-article-list-template .m-article-list-page {
  width: 100%;
  margin: 0;
  padding: 0 6px 18px;
  background: transparent;
}

.m-article-list-template .m-article-list-page .info {
  width: 100%;
  margin: 0;
  padding: 0;
}

.m-article-list-template .m-article-breadcrumb {
  width: 100%;
  margin: 8px 0;
  padding: 8px 10px;
  overflow-wrap: anywhere;
  border: 1px solid #E1E8EC;
  border-radius: 5px;
  background: #F9FBFC;
  color: #74818A;
  font-size: 13px;
  line-height: 1.5;
}

.m-article-list-template .m-article-breadcrumb a {
  color: #416273;
  text-decoration: none;
}

.m-article-list-template .m-article-breadcrumb span {
  margin: 0 5px;
  color: #9AA5AB;
}

.m-article-list-template .m-list-head {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

.m-article-list-template .m-list-head__inner {
  width: 100%;
  margin: 0;
  padding: 14px 13px 13px;
  border: 1px solid #DFE7EB;
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(20, 48, 74, .035);
  text-align: center;
}

.m-article-list-template .m-list-head .about_title {
  margin: 0;
  padding: 0;
  color: #173E55;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}

.m-article-list-template .m-list-head__desc {
  margin: 8px 0 0;
  padding: 0;
  color: #65737C;
  font-size: 14px;
  line-height: 1.72;
  text-align: left;
}

.m-article-list-template .m-list-head__desc:empty {
  display: none;
}

.m-article-list-template .m-article-cate {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #D7E4E9;
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(20, 48, 74, .03);
}

.m-article-list-template .m-article-cate__toolbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 5px 52px;
  color: #FFFFFF;
  background: #20B4E2;
}

.m-article-list-template .m-article-cate__title {
  min-width: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-article-list-template .m-article-cate__button {
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.m-article-list-template .m-article-cate__button--back {
  left: 8px;
}

.m-article-list-template .m-article-cate__button--toggle {
  right: 8px;
}

.m-article-list-template .m-article-cate__back-icon {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
}

.m-article-list-template .m-article-cate__toggle-icon {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform .2s ease;
}

.m-article-list-template .m-article-cate__button--toggle[aria-expanded="true"] .m-article-cate__toggle-icon {
  transform: rotate(225deg) translate(-1px, -1px);
}

.m-article-list-template .m-article-cate__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  width: 100%;
  margin: 0;
  padding: 9px;
  border: 0;
  background: #F6FAFC;
}

.m-article-list-template .m-article-cate__panel[hidden] {
  display: none;
}

.m-article-list-template .m-article-cate__panel a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  min-height: 42px;
  height: auto;
  margin: 0;
  padding: 7px 8px;
  float: none;
  overflow: hidden;
  border: 1px solid #D8E2E7;
  border-radius: 4px;
  color: #354A56;
  background: #FFFFFF;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-article-list-template .m-article-cate__panel a.is-current,
.m-article-list-template .m-article-cate__panel a[aria-current="page"] {
  border-color: #20B4E2;
  color: #087DA3;
  background: #EAF8FD;
  font-weight: 700;
}

.m-article-list-template .m-article-list {
  display: grid;
  gap: 9px;
  width: 100%;
}

.m-article-list-template .m-article-list-page .nyarc {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 13px 13px 12px;
  border: 1px solid #DEE7EB;
  border-left: 3px solid #30B7EF;
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(20, 48, 74, .035);
}

.m-article-list-template .m-article-list-page .nyarc dl,
.m-article-list-template .m-article-list-page .nyarc dt,
.m-article-list-template .m-article-list-page .nyarc dd {
  display: block;
  clear: both;
  overflow: visible;
  width: auto;
  margin: 0;
  padding: 0;
  float: none !important;
}

.m-article-list-template .m-article-list-page .nyarc h2 {
  margin: 0 0 6px;
  padding: 0;
  color: #263F4D;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.m-article-list-template .m-article-list-page .nyarc h2 a {
  display: block;
  color: inherit;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
}

.m-article-list-template .m-article-list-page .article-item-time {
  position: static !important;
  display: block !important;
  clear: both !important;
  width: auto !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
  float: none !important;
  color: #8B989F !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

.m-article-list-template .m-article-list-page .article-item-time time,
.m-article-list-template .m-article-list-page .article-item-time span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.m-article-list-template .m-article-list-page .article-item-summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #66747C;
  font-size: 14px;
  line-height: 1.72;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.m-article-list-template .m-article-empty {
  display: none;
  width: 100%;
  margin: 0;
  padding: 24px 14px;
  border: 1px solid #DEE7EB;
  border-radius: 6px;
  color: #66747D;
  background: #FFFFFF;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.m-article-list-template .m-article-empty.is-visible {
  display: block;
}

body.m-article-list-template .m-article-list-page #pager.m-pager-clean {
  width: 100%;
  margin: 0;
  padding: 14px 0 4px;
  overflow: visible;
  float: none !important;
}

body.m-article-list-template .m-article-list-page #pager.m-pager-clean .pager-raw {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

body.m-article-list-template .m-article-list-page #pager.m-pager-clean .pager-raw > li {
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  overflow: hidden;
  float: none !important;
  border: 1px solid #D7E1E6 !important;
  border-radius: 5px !important;
  color: #52616A !important;
  background: #FFFFFF !important;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1 !important;
  text-align: center;
  white-space: nowrap;
}

body.m-article-list-template .m-article-list-page #pager.m-pager-clean .pager-raw > li > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0 !important;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: inherit !important;
  background: transparent !important;
  font: inherit;
  line-height: 1 !important;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}

body.m-article-list-template .m-article-list-page #pager.m-pager-clean .pager-raw > li.thisclass {
  border-color: #20B4E2 !important;
  color: #FFFFFF !important;
  background: #20B4E2 !important;
  font-weight: 700;
}

.m-article-list-template a:focus-visible,
.m-article-list-template button:focus-visible {
  outline: 2px solid #0B4B68;
  outline-offset: 2px;
}

@media (max-width: 380px) {
  .m-article-list-template .m-article-cate__panel {
    gap: 6px;
    padding: 7px;
  }

  .m-article-list-template .m-article-cate__panel a {
    font-size: 13px;
  }

  .m-article-list-template .m-article-list-page .nyarc {
    padding-right: 11px;
    padding-left: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .m-article-list-template .m-article-cate__toggle-icon {
    transition: none;
  }
}
