* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  font-family: Times New Roman,TimesNewRomanPSMT,"serif","Noto Serif","NotoSerif";
  -webkit-text-size-adjust: none;
  font-style: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
body, html {
    height: 100%;
}
.wrap-app {
  width: 750px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
}



.i-logo-one {
      width: 80px;
  margin-left: 18px;
}

.container {
  width: 750px;
  margin: 0 auto;
}
.banner-con {
  width: 100%;
  height:878px;
  background:url(https://nfcms-mainsiteoss.southcn.com/goguangdong/__tpl_asset/home/img/2025banner_gd.jpg) no-repeat top center;
  overflow: hidden;
  display: flex;
}
.banner-video {
  width: 100%;
  min-width: 1920px;

  margin:0 auto;
}
.banner-video video {
  width: 100%;

}
.banner-infor {
  position: absolute;
  left:50%;
  top: 150px;
  margin-left:-700px;
  width: 750px;
}

.top-con {
  width: 96%;
  margin: 0 auto;
  position: relative;
  display: flex;
  margin-top: 7px;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid #e2e2e2 1px;
}

.top-con span {
color:#21437e;
font-size:44px;
font-weight: bold;
border-bottom: solid #8dc11f 2px;
}

.top-con i {
  width: 75px;
  height:2px;
  position: absolute;
  bottom:0px;
  left:0px;
  display: block;
  background:#cc4323;
}
.top-con a {
  float:right;
  color:#21437e;
  font-size: 24px;
}

.list-con {
  width: 750px;
  margin:0 auto;
  overflow: hidden;
}

.list-con .item {
  width: 750px;
  float: left;
  margin-bottom: 45px;
  position: relative;
  overflow: hidden;
}
.list-con .item  .item-img {
  width: 750px;
}

.list-con .item  .item-img img {
 width: 100%;
}

.list-con .item .title {
  font-size: 34px;
  color:#21437e;
  line-height: 40px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  width: 90%;
}
.list-con .item .title a {
  color:#21437e;
}

.list-con .item  .item-img img.icon-play {
      width: 80px !important;
      height: 80px !important;
      bottom: 35px !important;
      right: 40px !important;
      position: absolute;
      min-height: auto;
}
.list-con .item .infor {
  width: 90%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-size: 26px;
  justify-content: flex-start;
}
.list-con .item .infor span {
  color: #333;
  font-size: 26px;
}

.list-con .item .infor i.tags {
  font-size: 26px;
  color: #333;
  margin-left: 18px;
  font-style: normal;
  font-weight: bold;
  }
.list-con .item .infor i.tags a {
  color: #8dc11f;
}

.loading {
  width: 750px;
  margin:0 auto;
  color:#aeaeae;
  font-size:18px;
  text-align: center;
  display: none;
}

.loading img {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 15px
}


