.set1 .list1 {
  margin: 0;
}
.set1 .list1 .list1-l {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 314px;
}
.set1 .list1 .list1-l .tit {
  background-color: #ae0d00;
  border-radius: 80px 0 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 38px;
  padding: 36px 0 26px 0;
  height: 472px;
  font-family: "思源宋体 CN";
}
@media (max-width: 990px) {
  .set1 .list1 .list1-l .tit {
    height: auto;
  }
}
.set1 .list1 .list1-l .box {
  position: absolute;
  top: 120px;
  right: 0;
  background-color: #fff;
}
@media (max-width: 990px) {
  .set1 .list1 .list1-l .box {
    position: relative;
    top: 0;
  }
}
.set1 .list1 .list1-l .box ul {
  background: url(../img/news/bg1.png) no-repeat;
  background-position: bottom;
  width: 286px;
  height: 433px;
  padding-top: 15px;
}
@media (max-width: 990px) {
  .set1 .list1 .list1-l .box ul {
    width: 100%;
  }
}
.set1 .list1 .list1-l .box ul a {
  color: #222222;
  font-size: 24px;
  font-weight: bold;
}
.set1 .list1 .list1-l .box ul a li {
  font-family: "微软雅黑";
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
  padding: 15px 0 15px 50px;
}
.set1 .list1 .list1-l .box ul a li .ico1-img {
  padding-left: 50px;
}
.set1 .list1 .list1-l .box ul a:hover {
  color: #ae0d00;
}
.set1 .list1 .list1-l .box ul a:hover .ico1-img {
  content: url(../img/news/ico1-s.png);
}
.set1 .list1 .list1-r {
  background-color: #fff;
  margin: 0 0 0 13px;
}
.set1 .list1 .list1-r .bread {
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  margin: 0 auto;
  background: #DCDFDF;
}
@media (max-width: 768px) {
  .set1 .list1 .list1-r .bread {
    font-size: 12px;
  }
}
.set1 .list1 .list1-r .bread .type-name {
  display: inline-block;
}
.set1 .list1 .list1-r .bread .type-name div {
  font-family: "微软雅黑";
}
.set1 .list1 .list1-r .bread .type-name:nth-child(1) {
  padding-left: 30px;
}
.set1 .list1 .list1-r .bread .type-name a {
  font: 400 14px/24px;
  color: #222222;
  font-family: "微软雅黑";
}
.set1 .list1 .list1-r .bread .type-name:nth-child(2) + .type-name:before {
  content: ">\00a0";
}
.set1 .list1 .list1-r .bread .type-name:nth-child(3) + .type-name:before {
  content: ">\00a0";
}
.set1 .list1 .list1-r .bread .type-name:nth-child(4) + .type-name:before {
  content: ">\00a0";
}
.set1 .list1 .list1-r .bread .type-name:last-child a {
  font: 400 14px/24px;
  color: #ae0d00;
}
.set1 .list1 .list1-r .bread .type-name:hover a {
  font: 400 14px/24px;
  color: #ae0d00;
}
.set1 .list1 .list1-r .tit {
  margin: 0;
  align-items: center;
  border-bottom: 2px solid #f5f5f5;
  padding: 40px 0 52px 0;
}
.set1 .list1 .list1-r .tit .pic {
  text-align: center;
}
.set1 .list1 .list1-r .tit .pic .img1 {
  width: 330px;
  height: 180px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .set1 .list1 .list1-r .tit .pic .img1 {
    width: 100%;
    height: 100%;
  }
}
.set1 .list1 .list1-r .tit .tit-top {
  padding-bottom: 30px;
  border-bottom: 2px dashed #f5f5f5;
}
.set1 .list1 .list1-r .tit .tit-top .title1 {
  font-size: 20px;
  color: #151c1e;
  font-weight: normal;
}
.set1 .list1 .list1-r .tit .tit-top .title1 a {
  font-family: "微软雅黑";
}
.set1 .list1 .list1-r .tit .tit-top .des {
  margin-top: 22px;
  font-size: 14px;
  color: #999999;
  font-family: '微软雅黑';
}
.set1 .list1 .list1-r .tit .date {
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #797979;
  font-family: '微软雅黑';
}
.set1 .list1 .list1-r .tit .date .date-l {
  display: flex;
  justify-content: center;
  align-items: center;
}
.set1 .list1 .list1-r .tit .date .date-l .biao {
  margin-right: 10px;
}
.set1 .list1 .list1-r .tit .date .date-l .year {
  font-size: 14px;
  text-align: center;
  margin-left: 10px;
  font-family: '微软雅黑';
}
@media (max-width: 768px) {
  .set1 .list1 .list1-r .tit .ico1 {
    display: none;
  }
}
.set1 .list1 .list1-r .tit:hover .title1 a {
  color: #ae0d00;
}
.set1 .list1 .list1-r .tit:hover .ico1 {
  content: url(../img/news/ico1-s.png);
}
