.banner {
  background-size: cover !important;
  position: relative;
}
.banner .news-banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.banner .news-banner-container {
  max-width: 851px;
}
.banner .news-banner-text .news-banner-text-one {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  padding-bottom: 26px;
  font-family: 'Futura', "PingFang SC","Microsoft YaHei", Arial, "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;
}
.banner .news-banner-text .news-banner-text-two {
  font-size: 56px;
  font-weight: 300;
  color: #ffffff;
  line-height: 60px;
  font-weight: lighter;
}
.banner .news-banner-text .news-banner-text-three {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  padding-top: 27px;
}
.banner .news-banner-text .news-banner-text-four {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 60px;
}
.banner .news-banner-text .news-banner-text-five {
  width: 148px;
  height: 46px;
  line-height: 46px;
  background: #ffffff;
  border-radius: 23px;
  font-size: 14px;
  font-weight: bold;
  color: #111111;
  cursor: pointer;
  transition: 0.1s background, 0.1s color;
  margin-top: 6px;
  /*font-family: 'Futura', "PingFang SC","Microsoft YaHei", Arial, "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;*/
}
.banner .news-banner-text .news-banner-text-five:hover {
  background: #cccccc;
  color: #ffffff;
  border: #cccccc;
}
.banner .news-banner-slide::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 6.5px;
  background-color: #fff;
  border-radius: 100%;
  left: 50%;
  top: 10px;
  opacity: 0;
  margin-left: -2.5px;
  height: 6.5px;
  -webkit-animation: mousewheel 2s infinite;
  animation: mousewheel 2s infinite;
}
.banner .news-banner-slide {
  position: absolute;
  left: 50%;
  bottom: 85px;
  transform: translateX(-50%);
  width: 45px;
  height: 67px;
  border-radius: 23px;
  border: 2px solid #ffffff;
  cursor: pointer;
}
.banner .news-banner-slide .nbs {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  margin: 8px auto;
}
.news-main {
  margin-right: 0;
  max-width: 1600px;
  margin: 0 auto;
}
.news-main .news-list {
  overflow: hidden;
  margin-right: 0;
  padding: 77px 40px 11px 0;
}
.news-main .news-list .nl {
  float: right;
}
.news-main .news-list .nl .nl-item {
  float: left;
  margin-right: 16px;
  margin-bottom: 10px;
}
.news-main .news-list .nl .nl-item a {
  color: #ffffff;
  background: #cccccc;
  padding: 15px 28px;
  border-radius: 23px;
}
.news-main .news-list .nl .nl-item a:hover,
.news-main .news-list .nl .nl-item a.active {
  background: #111111;
}
.news-main .main-list {
  color: #111;
}
.news-main .main-list .ml-item {
  padding: 0 40px 0 40px;
}
.news-main .main-list .ml-item .pd-right {
  /* padding-right: 49px; */
  max-height: 164px;
}
.news-main .main-list .ml-one {
  padding-top: 66px;
}
.news-main .main-list .ml-one img {
  max-width: 100%;
  opacity: 1;
  transition: 1s;
}
.news-main .main-list .ml-one:hover img {
  opacity: 0.7;
}
.news-main .main-list .ml-two {
  font-size: 24px;
  font-weight: 400;
  padding-top: 44px;
  padding-bottom: 37px;
}
.news-main .main-list .ml-two a {
  transition: 1s color;
}
.news-main .main-list .ml-two:hover a {
  color: #cccccc;
}
.news-main .main-list .ml-three {
  font-size: 16px;
  font-weight: 400;
}
.news-main .main-list .ml-four {
  font-size: 18px;
  font-weight: 400;
  color: #111;
  line-height: 30px;
  padding: 37px 0;
}
.news-main .main-list .ml-five {
  width: 148px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  margin-bottom: 37px;
  background: #111;
  color: #ffffff;
  font-size: 14px;
  border-color: #111;
  transition: 0.1s background;
  /*font-family: 'Futura', "PingFang SC","Microsoft YaHei", Arial, "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;*/
}
.news-main .main-list .ml-five:hover {
  background: #cccccc;
  color: #ffffff;
  border-color: #cccccc;
}
.news-main .page-list {
  text-align: center;
  padding: 181px  0;
}
.news-main .page-list li {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  margin-left: 5px;
  transition: 1s;
  vertical-align: middle;
}
.news-main .page-list li a {
  font-size: 24px;
  font-weight: 300;
}
.news-main .page-list .pl a {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 56px;
  transition: linear all 0.2s;
}
.news-main .page-list .pl a.on,
.news-main .page-list .pl a:hover {
  background: #111;
  color: #ffffff;
}
.news-main .page-list .pl-first {
  /*width: 15px;
  height: 21px;*/
  margin-right: 80px;
}
.news-main .page-list .pl-last {
  /*width: 15px;
  height: 21px;*/
  margin-left: 80px;
}
.xz {
  border-right: 15px solid #111;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.xzy {
  transform: rotate(180deg);
}
@media (max-width: 1400px) and (min-width: 768px){
  .ml-item p.ml-two {
      padding: 0!important;
      margin: 10px 0;
      height: 55px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
  }
  .ml-item p.ml-four {
    padding: 0!important;
    margin: 10px 0;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media screen and (min-width: 1367px){
  .news-main .main-list .ml-item{
    min-height: 715px;
  }
}
@media screen and (min-width: 1024px){
  .con-height{
    min-height:280px!important;
  }
  .con-height-2{
    min-height:340px!important;
  }
}