/* 公司新闻 */
.companyNews {
  padding-top: 1.92rem;
}
.companyNews .news_recommend {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.companyNews .news_recommend .recommend_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.62rem;
          flex: 0 0 9.62rem;
  width: 9.62rem;
  height: 4.76rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
  font-size: 0;
}
.companyNews .news_recommend .recommend_img img {
  width: 100%;
  height: 100%;
}

.companyNews .news_recommend .recommend_img .swiper-container .swiper-pagination {
  bottom: 0.38rem;
}
.companyNews .news_recommend .recommend_img .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.34rem;
  height: 0.04rem;
  border-radius: 0.34rem;
  margin: 0 0.08rem;
  background: #ffffff;
  opacity: 1;
}
.companyNews .news_recommend .recommend_img .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #d10000;
}
.companyNews .news_recommend .recommend_info {
  margin-left: 0.72rem;
}
.companyNews .news_recommend .recommend_info h3 {
  font-size: 0.32rem;
  line-height: 0.46rem;
  color: #000000;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-top: 0.34rem;
}
.companyNews .news_recommend .recommend_info .info_text {
  margin-top: 0.27rem;
  min-height: 1.94rem;
}
.companyNews .news_recommend .recommend_info .info_text p {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.26rem;
  margin-bottom: 0.25rem;
}
.companyNews .news_recommend .recommend_info .more_btn {
  margin-top: 0.36rem;
  margin-left: 0;
  color: #000000;
}
.companyNews .news_list {
  margin-top: 1rem;
}
.companyNews .news_list li {
  height: 2rem;
  margin-bottom: 0.4rem;
  border: 1px solid #e2e2e2;
  border-radius: 0.1rem;
  padding: 0.4rem 0.5rem 0 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0.17rem 0.5rem 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0.17rem 0.5rem 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.companyNews .news_list li .news_date {
  width: 1.84rem;
  float: left;
}
.companyNews .news_list li .news_date h3 {
  font-size: 0.42rem;
  line-height: 0.5rem;
  font-weight: normal;
  color: #000000;
}
.companyNews .news_list li .news_date p {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #999999;
}
.companyNews .news_list li .news_txt {
  margin-left: 1.84rem;
}
.companyNews .news_list li .news_txt h3 {
  font-size: 0.28rem;
  color: #000000;
  font-weight: normal;
  line-height: 0.5rem;
  margin-bottom: 0.14rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.companyNews .news_list li .news_txt p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #666666;
  -o-text-overflow: -o-ellipsis-lastline;
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.companyNews .news_list li:hover {
  -webkit-box-shadow: 0px 0.17rem 0.5rem 0px rgba(205, 11, 2, 0.08);
          box-shadow: 0px 0.17rem 0.5rem 0px rgba(205, 11, 2, 0.08);
}
.companyNews .news_list li:hover .news_txt h3 {
  color: #cd0b02;
}
.companyNews .news_list li:hover .news_txt p {
  color: #cd0b02;
}

/* 行业新闻 */
.industryNews {
  padding-top: 1.9rem;
}
.industryNews li {
  float: left;
  width: 7.51rem;
  margin-right: 0.96rem;
  margin-bottom: 0.42rem;
}
.industryNews li:nth-child(2n) {
  margin-right: 0;
}
.industryNews li .news_img {
  width: 100%;
  height: 4.26rem;
  overflow: hidden;
  border-bottom-right-radius: 1rem;
  font-size: 0;
}
.industryNews li .news_img img {
  width: 100%;
  height: 100%;
}
.industryNews li .news_info {
  width: 100%;
  height: 2.12rem;
}
.industryNews li .news_info h4 {
  font-size: 0.18rem;
  line-height: 0.42rem;
  margin: 0.3rem 0 0.2rem 0;
  font-weight: normal;
  color: #999999;
}
.industryNews li .news_info h4 span {
  font-size: 0.28rem;
  color: #000000;
  margin-right: 0.2rem;
}
.industryNews li .news_info h3 {
  font-weight: normal;
  font-size: 0.32rem;
  line-height: 0.46rem;
  -o-text-overflow: -o-ellipsis-lastline;
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 新闻详情 */
.news_detail {
  padding: 2rem 2rem 0 2rem;
}
.news_detail .detail_title {
  font-size: 0.28rem;
  line-height: 0.44rem;
  text-align: center;
  color: #333333;
}
.news_detail .detail_top {
  line-height: 0.42rem;
  margin-top: 0.28rem;
  padding: 0.18rem 0;
  border-bottom: 1px solid #ebebeb;
}
.news_detail .detail_top .detail_date {
  font-size: 0.18rem;
  color: #333333;
}
.news_detail .detail_content {
  padding: 0.54rem 0;
}
.news_detail .detail_content img {
  max-width: 100%;
}
.news_detail .detail_content video {
  max-width: 100%;
}
.news_detail .detial_bottom {
  padding: 0.74rem 0 1.1rem 0;
  border-top: 1px solid #eaeaea;
}
.news_detail .detial_bottom p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #222222;
}
.news_detail .detial_bottom p a {
  font-size: 0.16rem;
  color: #222222;
}
.news_detail .detial_bottom p a:hover {
  color: #cd0b02;
  text-decoration: underline;
}


@media screen and (max-width: 960px) {
  /* 公司新闻 */
  .companyNews {
    padding-top: 1rem;
  }
  .companyNews .news_recommend {
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .companyNews .news_recommend .recommend_img {
    float: inherit;
    width: 100%;
    height: auto;
    border-bottom-right-radius: 1rem;
    overflow: hidden;
    font-size: 0;
  }
  .companyNews .news_recommend .recommend_img img {
    width: 100%;
    height: 100%;
  }
  .companyNews .news_recommend .recommend_info {
    margin-left: 0;
  }
  .companyNews .news_recommend .recommend_info h3 {
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #000000;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin-top: 0.24rem;
  }
  .companyNews .news_recommend .recommend_info .info_text {
    margin-top: 0.27rem;
    height: auto;
  }
  .companyNews .news_recommend .recommend_info .info_text p {
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.26rem;
    margin-bottom: 0.25rem;
  }
  .companyNews .news_recommend .recommend_info .more_btn {
    margin-top: 0.36rem;
    margin-left: 0;
    color: #000000;
  }
  .companyNews .news_list {
    margin-top: 1rem;
  }
  .companyNews .news_list li {
    height: 2rem;
    margin-bottom: 0.4rem;
    border: 1px solid #e2e2e2;
    border-radius: 0.1rem;
    padding: 0.4rem 0.5rem 0 0.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 0.17rem 0.5rem 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0.17rem 0.5rem 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
  }
  .companyNews .news_list li .news_date {
    width: 1.84rem;
    float: left;
  }
  .companyNews .news_list li .news_date h3 {
    font-size: 0.42rem;
    line-height: 0.5rem;
    font-weight: normal;
    color: #000000;
  }
  .companyNews .news_list li .news_date p {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #999999;
  }
  .companyNews .news_list li .news_txt {
    margin-left: 1.84rem;
  }
  .companyNews .news_list li .news_txt h3 {
    font-size: 0.28rem;
    color: #000000;
    font-weight: normal;
    line-height: 0.5rem;
    margin-bottom: 0.14rem;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .companyNews .news_list li .news_txt p {
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #666666;
    -o-text-overflow: -o-ellipsis-lastline;
       text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .companyNews .news_list li:hover {
    -webkit-box-shadow: 0px 0.17rem 0.5rem 0px rgba(205, 11, 2, 0.08);
            box-shadow: 0px 0.17rem 0.5rem 0px rgba(205, 11, 2, 0.08);
  }
  .companyNews .news_list li:hover .news_txt h3 {
    color: #cd0b02;
  }
  .companyNews .news_list li:hover .news_txt p {
    color: #cd0b02;
  }

  /* 行业新闻 */
  .industryNews {
    padding-top: 1rem;
  }
  .industryNews li {
    float: inherit;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.42rem;
  }
  .industryNews li:nth-child(2n) {
    margin-right: 0;
  }
  .industryNews li .news_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom-right-radius: 1rem;
    font-size: 0;
  }
  .industryNews li .news_img img {
    width: 100%;
    height: 100%;
  }
  .industryNews li .news_info {
    width: 100%;
    height: auto;
  }
  .industryNews li .news_info h4 {
    font-size: 0.18rem;
    line-height: 0.42rem;
    margin: 0.3rem 0 0.2rem 0;
    font-weight: normal;
    color: #999999;
  }
  .industryNews li .news_info h4 span {
    font-size: 0.28rem;
    color: #000000;
    margin-right: 0.2rem;
  }
  .industryNews li .news_info h3 {
    font-weight: normal;
    font-size: 0.24rem;
    line-height: 0.36rem;
    -o-text-overflow: -o-ellipsis-lastline;
       text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  /* 新闻详情 */
  .news_detail {
    padding: 1rem 0rem 0 0rem;
  }
  .news_detail .detail_title {
    font-size: 0.22rem;
    line-height: 0.34rem;
    text-align: center;
    color: #333333;
  }
  .news_detail .detail_top {
    line-height: 0.32rem;
    margin-top: 0.18rem;
    padding: 0.1rem 0;
    border-bottom: 1px solid #ebebeb;
  }
  .news_detail .detail_top .detail_date {
    font-size: 0.18rem;
    color: #333333;
  }
  .news_detail .detail_content {
    padding: 0.54rem 0;
  }
  .news_detail .detail_content img {
    max-width: 100%;
  }
  .news_detail .detail_content video {
    max-width: 100%;
  }
  .news_detail .detial_bottom {
    padding: 0.44rem 0 0.8rem 0;
    border-top: 1px solid #eaeaea;
  }
  .news_detail .detial_bottom p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #222222;
  }
  .news_detail .detial_bottom p a {
    font-size: 0.16rem;
    color: #222222;
  }
  .news_detail .detial_bottom p a:hover {
    color: #cd0b02;
    text-decoration: underline;
  }
}