.news_list .banner {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  background-image: url(/static/news/images/ban-abi.png);
  background-position: center;
}
.news_list .banner .banner_cont {
  max-width: 1200px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.news_list .banner .banner_cont .main {
  top: 158px;
  width: 100%;
  position: absolute;
  left: 0;
}
.news_list .banner .banner_cont .main .title {
  display: flex;
  align-items: center;
  display: flex;
}
.news_list .banner .banner_cont .main .title .value {
  font-size: 28px;
  line-height: 44px;
  color: #fff;
  position: relative;
  font-weight: normal;
}
.news_list .banner .banner_cont .main .title span {
  margin-left: 5px;
  width: 127px;
  height: 23px;
  background-image: url(/static/news/images/icon-text.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news_list .banner .banner_cont .main .label {
  margin-top: 0;
  line-height: 32px;
  font-size: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 1.5px;
}
.news_list .banner .banner_cont .main .label_info {
  max-width: 54%;
  line-height: 38px;
  letter-spacing: 0.25px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin-top: 11px;
}
.news_list .classify_cont {
  height: 57px;
  overflow: hidden;
  position: relative;
  margin-top: 2px;
  border-bottom: 1px solid #dae1e9;
  display: flex;
  align-items: center;
  overflow-x: auto;
}
.news_list .classify_cont .classify_item {
  color: #333;
  font-size: 16px;
  line-height: 57px;
  font-weight: bold;
  padding-right: 25px;
  margin-right: 25px;
  position: relative;
  white-space: nowrap;
}
.news_list .classify_cont .classify_item.current {
  color: #4f75fb;
}
.news_list .classify_cont .classify_item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 1px;
  height: 11px;
  background: #c7cdd4;
}
.news_list .list_content {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.news_list .list_content .left {
  width: calc(100% - 342px);
}
.news_list .list_content .left .top_banner {
  width: 100%;
  height: 210px;
  display: flex;
  background-color: #f8f8f8;
  align-items: center;
}
.news_list .list_content .left .top_banner .left_img {
  width: 43%;
  height: 170px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.news_list .list_content .left .top_banner .left_img img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.news_list .list_content .left .top_banner .right_title {
  margin-left: 10px;
  padding: 0 10px;
}
.news_list .list_content .left .top_banner .right_title .title {
  max-height: 56px;
  overflow: hidden;
  line-height: 28px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_list .list_content .left .top_banner .right_title .cont {
  max-height: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.5px;
  margin-top: 16px;
}
.news_list .list_content .left .news_list {
  height: auto;
  overflow: hidden;
}
.news_list .list_content .left .news_list .news_item {
  margin-bottom: 7px;
  padding: 8px 0px 8px 0;
  height: auto;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgb(247, 248, 252);
  border: 1px solid transparent;
}
.news_list .list_content .left .news_list .news_item .left_img {
  width: 25%;
  max-height: 128px;
  height: 170px;
  border: 1px solid #e5e8ed;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.news_list .list_content .left .news_list .news_item .right_cont {
  padding: 0 30px;
  height: auto;
  text-align: left;
  overflow: hidden;
  padding: 0 10px;
}
.news_list .list_content .left .news_list .news_item .right_cont .title {
  max-width: 90%;
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list .list_content .left .news_list .news_item .right_cont .up_info {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #999;
  margin-top: 11px;
}
.news_list .list_content .left .news_list .news_item .right_cont .detail {
  margin-top: 10px;
  max-height: 52px;
  line-height: 26px;
  font-size: 14px;
  text-overflow: ellipsis;
  color: #666;
  letter-spacing: 0.5px;
  overflow: hidden;
  position: relative;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_list .list_content .left .news_list .news_item .right_cont .detail span {
  display: inline-block;
  padding-left: 5px;
  color: #596efb;
  font-size: 14px;
}
.news_list .list_content .left .news_list .news_item:hover {
  border: 1px solid #596efb;
}
.news_list .list_content .left .news_list .news_item:hover .title {
  color: #596efb;
}
.news_list .list_content .right {
  margin-left: 20px;
}
.news_list .list_content .right .recommend {
  margin-top: 35px;
  background-color: #fff;
  border: 1px solid #dce2e8;
  margin-bottom: 35px;
}
.news_list .list_content .right .recommend .top {
  height: 45px;
  line-height: 45px;
  padding: 0 39px;
  color: #333;
  font-size: 16px;
  position: relative;
}
.news_list .list_content .right .recommend .top:before {
  content: "";
  position: absolute;
  left: 26px;
  top: 16px;
  width: 3px;
  height: 15px;
  background: #596efb;
}
.news_list .list_content .right .recommend .bottom {
  padding: 13px 14px;
  border-top: 1px solid #dce2e8;
  height: auto;
  overflow: hidden;
}
.news_list .list_content .right .recommend .bottom .item {
  display: flex;
  align-items: center;
  padding: 12px;
}
.news_list .list_content .right .recommend .bottom .item .left_img img {
  width: 72px;
  height: 66px;
}
.news_list .list_content .right .recommend .bottom .item .right {
  margin-left: 10px;
}
.news_list .list_content .right .recommend .bottom .item .right .title {
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.news_list .list_content .right .recommend .bottom .item .right .time {
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: gray;
  margin-top: 6px;
}
.news_list .list_content .right .recommend .bottom .text_item {
  max-height: 44px;
  overflow: hidden;
  padding-left: 16px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  position: relative;
  margin-bottom: 16px;
}
.news_list .list_content .right .recommend .bottom .text_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background: #596efb;
  border-radius: 50%;
}

.news_detail .banner {
  width: 100%;
  background-repeat: no-repeat;
  height: 500px;
  background-image: url(/static/news/images/ban-ruizhi.jpg);
  background-position: center;
  background-size: cover;
}
.news_detail .banner .banner_cont {
  max-width: 1200px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.news_detail .banner .banner_cont .main {
  top: 158px;
  width: 100%;
  position: absolute;
  left: 0;
}
.news_detail .banner .banner_cont .main .title {
  display: flex;
  display: flex;
  align-items: center;
}
.news_detail .banner .banner_cont .main .title .value {
  font-size: 28px;
  line-height: 44px;
  color: #24293a;
  position: relative;
  font-weight: normal;
}
.news_detail .banner .banner_cont .main .title span {
  margin-left: 5px;
  width: 127px;
  height: 23px;
  background-image: url(/static/news/images/icon-text.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news_detail .banner .banner_cont .main .label {
  margin-top: 0;
  line-height: 32px;
  font-size: 20px;
  font-weight: 300;
  color: #24293a;
  letter-spacing: 1.5px;
}
.news_detail .banner .banner_cont .main .label_info {
  max-width: 54%;
  line-height: 38px;
  letter-spacing: 0.25px;
  font-size: 14px;
  color: #24293a;
  font-weight: 300;
  margin-top: 11px;
}
.news_detail .list_content {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.news_detail .list_content .left {
  width: calc(100% - 342px);
}
.news_detail .list_content .left .news_list {
  padding-top: 49px;
}
.news_detail .list_content .left .top_title {
  padding-bottom: 17px;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #dae1e9;
  margin-bottom: 20px;
}
.news_detail .list_content .left .top_title .title {
  line-height: 40px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.news_detail .list_content .left .top_title .up_info {
  line-height: 22px;
  font-size: 14px;
  color: gray;
  letter-spacing: 0.5px;
  margin-top: 12px;
}
.news_detail .list_content .left .top_title .up_info span {
  margin: 0 15px;
}
.news_detail .list_content .left .article_cont {
  margin-bottom: 16px;
  color: #666;
}
.news_detail .list_content .left .up_next {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 28px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
}
.news_detail .list_content .left .up_next .left {
  max-width: 50%;
}
.news_detail .list_content .left .up_next .right {
  max-width: 50%;
}
.news_detail .list_content .left .try_use {
  margin-top: 30px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  background-image: linear-gradient(90deg, #04abff 0, #4f75fb 100%);
  background-color: #4f75fb;
  border-radius: 3px;
}
.news_detail .list_content .left .try_use .use-button {
  display: inline-block;
  margin: 0 5px;
  padding: 0 26px 0 19px;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #596efb;
  background-color: #fff;
  border-radius: 3px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.news_detail .list_content .left .try_use .use-button:before {
  content: "";
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #596efb;
  border-top: 1px solid #596efb;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.news_detail .list_content .left .about {
  margin-top: 20px;
  max-width: 850px;
}
.news_detail .list_content .left .about .top {
  height: 56px;
  line-height: 55px;
  font-size: 17px;
  color: #1c1d1e;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e8ed;
}
.news_detail .list_content .left .about .top span {
  float: left;
  line-height: 55px;
  font-size: 17px;
  color: #1c1d1e;
  letter-spacing: 0.5px;
  position: relative;
  margin-right: 58px;
}
.news_detail .list_content .left .about .top .action {
  border-bottom: 1px solid #596efb;
}
.news_detail .list_content .left .about .bottom {
  padding-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.news_detail .list_content .left .about .bottom .item {
  width: auto;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #596efb;
  padding: 0 20px;
  border: 1px solid #596efb;
  border-radius: 3px;
  margin: 0 15px 15px 0;
}
.news_detail .list_content .right {
  margin-left: 20px;
}
.news_detail .list_content .right .recommend {
  margin-top: 35px;
  background-color: #fff;
  border: 1px solid #dce2e8;
  margin-bottom: 35px;
}
.news_detail .list_content .right .recommend .top {
  height: 45px;
  line-height: 45px;
  padding: 0 39px;
  color: #333;
  font-size: 16px;
  position: relative;
}
.news_detail .list_content .right .recommend .top:before {
  content: "";
  position: absolute;
  left: 26px;
  top: 16px;
  width: 3px;
  height: 15px;
  background: #596efb;
}
.news_detail .list_content .right .recommend .bottom {
  padding: 13px 14px;
  border-top: 1px solid #dce2e8;
  height: auto;
  overflow: hidden;
}
.news_detail .list_content .right .recommend .bottom .item {
  display: flex;
  align-items: center;
  padding: 12px;
}
.news_detail .list_content .right .recommend .bottom .item .left_img img {
  width: 72px;
  height: 66px;
}
.news_detail .list_content .right .recommend .bottom .item .right {
  margin-left: 10px;
}
.news_detail .list_content .right .recommend .bottom .item .right .title {
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.news_detail .list_content .right .recommend .bottom .item .right .time {
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: gray;
  margin-top: 6px;
}
.news_detail .list_content .right .recommend .bottom .text_item {
  max-height: 44px;
  overflow: hidden;
  padding-left: 16px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  position: relative;
  margin-bottom: 16px;
}
.news_detail .list_content .right .recommend .bottom .text_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background: #596efb;
  border-radius: 50%;
}

@media screen and (max-width: 767.98px) {
  .news_list .banner {
    height: 330px;
    background-image: url(/static/news/images/ban_newA_mobile.png);
    background-position: center;
    background-size: cover;
  }
  .news_list .banner .banner_cont {
    width: 90%;
    margin: 0 auto;
    position: relative;
    height: 330px;
  }
  .news_list .banner .banner_cont .main {
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateY(-50%);
  }
  .news_list .banner .banner_cont .main .title {
    display: flex;
    align-items: center;
  }
  .news_list .banner .banner_cont .main .title .value {
    color: #fff;
    font-family: "DIN";
    font-size: 23px;
  }
  .news_list .banner .banner_cont .main .title span {
    margin-left: 5px;
    width: 127px;
    height: 23px;
    background-image: url(/static/news/images/icon-text.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .news_list .banner .banner_cont .main .label {
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1.5px;
    text-align: center;
  }
  .news_list .banner .banner_cont .main .label_info {
    max-width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
  }
  .news_list .classify_cont {
    max-width: 90%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .news_list .list_content {
    flex-wrap: wrap;
  }
  .news_list .list_content .left {
    width: 100%;
  }
  .news_list .list_content .left .news_list .news_item .right_cont {
    padding: 0 10px;
  }
  .news_detail .banner {
    height: 330px;
    background-image: url(/static/news/images/ban-ruizhi_mobile.png);
    background-position: center;
    background-size: cover;
  }
  .news_detail .banner .banner_cont {
    width: 90%;
    margin: 0 auto;
    position: relative;
    height: 330px;
  }
  .news_detail .banner .banner_cont .main {
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateY(-50%);
  }
  .news_detail .banner .banner_cont .main .title {
    display: flex;
    align-items: center;
  }
  .news_detail .banner .banner_cont .main .title .value {
    color: #fff;
    font-family: "DIN";
    font-size: 23px;
  }
  .news_detail .banner .banner_cont .main .title span {
    margin-left: 5px;
    width: 127px;
    height: 23px;
    background-image: url(/static/news/images/icon-text.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .news_detail .banner .banner_cont .main .label {
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1.5px;
    text-align: center;
  }
  .news_detail .banner .banner_cont .main .label_info {
    max-width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
  }
  .news_detail .list_content {
    flex-wrap: wrap;
  }
  .news_detail .list_content .left {
    width: 100%;
  }
  .news_detail .list_content .left .news_list {
    padding-top: 0;
  }
  .news_detail .list_content .right {
    margin-left: 0;
  }
  .news_list .list_content .left .news_list .news_item .right_cont .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: unset;
    height: auto;
  }
  .news_list .list_content .left .news_list .news_item .left_img {
    width: 40%;
  }
}