@charset "utf-8";
/*CSS通用重置样式*/
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {margin:0;padding:0;list-style:none; text-decoration:none;}
fieldset, img {border:0;}
:focus {outline:0;}
address, caption, cite, code, dfn,em, th, var, optgroup,i {font-style:normal;font-weight:normal;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
abbr, acronym {border:0;font-variant:normal;}
input, button, textarea,select, optgroup, option {font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
code, kbd, samp, tt {font-size:100%;}
input, button, textarea, select {*font-size:100%;}
body {font-size:12px;color:#333;background:#FFF;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
sup, sub {font-size:100%;vertical-align:baseline;}
:link, :visited , ins {text-decoration:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
img{vertical-align:middle;}
.clearfix:before,.cf:before,.clearfix:after,.cf:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after,.cf:after{clear:both;}
.clearfix,.cf{zoom:1;}
html{_text-overflow:ellipsis;} /*���IE6��ͼƬ����*/ 
iframe{display:block;}

ol, ul {list-style: none;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Init */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend{margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;}

/* common */

a,a:visited{ text-decoration:none;}

.clearer{ line-height:0px; clear:both; }
strong{ font-weight:bold;}

/* new clear .clear{overflow:hidden; zoom:1; clear:both;}*/
.clear:after {content: ".";clear: both;height: 0;visibility: hidden;display: block;} 
.clear {display: inline-block;    }
/**//* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/**//* End hide from IE-mac */



.container {
  width: 6.3rem;
  margin: 0 auto;
  background: #fff;
  margin-top: -0.4rem;
  padding-top: 0.05rem;
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
}
.banner-con {
  width: 100%;
  height: 4.1rem;
  background:url(https://nfcms-mainsiteoss.southcn.com/goguangdong/__tpl_asset/home/img/2025banner_gd.jpg) no-repeat top center;
  overflow: hidden;
  display: flex;
  position: relative;
}
.banner-video {
  width: 100%;
  min-width: 1920px;

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

}
.banner-infor {
  position: absolute;
  left:50%;
  top: 0.5rem;
  margin-left: -3rem;
  width: 6rem;
  text-align: center
}
.banner-infor img {
  width: 6rem;
}
.top-con {
  width: 95%;
  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: #333;font-size: 0.12rem;font-weight: bold;margin-bottom: -1px;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:6rem;
  margin:0 auto;
  overflow: hidden;
  margin-top: 0.15rem;
}

.list-con .item {
  width: 31.2%;
  float: left;
  margin-right: 3.1%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.list-con .item:nth-child(3n){
    margin-right: 0%;
}


.list-con .item  .item-img img.icon-play {
      width: 30px !important;
      height: 30px !important;
      bottom: 15px !important;
      right: 10px !important;
      position: absolute;
      min-height: auto;
}

.list-con .item  .item-img {width: 100%;height: 1.06rem;overflow: hidden;border-radius: 10px;display: flex;align-items: center; position: relative;}
.list-con .item .item-img a {
  display: flex;
}
.list-con .item  .item-img img {
 width: 100%;
 height: 100%;
 border-radius: 10px;
}

.list-con .item .title {
  font-size: 0.1rem;
  color:#21437e;
  line-height: 0.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.05rem;
  margin-bottom: 0.05rem;
  height: 0.25rem;
  font-weight: bold;
}
.list-con .item .title a {
  color:#21437e;
}

.list-con .item .infor {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.13rem;
}
.list-con .item .infor span {
  color:#7e7e7e;
  font-size: 0.08rem;
}

.list-con .item .infor i.tags {
  font-size: 0.08rem;
  color: #333;
  margin-left: 0.1rem;
  font-weight: bold;
  }
.list-con .item .infor i.tags a {
  color: #8dc11f;
}


.btn-nav {
  width: 0.13rem;
  position: absolute;
  left:0.2rem;
  top:0.2rem;
  cursor: pointer;
  display: flex;
}

.btn-nav img {
width: 100%;
}




#displaypagenum {
  margin-top:0.25rem;
}

#displaypagenum .page:first-child, #displaypagenum .page:last-child {
  display: none;
}
#displaypagenum center a {
  color:#333;
}
#displaypagenum center span.page {
  border: 1px solid #e3e3e3;
  padding: 0 0.05rem;
  line-height: 0.15rem;
   height: 0.15rem;
  text-align: center;
  margin: 0.01rem 0.02rem;
  font-size: 0.1rem;
  background: #fff;
  display: inline-block;
  color:#333;
}
#displaypagenum center span {
  color:#fff;
  border: 1px solid #e3e3e3;
  padding: 0 0.05rem;
  line-height: 0.15rem;
  height: 0.15rem;
  text-align: center;
  background: #1e395e;
  display: inline-block;
  font-size: 0.1rem;
}

#displaypagenum  a.page {
  border: 1px solid #e3e3e3;
  padding: 0 0.05rem;
  line-height: 0.15rem;
  height: 0.15rem;
  text-align: center;
  font-size: 0.1rem;
  background: #fff;
  display: inline-block;
}