.mn-detailsWarp .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0a64d8;
  padding-bottom: 12px;
}
.xian {
  width: 90px;
  border-bottom: 3px solid #cccccc;
}
.mn-detailsWarp {
  box-sizing: border-box;
  font-size: 16px;
  border-bottom: solid 1px #cccccc;
  height: 40px;
}
.mn-channel,
.mn-infoList {
  vertical-align: top;
  font-size: 16px;
  display: inline-block;
}

.mn-channel {
  width: 250px;
  text-align: center;
}

.mn-channel .parentChannel {
  color: white;
  font-size: 24px;
  background-color: #0a64d8;
  font-weight: bold;
  height: 92px;
  line-height: 92px;
  border-radius: 5px 5px 0 0;
  background-image: url("/DFS/template/4257/images/channel_1.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.mn-channel .childChannel {
  box-sizing: border-box;
  border-left: solid 5px #0a64d8;
  height: 60px;
  line-height: 60px;
  border-bottom: solid 1px #ffffff;
  background-color: #f3f3f3;
  font-size: 18px;
}
/* .mn-channel .li2,
.mn-channel .li3 {
  padding: 6px 20px;
  line-height: 24px;
} */
.mn-channel .childChannel.z-sel {
  border-left-color: #ff9b00;
  background: #ffffff;
}

.childChannel.z-sel a {
  color: #ff9b00;
}

.mn-infoList {
  width: 850px;
  margin: 0 0 0 30px;
}

.mn-list-item {
  height: 100px;
  border-bottom: 1px dashed #cccccc;
  box-sizing: border-box;
  padding: 19px 0;
  font-size: 0;
}

.mn-list-item .date,
.mn-list-item .info {
  vertical-align: middle;
  font-size: 16px;
  display: inline-block;
}

.mn-list-item .date {
  width: 62px;
  height: 62px;
  font-size: 14px;
  background-color: #0a64d8;
  color: #ffffff;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
  border-radius: 3px;
  transition: ease-in 0.5s;
}

.mn-list-item .day {
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0 0;
}

.mn-list-item .info {
  width: 760px;
  margin: 0 0 0 28px;
}

.mn-list-item .title {
  font-size: 18px;
  margin: 3px 0 6px;
}

.mn-list-item .summary {
  font-size: 14px;
  color: #666666;
}

.mn-list-item:hover .date {
  background-color: #ff9b00;
}
.nr .uls {
  margin-top: 20px;
}
.nr .uls li {
  line-height: 40px;
}
.nr .uls li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nr .uls li a .left {
  display: flex;
  align-items: center;
  width: 85%;
}
.nr .uls li a .left p {
  font-size: 16px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nr .uls li a .left img {
  margin-right: 10px;
}
.nr .uls li a .time {
  font-size: 16px;
  color: #999999;
}
.nr .uls li:nth-child(5n) {
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.nr .uls li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.nr .uls li:nth-child(15n) {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.nr .uls li:hover .left p {
  color: #0a64d8;
}
@media screen and (max-width: 600px) {
  .mn-channel {
    display: none;
  }

  .mn-infoList {
    width: 100%;
    margin: 0;
  }

  .mn-list-item .info {
    width: calc(100vw - 100px);
    box-sizing: border-box;
    padding: 0 0 0 1.2rem;
    margin: 0;
  }
}
