.banner {
  width: 100%;
  height: 300px;
  background-image: url(/images/articles/banner.jpg);
}
.title_inner {
  color: #333;
}
section.page {
  user-select: none;
}
section.page .inner_left_list ul li a {
  display: flex;
  justify-content: space-between;
}
section.page .inner_left_list ul li a p {
  font-size: 14px;
}
section.page .inner_left_list ul li a span {
  font-size: 12px;
}
section.page .inner_left_search h2 {
  margin-bottom: 20px;
}
section.page .inner_left .products_slide {
  height: 500px;
  margin-top: 20px;
}
section.page .inner_left .products_slide li {
  margin-bottom: 20px;
}
section.page .inner_left .products_slide li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 0px;
}
section.page .inner_left .products_slide li a:hover {
  background-image: none;
}
section.page .inner_left .products_slide li a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
section.page .inner_right > ul li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.page .inner_right > ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
section.page .inner_right > ul li .left {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.page .inner_right > ul li .left .day {
  font-size: 65px;
  background-color: #0163c6;
  color: white;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.page .inner_right > ul li .left .year_month {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.page .inner_right > ul li .left img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
}
section.page .inner_right > ul li .right {
  width: 49%;
  height: 200px;
}
section.page .inner_right > ul li .right .title {
  margin-bottom: 20px;
}
section.page .inner_right > ul li .right .title a {
  display: block;
}
section.page .inner_right > ul li .right .content a {
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  color: #0163c6;
  word-break: keep-all;
}
section.page .inner_right > ul li .right .content a:hover {
  border-bottom: 2px solid #0163c6;
}
section.page .inner_right > div.article_content {
  margin-top: 20px;
}
section.page .inner_right > div.article_content > ol,
section.page .inner_right > div.article_content > ul {
  list-style: revert;
  padding: revert;
  margin: revert;
  line-height: 35px;
  padding-left: 60px;
}
section.page .inner_right > div.article_content > ol li,
section.page .inner_right > div.article_content > ul li {
  list-style: revert;
}
section.page .inner_right > div.article_content > ol li > ol,
section.page .inner_right > div.article_content > ul li > ol,
section.page .inner_right > div.article_content > ol li > ul,
section.page .inner_right > div.article_content > ul li > ul {
  padding-left: 30px;
  list-style: revert;
}
section.page .inner_right > div.article_content p {
  margin-bottom: 5px;
  line-height: 35px;
  font-size: 16px;
  text-indent: 32px;
}
section.page .inner_right > div.article_content p img {
  max-width: 100%;
  height: auto;
}
section.page .inner_right > div.article_content p.tips {
  margin-top: 100px;
  border: 1px solid #cdcdcd;
  padding: 20px;
  border-radius: 15px;
}
section.page .inner_right > div.article_content b,
section.page .inner_right > div.article_content strong {
  display: block;
  margin-top: 25px;
}
section.page .inner_right > div.article_content blockquote {
  border-left: 2px solid #ccc;
  margin-left: 1.5rem;
  padding-left: 1rem;
}
section.page .inner_right > div.article_content th,
section.page .inner_right > div.article_content tr,
section.page .inner_right > div.article_content td {
  border-width: 1px;
  padding: 10px;
}
section.page .inner_right .other_article {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
section.page .inner_right .other_article a {
  display: block;
  width: 100%;
  margin-top: 10px;
}
section.page .inner_right .other_article a:hover {
  color: #0163c6;
}
section.page .inner_right .other_article a span.note {
  margin-right: 10px;
}
section.page .inner_right .other_article a span.date {
  font-size: 12px;
  margin-left: 10px;
}
section.page .inner_right > h2 {
  text-align: center;
}
section.page .inner_right_date {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .banner {
    height: 200px;
    background-image: url(/images/articles/banner-mobile.jpg);
  }
  .title_inner {
    color: white;
  }
  section.page .inner {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  section.page .inner_left {
    position: unset;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  section.page .inner_left > * {
    width: 100%;
    box-sizing: border-box;
  }
  section.page .inner_left .inner_left_search {
    margin-top: 50px;
  }
  section.page .inner_left .products_slide {
    display: none;
  }
  section.page .inner_right {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  section.page .inner_right ul {
    grid-template-columns: repeat(3, calc(33.33% - 12px));
  }
  section.page .inner_right ul li .left {
    width: 22%;
  }
  section.page .inner_right ul li .left img {
    height: 110px;
  }
  section.page .inner_right ul li .right {
    width: 75%;
    height: 110px;
  }
  section.page .inner_right ul li .right .title {
    align-items: baseline;
  }
  section.page .inner_right ul li .right .title h3 {
    font-size: 14px;
  }
  section.page .inner_right ul li .right .title a {
    width: auto;
  }
  section.page .inner_right ul li .right .title span {
    font-size: 12px;
  }
  section.page .inner_right ul li .right .content p {
    font-size: 12px;
  }
  section.page .inner_right ul li a h2 {
    font-size: 16px;
  }
  section.page .inner_right ul li a p {
    font-size: 14px;
  }
  section.page .inner_right > div.article_content ol,
  section.page .inner_right > div.article_content ul {
    padding-left: revert!important;
  }
}
