.set1 .list1 {
  margin: 0;
}
.set1 .list1 .bread {
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  margin: 0 auto;
  background: #DCDFDF;
}
@media (max-width: 768px) {
  .set1 .list1 .bread {
    font-size: 12px;
  }
}
.set1 .list1 .bread .type-name {
  display: inline-block;
}
.set1 .list1 .bread .type-name div {
  font-family: "微软雅黑";
}
.set1 .list1 .bread .type-name:nth-child(1) {
  padding-left: 30px;
}
.set1 .list1 .bread .type-name a {
  font: 400 14px/24px;
  color: #222222;
  font-family: "微软雅黑";
}
.set1 .list1 .bread .type-name:nth-child(2) + .type-name:before {
  content: ">\00a0";
}
.set1 .list1 .bread .type-name:nth-child(3) + .type-name:before {
  content: ">\00a0";
}
.set1 .list1 .bread .type-name:nth-child(4) + .type-name:before {
  content: ">\00a0";
}
.set1 .list1 .bread .type-name:last-child a {
  font: 400 14px/24px;
  color: #ae0d00;
}
.set1 .list1 .bread .type-name:hover a {
  font: 400 14px/24px;
  color: #ae0d00;
}
.set1 .list1 .content .tit {
  border-bottom: 2px solid #ae0d00;
  margin: 50px 30px;
}
.set1 .list1 .content .tit h2 {
  font-family: '微软雅黑';
  font-size: 38px;
  font-weight: bold;
  line-height: 36px;
  color: #ae0d00;
  text-align: center;
  padding-bottom: 23px;
}
@media (max-width: 550px) {
  .set1 .list1 .content .tit h2 {
    color: #fff;
  }
}
.set1 .list1 .content .tit .date {
  color: #7d7d7d;
  font-size: 16px;
  font-family: '思源黑体 CN';
  text-align: right;
  padding-bottom: 14px;
}
@media (max-width: 550px) {
  .set1 .list1 .content .tit .date {
    color: #fff;
  }
}
.set1 .list1 .content .imga {
  text-align: center;
  padding: 70px 0;
}
.set1 .list1 .content .imga .img1 {
  width: 90%;
  height: 100%;
}
.set1 .list1 .content p {
  font-size: 18px;
  font-family: '微软雅黑';
  line-height: 36px;
  text-indent: 1rem;
  padding: 0 65px 50px 65px;
  color: #151c1e;
}
@media (max-width: 768px) {
  .set1 .list1 .content p {
    padding: 0 30px 50px 30px;
  }
}
.set1 .list1 .content .anymore {
  padding: 65px 65px 0 65px;
}
.set1 .list1 .content .anymore a {
  font-size: 18px;
  color: #333333;
}
