.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 .max_width {
  max-width: 1280px;
  margin: auto;
}
.app img {
  border-radius: 7px;
}
.app .t_h:hover {
  color: #ad7223;
}
.app .text_type {
  display: inline-block;
  max-width: 100%;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  color: #ad7223;
  margin-top: 10px;
  letter-spacing: 1px;
  line-height: 1.2;
  white-space: normal;
  text-align: left;
}
.app .d_text_title {
  margin: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #111;
  font-size: 22px;
  font-weight: 700;
}
.app .d_text_desc {
  margin: 0 10px;
  margin-bottom: 8px;
  font-size: 20px;
  letter-spacing: 0.05px;
  color: #191919;
  line-height: 20px;
}
.app .text_title {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
}
.app .text_desc {
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: 0.05px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #444;
  font-weight: 500;
  font-size: 14px;
}
.app .text_date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05px;
  color: #444;
  margin-top: 10px;
  margin-bottom: 10px;
}
.app .text_1 {
  margin-bottom: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid #444;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #191919;
}
@media (max-width: 750px) {
  .app .advindex {
    width: 100vw;
    position: relative;
    left: -10px;
  }
}
.app .first_block {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.app .first_block .left {
  width: 300px;
}
.app .first_block .left img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
.app .first_block .middle {
  flex: 1;
}
.app .first_block .middle img {
  width: 100%;
}
.app .first_block .right {
  width: 350px;
}
.app .first_block .right .type_title {
  padding: 10px 0;
  border-bottom: 1px solid #111;
}
.app .first_block .right .item_right {
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .app .first_block {
    flex-wrap: wrap;
  }
}
@media (max-width: 750px) {
  .app .first_block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .app .first_block .left {
    width: calc(100% - 20px);
  }
  .app .first_block .left img {
    height: auto;
  }
  .app .first_block .middle {
    width: calc(100% - 20px);
    flex: none;
    margin-top: 20px;
  }
  .app .first_block .middle img {
    width: 100%;
  }
  .app .first_block .right {
    margin-top: 20px;
    width: calc(100% - 20px);
  }
}
.app .second_block {
  padding: 20px 0;
  margin-top: 20px;
}
.app .second_block > div {
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.app .second_block > div .s_r_item {
  background: #ffffff;
  padding: 10px;
  border-radius: 7px;
  flex: 1;
}
.app .second_block > div .s_r_item img {
  width: 100%;
  height: 150px;
}
@media (max-width: 1000px) {
  .app .second_block > div {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .app .second_block > div .s_r_item {
    width: 45%;
  }
  .app .second_block > div .s_r_item img {
    height: 180px;
  }
}
@media (max-width: 750px) {
  .app .second_block > div {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .app .second_block > div .s_r_item {
    flex: none;
    width: calc(100% - 20px);
  }
  .app .second_block > div .s_r_item img {
    height: 180px;
  }
}
.app .third_block {
  margin-top: 20px;
}
.app .third_block > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.app .third_block > div .t_r_item {
  margin-bottom: 20px;
  width: calc(25% - 8px);
}
.app .third_block > div .t_r_item img {
  height: 150px;
  width: 100%;
}
@media (max-width: 1000px) {
  .app .third_block > div {
    flex-wrap: wrap;
  }
  .app .third_block > div .t_r_item {
    margin-bottom: 20px;
    width: 48%;
  }
  .app .third_block > div .t_r_item img {
    height: 180px;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .app .third_block > div {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .app .third_block > div .t_r_item {
    width: 95%;
  }
  .app .third_block > div .t_r_item img {
    height: 180px;
  }
}
.app .details {
  margin-top: 20px;
}
.app .details .text_date {
  margin: 0 10px;
}
.app .details .text_date .content {
  margin: 0 10px;
}
.app footer {
  background-color: #ad7223;
  color: #fff;
  padding-bottom: 100px;
}
.app a img {
  transition: all 0.2s;
  overflow: hidden;
}
.app a img:hover {
  transition: all 0.2s;
  transform: scale(1.1);
}

.remen {
  animation: identifier 0.6s infinite reverse;
}

@keyframes identifier {
  from {
    color: red;
  }
  to {
    color: #ad7223;
  }
}/*# sourceMappingURL=index.css.map */