.banner[data-v-8f80614c] {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.banner .mm[data-v-8f80614c] {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: -10px;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  background-image: url(/static/img/bgtop.33fd9adc.jpg);
  background-position: center;
  background-size: 100%;
}
.banner img[data-v-8f80614c] {
  position: absolute;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.banner-title[data-v-8f80614c] {
  position: absolute;
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  line-height: 300px;
  text-align: center;
  width: 100%;
}
.NewsDetails[data-v-ab3df992] {
  width: 100%;
  height: 100%;
  line-height: 36px;
}
.NewsDetails-product[data-v-ab3df992] {
  width: 1240px;
  margin: 0 auto;
  background-color: #fff;
}
.NewsDetails-product-content[data-v-ab3df992] {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
}
.NewsDetails-product-content img[data-v-ab3df992] {
  width: 100%;
}
.NewsDetails-product-content .product-title[data-v-ab3df992] {
  width: 100%;
  text-align: center;
  font-size: 25px;
  color: #04070b;
  padding: 15px 0;
  font-weight: bold;
}
.NewsDetails-product-content .product-time[data-v-ab3df992] {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  color: #999;
}
.NewsDetails-product-content .product-content[data-v-ab3df992] {
  font-size: 17px;
  font-weight: bolder;
  padding: 20px 0;
}
