.newss .cont {
  width: 1216px;
}

.newss .cont .support {
  width: 100%;
  box-sizing: border-box;
  padding-top: 33px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.newss .cont .support .sup_left {
  width: 291px;
}

.newss .cont .support .sup_left .sup_box {
  width: 100%;
  height: 214px;
  background-color: #5791cf;
}

.newss .cont .support .sup_left .sup_box .box_names {
  height: 78px;
  width: 100%;
  padding-top: 40px;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newss .cont .support .sup_left .sup_box .box_names::after {
  content: "";
  display: block;
  width: 73px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.newss .cont .support .sup_left .sup_box .eng {
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newss .cont .support .sup_left .sup_nav {
  width: 100%;
  margin-top: 5px;
  background-color: #fafafa;
  box-sizing: border-box;
  padding: 25px 0px;
}

.newss .cont .support .sup_left .sup_nav .sup .nav_boxss {
  width: 100%;
  height: 49px;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000c15;
}

.newss .cont .support .sup_left .sup_nav .sup .nav_boxss .type {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newss .cont .support .sup_left .sup_nav .sup .nav_boxss .downs {
  width: 14px;
  height: 8px;
  background: url("../imags/down.png") no-repeat;
  background-size: 100% 100%;
}

.newss .cont .support .sup_left .sup_nav .sup .nav_boxss .downUp {
  background: url("../imags/up.png") no-repeat;
  background-size: 100% 100%;
}

.newss .cont .support .sup_left .sup_nav .sup .active {
  background-color: #5791cf;
  color: #fff !important;
}

.newss .cont .support .sup_left .sup_nav .sup .type_name {
  width: 100%;
  cursor: pointer;
  display: none;
}

.newss .cont .support .sup_left .sup_nav .sup .type_name .type_val {
  width: 100%;
  height: 49px;
  line-height: 49px;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 25px;
  color: #000c15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newss .cont .support .sup_left .sup_nav .sup .type_name .type_val a {
  color: #000c15;
}

.newss .cont .support .sup_left .sup_nav .sup .type_name .type_val:hover {
  background-color: #c9daed;
}

.newss .cont .support .sup_left .sup_nav .sup .type_name .active {
  background-color: #c9daed;
}

.newss .cont .support .sup_right {
  width: 899px;
  /*background-color: pink;*/
}

.newss .cont .support .sup_right img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}

@media screen and (max-width: 1600px) {
  .newss .cont .support {
    justify-content: center;
  }

  .newss .cont .support .sup_left {
    padding-right: 3%;
    width: 20%;
  }

  .newss .cont .support .sup_right {
    width: 77%;
  }
}

@media screen and (max-width: 1400px) {
  .newss .cont .support {
    justify-content: center;
  }

  .newss .cont .support .sup_left .sup_box {
    height: 180px;
  }

  .newss .cont .support .sup_left .sup_box .box_names {
    padding-top: 30px;
    font-size: 34px;
    height: 70px;
  }

  .newss .cont .support .sup_left .sup_box .eng {
    font-size: 26px;
  }

  .newss .cont .support .sup_left .sup_nav {
    padding: 15px 0px;
  }

  .newss .cont .support .sup_left .sup_nav .sup .nav_boxss .type {
    font-size: 18px;
  }
}

@media screen and (max-width: 1020px) {
  .newss .cont .support {
    padding-bottom: 20px;
  }

  .newss .cont .support .sup_left .sup_box {
    height: 130px;
  }

  .newss .cont .support .sup_left .sup_box .box_names {
    padding-top: 20px;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
  }

  .newss .cont .support .sup_left .sup_box .eng {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }

  .newss .cont .support .sup_left .sup_nav {
    padding: 15px 0px;
  }

  .newss .cont .support .sup_left .sup_nav .sup .nav_boxss {
    padding-left: 10px;
    padding-right: 10px;
  }

  .newss .cont .support .sup_left .sup_nav .sup .nav_boxss .type {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .newss .cont .support {
    padding-bottom: 10px;
    padding-top: 10px;
    height: auto;
    flex-wrap: wrap;
  }

  .newss .cont .support .sup_left {
    width: 100%;
    padding-right: 0px;
  }

  .newss .cont .support .sup_left .sup_box {
    height: 100px;
  }

  .newss .cont .support .sup_left .sup_box .box_names {
    padding-top: 5px;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
  }

  .newss .cont .support .sup_left .sup_box .eng {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }

  .newss .cont .support .sup_left .sup_nav {
    padding: 15px 0px;
  }

  .newss .cont .support .sup_left .sup_nav .sup .nav_boxss {
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
  }

  .newss .cont .support .sup_left .sup_nav .sup .nav_boxss .type {
    font-size: 14px;
  }

  .newss .cont .support .sup_left .sup_nav .sup .type_name {
    display: flex;
    flex-wrap: wrap;
  }

  .newss .cont .support .sup_left .sup_nav .sup .type_name .type_val {
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: auto;
    margin-left: 10px;
    padding: 0px 5px;
  }

  .newss .cont .support .sup_right {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .newss .cont .support .sup_left .sup_box {
    height: 85px;
  }

  .newss .cont .support .sup_left .sup_box .box_names {
    font-size: 22px;
    height: 40px;
    line-height: 40px;
  }

  .newss .cont .support .sup_left .sup_box .eng {
    height: 40px;
    line-height: 40px;
  }

  .newss .cont .support .sup_left .sup_nav {
    padding: 5px 0px;
  }
}