@charset "UTF-8";
body {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body main {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.banner {
  position: relative;
  height: 3.2833rem;
  width: 100%;
  background-repeat: no-repeat;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.57) 100%), url("../images/list-banner.jpg"), lightgray 50%/cover no-repeat;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.57) 100%), url("../images/list-banner.jpg"), lightgray 50%/cover no-repeat;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.57) 100%), url("../images/list-banner.jpg"), lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.57) 100%), url("../images/list-banner.jpg"), lightgray 50%/cover no-repeat;
  background-position: center;
}
.banner .slogan {
  position: absolute;
  color: #EBEBEB;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0.5333rem;
  right: 2.1167rem;
}
.banner .slogan :nth-child(1) {
  line-height: 0.5rem;
  font-size: 0.3333rem;
  font-weight: 700;
  margin-right: 0.4rem;
}
.banner .slogan :nth-child(2) {
  font-size: 0.2rem;
  font-weight: 35;
}

.main {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0rem 2.0667rem 1.4333rem 3.3167rem;
  width: 100vw;
}

.aside-nav {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: sticky;
  top: 1.5rem;
  width: 3.1333rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: -0.6667rem;
  padding: 0.3333rem;
  background: #173F8F;
  color: #fff;
}
.aside-nav > .title {
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.6rem;
  position: relative;
}
.aside-nav .divide {
  margin-top: 0.0333rem;
  margin-bottom: 0.0833rem;
  height: 0.0167rem;
  background-color: #bababa;
}
.aside-nav > .aside-title {
  text-align: right;
  margin-top: 0.0833rem;
  margin-bottom: 0.15rem;
  font-size: var(--font-size-12);
  line-height: var(--font-size-18);
}
.aside-nav .list-item {
  height: 0.7167rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: var(--font-size-14);
  padding-left: 0.3333rem;
  margin-bottom: 0.1rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside-nav .list-item.active, .aside-nav .list-item:hover {
  background-color: #fff;
  color: #173F8F;
}
.aside-nav .list-item:last-child {
  margin: 0;
}

.article {
  padding-top: 0.2rem;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article .list-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5833rem 0.1667rem;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
.article .list-item:hover {
  background-color: rgba(204, 204, 204, 0.2);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.article .list-item .right-box {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article .list-item .img {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.4167rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 4.0167rem;
  max-height: 2.15rem;
  overflow: hidden;
}
.article .list-item .img img {
  width: 4.0167rem;
}
.article .list-item .title {
  cursor: pointer;
  color: #000;
  font-size: var(--font-size-20);
  text-wrap: nowrap;
}
.article .list-item .content {
  margin-top: 0.3rem;
  color: #787878;
  font-size: var(--font-size-14);
  line-height: -webkit-calc(var(--font-size-14) * 2);
  line-height: -moz-calc(var(--font-size-14) * 2);
  line-height: calc(var(--font-size-14) * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 行数 */
  -webkit-box-orient: vertical;
}

ul.aside-card {
  padding: 0;
}
ul.aside-card li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 0;
  border-radius: 0;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.aside-card li a {
  display: inline-block;
  width: 80%;
  padding: 6px 0;
  height: 100%;
  font-size: 16px !important;
  border-radius: 0 !important;
}
ul.aside-card li a:hover {
  background: #173F8F;
  color: #fff !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
ul.aside-card li.active a {
  background: #173F8F;
  color: #fff !important;
}

.ax-shortcut > *[social] {
  display: none;
}

@media (max-width: 750px) {
  .ax-shortcut > *[social] {
    display: block;
  }
  .banner {
    position: relative;
    height: 6rem;
    width: 100%;
    background-repeat: no-repeat;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.57) 100%), url("../images/list-banner.jpg"), lightgray 50%/cover no-repeat;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.57) 100%), url("../images/list-banner.jpg"), lightgray 50%/cover no-repeat;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.57) 100%), url("../images/list-banner.jpg"), lightgray 50%/cover no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.57) 100%), url("../images/list-banner.jpg"), lightgray 50%/cover no-repeat;
    background-position: center;
    -o-background-size: cover;
       background-size: cover;
  }
  .banner .slogan {
    position: absolute;
    color: #EBEBEB;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0.8rem;
    right: 1rem;
  }
  .banner .slogan :nth-child(1) {
    line-height: 0.5rem;
    font-size: var(--font-size-20px);
    font-weight: 700;
    margin-right: 0.4rem;
  }
  .banner .slogan :nth-child(2) {
    font-size: var(--font-size-12px);
  }
  .main {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    padding: 0 40px;
  }
  .aside-nav {
    display: none;
  }
  .article {
    padding-top: 12px;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .article .list-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    padding: 0.5833rem 0.32rem;
    border-bottom: 1px solid #ececec;
  }
  .article .list-item .right-box {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .article .list-item .img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 10px;
    max-height: 60px;
  }
  .article .list-item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .article .list-item .title {
    cursor: pointer;
    color: #000;
    font-size: var(--font-size-16px);
    line-height: var(--font-size-16px);
    text-wrap: nowrap;
  }
  .article .list-item .content {
    margin-top: 0.3rem;
    color: #787878;
    font-size: var(--font-size-12px);
    line-height: -webkit-calc(var(--font-size-18px));
    line-height: -moz-calc(var(--font-size-18px));
    line-height: calc(var(--font-size-18px));
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 行数 */
    -webkit-box-orient: vertical;
  }
}