* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  list-style: none;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  font-size: 0.2rem;
}
img,
video {
  max-width: 100%;
  display: block;
}
input,
button {
  all: unset;
}
a {
  color: #333;
}
a:hover {
    color: #ff5722;
}
.wrapper {
  margin: 0 auto;
}
.no_scroll {
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.no_scroll::-webkit-scrollbar {
  display: none;
}
.video-js {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.video-js .vjs-tech {
  position: relative !important;
  width: unset !important;
  display: block;
}
.video-js.vjs-paused .vjs-big-play-button,
.video-js.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block;
}
.video-js::before {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "";
  z-index: 999;
  width: 70px;
  height: 35px;
  background: #ffffffa8 url(/images/logo_title.png) no-repeat center center;
  background-size: contain;
  border-radius: 5px;
}
.flex_col_auto {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 0.2rem;
  background: #f7f7f7;
}
.flex_row_auto {
  display: flex;
  justify-content: space-between;
  flex: 1;
  gap: 0.4rem;
}
.flex_row_auto section {
  flex: 1;
  width: 30%;
}
.adv_full {
  margin: 0.1rem 0;
}
.adv_full img {
  width: 100%;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.swiper .swiper-slide:hover img {
    transform: scale(1.1);
}
.newspic {
  margin-bottom: 0.3rem;
}
.newspic li {
    position: relative;
    overflow: hidden;
}
.newspic li img {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  transition: all 0.5s;
}
.newspic li span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #22245136;
    box-sizing: border-box;
    padding: 0.1rem;
    color: #fff;
    text-align: center;
    transition: all 0.5s;
}
.newspic li:hover img {
    transform: scale(1.1);
}
.newspic li:hover span {
    background-color: #22245199;
}
.newslist li {
  font-size: 0.22rem;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0.2rem;
  border-bottom: 1px solid #ecf0f1;
}
.newslist li:hover a {
  color: #024ac2;
}
.newslist li:hover::before {
  color: #024ac2;
}
.newslist li:hover {
  background-color: #f0f2f7;
}
.hotnews {
  font-size: 0.2rem;
}
.hotnews li {
  line-height: 0.5rem;
  flex: 1;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hotnews li:nth-child(3n + 1) {
  font-weight: bold;
}
.hotnews li a:hover {
    color: #ff5722;
}
header.comm {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  gap: 0.2rem;
}
header.comm span img {
  height: 0.8rem;
}
header.comm span:last-child img {
  height: 0.6rem;
}
nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.3rem 0;
  font-size: 0.2rem;
}
nav .main {
  background-color: #024ac2;
}
nav ul li {
  flex: 1;
  padding: 0.2rem 0;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
}

nav .main li.current {
    background-color: #003999;
    font-weight: bold;
}
nav .main li a {
  color: #ffffff;
}

nav .main li:hover {
  background-color: #003999;
}
nav .sub {
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  margin: 0;
}
nav .sub li {
  padding: 0.1rem 0;
}
nav .sub li.current {
    color: #003999;
    font-weight: bold;
}
nav .sub li:hover a {
  color: #003999;
}
nav .sub li.current a {
    color: #003999;
}
nav .sub li:hover {
  background-color: unset;
}

.position {
  font-size: 0.2rem;
  color: #024ac2;
  padding: 0.13rem;
  background: #eef4f9;
  color: #333;
}
.position a {
  color: #024ac2;
}
footer {
  background-color: #024ac2;
  text-align: center;
  font-size: 0.16rem;
  margin-top: 0.5rem;
  line-height: 0.3rem;
  color: #fff;
  padding: 0.2rem;
}
footer span {
    margin: 5px;
}
footer a {
  color: #fff;
}
.listPic li {
  border-bottom: 1px solid #d0d0d044;
}
.listPic li a {
  position: relative;
  padding: 0.15rem;
  display: flex;
  gap: 0.3rem;
  color: #000;
}
.listPic li a img {
  width: 2rem;
  height: 1.3rem;
}
.listPic li a span {
  font-size: 0.2rem;
  flex: 1;
}
.listPic li a .date {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #777777;
  font-size: 0.2rem;
}
.listPic li:hover {
  background-color: #eaf4ff;
}
.listPic .more {
    text-align: center;
    padding: 0.3rem;
}
.listPic .more a {
    padding: 0.1rem 0.3rem;
    border-radius: 0.1rem;
    background-color: #c00;
    font-size: 0.16rem;
    color: #fff;
}
.flex_video img {
  width: 100%;
  aspect-ratio: 9/6;
}
#pages {
  text-align: center;
  padding: 15px 0;
  color: #666;
  margin-top: 30px;
  background: #f3f3f3;
  border-radius: 50px;
}
#pages span {
  padding: 1px 7px;
  background-color: #024ac2;
  color: #fff;
  border-radius: 50%;
}
#pages a {
  margin: 0 5px;
}
#pages a[href] {
  color: #024ac2;
}
.sub_menus {
  background: #4e73b1;
  margin-top: 0.3rem;
  position: sticky;
  z-index: 9;
  top: 0;
}
.sub_menus ul {
  display: flex;
  font-size: 0.25rem;
  width: -webkit-max-content;
  width: max-content;
}
.sub_menus ul li {
  padding: 0.15rem 0.2rem;
}
.sub_menus ul li a {
  color: #fff;
}
.sub_menus ul li.active,
.sub_menus ul li:hover {
  background-color: #c00;
}
.side_menu .no_scroll {
  position: sticky;
  top: 0.2rem;
}
.side_menu ul {
  font-size: 0.2rem;
  border: 1px solid #f0f0f0;
}
.side_menu ul li {
  text-align: center;
  padding: 0.15rem 0.3rem;
  border-bottom: 1px solid #f0f0f0;
}
.side_menu ul li a {
    color: #535353;
}
.side_menu ul li.current {
  color: #024ac2;
  background: #f3f6f8;
  border-left: 3px solid #083b90;
}
.side_menu ul li.current a {
  font-weight: bold;
  color: #024ac2;
}
aside {
  width: 5rem;
max-width: 100%;
  font-size: 0.3rem;
  border-left: 1px solid #f0f0f0;
}
aside section {
  margin-left: 0.3rem;
  margin-bottom: 0.3rem;
  position: sticky;
  top: 0.2rem;
}
aside section h3 {
  color: #024ac2;
  font-size: 0.22rem;
  font-weight: normal;
  background-color: #d9ecff;
  padding: 0.1rem 0.2rem;
}
.sub_menus ul {
font-size: 0.2rem;
}
.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.3rem 0;
}
.logo .flex_row_auto {
    gap: 0.2rem;
    flex: unset;
}
.logo img {
  height: 0.65rem;
}
.search {
  height: 0.6rem;
  border: 1px solid #c1c3d5;
  display: flex;
}
.search input,
.search button {
  font-size: 0.3rem;
}
.search input {
  flex: 1;
  padding: 0.2rem;
}
.search button {
  cursor: pointer;
  border-left: 1px solid #c1c3d5;
  text-align: center;
  width: 1.2rem;
}
.rotate {
    position: relative;
    overflow: hidden;
}
.rotate img {
    transition: all 0.3s ease;
}
.rotate a::after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000076;
    transition: all 0.3s ease;
    transform: rotate(45deg);
}
.rotate:hover img {
    transform: scale(1.1);
}
.rotate:hover a::after {
    opacity: 1;
    transform: rotate(0);
}
.rotate a span {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 9;
    overflow: hidden;
}
.rotate:hover a span {
    opacity: 1;
}
#index header .logo {
  margin: 0 auto;
  max-width: 16rem;
  padding: 0.2rem;
}
#index main h3 {
  background: linear-gradient(90deg, #e93b3b, #ffdaaa, #fff);
  color: #fff;
  font-size: 0.25rem;
  padding: 0.12rem 0.2rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
#index main .title_news {
  margin: 0.3rem 0;
  display: flex;
  gap: 0.3rem;
}
#index main .title_news span {
  background-color: #ad0908;
  color: #ffffff;
  font-size: 0.36rem;
  width: 0.7rem;
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 0.1rem;
}
#index main .title_news h1,
#index main .title_news p {
  width: 100%;
  text-align: center;
}
#index main .title_news h1 {
  font-size: 0.35rem;
}
#index main .title_news p {
  font-size: 0.25rem;
}
#index main .focus {
  width: 66%;
  display: flex;
  flex-direction: column;
  height: 5.5rem;
}
#index main .focus .swiper a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#index main .focus .swiper a span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 0.22rem;
  padding: 0.2rem 0.3rem;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #00000044;
  color: #fff;
}
#index main .focus .swiper .swiper-pagination {
  text-align: right;
  bottom: 0.2rem;
}
#index main .focus .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #fff;
  opacity: 0.6;
}
#index main .focus .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ad0908;
  opacity: 1;
}
#index main .focus .hotpic {
  margin-top: 0.3rem;
}
#index main .focus .hotpic ul {
  display: flex;
  gap: 0.3rem;
}
#index main .focus .hotpic li {
  flex: 1;
}
#index main .focus .hotpic img {
  aspect-ratio: 5/3;
}
#index main #hotnews {
    width: 31%;
}
#index .zonghe .item {
  width: 31%;
}
#index .wenlv {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}
#index .wenlv .swiper-slide img {
  width: 100%;
  height: 2.5rem;
}
#index .wenlv .swiper-button-next,
#index .wenlv .swiper-button-prev {
  font-weight: bold;
  background-color: #00000044;
  padding: 0.3rem;
  color: #fff;
  border-radius: 0.2rem;
  opacity: 0;
  transition: all 0.3s ease;
}
#index .wenlv:hover .swiper-button-next,
#index .wenlv:hover .swiper-button-prev {
  opacity: 1;
}

#index .cultrue .flex_row_auto .item,
#index .cultrue .flex_row_auto .hotnews,
#index .cultrue .flex_row_auto .picnews {
    width: 33%;
}
#index .cultrue .flex_row_auto span {
    color: #001a69;
}

#index .cultrue .flex_row_auto a:hover span {
    color: #ff5722;
}
.picnews li:nth-child(n+2) {
    margin-top: 0.3rem;
}
.picnews li a {
    display: flex;
    gap: 0.2rem;
}
.picnews li a img {
    width: 2.2rem;
    aspect-ratio: 5/3;
}

.picnews li a span {
    flex: 1;
    color: #001a69;
}
.picnews li a:hover span {
    color: #ff5722;
}
#index .lvyou .hotnews {
    width: 40%;
}
#index .grid_lvyou {
  display: grid;
  grid-gap: 0.2rem;
  grid-template-columns: 1fr 1fr 1fr;
}
#index .grid_lvyou a:hover span {
    color: #ff5722;
}
#index .grid_lvyou img {
    width: 100%;
    height: 1.8rem;
}
#index .grid_lvyou span {
    display: block;
    font-size: 0.18rem;
    line-height: 0.24rem;
    height: 0.48rem;
    overflow: hidden;
    color: #001a69;
}
#index .grid_yishu {
  display: grid;
  grid-gap: 0.2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
#index .grid_yishu a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index .grid_yishu a img {
  width: 100%;
  height: 100%;
}

#index .grid_jingji {
  display: grid;
  grid-gap: 0.2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
#index .grid_jingji .rotate:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/3;
}
#index .grid_jingji .rotate:nth-child(9) {
  grid-row: 2/4;
  grid-column: 4/6;
}
#index .grid_jingji .rotate a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index .grid_jingji a img {
  width: 100%;
  height: 100%;
}
#index .videoSwiper {
    overflow: hidden;
    position: relative;
}
#index .videoSwiper img {
    width: 100%;
    aspect-ratio: 5 / 3;
}
#index .videoSwiper span {
    margin-top: 15px;
    display: block;
}
#index .videoSwiper .swiper-button-prev,
#index .videoSwiper .swiper-button-next {
    display: none;
    transition: all 0.5s;
}
#index .videoSwiper:hover .swiper-button-prev,
#index .videoSwiper:hover .swiper-button-next {
    display: block;
}
#category .flex_video,
#list .flex_video,
#article .flex_video {
  border: 1px solid #d9ecff;
  padding: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#category .flex_video li,
#list .flex_video li,
#article .flex_video li {
    font-size: 0.16rem;
    box-sizing: border-box;
    width: 100%;
    margin: 5%;
}
#category {
  margin: 0px auto;
}
#category main {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
padding: 0 0.2rem;
}
#category main .list {
  width: calc(100% - 5.6rem);
}
#category main .swiper {
  margin-top: 0.3rem;
  height: 5rem;
}
#category main .swiper a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#category main .swiper a span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 0.22rem;
  padding: 0.2rem 0.3rem;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #00000044;
  color: #fff;
}
#category main .swiper .swiper-pagination {
  text-align: right;
  bottom: 0.2rem;
}
#category main .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #fff;
  opacity: 0.6;
}
#category main .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ad0908;
  opacity: 1;
}
#category main .article {
  flex: 1;
}
#category main .article .title {
  font-size: 0.4rem;
}
#category main .article .info {
  font-size: 0.22rem;
  margin: 0.4rem 0;
}
#category main .article article {
  font-size: 0.25rem;
}
#category main .article article img {
  max-width: 100%;
}
#category main .article article p {
  margin: 0.3rem 0;
}
#list {
  margin: 0px auto;
}
#list aside {
  width: 4rem;
max-width: 100%;
}
#list main {
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
  margin-top: 0.4rem;
}
#list main .list {
  flex: 1;
}
#article {
  margin: 0px auto;
}
#article main {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.3rem;
}
#article main > section {
  flex: 1;
width: calc(100% - 6rem);
}
#article .article h1.title {
  font-size: 0.4rem;
  text-align: center;
  padding: 0.4rem 0 0;
}
#article .article .info {
  font-size: 0.2rem;
  color: #666;
  text-align: center;
  padding: 0.4rem 0;
  border-bottom: 1px solid #f9f9f9;
}
#article .article .info span {
  margin: 0 0.1rem;
}
#article .article .info #font_tools i {
  padding: 0.07rem 0.1rem;
  cursor: pointer;
}
#article .article .info #font_tools .active {
  font-style: normal;
  background-color: #ad0909;
  color: #fff;
  border-radius: 50%;
}
#article .article .content {
  font-size: 0.2rem;
  color: #333;
  line-height: 2em;
  text-align: justify;
}
#article .article .content p {
  margin: 0.3rem 0;
  text-align: justify;
}
#article .article .content img,
#article .article .content video {
  margin: 0 auto;
}
#article .article .content.fontSmall {
  font-size: 0.18rem;
}
#article .article .content.fontNormal {
  font-size: 0.2rem;
}
#article .article .content.fontBig {
  font-size: 0.22rem;
}
#article .article .relation {
  margin-top: 0.6rem;
  font-size: 0.3rem;
}
#article .article .relation h3 {
  color: #024ac2;
  font-weight: normal;
  background-color: #d9ecff;
  padding: 0.1rem 0.2rem;
}

@media screen and (min-width: 768px) {
    .wrapper {
      max-width: 16rem;
      padding: 0 0.3rem;
    }
}
@media screen and (max-width: 768px) {
  .adv_full {
    margin: 0.2rem 0;
  }
  .position {
      font-size: 0.16rem;
  }
  #index header .logo {
      padding: 0.2rem 0.2rem 0.1rem;
  }
  .flex_row_auto {
    display: block;
  }
  .flex_row_auto section {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .flex_row_auto.flex_video {
      display: flex;
      flex-wrap: wrap;
      gap: 0.1rem;
  }
  .flex_video .rotate {
    width: 42%;
    flex: auto;
  }
  .newspic li img {
    height: 2rem;
  }
  .newslist li {
    font-size: 0.18rem;
  }
  header.comm {
    font-size: 0.3rem;
  }
  header.comm .name {
    font-size: 0.28rem;
    padding: 0.02rem 0.15rem;
    margin-left: 0.1rem;
  }
  nav ul {
    font-size: 0.16rem;
    padding: 0 0.2rem;
    width: -webkit-max-content;
    width: max-content;
  }
  nav ul li {
    padding: 0.15rem;
    scroll-snap-align: start;
  }
nav .sub li {
padding: 0.1rem;
}
  .side_menu {
      display: none;
  }
  .side_menu ul {
    display: flex;
    width: -webkit-max-content;
    width: max-content;
  }
  .side_menu ul li {
    padding: 0.1rem;
    font-size: 0.16rem;
  }
  .side_menu ul li.active {
    border-left: none;
    border-top: 3px solid #083b90;
  }
  aside {
    display: none;
    margin-top: 30px;
    width: 100%;
  }
  aside section {
    margin: 0;
  }
  aside section h3 {
    font-size: 0.2rem;
  }
  #pages {
    border-radius: 0;
    display: flex;
    justify-content: center;
    gap: 0.1rem;
  }
  #pages a {
      font-size: 0.15rem;
  }
  #pages a.a1 {
    display: block;
  }
  .logo {
    display: block;
    margin: 0.2rem 0.2rem 0.1rem;
  }
  .logo .flex_row_auto {
      display: flex;
      justify-content: start;
      gap: 0.1rem;
  }
  .logo img {
    height: 0.35rem;
  }
  .logo .search {
    margin: 0.2rem;
    display: none;
  }
  nav {
    padding: 0.1rem 0;
  }
  nav ul {
    margin: 0.1rem 0;
  }
  .newspic {
    margin-bottom: 0.1rem;
}
  .hotnews {
    font-size: 0.16rem;
  }
  .hotnews li {
    line-height: 0.35rem;
  }
  #index main {
    padding: 0 0.15rem;
  }
  #index main h3 {
    margin: 0.3rem 0;
    padding: 0.12rem 0.2rem;
    font-size: 0.2rem;
  }
  #index main .title_news {
    margin: 0;
    gap: 0.1rem;
    display: block;
  }
  #index main .title_news > span {
    display: none;
  }
  #index main .title_news h1 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  #index main .title_news p {
    font-size: 0.2rem;
  }
  #index main .focus {
    width: 100%;
    height: 2.2rem;
    margin-bottom: 0.15rem;
    display: block;
  }
  #index main #hotnews {
    width: 100%;
  }
  #index .grid_jingji {
      grid-gap: 0.1rem;
      grid-template-columns: 1fr 1fr 1fr;
  }
  #index .grid_jingji .rotate:nth-child(1),
  #index .grid_jingji .rotate:nth-child(9) {
      grid-row: unset;
      grid-column: unset;
  }
  #index .cultrue .flex_row_auto .item, #index .cultrue .flex_row_auto .hotnews, #index .cultrue .flex_row_auto .picnews {
    width: 100%;
}
#index .cultrue .flex_row_auto .item span {
    font-size: 0.16rem;
    display: none;
}
#index .cultrue .flex_row_auto .hotnews {
    margin: 0.2rem 0;
}
#index .cultrue .flex_row_auto .picnews li img {
    width: 1.6rem;
    height: 1rem;
}
#index .cultrue .flex_row_auto .picnews li span {
    font-size: 0.16rem;
}
  #index .grid_lvyou {
    grid-gap: 0.2rem;
    grid-template-columns: 1fr 1fr;
}
#index .lvyou .hotnews {
    width: 100%;
    margin-bottom: 0.2rem;
}
#index .grid_lvyou img {
    height: 1.2rem;
}
#index .grid_lvyou span {
    font-size: 0.15rem;
}
  #index main .grid_yishu {
    width: -webkit-max-content;
    width: max-content;
    display: flex;
    gap: 0.2rem;
  }
  #index main .grid_yishu .rotate {
    height: 2.2rem;
  }
  #index main .grid_yishu .rotate a span {
    font-size: 0.2rem;
  }
  #index main .wenlv .swiper-slide img {
    height: 2.4rem;
  }
  #category main {
    display: block;
  }
  #category main .list {
    width: 100%;
  }
  #category main .list .swiper {
    height: 2.5rem;
    margin-bottom: 0.1rem;
  }
  #category main .list .swiper a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  #category main .list .listPic ul li {
    padding: 0.15rem;
  }
  #category main .list .listPic ul li a {
    gap: 0.2rem;
  }
  #category main .list .listPic ul li a img {
    width: 1.5rem;
    height: 1rem;
  }
  #category main .list .listPic ul li a span {
    font-size: 0.2rem;
  }
  #category main .list .listPic ul li a span.date {
    padding: 0;
    font-size: 0.16rem;
    background-color: transparent;
  }
  #category main .list .listPic ul li a span.date::before {
    display: none;
  }
  #list main {
padding: 0;
    display: block;
  }
  #list main .list {
    width: 100%;
  }
  #list main .list .listPic ul li {
  }
  #list main .list .listPic ul li a {
    gap: 0.2rem;
  }
  #list main .list .listPic ul li a img {
    width: 1.5rem;
    height: 1rem;
  }
  #list main .list .listPic ul li a span {
    font-size: 0.18rem;
  }
  #list main .list .listPic ul li a span.date {
    padding: 0;
    font-size: 0.16rem;
    background-color: transparent;
  }
  #list main .list .listPic ul li a span.date::before {
    display: none;
  }
#list aside {
padding: 0;
  width: 100%;
}
  #list main, #article main {
    margin-top: 0;
    display: block;
padding: 0;
  }
#article main > section {
width: 100%;
}
  #article .article {
    text-align: justify;
    padding: 0 0.15rem;
  }
  #article .article h1.title {
    font-size: 0.26rem;
  }
  #article .article .info {
    font-size: 0.18rem;
    line-height: 2em;
    padding: 0.1rem 0 0.2rem;
  }
  #article .article .info #font_tools {
    display: block;
  }
  #article .article .content {
    font-size: 0.18rem;
  }
  #article .article .content img {
    height: auto !important;
  }
  #article .article .content.fontSmall {
    font-size: 0.16rem;
  }
  #article .article .content.fontNormal {
    font-size: 0.18rem;
  }
  #article .article .content.fontBig {
    font-size: 0.2rem;
  }
  #article .article .relation h3 {
    font-size: 0.2rem;
  }
}
