@charset "UTF-8";
.newest_list_box {
  width: 787px;
}

.newest_list_box .new_Date {
  width: 60px;
  height: 30px;
  background-color: #BA1C20;
  border-radius: 4px;
  display: inline-block;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  margin-bottom: 20px;
}

.newest_list_box .newzx_ul {
  list-style-type: none;
}

.newest_list_box .newzx_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newest_list_box .newzx_ul li .newzx_lfte {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newest_list_box .newzx_ul li .newzx_lfte .newzx_yuanquan {
  width: 10px;
  height: 10px;
  background: #BA1C20;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.newest_list_box .newzx_ul li .newzx_lfte .newzx_xian {
  width: 1px;
  /* 设置宽度为1px */
  height: 100%;
  /* 设置高度为100%以确保虚线充满元素的高度 */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, rgba(216, 15, 21, 0.5)), to(rgba(216, 15, 21, 0.5)));
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(216, 15, 21, 0.5) 50%, rgba(216, 15, 21, 0.5) 100%);
  background-size: 1px 6px;
  /* 1px为虚线的宽度，10px为虚线的间隔高度 */
  background-repeat: repeat-y;
  /* 使用repeat-y以便在垂直方向上重复 */
}

.newest_list_box .newzx_ul li .newzx_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  margin-left: 20px;
}

.newest_list_box .newzx_ul li .newzx_right .newzx_view {
  width: 100%;
  height: 10px;
}

.newest_list_box .newzx_ul li .newzx_right .newzx_right_title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.newest_list_box .newzx_ul li .newzx_right .newzx_right_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newest_list_box .newzx_ul li .newzx_right .newzx_right_flex .newzx_right_date {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.newest_list_box .newzx_ul li .newzx_right .newzx_right_flex .newzx_right_text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #BA1C20;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

/* 右边 */
.latestissue {
  /* 期刊 */
}

.latestissue .latestissue_ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.latestissue .latestissue_ul .latestissue_li {
  width: 110px;
  margin-right: 15px;
  margin-bottom: 20px;
  border-radius: 4px 4px 0px 0px;
  cursor: pointer;
}

.latestissue .latestissue_ul .latestissue_li img {
  width: 100%;
  height: 136px;
}

.latestissue .latestissue_ul .latestissue_li .title {
  width: 100%;
  height: 26px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  border: 1px solid #979797;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.latestissue .latestissue_ul .latestissue_li:nth-child(3n) {
  margin-right: 0px;
}

/* 会议 */
.meetings .meetings_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.meetings .meetings_ul .meetings_li {
  width: 172px;
  margin-right: 16px;
  margin-bottom: 20px;
  cursor: pointer;
}

.meetings .meetings_ul .meetings_li .meetings_img {
  width: 172px;
  height: 97px;
  border-radius: 2px;
}

.meetings .meetings_ul .meetings_li .meetings_title_box {
  padding: 10px 0;
}

.meetings .meetings_ul .meetings_li .meetings_title_box p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.meetings .meetings_ul .meetings_li .meetings_title_box span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.meetings .meetings_ul .meetings_li:nth-child(2n) {
  margin-right: 0px;
}

/* 研究报告 */
.reports .reports_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reports .reports_ul .reports_li {
  width: 110px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}

.reports .reports_ul .reports_li img {
  width: 108px;
  height: 148px;
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #eee;
}

.reports .reports_ul .reports_li .reports_title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.reports .reports_ul .reports_li:nth-child(3n) {
  margin-right: 0px;
}

.scientificS .scientificS_ul {
  list-style-type: none;
}

.scientificS .scientificS_ul .scientificS_li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.scientificS .scientificS_ul .scientificS_li .scientificS_title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.scientificS .scientificS_ul .scientificS_li .scientificS_content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.scientificS .scientificS_ul .scientificS_li .scientificS_content .content_span {
  margin-right: 20px;
}

/* 弹出框 */
.pupo_box .pupos .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  margin-bottom: 20px;
}

.pupo_box .pupos .pup_list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pupo_box .pupos .pup_list .list {
  width: 110px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #BA1C20;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #BA1C20;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
}

.pupo_box .pupos .pup_list .list_color {
  background-color: #BA1C20;
  color: #fff;
}
/*# sourceMappingURL=news.css.map */