.four_piece {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.four_piece .part {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 240px;
}
.four_piece .part .page_one {
  width: 47%;
}
.four_piece .part .page_one .news-header {
  display: flex;
  height: 50px;
  line-height: 50px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid black;
}
.four_piece .part .page_one .news-header a {
  font: 700 16px "Microsoft YaHei";
  text-decoration: none;
  letter-spacing: 2px;
  color: #4a4a4a;
  cursor: pointer;
  line-height: 50px;
}
.four_piece .part .page_one .news-header h2 {
  font-size: 20px;
  height: 60px;
  font-weight: bold;
  width: 200px;
}
.four_piece .part .page_one .news-header h2:before {
  content: '';
  display: inline-block;
  background-color: var(--blue);
  width: 5px;
  margin-right: 10px;
  height: 35px;
  transform: translateY(10px);
}
.four_piece .part .page_one .news-container ul {
  margin-top: 20px;
}
.four_piece .part .page_one .news-container ul li {
  display: flex;
  justify-content: space-between;
}
.four_piece .part .page_one .news-container ul li a,
.four_piece .part .page_one .news-container ul li span {
  letter-spacing: 1px;
  height: 40px;
  font: 500 16px "Microsoft YaHei";
  color: #4a4a4a;
}
.four_piece .part .page_one .news-container ul li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: auto;
}
.four_piece .part .page_one .news-container ul li a:hover {
  color: red;
  text-decoration: none;
}
.four_piece .part .page_one .news-container ul li span {
  flex: 1 0 100px;
  text-align: right;
}
/*# sourceMappingURL=index.css.map */