.app #content_html {
  margin-top: 20px;
  padding: 0 15px;
}
.app #content_html p,
.app #content_html li {
  margin: 15px 0;
  font-size: 16px;
  line-height: 25px;
}
.app #content_html ul,
.app #content_html li {
  list-style: inside;
}
.app #content_html h1,
.app #content_html h2,
.app #content_html h3,
.app #content_html h4,
.app #content_html h5,
.app #content_html h6 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.025rem;
  line-height: 1.8rem;
  margin: 20px 0;
  outline: none;
}
.app #content_html h2 {
  font-size: 18px;
}
.app #content_html h3 {
  font-size: 17px;
}
.app #content_html h4,
.app #content_html h5,
.app #content_html h6 {
  font-size: 16px;
}
.app .text_date {
  color: #454545;
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0;
}
.app .text_title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}
.app .text_author {
  color: #555;
  margin: 10px 0;
}
.app .text_title {
  font-family: Merriweather;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  line-height: 30px;
}
.app .text_author {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  text-align: left;
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 400;
  color: #454545;
  box-sizing: border-box;
  margin: 10px 0;
  font-size: 16px;
  line-height: 24px;
}
.app .icon-caidan {
  display: none;
}
@media (max-width: 768px) {
  .app .text_date,
  .app .view_date,
  .app .text_author,
  .app .text_title {
    padding-left: 15px;
    box-sizing: border-box;
  }
  .app img {
    width: calc(100% - 30px);
    margin: 0 15px;
    margin-top: 15px;
  }
  .app .s_title {
    padding: 0 15px;
  }
}
@media (max-width: 1208px) {
  .app .icon-caidan {
    display: block;
  }
  .app .header ul {
    display: none !important;
  }
}
.app .view_date {
  font-size: 14px;
  color: #828282;
  margin: 10px 0;
}
.app .max_width {
  max-width: 1400px;
  margin: auto;
}
.app .header {
  position: sticky;
  top: 0;
  height: 70px;
  background-color: #0133B3;
  color: #ffffff;
}
.app .header .max_width {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  padding: 0 15px;
}
.app .header .max_width div {
  text-align: center;
}
.app .header .max_width .iconfont {
  color: #ffffff;
  font-size: 35px;
}
.app .header .max_width .website_name {
  font-size: 30px;
  font-weight: 900;
}
.app .brline {
  border-top: 5px solid #000 !important;
  margin: 10px 0;
}
.app .first_block {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}
.app .first_block .f_left {
  width: 100%;
}
.app .first_block .f_left .f_l_top {
  display: flex;
  justify-content: space-between;
}
.app .first_block .f_left .f_l_top .f_l_t_left {
  width: 50%;
}
.app .first_block .f_left .f_l_top img {
  width: 45%;
}
.app .first_block .f_left .f_l_next {
  display: flex;
  gap: 30px;
}
.app .first_block .f_left .f_l_next a {
  flex: 1;
}
.app .first_block .f_right {
  flex: 1;
}
@media (max-width: 767px) {
  .app .first_block {
    gap: 0;
  }
  .app .first_block .f_left {
    width: 100%;
  }
  .app .first_block .f_left .f_l_next {
    display: block;
  }
  .app .first_block .f_left .f_l_next .f_l_next_top {
    margin-top: 30px;
    margin: auto;
  }
  .app .first_block .f_right {
    flex: none;
  }
}
.app .second_block .s_title {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.app .second_block .s_title .s_t_text {
  color: #0133B3;
  font-family: "Merriweather";
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}
.app .second_block .s_title .s_t_more {
  color: #000;
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}
.app .second_block .s_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.app .second_block .s_list .f_l_next_top {
  background: #f0eee2;
  width: calc(33.3% - 20px);
}
.app .second_block .s_list .f_l_next_top .f_l_next_t_left {
  padding: 20px;
}
.app .second_block .s_list .f_l_next_top:nth-child(even) {
  background-color: #D7EEF6;
}
@media (max-width: 768px) {
  .app .second_block .s_list .f_l_next_top {
    width: calc(100% - 30px);
    margin-left: 15px;
  }
}
.app .details {
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .app .details .text_title,
  .app .details .text_author,
  .app .details img {
    padding: 0 15px;
  }
}/*# sourceMappingURL=index.css.map */