.news {
  margin-bottom: 5%;
  min-width: 1200px;
}

.isnone {
  display: none;
}

.HeadPic img {
  width: 100%;
}

.all_tags {
  padding: 0 12.5%;
  margin: 0 auto;
  height: 120px;
  background-color: #F2F2F2;
  line-height: 120px;
}

.span-tab {
  display: block;
  margin-right: 43px;
  /* border-bottom: 1px solid; */
}

.span-tab p {
  color: #323232;
  font-size: 16px;
  height: 100px;
}

.all_tags a {
  float: left;
}

.all_tags .active_tags p {
  color: #3682CE;
  font-size: 20px;
  border-bottom: 2px solid #025BAD;
}

.crumb {
  height: 130px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.crumb_all {
  text-align: center;
  height: 100px;
  padding-top: 35px;
  width: 100%;
  margin-left: calc(50% - 205px);
}

.crumb_tags {
  float: left;
  width: 101px;
  height: 2px;
  background-color: #3682CE;
  border-radius: 1px;
  margin-top: 30px;
}

.crumb_title {
  float: left;
  font-size: 44px;
  color: #323232;
  margin: 0 20px;
}

.crumb_title_en {
  clear: both;
  color: #909090;
  font-size: 20px;
  text-align: center;
}

.swiper-container {
  padding-bottom: 120px !important;
  width: 87.5%;
  margin: 0 auto;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  top: 99% !important;
  width: 100%;
  height: 4px;
  left: 0;
}

.swiper-wrapper a {
  width: 100%;
}

.company_list {
  padding-bottom: 60px;
  padding-top: 70px;
  border-bottom: 1px dashed #909090;
  box-sizing: border-box;
}

.company_content {
  overflow: hidden;
}

.company_content_title {
  color: #323232;
  font-size: 30px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.company_content_title:hover {
  color: #0153A7;
}

.company_content_time {
  color: #909090;
  font-size: 20px;
  float: right;
  width: 20%;
  text-align: right;
}

.company_article {
  width: 80%;
  margin-top: 42px;
  margin-bottom: 27px;
  clear: both;
}

.company_article p {
  color: #646464;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.company_more span {
  color: #909090;
  font-size: 24px;
}

.swiper_url {
  width: 100%;
}