.max-width {
  max-width: 1200px;
  margin: auto;
}

.text_title {
  font-size: 20px;
  line-height: 25px;
  margin: 10px 0;
}

.text_ad {
  color: #666;
  margin: 10px 0;
}

#content_html {
  margin-top: 20px;
  padding: 0 15px;
}
#content_html p,
#content_html li {
  margin: 15px 0;
  font-size: 16px;
  line-height: 25px;
}
#content_html ul,
#content_html li {
  list-style: inside;
}
#content_html h1,
#content_html h2,
#content_html h3,
#content_html h4,
#content_html h5,
#content_html h6 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.025rem;
  line-height: 1.8rem;
  margin: 20px 0;
  outline: none;
}
#content_html h2 {
  font-size: 18px;
}
#content_html h3 {
  font-size: 17px;
}
#content_html h4,
#content_html h5,
#content_html h6 {
  font-size: 16px;
}

.app .header {
  height: 75px;
  line-height: 75px;
  background-color: #0e4463;
  color: #fff;
  position: sticky;
  top: 0px;
}
.app .header .max-width {
  display: flex;
  justify-content: space-between;
}
.app .header .max-width .website_name {
  font-family: "comic sans ms";
  font-size: 30px;
  font-weight: 700;
}
.app .header .max-width .iconfont {
  font-size: 30px;
}
.app .header .max-width .icon-caidan {
  display: none;
}
.app .header .max-width ul {
  display: flex;
  gap: 30px;
}
.app .header .max-width ul li {
  margin: 0;
  padding: 0;
  line-height: 75px;
  list-style: none;
}
.app .header .max-width ul li a {
  font-size: 20px;
}
@media (max-width: 1000px) {
  .app .header .max-width {
    padding: 0 10px;
  }
  .app .header .max-width ul {
    display: none;
  }
  .app .header .max-width .icon-caidan {
    display: block;
  }
}
.app .first_block {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
.app .first_block .left {
  width: 65%;
}
.app .first_block .left .left {
  display: block;
  width: 100%;
}
.app .first_block .right {
  flex-direction: column;
  display: flex;
  gap: 20px;
}
.app .first_block .right .f_r_item {
  display: flex;
  gap: 20px;
}
.app .first_block .right .f_r_item img {
  width: 35%;
  height: 100px;
}
@media (max-width: 1000px) {
  .app .first_block {
    display: block;
  }
  .app .first_block .left {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .app .first_block {
    display: block;
  }
  .app .first_block .left .left {
    margin: 0 10px;
    width: calc(100% - 20px);
    box-sizing: border-box;
  }
  .app .first_block .right {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .app .first_block .right .f_r_item {
    display: block;
    gap: 20px;
    margin: 0 10px;
  }
  .app .first_block .right .f_r_item img {
    width: 100%;
    height: auto;
  }
}
.app .second_block .s_tname {
  font-size: 30px;
  text-align: center;
  line-height: 100px;
}
.app .second_block .s_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.app .second_block .s_list .s_item {
  width: calc(25% - 20px);
}
@media (max-width: 1000px) {
  .app .second_block .s_list .s_item {
    width: 48.5%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media (max-width: 750px) {
  .app .second_block .s_list .s_item {
    width: 100%;
  }
}
.app .text_title {
  font-weight: 700;
}
@media (max-width: 768px) {
  .app .details img {
    margin: 10px;
    width: calc(100% - 20px);
  }
  .app .details .text_title,
  .app .details .text_ad {
    margin: 10px;
  }
}/*# sourceMappingURL=index.css.map */