.banner {
  width   : 100%;
  position: relative;
}

.banner img {
  width         : 100%;
  vertical-align: top;
}

.banner .banner-desc {
  width            : 1200px;
  height           : 100%;
  position         : absolute;
  top              : 0;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
}

.banner .form-desc {
  width     : 449px;
  position         : absolute;
  right            : 0;
  top              : 50%;
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
}
.content {
  width     : 1200px;
  margin    : 0 auto;
  color     : #fff;
  margin-top: 106px;
}

.content>.news-title {
  width     : 100%;
  text-align: center;
  font-size : 26px;
}

.content>hr {
  max-width    : 62px;
  margin       : 0 auto;
  height       : 1px;
  border       : 0;
  background   : #fff;
  margin-top   : 28px;
  margin-bottom: 50px;
}


.news-contro {
  height           : 23px;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  margin           : 0 auto;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  margin-bottom    : 23px;
}

.news-contro>.prev,
.news-contro>.next {
  width            : 84px;
  height           : 23px;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  cursor           : pointer;
}

.news-contro>.newlist {
  width            : 63px;
  height           : 16px;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  cursor           : pointer;
  margin:0 20px;
}

.news-contro>.prev>i,
.news-contro>.next>i {
  display: block;
  width  : 23px;
  height : 23px;
}

.news-contro>.newlist>i {
  display: block;
  width  : 19px;
  height : 15px;
}

.news-contro>.prev>i {
  background     : url("../image/prev.png") no-repeat center center;
  background-size: cover;
}

.news-contro>.newlist>i {
  background     : url("../image/list.png") no-repeat center center;
  background-size: cover;
}

.news-contro>.next>i {
  background     : url("../image/next.png") no-repeat center center;
  background-size: cover;
}

.news-contro a{color:#fff;}

.news-detail {
  line-height: 38px;
}

.news-detail>p {
  text-align: left;
  font-size : 16px;
  margin    : 32px 0;
}

.news-detail span {
  font-size  : 16px;
 /* font-weight: 900;*/
}

.news-detail>p.pic-det {
  text-align: center;
}
.content img{
  max-width: 1200px;
}
.news-detail>img {
  display: block;
  margin : 0 auto;
}

.backList {
  width            : 110px;
  height           : 27px;
  background       : #fff;
  margin           : 0 auto;
  margin-bottom    : 75px;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -ms-flex-pack    : distribute;
  justify-content  : space-around;
  color            : #000;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  cursor           : pointer;
}

.backList>i {
  width          : 19px;
  height         : 12px;
  display        : block;
  background     : url("../image/backList.png") no-repeat center center;
  background-size: cover;
}

.newsList {
  width : 1200px;
  margin: 0 auto;
}

.newList>.newsList_content {
  width: 1200px;
}

.newsList_item {
  width           : 1200px;
  display         : -webkit-box;
  display         : -ms-flexbox;
  display         : flex;
  -webkit-box-pack: justify;
  -ms-flex-pack   : justify;
  justify-content : space-between;
  color           : #fff;
  margin-top      : 72px;
}

.newsList_item>.item_left {
  width      : 200px;
  text-align : center;
  padding-top: 10px;
}
.newsList_item>.item_left>img{
  width: 90px;

}
@media (max-width:992px){
  .newsList_item>.item_left>img{
    width: .9rem;
   /* height: .9rem;*/
  }
  .content img{
    max-width: 6.67rem;
  }
}
.newsList_item>.item_right {
  width        : 1000px;
  text-align   : left;
  line-height  : 30px;
  border-bottom: 1px solid #b6b6b6;
}
.newsList_item:last-child>.item_right {
  border-bottom: 0;
}
.newsList_item>.item_right>.form-desc>a {
  display      : block;
  width        : 110px;
  height       : 36px;
  text-align   : center;
  line-height  : 36px;
  margin-bottom: 47px;
  color        : #000;
  box-sizing   : border-box;
  background   : #fff;
}

.newsList_item>.item_right>.form-desc>a:hover {
  border    : 1px solid #c79863;
  color     : #c79863;
  background: transparent;
}

.newsList_item>.item_right>.form-desc>hr {
  margin: 26px 0;
}

.newsList_pageNum {
  width : 1200px;
  margin: 0 auto;
}

.newsList_pageNum>ul {
  width        : 100%;
  text-align   : center;
  overflow     : hidden;
  display      : inline-block;
  margin       : 0 auto;
  margin-top   : 47px;
  margin-bottom: 80px;
}

.newsList_item>.item_left>.yearmouth {
  margin-top: 10px;
}

.newsList_pageNum>ul>li>a>span {
  color: #000;
}

.newsList_pageNum>ul>.is-active {
  border          : 2px solid #c79863;
  background-color: #0f0f0f;
}

.newsList_pageNum>ul>.is-active a {
  color: #c79863;
}

.newsList_pageNum>ul>li a {
  padding: 15px 20px 15px 20px;
  color  : #666;
}

.newsList_pageNum>ul>li:hover {
  color           : #c79863;
  border          : 2px solid #c79863;
  background-color: #0f0f0f
}

.newsList_pageNum>ul>li:hover>a {
  color: #c79863;
}

.newsList_pageNum>ul>li:hover>a>span {
  color: #c79863;
}

.newsList_pageNum>ul>li a span:hover {
  color: #c79863;
}

.newsList_pageNum>ul>li {
  border     : 2px solid black;
  cursor     : pointer;
  display    : inline-block;
  background : #000;border: 1px solid #eee;
  text-align : center;
  line-height: 40px;
  margin-left: 9px;min-width: 50px;
}

/* .newsList_pageNum>ul>li:nth-child(6) {
  background    : transparent;
  font-size     : 20px;
  color         : #fff;
  letter-spacing: 2px;
  margin-left   : 0;
} */

.newsList_pageNum>ul>li:last-child {
  margin-left: 0;
}

.newsList_item>.item_right>.form-desc>.desc-content:nth-child(1) {
  font-size: 26px;
}

@media (max-width:992px) {
  .pageBox a {
    font-size: .18rem;
  }

  .newsList_item>.item_right>.form-desc>.desc-content:last-child {
    font-size: .18rem;
  }

  .banner {
    width   : 100%;
    position: relative;
  }

  .banner img {
    width         : 100%;
    vertical-align: top;
  }

  .banner .banner-desc {
    width            : 6.67rem;
    height           : 100%;
    position         : absolute;
    top              : 0;
    left             : 50%;
    -webkit-transform: translateX(-50%);
    transform        : translateX(-50%);
  }

  .banner .form-desc {
    width            : 4.49rem;
    position         : absolute;
    right            : 0;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    transform        : translateY(-50%);
  }

  .form-desc>.desc-title {
    font-size: .26rem;
  }

  .form-desc>hr {
    margin: 0;
    margin: .28rem 0;
  }

  .content {
    width     : 6.67rem;
    margin    : 0 auto;
    color     : #fff;
    margin-top: 1.06rem;
  }

  .content>.news-title {
    width     : 100%;
    text-align: center;
    font-size : .26rem;
  }

  .content>hr {
    max-width    : .62rem;
    margin       : 0 auto;
    height       : .01rem;
    border       : 0;
    background   : #fff;
    margin-top   : .28rem;
    margin-bottom: .50rem;
  }


  .news-contro {
   /* width            : 3.51rem;*/
    height           : .23rem;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    margin           : 0 auto;
    -webkit-box-pack : justify;
    -ms-flex-pack    : justify;
    justify-content  : space-between;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    margin-bottom    : .23rem;
  }

  .news-contro>.prev,
  .news-contro>.next {
    width            : 1rem;
    height           : .23rem;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-pack : justify;
    -ms-flex-pack    : justify;
    justify-content  : space-between;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    cursor           : pointer;
    font-size        : .18rem;
  }

  .news-contro>.newlist {
    width            : .7rem;
    height           : .18rem;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-pack : justify;
    -ms-flex-pack    : justify;
    justify-content  : space-between;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    cursor           : pointer;
    font-size        : .18rem;
  }

  .news-contro>.prev>i,
  .news-contro>.next>i {
    display: block;
    width  : .23rem;
    height : .23rem;
  }

  .news-contro>.newlist>i {
    display: block;
    width  : .19rem;
    height : .15rem;
  }

  .news-contro>.prev>i {
    background     : url("../image/prev.png") no-repeat center center;
    background-size: cover;
  }

  .news-contro>.newlist>i {
    background     : url("../image/list.png") no-repeat center center;
    background-size: cover;
  }

  .news-contro>.next>i {
    background     : url("../image/next.png") no-repeat center center;
    background-size: cover;
  }

  .news-detail {
    line-height: .38rem;
  }

  .news-detail>p {
    text-align: left;
    font-size : .18rem;
    margin    : .32rem 0;
  }

  .news-detail>img {
    width: 100%;
  }

  .news-detail span {
    font-size  : .18rem;
   /* font-weight: 900;*/
  }

  .news-detail>p.pic-det {
    text-align: center;
  }

  .news-detail>img {
    display: block;
    margin : 0 auto;
  }

  .backList {
    width            : 1.32rem;
    height          : .42rem ;
    line-height     : .42rem ;
    background       : #fff;
    margin           : 0 auto;
    margin-bottom    : .75rem;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -ms-flex-pack    : distribute;
    justify-content  : space-around;
    color            : #000;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    cursor           : pointer;
    font-size        : .18rem;
  }

  .backList>i {
    width          : .19rem;
    height         : .12rem;
    display        : block;
    background     : url("../image/backList.png") no-repeat center center;
    background-size: cover;
  }


  .newsList {
    width : 6.67rem;
    margin: 0 auto;
  }

  .newList>.newsList_content {
    width: 6.67rem;
  }

  .newsList_item {
    width           : 6.67rem;
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between;
    color           : #fff;
    margin-top      : .72rem;
  }

  .newsList_item>.item_left {
    width      : 2.00rem;
    text-align : center;
    padding-top: .10rem;
    font-size  : .18rem;
  }

  .newsList_item>.item_right {
    width           : auto;
    text-align      : left;
    line-height     : .30rem;
    border-bottom   : .01rem solid #b6b6b6;
    -webkit-box-flex: 1;
    -ms-flex        : 1;
    flex            : 1;
  }
  .newsList_item:last-child>.item_right {
    border-bottom: 0;
  }
  .newsList_item>.item_right>.form-desc>.desc-content {
    line-height: .4rem;
  }

  .newsList_item>.item_right>.form-desc>.desc-content:nth-child(1) {
    font-size  : .26rem;
    line-height: .3rem;
  }

  .newsList_item>.item_right>.form-desc>a {
    display         : block;
    width           : 1.10rem;
    height          : .4rem ;
    line-height     : .44rem ;
    text-align      : center ;
    margin-bottom   : .47rem;
    margin-top      : .2rem;
  }

  .newsList_item>.item_right>.form-desc>hr {
    margin: .26rem 0;
  }

  .newsList_pageNum {
    width : 6.67rem;
    margin: 0 auto;
  }

  .newsList_pageNum>ul {
    width        : 100%;
    text-align   : center;
    overflow     : hidden;
    display      : inline-block;
    margin       : 0 auto;
    margin-top   : .47rem;
    margin-bottom: .80rem;
    font-size    : .18rem;
  }

  .newsList_pageNum>ul>li {
    display       : inline-block;
    /* width      : .40rem; */
    height        : .40rem;
    background    : #fff;
    text-align    : center;
    line-height   : .40rem;
    margin-left   : .09rem;
  }

  .newsList_pageNum>ul>li:nth-child(6) {
    background    : transparent;
    font-size     : .20rem;
    color         : #fff;
    letter-spacing: .02rem;
    margin-left   : 0;
  }

  .newsList_pageNum>ul>li:last-child {
    margin-left: 0;
  }
}

.news-contro p a {
  color: white !important;
}
