.warp-box {
  width: 100%;
  position: relative;
}
.warp-box .news-box {
  width: 100%;
  padding-top: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .warp-box .news-box {
    padding-top: 50px;
  }
}
.warp-box .news-box .news-banner {
  width: 100%;
  height: 215px;
  background: url("../../images/about-comp.png") no-repeat center center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 900px) {
  .warp-box .news-box .news-banner {
    height: 75px;
  }
}
.warp-box .news-box .news-top {
  width: 100%;
  background: url("../../images/about-comp-bg.jpg") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.warp-box .news-box .news-top .left {
  width: 750px;
  height: 580px;
  padding: 30px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.warp-box .news-box .news-top .left .left-title {
  width: 650px;
  display: flex;
  flex-direction: column;
}
.warp-box .news-box .news-top .left .left-title .title-detail {
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.warp-box .news-box .news-top .left .left-title .title-detail .title-text {
  font-size: 60px;
  font-weight: 900;
  color: #034EA2;
  margin-right: 30px;
  letter-spacing: 10px;
}
.warp-box .news-box .news-top .left .left-title .title-detail .title-tip {
  font-size: 40px;
  font-weight: 900;
  color: #000;
}
.warp-box .news-box .news-top .left .left-title .title-line {
  width: 100%;
  height: 4px;
  background-color: #6A6868;
}
.warp-box .news-box .news-top .left .left-txt {
  width: 100%;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
}
.warp-box .news-box .news-top .left .left-txt .txt-title {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-top: 40px;
}
.warp-box .news-box .news-top .left .left-txt .txt-tip {
  display: flex;
  flex-flow: row;
  align-items: center;
  font-size: 22px;
  font-weight: 900;
  margin-top: 10px;
}
.warp-box .news-box .news-top .left .left-txt .txt-tip .tip-y {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #000;
  margin: 0 18px 0 12px;
}
.warp-box .news-box .news-top .left .left-txt .txt-detail {
  text-indent: 2em;
  font-size: 22px;
  font-weight: 900;
  margin-top: 10px;
}
.warp-box .news-box .news-top .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.warp-box .news-box .news-top .right .right-item1 {
  width: 520px;
  height: 310px;
  background: url("../../images/new-img-2.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .news-box .news-top .right .right-item2 {
  width: 520px;
  height: 310px;
  background: url("../../images/new-img-3.png") no-repeat center center;
  background-size: 100% 100%;
}
@media (min-width: 1500px) {
  .warp-box .news-box .news-top .left {
    width: 900px;
    height: 700px;
  }
}
@media (min-width: 1800px) {
  .warp-box .news-box .news-top .left {
    width: 1150px;
    height: 850px;
  }
}
.warp-box .news-box .news-top-phone {
  display: none;
}
@media only screen and (max-width: 900px) {
  .warp-box .news-box .news-top {
    display: none;
  }
  .warp-box .news-box .news-top-phone {
    width: 100%;
    background: url("../../images/about-comp-bg.jpg") no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .warp-box .news-box .news-top-phone .top {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .warp-box .news-box .news-top-phone .top .top-title {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .warp-box .news-box .news-top-phone .top .top-title .title-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .warp-box .news-box .news-top-phone .top .top-title .title-detail .title-text {
    font-size: 24px;
    font-weight: 900;
    color: #034EA2;
    letter-spacing: 4px;
  }
  .warp-box .news-box .news-top-phone .top .top-title .title-detail .title-tip {
    font-size: 18px;
    font-weight: 900;
    color: #000;
  }
  .warp-box .news-box .news-top-phone .top .top-title .title-line {
    width: 100%;
    height: 2px;
    background-color: #6A6868;
    margin: 20px 0;
  }
  .warp-box .news-box .news-top-phone .top .top-txt {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .warp-box .news-box .news-top-phone .top .top-txt .txt-title {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
  }
  .warp-box .news-box .news-top-phone .top .top-txt .txt-tip {
    display: flex;
    flex-flow: row;
    align-items: center;
    font-size: 16px;
    font-weight: 900;
    margin-top: 10px;
  }
  .warp-box .news-box .news-top-phone .top .top-txt .txt-tip .tip-y {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #000;
    margin: 0 18px 0 12px;
  }
  .warp-box .news-box .news-top-phone .top .top-txt .txt-detail {
    text-indent: 2em;
    font-size: 14px;
    font-weight: 900;
    margin-top: 10px;
  }
  .warp-box .news-box .news-top-phone .bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .warp-box .news-box .news-top-phone .bottom .bottom-item1 {
    width: 90%;
    height: 310px;
    background: url("../../images/new-img-2.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .news-box .news-top-phone .bottom .bottom-item2 {
    width: 90%;
    height: 310px;
    background: url("../../images/new-img-3.png") no-repeat center center;
    background-size: 100% 100%;
  }
}/*# sourceMappingURL=news-v3.css.map */