body {
  background: #F3F6FA;
}

.pro_tab_cont h1 {
  line-height: 30px;
}

.new_lists_article {
  padding-top: 30px;
}

.new_lists_article .news-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-top: 20px;
}

.new_lists_article .flex {
  display: flex;
  align-items: center;
}

.new_lists_article .news-content .news-left .item {
  width: 820px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-sizing: border-box;
  margin-bottom: 24px;
}

.new_lists_article .news-content .news-left .item:hover .item-text {
  cursor: pointer;
}

.new_lists_article .news-content .news-left .item:hover .item-text > h2 {
  color: #005af0;
}

.new_lists_article .news-content .news-left .item > img {
  width: 285px;
  height: 135px;
  border-radius: 8px 8px 8px 8px;
  margin-right: 16px;
}

.new_lists_article .news-content .news-left .item > .item-text {
  width: 540px;
  box-sizing: border-box;
  position: relative;
  height: 168px;
  padding: 24px 0;
}

.new_lists_article .news-content .news-left .item > .item-text > h2 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
}

.new_lists_article .news-content .news-left .item > .item-text > p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 20px;
}

.new_lists_article .news-content .news-left .item > .item-text .time {
  position: absolute;
  bottom: 24px;
}

.new_lists_article .news-content .news-right {
  padding: 0 24px 24px 24px;
  box-sizing: border-box;
}

.new_lists_article .news-content .news-right > .banner {
  width: 360px;
  height: 120px;
  background-image: url('../image/tb.png');
  background-size: cover;
  margin-bottom: 24px;
  cursor: pointer;
}

.new_lists_article .news-content .news-right > .banner > img {
  width: 25px;
  object-fit: scale-down;
  margin-right: 12px;
}

.new_lists_article .news-content .news-right > .banner > h2 {
  font-size: 26px;
  color: rgba(0, 0, 0, 0.8);
}

.new_lists_article .news-content .news-right > .item {
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  margin-bottom: 24px;
  padding: 20px;
  box-sizing: border-box;
}

.new_lists_article .news-content .news-right > .item > .list {
  width: 320px;
  height: 70px;
  background: #F3F6FA;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 12px;
  padding: 20px;
  box-sizing: border-box;
}

.new_lists_article .news-content .news-right .news-title {
  font-weight: bold;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 28px;
  text-align: start;
  padding-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.new_lists_article .news-content .news-right .news-list {
  display: block;
  margin-bottom: 24px;
}

.new_lists_article .news-content .news-right .news-list > p {
  color: rgba(0, 0, 0, 0.6);
}

.new_lists_article .news-content .news-right .news-list > div {
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
}

.new_lists_article .news-content .news-right .news-list > div > img {
  width: 22px;
  object-fit: scale-down;
  margin-right: 10px;
}

.new_lists_article .news-content .news-right .list {
  height: 72px;
  border-radius: 0px 0px 0px 0px;
}

.new_lists_article .news-content .news-right .list > span {
  display: inline-block;
  height: 34px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  font-size: 18px;
  line-height: 34px;
}

.new_lists_article .flex-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.new_lists_article .news-content .remark {
  text-align: center;
  height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 24px;
  margin-top: 12px;
}

.new_lists_article .news-content .small-btn {
  display: flex;
}

.new_lists_article .news-content .small-btn > :last-child {
  width: 76px;
  height: 32px;
  background: #005af0;
  border-radius: 4px 4px 4px 4px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #005af0;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}

.new_lists_article .news-content .small-btn > :first-child {
  width: 76px;
  height: 32px;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #005af0;
  font-weight: 500;
  font-size: 14px;
  color: #005af0;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
}

.new_lists_article .flex-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new_lists_article ._b {
  color: #045AFE;
}

.new_lists_article .text-eli1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}


/*自适应*/
@media (max-width: 767px){
  .pro_tab_cont {
    margin-top: 20px;
  }
  .new_lists_article {
    padding-top: 15px;
  }
  .new_lists_article .news-content {
    width: 100%;
    padding-top: 5px;
    flex-direction: column;
  }
  .new_lists_article .news-content .news-left .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .new_lists_article .news-content .news-left .item > img {
    width: 100px;
    border-radius: 6px;
    margin-right: 15px;
    margin-left: 10px;
    height: auto;
  }
  .new_lists_article .news-content .news-left .item > .item-text {
    width: auto;
    flex: 1;
    height: auto;
    padding: 15px 15px 15px 0;
  }
  .new_lists_article .news-content .news-left .item > .item-text > p {
    margin-top: 5px;
    font-size: 12px;
  }
  .new_lists_article .news-content .news-left .item > .item-text > h2 {
    font-size: 16px;
  }
  .new_lists_article .news-content .news-right {
    padding: 0;
  }
  .new_lists_article .news-content .news-right > .banner {
    width: 100%;
    margin-bottom:15px;
    height: 80px;
    background-size: 100% 100%;
  }
  .new_lists_article .news-content .news-right > .item {
    padding: 15px;
  }
  .new_lists_article .news-content .news-right > .item > .list {
    width: 100%;
    padding: 15px;
  }
  .new_lists_article .news-content .news-right .news-title {
    padding-top: 0;
  }
  .new_lists_article .news-content .news-right .list > span {
    font-size: 16px;
  }
  .new_lists_article .news-content .news-right .news-title {
    font-size: 18px;
  }
  .page_case {
    margin-bottom: 20px;
  }
}