.content-news {
  width: 1200px;
  height: 380px;
  margin: -150px auto 0;
  position: relative;
}
.content-news-tech-work {
  width: 1200px;
  height: 350px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.listincard-container {
  height: 270px;
  padding: 30px;
  flex: 1;
}

.listincard-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.listincard-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 39px;
}
.listincard-title {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: rgba(5, 134, 213, 1);
}
.listincard-hr {
  border: 0;
  color: #0586d5; /*是设置ie老版本水平线的颜色；*/
  background-color: #0586d5;
  height: 1px;
}
.notice-container {
  width: 1200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(235, 235, 235, 1);
}
