.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: -35px;
    bottom: -3px;
    width: 70px;
    height: 3px;
    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;
  }
  .video-list {
    padding-top: 46px;
    padding-bottom: 80px;
    width: 1137px;
    margin-left: auto;
    margin-right: auto;
  }
  .video-list .item {
    height: 264px;
    width: 351px;
    margin-left: 21px;
    margin-bottom: 30px;
    float: left;
    position: relative;
    overflow: hidden;
    background: #000;
    -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;
  }
  .video-list .item .item-inner {
    width: 100%;
    height: 100%;
    
  }
  .video-list .item .item-inner .p-tit {
    position: absolute;
    height: 60px;
    left: 0;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, .6);
    color: #b7904c;
    font-size: 16px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -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;
  }

  .video-list .item a {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -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;
  }
  .video-list .item a img {
    width: 100%; 
    height: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .video-list .item a .s-icon {width: 15px;
    position: absolute;
    z-index: 2;
    background: url(../images/video-list-play-inner.png) no-repeat center 75px;
    
    display: block;
    /* border: 4px solid transparent; */
    width: 351px;
    height: 264px;
    left: 0;
    top: 0;
  }
  .video-list .item a .s-icon-in{
    position: absolute;
    width: 79px;
    height: 79px;
    left: 50%;
    margin-left: -39.5px;
    top: 75px;
    pointer-events: none;
    background: url(../images/video-list-play-outter.png) no-repeat 0 0;
    border-radius: 50%;
  }

  .s-icon:after,.s-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.s-icon:before {
    border-top: solid 4px #B7904C;
    border-bottom: solid 4px #B7904C;
    width: 100%;
    height: 256px;
    -ms-transform: scale(0,1);
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    display: none;
}

.s-icon:after {
    width: 343px;
    height: 100%;
    border-left: solid 4px #B7904C;
    border-right: solid 4px #B7904C;
    -ms-transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    display: none;
}
:root .s-icon:after,:root .s-icon:before { display: block; }

.video-list .item:hover .s-icon:after,.video-list .item:hover .s-icon:before {
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    display: block;
}
  
  .video-list .item:hover {
    background: #252525;
    border-bottom-color: transparent;
    /* box-shadow: 0 0 16px 14px rgba(0,0,0,.4); */
  }
  .video-list .item:hover img {
    transform: scale(1.1);
  }

  .video-list .item:hover a .s-icon {
    /* border: 4px solid #B7904C; */
  }
  .video-list .item:hover a .s-icon-in{
    animation: playCircle 3s linear infinite;
    box-shadow: 0 0 10px  rgba(255, 255, 255, .2);
  }
@keyframes playCircle{
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(360deg);
  }
}

  .video-list .item:hover .item-inner .p-tit {
  }
  .video-list .item:hover .item-inner .p-mess {
  }
  .pager{
      margin-top: 15px;
  }
  .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;
}
/* 视频弹窗 */
.Layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s
}

.Layer.on {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
  filter: alpha(opacity=60);
  z-index: 10000
}

.pop {
  display: none;
  position: fixed;
  z-index: 99999999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}
.video-pop {
  width: 800px;
  height: 510px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001
}
.video-pop .btn-close {
  width: 58px;
  height: 58px;
  display: block;
  position: absolute;
  top: 0;
  right: -68px;
  background: url(../images/close.png) no-repeat;
  -o-transition: transform .4s ease-in-out;
  -webkit-transition: transform .4s ease-in-out;
  -moz-transition: transform .4s ease-in-out;
  -ms-transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out
}

.video-pop .btn-close:hover {
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.video-pop .video-box {
  background: #fff;
  width: 800px;
  height: 450px
}

/** 内容页 **/
.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 {
}