.main-box-left{
    min-height: 550px;
    border: 1px solid #e1e1e1;
}
.main-box-right{
    border: 1px solid #e1e1e1;
}
.news-title-box{
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
}
.news-title{
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}
.news-sub-title{
    color: #999;
    text-align: center;
}
.news-content-box{
    padding-top: 15px;
    width: 712px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
}
.news-content-box img{
    max-width: 100%;
    display: block;
}

.main-box{
    margin-bottom: 20px;
}

.goback-list{
    display: inline-block;
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #ffa200;
    color: #fff;
    border-radius: 5px;
}
.news-content-box span{

}


/*文章页-轮播*/

.news-slider {
  margin: 20px auto 30px;
  position: relative;
  /*overflow: hidden; */
  width: 810px;
  height: 630px;
}
.news-slider .bigImgb { float: left; height: 500px; position: relative; }
.news-slider .bigImgb li{ width: 810px; height: 500px; }
.news-slider .bigImgb li img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-slider .prevb,
.news-slider .nextb {
  position:absolute;
  top:50%;
  left:10px;
  z-index:99;
  width:20px;
  height: 80px;
  background:red;
  display: none;
}
.news-slider .nextb {
  left: initial; right:10px;
}

.news-slider .smallImgb{
  width: 810px;
}
.news-slider .sPrevb,
.news-slider .sNextb {
  display: block;
  position:absolute;
  top:50%;
  left: -45px;
  z-index:99;
  width:45px;
  height: 33px;
  margin-top: -16px;
  background:url('/images/index/icon-left.png') no-repeat center center; }
.news-slider .sNextb {
  left:inherit;
  right:-45px;
  background:url('/images/index/icon-right.png') no-repeat center center;
}
.news-slider .sPrevb:hover { }
.news-slider .sNextb:hover { }

.news-slider .smallScrollb{
  float: left;
  margin-top: 10px;
  position:relative;
}
.news-slider .smallImgb ul{ overflow:hidden; zoom:1; }
.news-slider .smallImgb li{
  float: left;
  text-align:center; zoom:1;width: 150px; height: 120px;
  position: relative;
  margin: 0 5px; }
.news-slider .smallImgb li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.news-slider .smallImgb li:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0,0,0,0.4);
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.news-slider .smallImgb li.on:after{
  background: rgba(0,0,0,0);
}
/*新闻---上一条，下一条*/
.main-box-left{
  padding-bottom: 60px;
}
.dpage-switch{
  margin-top: -60px;
  width: 950px;
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-bottom: 10px;
  margin-bottom: 50px;
    overflow: hidden;
}
.dpage-switch a{
  max-width: 50%;
  font-size: 16px;
  color: #2080bc;
}
.dpage-switch .prev{
  float: left;
}
.dpage-switch .next{
  float: right;
  text-align: right;

}
.dpage-switch .iconfont,.dpage-switch .dpage-name{
    display: inline-block;
    vertical-align: middle;
}