.header.shadow {
  box-shadow: none;
  border-bottom: 1px solid #eee;
}

.pc_news {
  background: #f4f5fb;
  padding-bottom: 88px;
}

.pc_news_header {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #f5f5f5;
  background: #fff;
  position: fixed;
  z-index: 10;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 16px;
}

.news_header_bd {
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.news_header_bd .li {
  height: 50px;
  line-height: 50px;
  width: 130px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.news_header_bd .color-initial {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(40, 40, 40, 0.8);
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_header_bd .color-initial.on {
  font-family: PingFangSC-Semibold;
  font-size: 15px;
  color: #005BFF;
  letter-spacing: 0;
  font-weight: 600;
}

.news_header_bd .tag-img {
  display: none;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.show {
  display: inline-block !important;
}

.act-shadow {
  display: none;
}

.pc_news_body {
  padding-top: 80px;
  display: flex;
}

.pc_news_body .left {
  width: 860px;
  min-width: 860px;
  margin-right: 20px;
}

.pc_news_body .right {
  flex: 1;
  overflow: hidden;
}

.pc_news_list {
  border-radius: 4px;
  background: #fff;
  padding: 0 18px 20px;
}

.news_item {
  padding: 24px 0;
  display: flex;
  border-top: 1px solid #ebeef5;
}

.news_item:first-child {
  border-top: none;
}

.news_item:hover .h2 {
  color: #175DFF;
}

.news_item .img {
  width: 248px;
  height: 132px;
  overflow: hidden;
  background: #d8d8d8;
  margin-right: 20px;
}

.news_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_item .text {
  flex: 1;
  color: #333;
}

.news_item .text .h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.news_item .text .content-string {
  line-height: 24px;
  color: #9096A5;
  margin-top: 4px;
  -webkit-line-clamp: 2;
  font-size: 14px;
}

.news_item .text-bottom {
  display: flex;
  padding-top: 10px;
  line-height: 28px;
}

.news_item .text-bottom .t-lt {
  flex-shrink: 0;
  display: flex;
  font-size: 14px;
  margin-right: 10px;
}

.news_item .text-bottom .t-lt .time {
  color: #999;
  line-height: 28px;
}

.news_tags {
  display: flex;
}

.mt-8 {
  margin-top: 8px;
}

.news_tag_item {
  display: inline-block;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 8px;
  margin-bottom: 8px;
  background: #E4E9F2;
  font-size: 12px;
  line-height: 28px;
  max-height: 28px;
  box-sizing: content-box;
  border-radius: 2px;
  padding: 0 8px;
  color: #41464F;
  transition: all 0.2s;
}

.news_tags .news_tag_item:hover {
  color: #fff;
  background: #4180FF;
}

.form-wrap {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.form-wrap-img {
  width: 100%;
}

.form-wrap-box {
  position: absolute;
  top: 64px;
  left: 16px;
  width: 200px;
  height: 36px;
  border-radius: 21px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
  padding: 2px;
}

.form-wrap-box .form {
  flex: 1;
  height: 100%;
}

.form-wrap-box .form .form-input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 12px;
  padding-left: 8px;
  outline: none;
}

.form-button {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(106deg, #1F6FFF 0%, #3490FF 100%);
}

.message-tip-wrap {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  display: none;
  align-items: center;
  justify-content: center;
}

.message-tip-wrap.open {
  display: flex;
}

.message-tip-box {
  padding: 23px 30px;
  border-radius: 32px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
}

.hot-news-wrap {
  width: 100%;
  margin-top: 20px;
  background: #fff;
  border-radius: 4px;
  padding: 20px 24px;
}

.right-box-header {
  border-bottom: 1px solid #E4E9F2;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.right-box-header .right-box-header-img {
  width: 24px;
  margin-right: 8px;
}

.right-box-content {
  padding-top: 16px;
}

.right-box-content .swiper-container {
  height: auto;
}

.r-box-img {
  width: 100%;
  height: 166px;
  background: rgba(224, 240, 255, 0.2);
  border-radius: 4px;
  overflow: hidden;
}

.r-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.r-box-content {
  margin-top: 8px;
}

.r-box-title {
  font-size: 14px;
  color: #41464F;
  line-height: 24px;
  display: block;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.swiper-news-container .swiper-pagination {
  position: static;
  width: 100% !important;
  text-align: center !important;
  margin: 15px 0;
}

.swiper-news-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  background: #007aff;
  opacity: 1;
}

.swiper-news-container .swiper-pagination .swiper-pagination-bullet:hover {
  background: #000;
  opacity: .2;
}

.swiper-news-container .swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0 4px !important;
}

.swiper-news-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
  border: none;
}

.right-box-moreBox {
  display: inline-block;
  background: #175DFF;
  color: #ffffff;
  width: 100%;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
}

.mobile_news_header_wrap {
  height: 60px;
  width: 100%;
  overflow: hidden;
}

.mobile_news_header {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #f5f5f5;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  line-height: 30px;
}

.mobile_news_header .news_header_bd {
  height: auto;
}

.news_list {
  width: 100%;
  padding: 0 2vh 40px 2vh;
}

.news_list_content {
  width: 100%;
}

.mobile_news_item {
  padding: 16px 0;
  border-top: 1px solid #ebeef5;
}

.mobile_news_item:first-child {
  border-top: none;
}

.mobile_news_item_bd {
  display: flex;
}

.mobile_news_item_img {
  width: 124px;
  height: 72px;
  background: #d8d8d8;
  overflow: hidden;
  margin-right: 20px;
}

.mobile_news_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile_news_item_value {
  flex: 1;
  overflow: hidden;
}

.mobile_news_item_title {
  font-size: 16px;
  font-weight: 400;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
  -webkit-line-clamp: 2;
}

.mobile_news_item_time {
  line-height: 28px;
  margin-top: 2px;
  color: #999;
}

.mobile_news_item_tags {
  display: flex;
  margin-top: 8px;
}

.mobile_content_wrap .hot-news-wrap {
  border-top: 10px solid #f5f7fa;
}

.mobile_content_wrap .r-box-img {
  height: 200px;
}

.mobile_agent .swiper-news-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
  border: none;
}

.mobile_agent .swiper-news-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  background: #007aff;
  opacity: 1;
}