.news {
  background: #fff;
  /*banner开始*/
  /*banner结束*/
  /*公共标题开始*/
  /*公共标题结束*/
  /*新闻盒子开始*/
  /*新闻盒子结束*/
  /*公司刊物开始*/
  /*公司刊物结束*/
  /*media开始*/
  /*media结束*/
}
.news .pagination > .active > a,
.news .pagination > .active > a:focus,
.news .pagination > .active > a:hover,
.news .pagination > .active > span,
.news .pagination > .active > span:focus,
.news .pagination > .active > span:hover {
  background-color: #222;
  border: 1px solid #222;
}
.news .gdd_banner {
  position: relative;
}
.news .gdd_banner .top_nav {
  position: fixed;
  top: 90px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  line-height: 58px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 18px;
}
.news .gdd_banner .top_nav .top_nav_item {
  cursor: pointer;
  padding: 0 100px;
  border-left: 1px solid #ccc;
      width: 16%;
    text-align: center;
    padding: 0 !important;
}
.news .gdd_banner .top_nav .top_nav_item:last-child {
  border-right: 1px solid #ccc;
}
.news .gdd_banner .middle_txt {
  position: absolute;
  width: 750px;
  text-align: center;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.news .gdd_banner .middle_txt .middle_txt1 {
  font-size: 54px;
  margin-bottom: 25px;
  margin-top: 1.9rem;
  text-align: center;
}
.news .gdd_banner .middle_txt .middle_txt2 {
  font-size: 24px;
}
.news .gdd_banner > img {
  width: 100%;
}
.news .public_title {
  margin: 90px 0 87px;
  text-align: center;
  color: #333;
}
.news .public_title h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
.news .public_title .xie_line,
.news .public_title p {
  font-size: 18px;
  margin-bottom: 15px;
}
.news .news_box {
  position: relative;
  padding: 0 70px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.news .news_box .news_item {
  width: 32.6%;
  margin-right: 1%;
  margin-bottom: 60px;
}
.news .news_box .news_item:nth-child(3n) {
  margin-right: 0;
}
.news .news_box .news_item .item_top_img {
  overflow: hidden;
}
.news .news_box .news_item .item_top_img img {
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.news .news_box .news_item .item_top_img img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news .news_box .news_item .item_bot_txt {
  padding: 30px;
  background-color: #f5f5f5;
}
.news .news_box .news_item .item_bot_txt .item_bot_txt1 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 25px;
  /*   display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          white-space: nowrap;
          //text-overflow:ellipsis;
          overflow: hidden;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news_box .news_item .item_bot_txt .item_bot_txt2 {
  font-size: 14px;
  color: #666666;
  margin-bottom: 25px;
}
.news .news_box .news_item .item_bot_txt .item_bot_txt3 {
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 75px;
}
.news .news_box .news_item .item_bot_txt:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news .news_box .news_item .item_bot_txt:hover .item_bot_txt1 {
  color: #9bbc2d;
}
.news .news_box .news_item:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.news .news_box .gdd_more {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #333;
  cursor: pointer;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news .news_box .gdd_more:hover {
  background-color: #9bbc2d;
  border: 1px solid #9bbc2d;
}
.news .news_box .gdd_more:hover a {
  color: #fff;
}
.news .company_sci {
  overflow: hidden;
  /*公共标题开始*/
  /*公共标题结束*/
}
.news .company_sci .public_title {
  margin: 90px 0 87px;
  text-align: center;
  color: #333;
}
.news .company_sci .public_title h2 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #eee;
}
.news .company_sci .public_title .xie_line,
.news .company_sci .public_title p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #eee;
}
.news .company_sci .sci_content {
  position: relative;
  padding-bottom: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.news .company_sci .sci_content .sci_content_left {
  width: 32.8%;
  margin-right: 70px;
  overflow: hidden;
}
.news .company_sci .sci_content .sci_content_left img {
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.news .company_sci .sci_content .sci_content_left img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news .company_sci .sci_content .outtt {
  width: 36.45%;
  margin: 0;
}
.news .company_sci .sci_content .outtt .sci_content_right {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .company_sci .sci_content .outtt .sci_content_right .sr_item {
  width: 46.5%;
  margin-bottom: 0.4rem;
  text-align: center;
  cursor: pointer;
}
.news .company_sci .sci_content .outtt .sci_content_right .sr_item .item_top {
  overflow: hidden;
  padding: 0.4rem 0.63rem;
  background-color: #8b9191;
  margin-bottom: 0.1rem;
}
.news .company_sci .sci_content .outtt .sci_content_right .sr_item .item_top img {
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.news .company_sci .sci_content .outtt .sci_content_right .sr_item .item_top img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news .company_sci .sci_content .outtt .sci_content_right .sr_item .item_bot {
  height: 0.42rem;
  line-height: 0.42rem;
  background-color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.news .company_sci .sci_content .outtt .sci_content_right .sr_item:hover .item_bot {
  background-color: #9bbc2d;
  color: #fff;
}
.news .company_sci .sci_content .kw_left,
.news .company_sci .sci_content .kw_right {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.news .company_sci .sci_content .kw_left {
  left: 8%;
}
.news .company_sci .sci_content .kw_right {
  right: 8%;
}
.news .media {
  overflow: hidden;
  background-color: #f9f9f9;
  width: 100%;
}
.news .media .media_inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 73%;
  margin: 0 auto;
  padding: 0.9rem 0;
  padding-top: 0;
}
.news .media .media_inner .media_left {
  width: 49%;
  display: block;
  margin-right: 0.4rem;
}
.news .media .media_inner .media_left .top_img img {
  width: 100%;
}
.news .media .media_inner .media_left .bot_txt {
  background-color: #f1f2f5;
  padding-top: 0.4rem;
}
.news .media .media_inner .media_right {
  background-color: #f9f9f9;
}
.news .media .media_inner .bot_txt {
  padding: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 0.01rem #dcdcdc;
  padding-top: 0.45rem;
}
.news .media .media_inner .bot_txt .bl {
  width: 0.99rem;
  height: 0.92rem;
  text-align: center;
  padding-top: 0.2rem;
  box-sizing: border-box;
  border-radius: 0.02rem;
  border: solid 0.01rem #e7eaf1;
  margin-right: 0.25rem;
}
.news .media .media_inner .bot_txt .bl span {
  font-size: 0.16rem;
  color: #868e9c;
  display: inline-block;
  margin-bottom: 0.05rem;
}
.news .media .media_inner .bot_txt .bl p {
  font-size: 0.36rem;
  color: #868e9c;
}
.news .media .media_inner .bot_txt .br {
  width: 75%;
}
.news .media .media_inner .bot_txt .br .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 0.15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news .media .media_inner .bot_txt .br .tips {
  font-size: 14px;
  color: #868e9c;
  margin-bottom: 0.1rem;
}
.news .media .media_inner .bot_txt .br .tips span.shu {
  display: inline-block;
  width: 1px;
  height: 0.1rem;
  background-color: #ccc;
  margin-right: 0.1rem;
}
.news .media .media_inner .bot_txt .br .con {
  height: 0.6rem;
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .media .media_inner .bot_txt .br .read_more {
  width: 1.2rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  background-color: #bfbfbf;
  border-radius: 2px;
  font-size: 0.14rem;
  color: #ffffff;
  cursor: pointer;
}
.news .media .media_inner .bot_txt .br .read_more:hover {
  background-color: #9bbc2d;
}
.news .media .media_inner .bot_txt:first-child {
  padding-top: 0;
  padding-bottom: 0.28rem;
}
.news .media .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.news .media .swiper-pagination-bullet-active {
  background-color: #9bbc2d;
}
@media (max-width: 1800px) {
  .news .media .media_inner .bot_txt:first-child {
    padding-bottom: 0.24rem !important;
  }
}
@media (max-width: 1700px) {
  .news .media .media_inner .bot_txt:first-child {
    padding-bottom: 0.23rem !important;
  }
}
@media (max-width: 1600px) {
  .news .media .media_inner .bot_txt:first-child {
    padding-bottom: 0.16rem !important;
  }
  .news .media .media_inner .bot_txt .br .con {
    font-size: 14px;
  }
}
@media (max-width: 1500px) {
  .news .media .media_inner .bot_txt:first-child {
    padding-bottom: 0.1rem !important;
  }
  .news .media .media_inner .bot_txt .br .con {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .news .media .media_inner .bot_txt:first-child {
    padding-bottom: 0.53rem !important;
  }
  .news .media .media_inner .bot_txt .br .con {
    font-size: 14px;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
@media (max-width: 1300px) {
  .news .media .media_inner .bot_txt:first-child {
    padding-bottom: 0.35rem !important;
  }
  .news .media .media_inner .bot_txt .br .con {
    font-size: 14px;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .news .news_box {
    padding: 0 15px;
  }
  .news .news_box .news_item {
    width: 100%!important;
    margin-right: 0!important;
  }
  .news .company_sci .sci_content {
    flex-wrap: wrap;
  }
  .news .company_sci .sci_content .sci_content_left {
    width: 100%;
    margin-right: 0;
  }
  .news .company_sci .sci_content .outtt {
    width: 100%;
  }
  .news .company_sci .sci_content .outtt .sci_content_right .sr_item .item_bot {
    height: 30px;
    line-height: 30px;
  }
  .news .media .media_inner {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .news .media .media_inner .media_left {
    width: 100%;
  }
  .news .media .media_inner .bot_txt .br .title {
    font-size: 18px;
  }
  .news .media .media_inner .bot_txt {
    height: 170px;
    padding: 15px;
  }
  .news .media .media_inner .bot_txt .bl {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: left;
  }
  .news .media .media_inner .bot_txt .bl span {
    font-size: 16px;
  }
  .news .media .media_inner .bot_txt .bl p {
    display: inline-block;
    font-size: 14px;
  }
  .news .news_box {
    padding: 0 15px;
    padding-bottom: 80px;
  }
  .news .media .media_inner .bot_txt .br .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news .media .media_inner .bot_txt .br .read_more {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    font-size: 12px;
  }
  .news .news_box .news_item .item_bot_txt {
    padding: 15px;
  }
  .news .news_box .news_item .item_bot_txt .item_bot_txt1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .news .news_box .news_item .item_bot_txt .item_bot_txt2 {
    margin-bottom: 15px;
  }
  .news .news_box .news_item .item_bot_txt .item_bot_txt3 {
    min-height: auto!important;
    font-size: 12px;
  }
  .news .news_box .news_item {
    margin-bottom: 20px;
  }
  .news .news_box .gdd_more {
    bottom: 30px;
  }
  .news .company_sci .sci_content .outtt .sci_content_right {
    width: 96%;
    padding-left: 20px;
  }
  .news .company_sci .sci_content {
    padding-bottom: 30px;
  }
  .news .media .media_inner .bot_txt .br .title {
    width: 100%;
    line-height: normal;
    -webkit-line-clamp: 2;
  }
  .news .media .media_inner .bot_txt .br {
    width: 100%;
  }
  .news .media .media_inner .bot_txt {
    height: auto;
  }
  .news .media .media_inner .bot_txt:first-child {
    padding-bottom: 15px!important;
    padding-top: 15px!important;
  }
}
