@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("../fonts/HarmonyOS_Sans_SC.eot");
  src: url("../fonts/HarmonyOS_Sans_SC.eot?#iefix") format("embedded-opentype"), url("../fonts/HarmonyOS_Sans_SC.woff2") format("woff2"), url("../fonts/HarmonyOS_Sans_SC.woff") format("woff"), url("../fonts/HarmonyOS_Sans_SC.ttf") format("truetype"), url("../fonts/HarmonyOS_Sans_SC.svg#HarmonyOS_Sans_SC") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #fff;
}

html, body {
  font: 16px HarmonyOS Sans SC;
  background: #f0f0f0;
}

ul, ol, li {
  list-style: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 92px;
  background: -webkit-gradient(linear, left top, right top, from(#030A1D), to(rgba(6, 44, 48, 0)));
  background: -webkit-linear-gradient(left, #030A1D 0%, rgba(6, 44, 48, 0) 100%);
  background: linear-gradient(-270deg, #030A1D 0%, rgba(6, 44, 48, 0) 100%);
  z-index: 99;
}
.header header {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 1230px;
}
.header .logo {
  margin-right: 184px;
  width: 188px;
  height: 49px;
}
.header nav a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 131px;
  height: 41px;
}
.header nav a:hover {
  color: #9CDBFF;
}
.header nav a.active {
  background: #23A6F0;
  color: #fff;
  border-radius: 4px 4px 20px 4px;
}

footer {
  height: 297px;
  background: url(../images/footer.jpg) center no-repeat;
  background-size: cover;
}

.footer-container {
  margin: 0 auto;
  width: 1230px;
}

.footer-logo {
  width: 303px;
  height: 92px;
  background: url(../images/footer_logo.png) no-repeat;
  background-size: cover;
}

.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-slogn {
  padding-top: 48px;
}
.footer-slogn h5 {
  font-size: 24px;
  color: #50CDFF;
}
.footer-slogn p {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}

.footer-menu li {
  margin-bottom: 12px;
}
.footer-menu li:first-child a {
  font-size: 24px;
}
.footer-menu li a {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}

.footer-contact h4 {
  margin-bottom: 14px;
  font-size: 24px;
  color: #fff;
}
.footer-contact .soical a {
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 40px;
}
.footer-contact .soical a :hover.icon-facebook {
  background: url() no-repeat;
  background-size: cover;
}
.footer-contact .soical a :hover.icon-twitter {
  background: url() no-repeat;
  background-size: cover;
}
.footer-contact .soical a :hover.icon-instagram {
  background: url() no-repeat;
  background-size: cover;
}
.footer-contact .soical a.icon-facebook {
  background: url() no-repeat;
  background-size: cover;
}
.footer-contact .soical a.icon-twitter {
  background: url() no-repeat;
  background-size: cover;
}
.footer-contact .soical a.icon-instagram {
  background: url() no-repeat;
  background-size: cover;
}
.footer-contact p {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
}
.footer-contact p i {
  margin-right: 10px;
  display: inline-block;
  width: 12px;
  height: 12px;
}
.footer-contact p i.icon-address {
  height: 14px;
  background: url(../images/icon_address.png) no-repeat;
  background-size: cover;
}
.footer-contact p i.icon-phone {
  background: url(../images/icon_phone.png) no-repeat;
  background-size: cover;
}

.notice-container {
  margin: 0 auto;
  width: 1230px;
  padding-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 700px;
}

.notice-item {
  margin-right: 31px;
  margin-bottom: 66px;
  display: inline-block;
  width: 389px;
  height: 549px;
  background: #fff;
  border-radius: 0px 0px 20px 0px;
  overflow: hidden;
  vertical-align: top;
}
.notice-item:nth-child(3n) {
  margin-right: 0;
}

.item-img {
  width: 389px;
  height: 210px;
  border-radius: 0px 0px 20px 0px;
  overflow: hidden;
}
.item-img img {
  width: 100%;
  height: 100%;
}

.item-info {
  padding: 20px 31px;
  height: 276px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: normal;
}
.item-info p {
  font-size: 14px;
  color: #05595B;
}
.item-info h4 {
  padding: 20px 0;
  font-size: 27px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111C3D;
}
.item-info div {
  font-size: 18px;
  line-height: 29px;
}

.item-btn a {
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  background: #1F84FC;
}

.page-link {
  margin: 0 auto;
  width: 1230px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 30px;
}
.page-link a {
  margin: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background: #f4f4f4;
  color: #333;
}
.page-link a.active, .page-link a:hover {
  color: #fff;
  background: #1F84FC;
}/*# sourceMappingURL=notice.css.map */