.company_wrap,
.industry_wrap,
.technology_wrap {
  padding: 60px 0;
}
.company_wrap {
  background-color: #fff;
}
.industry_wrap {
  background-color: #fafafa;
}
.technology_wrap {
  background: #fff;
}
.news_top {
  margin-bottom: 60px;
  cursor: pointer;
  display: block;
}
.news_top:hover .news_title {
  color: #c90e16;
}
.news_top .news_left {
  width: 40%;
  height: 320px;
}
.news_top .news_left img {
  width: 100%;
  height: 100%;
}
.news_top .news_right {
  padding-left: 30px;
  padding-right: 30px;
  width: 60%;
  height: 320px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-left: none;
}
.news_top .news_title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  padding: 24px 0;
}
.news_top .news_desc {
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 90px;
}
.news_top .news_time {
  font-size: 18px;
  margin-top: 20px;
  color: #999999;
}
.news_top .news_btn {
  margin-top: 50px;
  padding: 0 32px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #c90e16;
  position: relative;
  overflow: hidden;
}
.news_top .news_btn:after {
  content: "";
  top:0;
  bottom:0;
  margin:auto;
  width:100%;
  width: 0px \9;
  height:400px;
  left:0%;
  opacity:0;
  filter:alpha(opacity=0);
  border-radius:100%;
  position:absolute;
  background:#ffffff;
  background:#2cb1b5 \9;
  transform:scale(1);
  animation:1.5s btn ease-out infinite;
}
/*.news_top .news_btn:hover {*/
/*  opacity: 0.8;*/
/*}*/
.news_list {
  padding-bottom: 30px;
}
.news_list li {
  float: left;
  width: 32%;
  margin-right: 2%;
  transition: all 0.3s;
}
.news_list li:hover  {
  margin-top: -10px;
}
.news_list li:hover .news_list_title {
  color: #c90e16;
}

.news_list li.last {
  margin-right: 0;
}
.news_list li .news_img_wrap {
  width: 100%;
  height: 260px;
}
.news_list li .news_img_wrap img {
  width: 100%;
  height: 100%;
}
.news_list li .news_list_title {
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin: 18px 0 12px;
}
.news_list li .news_list_desc {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  max-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 22px;
}
.news_list li .news_list_time {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}

.technology_list {
  width: 48.75%;
  margin-right: 2.5%;
}
.technology_list li {
  padding: 20px;
  background-color: #f7f7f7;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.question {
  margin-bottom: 25px;
}
.question .question_title {
  width: calc(100% - 61px);
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 4px;
}
.answer_desc  {
  height: 75px;
  overflow: auto;
}

.answer_desc::-webkit-scrollbar {
  width: 6px;
}
.answer_desc::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.answer_desc::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.answer .answer_desc {
  padding-top: 6px;
  /* width: calc(100% - 61px); */
  width: 88%;
  color: #666666;
  line-height: 23px;
}
.question_icon,
.answer_icon {
  width: 43px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fefefe;
  margin-right: 18px;
}
.question_icon {
  background: url(../images/question_icon.png) center no-repeat;
  background-size: 100% 100%;
}
.answer_icon {
  background: url(../images/answer_icon.png) center no-repeat;
  background-size: 100% 100%;
}
.technology_right {
  width: 48.75%;
  height: 360px;
  text-align: center;
  color: #ffffff;
  position: relative;
  background: url(../images/technology_contact_bg.png) center no-repeat;
  background-size: 100% 100%;
}
.technology_right h3 {
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 40px 0 35px;
}

.technology_contact {
  position: absolute;
  width: 100%;
  height: 86px;
  line-height: 86px;
  bottom: 0;
  left: 0;
}
.technology_contact .contact_item {
  width: 50%;
  text-align: center;
}
.technology_contact .contact_item img {
  margin-right: 13px;
}
.technology_contact .contact_item a {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.technology_mobile {
  position: relative;
  top: -3px;
}
.technology_phone {
  position: relative;
  top: -2px;
}

@media (max-width: 768px) {
  .company_wrap,
  .industry_wrap,
  .technology_wrap {
    padding: 0.6rem 0;
  }
  .news_top {
    margin-bottom: 0.6rem;
  }
  .news_top .news_left {
    width: 100%;
    height: auto;
  }
  .news_top .news_left img {
    width: 100%;
    height: 100%;
  }
  .news_top .news_right {
    padding:0 0.3rem 0.3rem;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #cccccc;
  }
  .news_top .news_title {
    font-size: 0.28rem;
    padding: 0.24rem 0;
  }
  .news_top .news_desc {
    line-height: 0.4rem;
    height: auto;
  }
  .news_top .news_time {
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .news_top .news_btn {
    margin-top: 0.3rem;
    padding: 0 0.32rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
  }
  .news_list {
    padding-bottom: 0.3rem;
  }
  .news_list li {
    float: left;
    width: 100%;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .news_list li.last {
    margin-right: 0;
  }
  .news_list li .news_img_wrap {
    width: 100%;
    height: auto;
  }
  .news_list li .news_img_wrap img {
    width: 100%;
    height: 100%;
  }
  .news_list li .news_list_title {
    font-size: 0.28rem;
    margin: 0.18rem 0 0.12rem;
  }
  .news_list li .news_list_desc {
    font-size: 0.24rem;
    line-height: 0.4rem;
    max-height: none;
    margin-bottom: 0.14rem;
  }
  .news_list li .news_list_time {
    font-size: 0.24rem;
  }

  .technology_list {
    width: 100%;
    margin-right: 30px;
  }
  .technology_list li {
    padding: 0.2rem;
    background-color: #f7f7f7;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
  }

  .question {
    margin-bottom: 0.25rem;
  }
  .question .question_title {
    width: calc(100% - 0.8rem);
    font-size: 0.26rem;
    padding-top: 0.04rem;
  }

  .answer .answer_desc {
    padding-top: 0.06rem;
    width: calc(100% - 0.8rem);
    line-height: 0.4rem;
  }
  .question_icon,
  .answer_icon {
    width: 0.43rem;
    height: 0.3rem;
    line-height: 0.3rem;
    margin-right: 0.18rem;
  }

  .technology_right {
    width: 100%;
    height: auto;
  }
  .technology_right h3 {
    font-size: 0.28rem;
    padding: 0.4rem 0 0.35rem;
  }
  .technology_right > img {
    width: 1.6rem;
    height: 1.6rem;
    margin-bottom: 0.3rem;
  }
  .technology_contact {
    position: relative;
    height: 0.86rem;
    line-height: 0.86rem;
  }

  .technology_contact .contact_item img {
    margin-right: 0rem;
    width: 0.2rem;
  }
  .technology_contact .contact_item a {
    font-size: 0.24rem;
  }
  .technology_mobile {
    top: -0.03rem;
  }
  .technology_phone {
    top: -0.02rem;
  }
}
