@import "common.css";
.banner {
  width: 100%;
}
.banner > .main {
  width: 100%;
  margin: 0 auto;
}
.banner > .main .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;
  cursor: pointer;
}
.banner > .main .swiper-slide img {
  display: block;
  width: 100%;
  /* height: 100%; */
  -o-object-fit: cover;
     object-fit: cover;
}

.declaration {
  width: 100%;
  height: 248px;
  background-image: url(/static/images/index/home_ic_bnt.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.declaration .main {
  width: 1300px;
  height: 248px;
  margin: 0 auto;
  position: relative;
}
.declaration .main .text {
  width: 100%;
  height: 150px;
  font-size: 32px;
  font-family: OPPOSans;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 150px;
  text-align: center;
}
.declaration .main .numbers {
  width: 1140px;
  height: 169px;
  background: #FFFFFF;
  position: absolute;
  bottom: -71px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 80px;
}
.declaration .main .numbers .item {
  width: auto;
  height: auto;
}
.declaration .main .numbers .item .value {
  width: auto;
  height: 45px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.declaration .main .numbers .item .value .n {
  width: auto;
  height: 45px;
  font-size: 44px;
  font-family: BY;
  font-weight: normal;
  color: #003EAF;
  line-height: 45px;
}
.declaration .main .numbers .item .value .d {
  width: auto;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 8px;
  margin-left: 2px;
}
.declaration .main .numbers .item .label {
  width: auto;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
  text-align: center;
  margin-top: 10px;
}

.product_video {
  width: 100%;
  height: auto;
  background-image: url(/static/images/index/home_ic_bnt1.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.product_video .main {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  padding-top: 119px;
  padding-bottom: 85px;
}
.product_video .main .video {
  width: 100%;
  height: auto;
  position: relative;
}
.product_video .main .video video {
  width: 100%;
  height: auto;
}
.product_video .main .video .icon {
  left: 0;
  right: 0;
  top: 0;
  bottom: 80px;
  position: absolute;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_video .main .video .icon img {
  width: 94px;
  height: 94px;
  cursor: pointer;
  margin-top: 80px;
}
.product_video .main .product {
  width: 100%;
  height: auto;
}
.product_video .main .product .block {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 53px;
  padding-bottom: 14px;
}
.product_video .main .product .block .text {
  width: auto;
  height: auto;
}
.product_video .main .product .block .text .name {
  width: auto;
  height: 30px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #242424;
  line-height: 30px;
}
.product_video .main .product .block .text .des {
  width: auto;
  height: 23px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #242424;
  line-height: 23px;
  margin-top: 14px;
}
.product_video .main .product .block .more {
  width: 112px;
  height: 32px;
  border: 1px solid #C4C9D1;
  height: 32px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #696969;
  line-height: 32px;
  text-align: center;
  position: relative;
}
.product_video .main .product .block .more:hover {
  background-color: #003EAF;
  color: #fff;
}
.product_video .main .product .block .more .icon {
  position: absolute;
  right: -29px;
  top: 8px;
  width: 44px;
  height: 10px;
}
.product_video .main .product .list {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product_video .main .product .list .item {
  display: block;
  width: 288px;
  height: 179px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
}
.product_video .main .product .list .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_video .main .product .list .item .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 62, 175, 0.9);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px;
  display: none;
}
.product_video .main .product .list .item .text .title {
  width: 100%;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.product_video .main .product .list .item .text .icon {
  width: 30px;
  height: 2px;
  background: #FFFFFF;
  opacity: 0.4;
  margin-top: 17px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.product_video .main .product .list .item .text .des {
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  opacity: 0.7;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  word-break: break-all;
}
.product_video .main .product .list .item:hover .text {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.youshi {
  width: 100%;
  background-image: url(/static/images/index/home_ic_a_bnt.png);
  background-repeat: no-repeat;
  -o-background-size: 1920px auto;
     background-size: 1920px auto;
  background-position: bottom center;
  background-color: #003390;
  position: relative;
}
.youshi .null {
  width: -webkit-calc((100% - 1300px) / 2);
  width: -moz-calc((100% - 1300px) / 2);
  width: calc((100% - 1300px) / 2);
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  right: 0;
  background-color: #fff;
}
.youshi .swiper_container2_page {
  position: absolute;
  height: 100px;
  background: #003EAF;
  border-radius: 0px 50px 50px 0px;
  left: 0;
  right: -webkit-calc((100% - 1300px) / 2 + 500px);
  right: -moz-calc((100% - 1300px) / 2 + 500px);
  right: calc((100% - 1300px) / 2 + 500px);
  bottom: 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.youshi .swiper_container2_page .icon {
  width: 41px;
  height: 39px;
  margin-right: 20px;
}
.youshi .swiper_container2_page .icon img {
  width: 100%;
  height: 100%;
}
.youshi .swiper_container2_page .phone {
  width: auto;
  font-size: 30px;
  font-family: zcoolqingkehuangyouti;
  font-weight: 400;
  color: #FFFFFF;
  padding-right: 47px;
}
.youshi .main {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
.youshi .main .swiper-container2 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: unset;
}
.youshi .main .swiper-container2 .item {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 60px;
  padding-bottom: 160px;
}
.youshi .main .swiper-container2 .item .image {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: -150px;
}
.youshi .main .swiper-container2 .item .image img {
  width: 670px;
  height: 600px;
}
.youshi .main .swiper-container2 .item .name {
  width: 100%;
  height: 30px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.youshi .main .swiper-container2 .item .title {
  width: 100%;
  height: 23px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-top: 14px;
}
.youshi .main .swiper-container2 .item .des {
  width: 100%;
  height: 18px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 18px;
  margin-top: 17px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
}
.youshi .main .swiper-container2 .item .block {
  width: 100%;
  height: 96px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.youshi .main .swiper-container2 .item .block .icon {
  width: 96px;
  -webkit-flex: 0 0 96px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
  height: 96px;
  overflow: hidden;
  margin-right: 24px;
}
.youshi .main .swiper-container2 .item .block .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.youshi .main .swiper-container2 .item .block .text {
  width: auto;
  height: auto;
}
.youshi .main .swiper-container2 .item .block .text .t {
  width: auto;
  height: 32px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.youshi .main .swiper-container2 .item .block .text .d {
  width: auto;
  height: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.4;
  line-height: 15px;
  margin-top: 17px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.youshi .main .swiper-container2 .item > .description {
  width: 804px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 29px;
  opacity: 0.5;
  margin-top: 42px;
  text-align: justify;
  padding-bottom: 60px;
  word-break: break-all;
}
.youshi .main .swiper-container2 .swiper-slide-shadow-left, .youshi .main .swiper-container2 .swiper-slide-shadow-right, .youshi .main .swiper-container2 .swiper-cube-shadow {
  display: none !important;
}
.youshi .main .swiper-container2 .swiper-button-prev {
  width: 130px;
  height: 50px;
  background-color: #003390;
  border-radius: 25px;
  top: unset;
  bottom: 85px;
  background-image: url(/static/images/index/home_ic_a_jt.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.youshi .main .swiper-container2 .swiper-button-prev::after {
  content: "";
}
.youshi .main .swiper-container2 .swiper-button-next {
  width: 130px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 25px;
  top: unset;
  bottom: 85px;
  right: unset;
  left: 300px;
  background-image: url(/static/images/index/home_ic_a_jt1.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.youshi .main .swiper-container2 .swiper-button-next::after {
  content: "";
}
.youshi .main .swiper-container2 .swiper-pagination {
  width: 68px !important;
  height: 50px;
  font-size: 36px;
  font-family: OPPOSans;
  font-weight: 300;
  color: #FFFFFF;
  top: unset;
  bottom: 85px;
  right: unset;
  left: 181px;
  display: inline-block;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutus {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.aboutus .left {
  width: -webkit-calc(100% - (100% - 1300px) / 2 - 554px);
  width: -moz-calc(100% - (100% - 1300px) / 2 - 554px);
  width: calc(100% - (100% - 1300px) / 2 - 554px);
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 60px;
}
.aboutus .left .main {
  width: 642px;
  margin-right: 104px;
}
.aboutus .left .main .name {
  width: 100%;
  height: auto;
  padding: 60px 0;
  padding-bottom: 45px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.aboutus .left .main .name .t {
  width: 100%;
  height: 30px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #242424;
  line-height: 30px;
}
.aboutus .left .main .name .d {
  width: 100%;
  height: 23px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #242424;
  line-height: 23px;
  margin-top: 14px;
}
.aboutus .left .main .image {
  width: 100%;
  height: auto;
}
.aboutus .left .main .image img {
  width: 100%;
}
.aboutus .left .main .des {
  width: 100%;
  /*height: 94px;*/
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  text-align: justify;
  margin-top: 42px;
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 3;*/
  /*-webkit-box-orient: vertical;*/
  /*overflow: hidden;*/
  word-break: break-all;
}
.aboutus .right {
  width: -webkit-calc(100% - (100% - 1300px) / 2 - 746px);
  width: -moz-calc(100% - (100% - 1300px) / 2 - 746px);
  width: calc(100% - (100% - 1300px) / 2 - 746px);
  background: #F5F6F7;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 100px;
}
.aboutus .right .main {
  width: 463px;
  margin-left: 91px;
}
.aboutus .right .main .more {
  width: 100%;
  height: 53px;
  padding: 60px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutus .right .main .more .link {
  display: block;
  width: 112px;
  height: 32px;
  border: 1px solid #C4C9D1;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #696969;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.aboutus .right .main .more .link:hover {
  background-color: #003EAF;
  color: #fff;
}
.aboutus .right .main .more .link .icon {
  position: absolute;
  width: 44px;
  height: 9.9px;
  right: -30px;
}
.aboutus .right .main .image {
  width: 100%;
  height: auto;
}
.aboutus .right .main .image img {
  width: 100%;
}
.aboutus .right .main .title {
  width: 100%;
  /*height: 17px;*/
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-top: 27px;
  word-break: break-all;
}
.aboutus .right .main .list {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 44px;
}
.aboutus .right .main .list .item .icon {
  width: 100px;
  height: 100px;
  background: #45484F;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutus .right .main .list .item .icon img {
  width: 50px;
  height: 50px;
}
.aboutus .right .main .list .item .name {
  width: auto;
  height: 19px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 19px;
  margin-top: 13px;
  text-align: center;
}
.aboutus .right .main .list .item:nth-child(2) .icon {
  background-color: #003390;
}
.aboutus .right .main .list .item:nth-child(2) .name {
  color: #003390;
}

.banner3 {
  width: 100%;
}
.banner3 img {
  width: 100%;
}

.news {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 60px 0;
}
.news .main {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}
.news .main .block {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 53px;
  padding-bottom: 14px;
}
.news .main .block .text {
  width: auto;
  height: auto;
}
.news .main .block .text .name {
  width: auto;
  height: 30px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #242424;
  line-height: 30px;
}
.news .main .block .text .des {
  width: auto;
  height: 23px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #242424;
  line-height: 23px;
  margin-top: 14px;
}
.news .main .block .more {
  width: 112px;
  height: 32px;
  border: 1px solid #C4C9D1;
  height: 32px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #696969;
  line-height: 32px;
  text-align: center;
  position: relative;
}
.news .main .block .more:hover {
  background-color: #003EAF;
  color: #fff;
}
.news .main .block .more .icon {
  position: absolute;
  right: -29px;
  top: 8px;
  width: 44px;
  height: 10px;
}
.news .main .list {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.news .main .list .item {
  display: block;
  width: 400px;
  height: auto;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.news .main .list .item:hover .image img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news .main .list .item:hover .title {
  color: #003390;
}
.news .main .list .item:hover .des {
  color: #003390;
}
.news .main .list .item .image {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.news .main .list .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .main .list .item .title {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 19px;
  margin: 0 auto;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 19px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-top: 30px;
}
.news .main .list .item .des {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 42px;
  margin: auto;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  text-align: justify;
  margin-top: 26px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .main .list .item .time {
  display: block;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 15px;
  margin: auto;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
  margin-top: 25px;
}