﻿/*NewsDetail*/
.nei-banner {
  width: 100%;
  position: relative;
}

.nei-banner .img img {
  width: 100%;
}

.nei-banner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.nei-banner .text h3 {
  font-size: 50px;
  color: #fff;
}

.bx-mb-nav {
  line-height: 1;
  margin-top: 60px;
  border-bottom: 0;
}

.bx-mb-nav p {
  font-size: 18px;
  color: #707070;
  line-height: 1;
}

.bx-mb-nav i {
  font-size: 20px;
}

.bx-mb-nav a:hover {
  color: #008dce;
}

.NewsDetail001 {
  margin-top: 20px;
  margin-bottom: 90px;
}

.NewsDetail001-title {
  text-align: center;
}

.NewsDetail001-title h3 {
  font-size: 24px;
  color: #333;
}

.tit_bar {
  margin-top: 15px;
}

.social-share {
  display: inline-block;
}

.tit_bar .text {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  display: inline-block;
  margin: 0 3%;
}

.NewsDetail001-item {
  padding: 30px 0;
  font-size: 16px;
  color: #333;
  line-height: 2;
}

.TurnPages {
  display: flex;
  justify-content: space-between;
}

.TurnPages p {
  width: 40%;
}

.TurnPages p:nth-last-child(1) {
  text-align: right;
}

.TurnPages a {
  font-size: 16px;
  color: #000;
}

.TurnPages a:hover {
  color: #0059c7;
}

@media screen and (max-width: 1000px) {
  .nei-banner .img {
    height: 200px;
  }

  .nei-banner .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .nei-banner .text h3 {
    font-size: 25px;
  }

  .bx-mb-nav {
    margin-top: 20px;
  }

  .bx-mb-nav p {
    font-size: 16px;
  }

  .NewsDetail001-title h3 {
    font-size: 20px;
  }

  .tit_bar .text {
    margin: 5px 3%;
  }

  .NewsDetail001 {
    margin-bottom: 30px;
  }

  .TurnPages {
    display: block;
  }

  .TurnPages p {
    width: 100%;
    text-align: left !important;
    margin: 5px 0;
  }

  .TurnPages p a {
    font-size: 14px;
  }
}

/*分页*/
.webdiyerCss {
  clear: left;
  padding: 30px 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
}

.webdiyerCss a,
.webdiyerCss a:link,
.webdiyerCss .redcss {
  /*float:left;*/
  padding: 7px 10px;
  margin: 0 3px;
}

.webdiyerCss input {
  height: 31px;
  margin: -2px 2px 0 -10px;
  padding: 7px 2px;
  text-align: center;
  *margin-left: 1px;
}

.webdiyerCss .page_go {
  display: inline-block;
  padding: 5px 12px;
  height: 31px;
  margin-left: 5px;
  height: 32px;
}

.webdiyerCss input,
.webdiyerCss a,
.webdiyerCss a:link {
  color: #000;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.webdiyerCss .redcss,
.webdiyerCss .page_go {
  font-weight: bold;
  background: #0059c7;
  border: 1px solid #0059c7;
  color: #fff;
  border-radius: 3px;
}

.webdiyerCss a:hover,
.webdiyerCss .page_go:hover {
  background: #eee;
  border: 1px solid #eee;
  color: #333;
}

.webdiyerCss a {
  *margin-bottom: 10px;
  _margin-bottom: 10px;
}
