﻿@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; font-size: 100%; font-family: inherit;}

/* common */
body { font: 14px/1.5 "Helvetica Neue", Microsoft YaHei, "Microsoft Yahei", Helmet, Freesans, sans-serif; color:#333333; 
}
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 */


.bannerm {
  width: 840px;
  margin: 0 auto;
  position: relative;
}
.bannerm img {
  width:100%;
}
.bannerm p {
    position: absolute;
    width: 100%;
    height: 220px;
    top: 0px;
    letter-spacing:1px;
    line-height: 210px;
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    text-shadow: 2px 3px 6px #093375;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0.9)), to(rgba(0,0,0,0.3)));
}
body {
  width:100%;
  line-height: 1.5;
  font-family: PingFang SC,Noto SansCJK,Microsoft Yahei,Heiti SC;
  font-size: .14rem;
  font-weight: 400;
  color: #333;
  background-color: #fff;
}

.nav {
  width: 840px;
  height: 76px;
  top: 0;
  left: 50%;
  position: relative;
  z-index: 99;
  margin-left: -420px;
  z-index: 999;
}
.nav .nav-con {
  border-bottom: 1px solid #eee;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 10;
}
.nav .nav-con ul {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  box-sizing: initial;
}
.nav .nav-con ul li {
  flex-shrink: 0;
  width: auto;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  margin: 1px 16px;
  font-size: 21px;
  text-align: center;
  color: #666;
  box-sizing: initial;
  position: relative;
  white-space: nowrap;
  line-height: 62px;
  cursor: pointer;
}


.nav .nav-con ul li.active {
  color: #f64e45;

}

.nav .nav-con ul li.active:after {
  content: "";
  display: block;
  margin: 0 .28rem 0 0;
  width: .32rem;
  height: 2px;
  border-radius: 2px;
  background: #f64e45;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}


.list-title {
  min-height: 30px;
  line-height: 30px;
  border-left: 5px solid #f64e45;
  font-size: 26px;
  font-weight: 700;
  padding-left: 25px;
  margin: .3rem 0 .15rem;
  box-sizing: border-box;
  color: #333;
}
.con-list {
  width: 800px;
}
.con-list li {
  width:100%;
}
.con-list li a.alist {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 1px solid hsla(0,0%,93.3%,.8);
  font-size: 26px;
  color: #333;
  -webkit-box-align: start;
  align-items: flex-start;
}



.article-info-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 2em;
  font-size: 24px;
}

.article-info-des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 2em;
  font-size: 17px;
  color: #828282;
  height: 80px;
  padding-top: 1px;
      line-height: 28px;
}
.article-info-des a {
    color: #828282;
}

.article-info-time {
  font-size: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1;
  color: #999;
  padding-top: 11px;
}
.article-info-img {
}
.article-info-img img {
  width:100%;
}


.moreArt {
  display: block;
  width: 718px;
  height: 60px;
  padding-right: 64px;
  line-height: 60px;
  font-size: 18px;
  color: #989898;
  text-align: right;
  background: url(https://nfcms-mainsiteoss.188-5633.com/news/__tpl_asset/zt/img/pionto.png) no-repeat 750px;
  background-size: 11px;
}

.nf-gap {
  border-bottom: 0px;
}


.article-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: auto;
  height: 186px;
  -webkit-box-flex: 0;
  flex: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-around;
}
.article-info-img {
  -webkit-box-flex: 0;
  flex: none;
  width: 275px;
  margin-left: 60px;
  position: relative;
}

.nav .nav-con {
    overflow-x: auto;
}
.nav .nav-con ul {width: auto;padding-right:10px;}


.con {
  width:840px;
  margin:0 auto;
  position: relative;
}
.pubcon {
  width:1200px;
  overflow:hidden;
  margin: 0 auto;
  padding-top: 25px;
}
.pubconl {
      width: 840px;
    float: left;
    position: relative;
}

.onedelay {
  -webkit-transition: transform 1.0s;
    animation-delay: 0.3s
  }
  
  .onedelaya {
    animation-delay: 0.5s
  }
  
  .onedelayb {
    animation-delay: 1s
  }
  
  .onedelayc {
    animation-delay: 2s
  }
  
  .onedelayd {
    animation-delay: 3s
  }



.abanner {
  width:100%;
}
.abanner img {
   width:100%;
}

