.content-main {
    padding: 70px 0 100px;
  }
  .content-main .all-nav {
    position: relative;
    border-bottom: 1px solid #1D1D1D;
    text-align: center;
  }
  .content-main .all-nav a {
    display: inline-block;
    color: #8d8d8d;
    padding: 0 10px;
    margin: 0 30px;
    height: 53px;
    line-height: 58px;
    border-bottom: 3px solid transparent;
    position: relative;
    font-size: 16px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .content-main .all-nav a em {
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: -4px;
    width: 64px;
    height: 4px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background: #B7904C;
  }
  .content-main .all-nav a:hover,
  .content-main .all-nav a.on {
    color: #B7904C;
  }
  .content-main .all-nav a:hover em,
  .content-main .all-nav a.on em {
    opacity: 1;
  }
  .news-list {
    padding-bottom: 130px;
  }
  .news-list .item {
    border-bottom: 1px solid #303030;
    height: 175px;
    background: transparent;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .news-list .item .item-inner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
  }
  .news-list .item .item-inner .p-tit {
    color: #b4b4b4;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
    -webkit-transition: color ease-in-out 0.3s;
    -moz-transition: color ease-in-out 0.3s;
    -ms-transition: color ease-in-out 0.3s;
    -o-transition: color ease-in-out 0.3s;
    transition: color ease-in-out 0.3s;
  }
  .news-list .item .item-inner .p-mess {
    font-size: 14px;
    color: #8d8d8d;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-transition: color ease-in-out 0.3s;
    -moz-transition: color ease-in-out 0.3s;
    -ms-transition: color ease-in-out 0.3s;
    -o-transition: color ease-in-out 0.3s;
    transition: color ease-in-out 0.3s;
  }
  .news-list .item a {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
    padding-left: 98px;
    width: 784px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .news-list .item a img {
    display: none;
  }
  .news-list .item a .s-icon {width: 15px;
    height: 28px;
    position: absolute;
    z-index: 2;
    background: url(../images/list-item-hover.png) no-repeat center center;
    
    display: block;
    right: -60px;
    top: 32px;
    opacity: 0;
    transform: translate(60px,0);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;background-repeat: no-repeat;}
  .news-list .item a .category {
    width: 83px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    color: #b7904c;
    background: #343434;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .news-list .item a .category em {
    position: absolute;
  }
  .news-list .item a .category em:first-child {
    left: 17px;
    top: -11px;
    font-size: 26px;
  }
  .news-list .item a .category em:nth-child(2) {
    left: 46px;
    top: 0;
    font-size: 18px;
  }
  .news-list .item:hover {
    background: #252525;
    border-bottom-color: transparent;
  }
  .news-list .item:hover a {
    -webkit-transform: translate(-50px, 0);
    -moz-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -o-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  .news-list .item:hover a .category {
    
  }
  .news-list .item:hover a .s-icon {
    opacity: 1;
    transform: translate(0,0);
  }
  .news-list .item:hover .item-inner .p-tit {
  }
  .news-list .item:hover .item-inner .p-mess {
  }
  .pager{
      margin-top: 45px;
  }
  .pager-inner{
      width: 1200px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      font-size: 0;
  }
  .pager a,.pager em{
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 42px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #545454;
    color: #545454;
    margin-left: 15px;
    position: relative;
}
.pager a:hover,.pager em{
    border-color: #858585;
    color: #858585;
}
.pager a em{
  display: inline;
  border: none;
  margin: 0;
}
.pager a.on{
    cursor: default;
}
.pager .no-text{
    line-height: 99;
    overflow: hidden;
    border: none;
}
.pager .prev{
    width: 114px;
    height: 40px;
    text-indent: 20px;
}
.pager .prev i,.pager .next i{
  position: absolute;
  width: 24px;
  height: 9px;
  background: url(../images/pager-prev-arrow.png) no-repeat 0 0;
  top: 18px;
  left: 19px;
  transition: all .6s ease;
}
.pager .next i{
  background: url(../images/pager-next-arrow.png) no-repeat -24px 0;
  left: 71px;
}

.pager .next{
  width: 114px;
  height: 40px;
  text-indent: -20px;
}
.pager .prev:hover i{
background-position: -24px 0;
}
.pager .next:hover i{
background-position: 0 0;
}
/** 内容页 **/
.content-main-wrap{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.news-content-title{
    text-align: center;
    margin: 30px auto 50px;
    font-size:36px;
}
#NIE-art .artTitle {
  font-size: 42px;
  color: #d5ad67;
  line-height: 56px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

#NIE-art .artInfo {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
  text-align: center;
}

#NIE-art .artInfo p {
  flex: none;
  color: #818181;
  
}
.position,.position a{
  color: #b4b4b4;
}
.artDate{
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
}
#NIE-art .artInfo .nav-share {

}
#NIE-share .NIE-share{
  width: 172px;
}
#NIE-art .nav-share {
  text-align: center;
  position: static;
  margin: 0;
  margin-top: 10px;
  padding: 0;
}

#NIE-art .nav-share .NIE-share-txt {
  color: #888;
  margin-right: 5px
}

#NIE-art .nav-share .NIE-share-iconBtn a {
  color: #888;
  width: auto;
  margin: 0 2px
}

#NIE-art .nav-share .NIE-share-iconBtn a span {
  margin-right: 3px
}

#NIE-art .nav-share .NIE-share-iconBtn a:hover {
  color: #d5ad67
}

#NIE-art .artInfo .time {
  width: 140px;
  color: #888;
  text-align: center
}

#NIE-art .line {
  margin-left: -43px
}

#NIE-art .artText {
  width: 1080px;
  padding: 0 60px;
  font-family: simSun;
}

#NIE-art .artText .video_ctn {
  height: 310px
}

#NIE-art .artText p {
  font-size: 14px;
  line-height: 30px;
  padding-top: 20px;
}

#NIE-art .artText p img {
  width: auto!important;
  height: auto!important;
  max-width: 80%;
  display: block;
  margin: 15px auto 0
}

#NIE-art .artText a {
  color: #d5ad67
}

#NIE-art .artText h2 {
  font-size: 14px;
  line-height: 35px;
  color: #d5ad67;
  font-weight: 700;
  margin: 10px 0;
  padding-left: 28px;
  border-left: 4px solid #d5ad67
}

#NIE-art .artText .artCon2 {
  margin-left: 0;
  margin-right: 0
}

#NIE-art .artText .artCon2 h3 {
  font-size: 14px;
  line-height: 42px;
  color: #d5ad67;
  font-weight: 700;
  margin-bottom: 0;
  border: 0;
  padding-left: 28px
}

#NIE-art .artText .artCon2 p {
  margin-top: 5px
}

#NIE-art .artText .table-pic {
  font-size: 14px;
  margin: 0 auto 39px;
  border-spacing: 0
}

#NIE-art .artText .table-pic td {
  width: 100%;
  height: 30px;
  color: #d5ad67;
  border: 0;
  text-align: center;
  font-weight: 700
}

#NIE-art .artText .table-pic img {
  width: 100%!important;
  height: auto!important;
  border: 0;
  display: block
}

#NIE-art .artText ul {
  width: 645px;
  margin-left: 28px;
  margin-bottom: 27px;
}

#NIE-art .artText ul li {
  padding: 0;
  line-height: 36px
}

#NIE-art .artText ul h4 {
  font-size: 14px
}

#NIE-art .artText ul p {
  margin-bottom: 4px;
  margin-top: 5px
}

#NIE-art .artText ul ol {
  margin-left: 0
}

#NIE-art .artText table {
  margin: 0 auto
}

#NIE-art .artText table p {
  padding: 0 0 0 10px
}

#NIE-art .artText .table-txt {
  width: 512px;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  margin: 0 auto;
  border: 0;
  border-right: 1px #d1a544 solid;
  border-top: 1px #d1a544 solid;
  border-spacing: 0
}

#NIE-art .artText .table-txt td {
  border: 0;
  padding: 0;
  border-left: 1px #d1a544 solid;
  border-bottom: 1px #d1a544 solid
}

#NIE-art .artText .table-txt thead {
  background-color: #d5ad67;
  font-weight: 700
}

#NIE-art .artText .table-txt tbody {
}