* {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff?t=1731732768727') format('woff'), url('../font/iconfont.ttf?t=1731732768727') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 35%;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.notice {
  width: 100%;
  background-image: url(../img/dcebg.png);
  min-height: 100vh;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #f6fbff;
  padding:180px 0 150px 0;
}
.notice > p {
  padding: 10px 5%;
  box-sizing: border-box;
  font-size: 50%;
}
.notice > h3 {
  text-align: center;
  font-size: 66%;
  margin-bottom: 20px;
}
.nteList {
  text-decoration: none;
  list-style: none;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 30px 5% 30px 0;
  box-sizing: border-box;
  box-shadow: 0px 1px 0 0 #abc2dd;
  color: #000;
 background: none;
  transition: transform 0.5s ease;
}
.nteList i {
  display: block;
  background-color: #abc2dd;
  width: 2px;
  margin: 0 5%;
  flex-shrink: 0;
  height: 80px;
}
.nteList > span {
  display: block;
  margin-left: 5%;
  color: #0e7ec6;
  font-size: 80%;
}
.listLeft {
  text-align: center;
  flex-shrink: 0;
  margin-left: 5%;
}
.listLeft h2 {
  display: block;
  color: #004190;
  font-size: 100%;
  height: 50px;
  line-height: 50px;
}
.listLeft h4 {
  display: block;
  color: #004190;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  font-size: 40%;
}
.listRig {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
     flex-direction: column;
    justify-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
}
.listRig p {
  font-size: 50%;
  margin-bottom: 10px;
}
.listRig span {
  margin-top: 10px;
  overflow: hidden;
  height: 40px;
  line-height: 20px;
  font-size: 43%;
  color: #666;
}
.nteList:hover {
  color: #fff;
  background: #004190;
}
.nteList:hover h2 {
  color: #fff;
}
.nteList:hover h4 {
  color: #fff;
}
.nteList:hover span {
  color: #fff;
}
.nteList:hover p {
  color: #fff;
}
.pages {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35%;
  margin: 50px 0 100px;
}
.pages a {
  display: block;
  margin: 0 10px;
  text-decoration: none;
  color: #666;
}
@media screen and (max-width: 1200px) {
  .dceList li {
    width: 32%;
  }
}
@media screen and (max-width: 750px) {
  .dceList li {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .dceList li {
    width: 100%;
  }
}