body,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
table,
tr,
th,
td,
p,
input,
dl,
dt,
dd,
ul,
ol,
li,
input,
textarea,
a,
label {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.news_list_title {
  width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}

.news_list_title>span>a {
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: #222a41;
  padding: 0 5px;
  transition: all 0.5s;
}

.news_list_title>span>a:hover {
  /* color: red; */
  text-decoration: underline;
}

.news_list_content {
  width: 100%;
  padding-top: 20px;
  background: #ffffff;
}

.news_list_content>div:nth-child(2) {
  width: 1280px;
  margin: 0 auto;
  padding: 60px 150px;
  box-sizing: border-box;
}

.nav_list_navs {
  position: relative;
  width: 100%;
}

.news_list_content .swiper-button-prev {
  height: 100% !important;
  margin: 0 !important;
  top: 0;
  left: -27px;
}

.news_list_content .swiper-button-next {
  height: 100% !important;
  margin: 0 !important;
  top: 0;
  right: -27px;
}

.news_list_content .swiper-slide {
  margin: 0;
  padding: 0;
}

.news_list_content .swiper-slide>a>span {
  display: block;
  width: 160px !important;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-right: 1px solid #293340;
  box-sizing: border-box;
  cursor: pointer;
  color: #293340;
  transition: all 1s;
  font-size: 18px;
}

.news_list_content .swiper-slide:last-child>a>span {
  border: none;
}

.news_list_content .swiper-slide>a>span:hover {
  /* border-right: 2px solid #459EFF !important; */
  color: #459EFF !important;
}

.news_list_content .swiper-slide_span_active {
  /* border-right: 2px solid #459EFF !important; */
  color: #459EFF !important;
  opacity: 1 !important;
}

.navsbtns {
  display: none;
}

.nav_list_items>div:nth-child(1) {
  width: 100%;
  box-sizing: border-box;
}


.related_product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.related_product>div {
  width: 300px;
  overflow: hidden;
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
  opacity: 1;
  margin-bottom: 50px;
  padding-bottom: 26px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  /* box-shadow: -3px 7px 10px #333; */
  transition: all 1s;
}

.related_product>div:hover {
  position: relative;
  box-shadow: 0 20px 30px 0 rgba(39, 3, 3, 0.05);
  transition: transform .5s ease-out;
  -o-transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.related_product>div>a>img {
  width: 300px;
  height: 300px;
  margin-bottom: 35px;
}

.related_product>div>a>h2 {
  margin: 0 auto;
  width: 240px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 24px;
  font-weight: 500;
  color: #293340;
  line-height: 30px;
  margin-top: 20px;
}

.related_product>div>a>p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-top: 16px;
  margin: 0 auto;
  width: 240px;
  font-size: 20px;
  font-weight: 400;
  color: #69788c;
  line-height: 27px;
}

.go_gengduonews {
  cursor: pointer;
  display: block;
  width: 150px;
  height: 50px;
  background: #459EFF;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto;
  transition: all 1s;
}

.go_gengduonews:hover {
  box-shadow: 4px 3px 7px 3px rgba(0, 0, 0, 0.5);
}

.nav_list_items_spanatv {
  top: 0px !important;
  opacity: 1 !important;
  transform: none !important;
}

@media only screen and (max-width:760px) {
  .news_list_title {
    width: 100%;
    padding: 0 20px;
  }

  .news_list_content>div:nth-child(2) {
    width: 100%;
    padding: 30px;
  }

  .news_list_content .swiper-slide>a>span {
    width: auto !important;
  }

  .nav_list_items>div:nth-child(1) {
    width: 100%;
    /* padding: 10px; */
  }

  .related_product {
    justify-content: center;
  }

  .related_product>div {
    margin-bottom: 10px;
  }
}
