/* 新闻 */
.news-header-box {
  height:40px;
  background-color: #f2f3f9;
  display: flex;
  align-items: center;
}

.news-header-text {
  width: 96px;
  height: 23px;
  font-size: 24px;
  line-height: 20px;
  color: #343434;
  margin-left: 15px;

}

.current {
  font-size: 12px;
  margin-left: 25px;
  line-height: 18px;
  letter-spacing: 1px;
}

.current a {
  color: #848484;
}

.left-top {
  text-align: center;
  margin-bottom: 20px;
}

.news-title {
  color: #000;
  font-size: 25px;
  margin-bottom: 10px;
}

.top-info {
  color: #acb0b3;
  font-size: 12px;
  position: relative;
  height: 36px;
  line-height: 36px;
  border-bottom: 2px solid #f2f2f2;
}

.linspan {
  color: #ae0b28;
}

.return-btn {
  position: absolute;
  bottom: -6px;
  right: 0;
  color: #303030;
  text-decoration: underline;
}

/* 右下 */
.txt-news {
  margin-top: 30px;
}

.img-news-title {
  width: 100%;
  height: 45px;
  border-bottom: 2px solid #d6d6d6;
  font-size: 18px;
  letter-spacing: 1px;
  color: #151515;

}

.news {
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #b3b3b3;
}


.txt-news-con {
  padding: 0 5px;
}

.news-ul {
  padding: 10px 20px;
  margin-top: 20px;
  position: relative;
}

.news-ul li {

  cursor: pointer;
  position: relative;
}

.news-ul li::before {
  content: '';
  position: absolute;
  height: 9px;
  width: 9px;
  background: #1a50cd;
  border-radius: 50%;
  left: -25px;
  top: 7px;
}

.news-ul li::after {
  content: '';
  position: absolute;
  height: 70px;
  width: 2px;
  background: #dedede;
  left: -21px;
  top: 20px;
}
.news-ul::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 70px;
    background:  #92b8fd;
     bottom: -3px;
    left: 7px;
}
.news-ul::after {
    position: absolute;
    content: '';
    height: 9px;
    width: 9px;
    background:  #92b8fd;
    bottom: -4px;
    left: 80px;
    border-radius: 50%;
}
.newstxtli {
  font-size: 14px;
  color: #5f5f5f;
  line-height: 24px;
}

.timebox {
  overflow: hidden;
  margin-bottom: 10px;
  padding-right: 10px;
}

.timecon {
  font-size: 12px;
  color: #8c8c8c;
  float: left;
  padding: 2px 12px;
}

.timecon .iconfont {
  font-size: 14px;
}




/* 新闻列表1 */
.news-list-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.news-list-item {
  width: 258px;
  height: 353px;
  padding: 30px;
  border-radius: 5px;
  background-color: #ffff;
  box-shadow: #ecebec 1px 5px 5px;
  margin-right: 30px;
  /* margin-left: 0.6%; */
  margin-bottom: 25px;
}

.news-list-box div:nth-child(3n+1) {
  margin-left: 0 !important;
}

.news-list-container {
  width: 193px;

}

.news-list-title {
  width: 100%;
  height: 80px;
  font-size: 18px;
  line-height: 28px;
  color: #232323;
  font-weight: 600;
  margin-bottom: 30px;
}

.news-list-center {
  width: 100%;
  height: 90px;
  font-size: 12px;
  line-height: 24px;
  color: #7a7a7a;
  margin-bottom: 60px;
}

.news-list-bottom {
  width: 100px;
  font-size: 12px;
  color: #1423b4;
}

/* 新闻列表2 */
.news-list-diff {
  display: flex;
  margin: 30px 0;
  justify-content: space-between;
    min-height: 600px;

}

.diff-left {
  width: 312px;
}

.diff-nav {
  text-align: center;
  align-items: center;
  background-color: #f2f3f9;
  border: 1px solid #f6f6f6;
}


.diff-nav li {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #295ebf;
  font-weight: 500;
  border-top: 1px solid #ffff;
  border-left: 5px solid #7ca7f5;
position: relative;
}
.hr-menu-active::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  top: 30px;
  left: 0;
  position: absolute;
  border-top: solid 6px transparent;
  border-left: solid 6px red;
  border-bottom: solid 6px transparent;
}

.diff-nav li a {
  color: #5a5a5a;
  display: inline-block;
  width: 100%;
}

.diff-jiantou {
  float: left;
  color: #e62d32;
  position: absolute;
}

.diff-nav li.hr-menu-active {
  border-left-color: #e62d32;
  color: #e62d32;

}

.left-important {
  color: #0e52cf;
  width: 50%;
  height: 100%;
  padding-bottom: 15px;
}

.blue-line {
  width: 50%;
  height: 2px;
  background-color: #0e52cf;
}

.news_list {
  width: 70%;
}

.news_list_des {
  line-height: 30px;
  padding: 17px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.news_date {
  width: 84px;
  height: 80px;
  text-align: center;
  margin-right: 30px;
  padding-top: 10px;
  color: #9fbdf3;
}

.news_date_top {
  width: 100%;
  font-size: 42px;
  height: 30px;
}

.news_date_bottom {
  margin-top: 10px;
  font-size: 16px;
}

.list_right {
  width: 89%;
}

.l_b_title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #212121;
}

.l_b_container {
  font-size: 13px;
  line-height: 22px;
  color: #807f7f;
}

.news-img-box {
  width: 100%;
  height: 352px;
  margin-top: 10px;
  position: relative;
  margin-bottom: 30px;
}

.news-img-box img {
  width: 100%;
   height: 352px;
    object-fit: cover;
}

.peizi {
  text-indent: 5px;
  height: 100px;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  background: rgba(255, 255, 255, .79);
  position: absolute;
  bottom: 0;
  left: 0;

}

.bg-orange {
  background-color: rgba(254, 164, 7, .83);
  color: #ffffff;
}

.light-blue-newsUl li::before,
.light-blue-newsUl li::after {
  background: #92b8fd
}