.news-box2-item {
  width: 100%;
  background: #f1f1f1;
  padding: 50px 0 50px 0;
}
.news-container {
  position: relative;
  width: 500px;
  height: 300px;
  margin: 0 auto;
  box-shadow: 0 0 5px #23527c;
  overflow: hidden;
}
.news-wrap {
  position: absolute;
  width: 3000px;
  height: 300px;
  z-index: 1;
}
.news-container .news-wrap img {
  float: left;
  width: 500px;
  height: 300px;
}
.news-container .news-buttons {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 112px;
  height: 10px;
  z-index: 2;
}
.news-container .news-buttons span {
  margin-left: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: grey;
  text-align: center;
  color: white;
  cursor: pointer;
}
.news-container .news-buttons span.on {
  background-color: #23527c;
}
.news-container .arrow {
  text-decoration: none;
  position: absolute;
  top: 35%;
  color: #23527c;
  padding: 0px 14px;
  border-radius: 50%;
  font-size: 50px;
  z-index: 2;
  display: none;
}
.news-container .arrow_left {
  left: 10px;
}
.news-container .arrow_right {
  right: 10px;
}
.news-container:hover .arrow {
  display: block;
}
.news-container .arrow:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.news-box2-float {
  float: left;
  width: 25%;
  text-align: center;
}
.news-box3-left {
  width: 85%;
}
.news-box3-right {
  width: 15%;
}
table {
  margin: 0 auto 20px;
  padding-top: 10px;
  width: 1150px;
  border-top: 1px solid lightgray;
}
table tr td {
  padding: 6px;
}
.news-box3-tr a {
  color: #337ab7;
  text-decoration: none;
}
.news-box3-tr a:hover {
  color: #23527c;
  text-decoration: underline;
  cursor: pointer;
}
.news-box3-ul {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.news-box3-ul li {
  display: inline-block;
}
.news-box3-ul li a {
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  color: #337ab7;
  text-decoration: none;
}
.news-box3-ul .none {
  display: none;
}
/* 轮播图 */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}
.swiper-slide {
  background-repeat: no-repeat;
  background-size: 100% 100%;

  width: 400px;
  height: 300px !important;
}
