.news_banner {
  height: 480px;
  background-color: #1643A9;
}
.news_banner_title {
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  line-height: 64px;
}
.news_banner_desc {
  font-size: 28px;
  color: #fff;
  line-height: 36px;
  margin-top: 32px;
}
.news_banner_img {
  position: absolute;
  right: 10px;
  bottom: 40px;
  width: 540px;
}
.news_module1 {
  background-color: #F0F3FA;
  padding: 80px 0 90px;
}
.news_module1_bar {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
}
.news_module1_bar_item {
  font-size: 24px;
  color: #666;
  line-height: 48px;
  cursor: pointer;
}
.news_module1_bar_item ~ .news_module1_bar_item {
  margin-left: 48px;
}
.news_module1_bar_item.active,
.news_module1_bar_item:hover {
  color: #1472FF;
}
.news_module1_content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news_module1_left {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 20px 10px;
  border-radius: 10px;
  margin-right: 20px;
  background-color: #fff;
}
.news_module1_item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 142px;
  margin-bottom: 20px;
  cursor: pointer;
}
.news_module1_item:hover {
  box-shadow: 0 5px 29px 0 #eee;
}
.news_module1_imgcon {
  position: relative;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 254px;
  height: 142px;
  margin-right: 24px;
}
.news_module1_img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.news_module1_img-name {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.news_module1_msg {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 142px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.news_module1_name {
  font-size: 18px;
  color: #000;
  line-height: 26px;
  max-height: 52px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-shrink: 0;
  word-break: break-all;
  -webkit-box-orient: vertical;
}
.news_module1_desc {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  max-height: 44px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
-webkit-box-orient: vertical;
}
.news_module1_time {
  font-size: 14px;
  color: #666;
}
.news_module1_loading {
  display: none;
}
.news_module1 .main_pagination {
  margin-top: auto;
}
.news_module1_right {
  width: 326px;
}
.news_module1_card {
  padding: 10px 14px 20px;
  border-radius: 10px;
  background-color: #fff;
}
.news_module1_card ~ .news_module1_card {
  margin-top: 20px;
}
.news_module1_card_name {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  margin-bottom: 10px;
}
.news_module1_card_list {
  min-height: 50px;
  max-height: 300px;
  overflow-y: auto;
  /* 设置滚动条的样式 */
}
.news_module1_card_list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1);
}
.news_module1_card_list::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}
.news_module1_card_item {
  position: relative;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  padding: 0 10px 0 24px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.news_module1_card_item:hover {
  border-bottom-color: #eee;
}
.news_module1_card_item ~ .news_module1_card_item {
  margin-top: 10px;
}
.news_module1_card_item::before {
  content: '\e636';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'ys-iconfont';
  font-size: 20px;
  color: #f00;
}
.news_module1_card_product {
  display: block;
  width: 100%;
  cursor: pointer;
}
.news_module1_card_product img {
  display: block;
  width: 100%;
}
.news_module1_card_product ~ .news_module1_card_product {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .news_banner {
    height: 18.75rem;
  }
  .news_banner .ys_banner_left {
    padding: 4.5rem 0 0;
  }
  .news_banner_title {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6rem;
  }
  .news_banner_desc {
    font-size: 0.7rem;
    text-align: center;
    line-height: 0.9rem;
    margin-top: 0.9rem;
  }
  .news_banner_img {
    right: 2.65rem;
    bottom: -1.5rem;
    width: 13.5rem;
  }
  .news_module1 {
    background-color: #fff;
    padding: 1.5rem 0.5rem 1rem;
  }
  .news_module1_bar {
    padding-bottom: 0.25rem;
    margin-bottom: 0.2rem;
  }
  .news_module1_bar_item {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
  .news_module1_bar_item ~ .news_module1_bar_item {
    margin-left: 1.2rem;
  }
  .news_module1_content {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news_module1_left {
    width: 100%;
    padding: 0;
    border-radius: 0;
    margin-right: 0;
    min-height: 2.5rem;
  }
  .news_module1_item {
    height: auto;
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: 1px solid #E6E6E6;
  }
  .news_module1_item:hover {
    box-shadow: none;
  }
  .news_module1_imgcon {
    display: none;
  }
  .news_module1_msg {
    width: 100%;
    height: auto;
    padding: 0.6rem;
  }
  .news_module1_name {
    font-size: 0.75rem;
    color: #333;
    line-height: 0.95rem;
    margin-bottom: 0.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news_module1_desc {
    display: none;
  }
  .news_module1_time {
    font-size: 0.6rem;
    color: #999;
  }
  .news_module1_loading {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1rem;
  }
  .news_module1_loading.hidden {
    display: none;
  }
  .news_module1_loading img {
    width: 1.2rem;
    height: 1.2rem;
  }
  .news_module1 .main_pagination {
    display: none;
  }
  .news_module1_right {
    display: none;
  }
}
