.banner {
  width: 100%;
  height: 74.66667vw;
  margin: auto;
  background: url("/image/notice/m.banner.png") no-repeat center/cover;
  position: relative;
}

.banner p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 8vw;
  text-align: center;
}

.banner p::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -4.26667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 16.26667vw;
  height: 0.53333vw;
  background: #fff;
}

.section-1 {
  width: 100%;
  margin: auto;
}

.section-1 > .l {
  width: 100%;
  background-color: #f7f8fc;
}

.section-1 > .l > p {
  width: 100%;
  height: 10.66667vw;
  background-color: #0c4f97;
  box-sizing: border-box;
  line-height: 10.66667vw;
  text-align: center;
  font-size: 5.33333vw;
  color: #fff;
}

.section-1 > .l > ul {
  width: 93.6vw;
  margin: auto;
  height: 12.26667vw;
  background-color: #f7f8fc;
  display: flex;
}

.section-1 > .l > ul li {
  margin-top: 6px;
  width: 100%;
  height: 10.66667vw;
  text-align: center;
  box-sizing: border-box;
  font-size: 4.8vw;
  line-height: 10.66667vw;
  color: #151617;
}

.section-1 > .l > ul li.active {
  background-color: #ffffff;
  color: #0c4f97;
}

.r {
  margin-top: 4.26667vw;
  margin-bottom: 10.66667vw;
}

.r ul li {
  padding: 3.73333vw 0;
  margin: 0 auto;
  width: 93.6vw;
  border-bottom: 1px solid;
  border-color: #e9ecf0;
}

.r ul li:nth-child(1) {
  padding-top: 0;
}

.r ul li > .img {
  width: 93.6vw;
  display: block;
}

.r ul li > .img img {
  width: 93.6vw;
}

.r ul li > .con {
  width: 93.6vw;
}

.r ul li > .con > a {
  font-weight: bolder;
  color: #151617;
  font-size: 4.26667vw;
  margin: 3.2vw 0;
  display: block;
  max-height: 11.73333vw;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.r ul li > .con > p {
  color: #767676;
  font-size: 3.73333vw;
  line-height: 1.5;
  height: 16vw;
  margin-bottom: 3.2vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.r ul li > .con > .info {
  color: #909399;
  font-size: 3.2vw;
}

.r ul li > .con > .info p {
  position: relative;
}

.r ul li > .con > .info p:nth-child(1) {
  margin-bottom: 2.13333vw;
  padding-left: 5.86667vw;
}

.r ul li > .con > .info p:nth-child(1) i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/image/news/icon-2.png") no-repeat center/3.2vw;
  width: 3.2vw;
  height: 3.2vw;
  display: block;
}
