
.md-news-11 {
  position: relative;
}
.md-news-11 .border-red {
  margin-top: 72px;
  margin-bottom: 20px;
}
.md-news-11 .time {
  padding-left: 30px;
  margin-top: 25px;
}
.md-news-11 .det-cen {
  position: relative;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 20px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  line-height: calc(40 / 16);
  line-height: 2;
}
.md-news-11 .det-cen .te {
  width: calc( 560 / 1170 * 100%);
}
.md-news-11 .det-cen .imgs {
  width: calc( 560 / 1170 * 100%);
}
.md-news-11 .det-cen .imgs img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .md-news-11 .det-cen .te {
    width: 100%;
  }
  .md-news-11 .det-cen .imgs {
    width: 100%;
  }
}
.md-news-11 .det-bot {
  padding-top: 20px;
}
.md-news-11 .det-bot .det_ul {
  max-width: 70%;
}
.md-news-11 .det-bot .aa {
  position: relative;
  display: block;
  line-height: calc(40 / 16);
  line-height: 2;
}
.md-news-11 .det-bot .aa:hover {
  color: var(--active);
}
@media screen and (max-width: 767px) {
  .md-news-11 .det-bot {
    flex-wrap: wrap;
  }
  .md-news-11 .det-bot .det_ul {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .md-news-11 .time {
    padding-left: 0;
  }
}
