@charset "UTF-8";
html,
body {
  min-width: 1200px;
}

/* 列表盒子 */
/* 列表标题 */
/* 列表文字内容 */
/* 列表文字底部文字样式 */
/* 搜索框 */
.sousuo {
  width: 740px;
  height: 40px;
  border: 2px solid #BA1C20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-left: 20px;
}

.sousuo .inpus {
  border: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sousuo .inpus_putton {
  width: 90px;
  height: 40px;
  background: #BA1C20;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
}

/* 数据列表 */
.Datalist {
  list-style-type: none;
  width: 1200px;
  margin: 60px auto 0;
  /* 期刊论文 */
  /* 技术圈 */
  /* 会议 | 会议报道 | 精彩视频 */
  /* 研究报告 */
  /* 科研项目 */
  /* 短视频 | 直播 */
}

.Datalist .infor {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.Datalist .infor .infor_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Datalist .infor .infor_right .infor_right_top .infor_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: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Datalist .infor .infor_right .infor_right_top .infor_content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  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: 20px 0;
}

.Datalist .infor .infor_right .infor_right_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}

.Datalist .infor .infor_right .infor_right_bottom .infor_lable {
  margin-right: 60px;
}

.Datalist .infor .infor_right .infor_right_bottom .infor_date .infor_date_span {
  margin-right: 30px;
}

.Datalist .infor .infor_lafte {
  width: 310px;
  height: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
}

.Datalist .infor .infor_lafte .infor_lafte_img {
  width: 310px;
  height: 160px;
}

.Datalist .journal {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.Datalist .journal .journal_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: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Datalist .journal .journal_content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  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: 20px 0;
}

.Datalist .journal .journal_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Datalist .techno {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.Datalist .techno .techno_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: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.Datalist .techno .techno_user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Datalist .techno .techno_user .techno_user_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.Datalist .techno .techno_user .techno_user_lable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.Datalist .techno .techno_user .techno_user_lable .techno_user_lable_t {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}

.Datalist .techno .techno_user .techno_user_lable .techno_user_lable_D {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Datalist .techno .techno_user .techno_user_lable .techno_user_lable_s {
  margin-left: 30px;
}

.Datalist .techno .techno_user .techno_user_lable .techno_user_lable_s .techno_user_lable_sm {
  margin-right: 20px;
}

.Datalist .techno .techno_conte {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  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: 20px 0;
}

.Datalist .techno .techno_img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Datalist .techno .techno_img_list .techno_img {
  width: 220px;
  height: 220px;
  border-radius: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.Datalist .techno .user_imgs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Datalist .techno .user_imgs_list .user_imgs_box {
  border: 1px solid #eee;
  border-radius: 50%;
  margin-left: -20px;
}

.Datalist .techno .user_imgs_list .user_imgs_box .user_imgs {
  width: 60px;
  height: 60px;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
}

.Datalist .techno .user_imgs_list .user_imgs_box:nth-child(1) {
  margin-left: 0px;
}

.Datalist .techno .user_number_text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin-top: 10px;
}

.Datalist .conference,
.Datalist .conference_report,
.Datalist .Wonderfulvideo,
.Datalist .Coursevideo,
.Datalist .confl {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.Datalist .conference .conference_lafte,
.Datalist .conference_report .conference_lafte,
.Datalist .Wonderfulvideo .conference_lafte,
.Datalist .Coursevideo .conference_lafte,
.Datalist .confl .conference_lafte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.Datalist .conference .conference_lafte .conference_top .conference_title,
.Datalist .conference_report .conference_lafte .conference_top .conference_title,
.Datalist .Wonderfulvideo .conference_lafte .conference_top .conference_title,
.Datalist .Coursevideo .conference_lafte .conference_top .conference_title,
.Datalist .confl .conference_lafte .conference_top .conference_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: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Datalist .conference .conference_lafte .conference_top .conference_conten,
.Datalist .conference_report .conference_lafte .conference_top .conference_conten,
.Datalist .Wonderfulvideo .conference_lafte .conference_top .conference_conten,
.Datalist .Coursevideo .conference_lafte .conference_top .conference_conten,
.Datalist .confl .conference_lafte .conference_top .conference_conten {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin: 20px 0;
}

.Datalist .conference .conference_lafte .conference_bottom,
.Datalist .conference_report .conference_lafte .conference_bottom,
.Datalist .Wonderfulvideo .conference_lafte .conference_bottom,
.Datalist .Coursevideo .conference_lafte .conference_bottom,
.Datalist .confl .conference_lafte .conference_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}

.Datalist .conference .conference_lafte .conference_bottom .conference_sapn,
.Datalist .conference_report .conference_lafte .conference_bottom .conference_sapn,
.Datalist .Wonderfulvideo .conference_lafte .conference_bottom .conference_sapn,
.Datalist .Coursevideo .conference_lafte .conference_bottom .conference_sapn,
.Datalist .confl .conference_lafte .conference_bottom .conference_sapn {
  margin-right: 30px;
}

.Datalist .conference .conference_lafte .conference_bottom .conference_addres_img,
.Datalist .conference_report .conference_lafte .conference_bottom .conference_addres_img,
.Datalist .Wonderfulvideo .conference_lafte .conference_bottom .conference_addres_img,
.Datalist .Coursevideo .conference_lafte .conference_bottom .conference_addres_img,
.Datalist .confl .conference_lafte .conference_bottom .conference_addres_img {
  width: 14px;
  height: 16px;
}

.Datalist .conference .conference_right,
.Datalist .conference_report .conference_right,
.Datalist .Wonderfulvideo .conference_right,
.Datalist .Coursevideo .conference_right,
.Datalist .confl .conference_right {
  width: 310px;
  height: 160px;
  margin-left: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  left: 0;
  /* 播放图片 */
}

.Datalist .conference .conference_right .conference_right_img,
.Datalist .conference_report .conference_right .conference_right_img,
.Datalist .Wonderfulvideo .conference_right .conference_right_img,
.Datalist .Coursevideo .conference_right .conference_right_img,
.Datalist .confl .conference_right .conference_right_img {
  width: 310px;
  height: 160px;
}

.Datalist .conference .conference_right .play,
.Datalist .conference_report .conference_right .play,
.Datalist .Wonderfulvideo .conference_right .play,
.Datalist .Coursevideo .conference_right .play,
.Datalist .confl .conference_right .play {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.5;
}

.Datalist .resea {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.Datalist .resea .resea_lafte .resea_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: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Datalist .resea .resea_lafte .resea_conte {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  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: 20px 0;
}

.Datalist .resea .resea_right {
  width: 144px;
  height: 194px;
  margin-left: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.Datalist .resea .resea_right .resea_right_img {
  width: 144px;
  height: 194px;
}

.Datalist .scient {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.Datalist .scient .scient_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: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Datalist .scient .scient_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin: 20px 0px;
}

.Datalist .scient .scient_content .scient_content_span {
  margin-right: 20px;
}

.Datalist .shortVideo,
.Datalist .liveStreaming {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.Datalist .shortVideo .shortVideo_lafte,
.Datalist .liveStreaming .shortVideo_lafte {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Datalist .shortVideo .shortVideo_lafte .shortVideo_title,
.Datalist .liveStreaming .shortVideo_lafte .shortVideo_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: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Datalist .shortVideo .shortVideo_lafte .shortVideo_Date,
.Datalist .liveStreaming .shortVideo_lafte .shortVideo_Date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin-top: 30px;
}

.Datalist .shortVideo .shortVideo_right,
.Datalist .liveStreaming .shortVideo_right {
  width: 310px;
  height: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
  position: relative;
  left: 0;
}

.Datalist .shortVideo .shortVideo_right .shortVideo_right_img,
.Datalist .liveStreaming .shortVideo_right .shortVideo_right_img {
  width: 310px;
  height: 160px;
}

.Datalist .shortVideo .shortVideo_right .play,
.Datalist .liveStreaming .shortVideo_right .play {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*# sourceMappingURL=Searchlist.css.map */