.dtWrap {
  padding: 0.44rem 0 0.47rem;
}
.dtWrap .title {
  font-family: PingFang SC,
      PingFang SC;
  font-weight: bold;
  font-size: 0.26rem;
  color: #000000;
  text-align: center;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #f3f3f3;
}
.dtWrap .dtFlex {
  display: flex;
  margin-top: 0.4rem;
  gap: 0.3rem 0.37rem;
  flex-wrap: wrap;
  margin-bottom: 0.48rem;
}
.dtWrap .dtFlex .item {
  width: 5.08rem;
  height: 6.59rem;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #dddddd;
  overflow: hidden;
  display: block;
}
.dtWrap .dtFlex .item > img {
  width: 100%;
  height: 4.58rem;
  object-fit: cover;
  display: block;
}
.dtWrap .dtFlex .item .bottom {
  height: 2.01rem;
  padding: 0.35rem 0.17rem 0;
}
.dtWrap .dtFlex .item .bottom .text1 {
  font-family: Source Han Sans CN,
            Source Han Sans CN;
  font-weight: 400;
  font-size: 0.22rem;
  color: #333333;
  line-height: 0.36rem;
  height: 0.7rem;
}
.dtWrap .dtFlex .item .bottom .time {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  align-items: center;
}
.dtWrap .dtFlex .item .bottom .time p {
  font-family: Source Han Sans CN,
              Source Han Sans CN;
  font-weight: 400;
  font-size: 0.2rem;
  color: #999999;
}
.dtWrap .dtFlex .item .bottom .time img {
  width: 0.22rem;
}
.dtWrap .dtFlex .item:hover .text1 {
  color: #0e437d;
  font-weight: bold;
}
.dtDetail {
  padding: 0.35rem 0 0.37rem;
}
.dtDetail .dtBread {
  display: flex;
  align-items: center;
}
.dtDetail .dtBread img {
  width: 0.2rem;
}
.dtDetail .dtBread a {
  font-family: Source Han Sans CN,
        Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  display: inline-block;
  margin-left: 5px;
}
.dtDetail .dtBread a span {
  margin-left: 8px;
  display: inline-block;
}
.dtDetail .dtBread > span {
  color: #333333;
  font-family: Source Han Sans CN,
        Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  display: inline-block;
  margin-left: 8px;
}
.dtDetail .title {
  margin-top: 0.61rem;
  text-align: center;
  font-family: Source Han Sans CN,
      Source Han Sans CN;
  font-weight: bold;
  font-size: 0.4rem;
  color: #222222;
}
.dtDetail .msg {
  display: flex;
  justify-content: center;
  margin-top: 0.38rem;
}
.dtDetail .msg p {
  font-family: Source Han Sans CN,
        Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #717171;
}
.dtDetail .msg p:nth-child(2) {
  margin-left: 0.37rem;
}
.dtDetail .msg p:nth-child(3) {
  margin-left: 0.25rem;
}
.dtDetail .content {
  padding: 0.4rem 0 0.4rem;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-top: 0.5rem;
}
.dtDetail .content .richText {
  width: 12rem;
  margin: 0 auto;
}
.dtDetail .content .richText p {
  font-family: Source Han Sans CN,
          Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
  text-indent: 2em;
}
.dtDetail .content .richText img {
  width: revert-layer;
  margin: 0.1rem auto;
  max-width: 100%;
  display: block;
}
.dtDetail .nav {
  margin-top: 0.5rem;
}
.dtDetail .nav a {
  font-family: Source Han Sans CN,
        Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #555555;
}
.dtDetail .nav a:hover {
  color: #0E437D;
}
.dtDetail .nav a + a {
  margin-top: 0.2rem;
}
