.news {
  position: relative;
  z-index: 999;
}
.news .newstop {
  padding: 20px 0 20px;
}
.news .newstop p:hover a {
  color: #20b7f9;
}
.news .newstop .zxtitle {
  padding-left: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 26px;
  color: #043567;
  opacity: 1;
}
.news .newsbody .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-family: Alibaba PuHuiTi 2;
  font-weight: normal;
  color: #434343;
  text-align: center;
}
.news .newsbody .time {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: center;
}
.news .newsbody .container {
  /* margin: 20px; */
  width: 840px;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
}
.news .newsbody .container .list {
  width: 4200px;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-height: 740px;
  min-height: 450px;
}
.news .newsbody .container .list .containerLISTUL .lunboimgages {
  max-width: 840px;
  max-height: 740px;
  min-height: 450px;
}
.news .newsbody .container .list .containerLISTUL .child {
  float: left;
  width: 840px;
  height: auto;
  text-align: center;
}
.news .newsbody .container .lunbonum {
  width: 100%;
  height: 70px;
}
.news .newsbody .container .lunbonum .lunbonumber {
  font-size: 14px;
  color: #666666;
  float: left;
  height: 100%;
  line-height: 70px;
}
.news .newsbody .container .lunbonum .lunbonumber .lunbocount {
  font-size: 20px;
  color: #377beb;
}
.news .newsbody .container .lunboimgtitle {
  color: #333333;
  font-size: 14px;
  width: auto;
}
.news .newsbody .container .lunboImgbuttons {
  height: auto;
  width: 100%;
  margin-top: 20px;
}
.news .newsbody .container .lunboImgbuttons .imgtitle {
  width: 100px;
  height: 130px;
  float: left;
}
.news .newsbody .container .lunboImgbuttons .imgtitle img {
  width: 100px;
  height: 100px;
}
.news .newsbody .container .lunboImgbuttons .imgtitle p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
  font-size: 12px;
  padding-top: 5px;
}
.news .newsbody .container .lunboImgbuttons .imgpagination {
  width: 625px;
  height: 120px;
}
.news .newsbody .container .lunboImgbuttons .imgpagination .lunbobuttons_left {
  width: 30px;
  line-height: 80px;
  height: 80px;
  color: #377beb;
  text-align: center;
  float: left;
  cursor: pointer;
}
.news .newsbody .container .lunboImgbuttons .imgpagination .lunbobuttons {
  height: 100px;
  width: 538px;
  padding: 10px;
  overflow: hidden;
  float: left;
  position: relative;
}
.news .newsbody .container .lunboImgbuttons .imgpagination .lunbobuttons .buttons {
  height: 80px;
  width: 800px;
  z-index: 2;
  position: absolute;
  left: 0px;
}
.news .newsbody .container .lunboImgbuttons .imgpagination .lunbobuttons .buttons span {
  cursor: pointer;
  float: left;
  height: auto;
  width: auto;
  margin-right: 10px;
}
.news .newsbody .container .lunboImgbuttons .imgpagination .lunbobuttons .buttons span img {
  width: 132px;
  height: 72px;
}
.news .newsbody .container .lunboImgbuttons .imgpagination .lunbobuttons .buttons .on img {
  box-shadow: 0 0 10px #666666;
}
.news .newsbody .container .lunboImgbuttons .imgpagination .lunbobuttons_right {
  width: 30px;
  height: 80px;
  line-height: 80px;
  color: #377beb;
  text-align: center;
  float: left;
  cursor: pointer;
}
.news .newsbody .container .pre {
  border-radius: 0px 40px 40px 0px;
  left: 0px;
}
.news .newsbody .container .next {
  border-radius: 40px 0px 0px 40px;
  right: 0px;
}
.news .newsbody .container .arrow {
  /* display: none; */
  cursor: pointer;
  line-height: 78px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  width: 34px;
  height: 68px;
  position: absolute;
  margin-top: -34px;
  z-index: 2;
  top: 180px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
