.news-box {
  display: flex;
  justify-content: space-between;
}
.news-box a {
  color: inherit;
}
.news-box .left {
  width: 885px;
}
.news-box .left .container {
  padding: 30px;
}
.news-box .left .title {
  font-weight: 400;
  font-size: 28px;
  color: #333;
  line-height: 34px;
}
.news-box .left .info {
  font-size: 14px;
  color: #999;
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-box .left .news-ad {
  height: 187px;
  margin: 20px auto;
}
.news-box .left .parse {
  margin: 5px 0 20px;
  font-size: 14px;
  color: #333;
  line-height: 32px;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 400;
}
.news-box .left .parse h1,
.news-box .left .parse h2,
.news-box .left .parse h3,
.news-box .left .parse h4,
.news-box .left .parse h5,
.news-box .left .parse h6 {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  line-height: 32px;
  word-break: break-all;
  word-wrap: break-word;
}
.news-box .left .news-yy {
  height: 107px;
  margin: 20px auto 30px;
  cursor: pointer;
}
.news-box .left .notice {
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.news-box .left .notice .name {
  font-size: 12px;
  color: #666;
  line-height: 30px;
}
.news-box .left .notice .des {
  font-size: 12px;
  color: #999;
  line-height: 21px;
  padding-left: 8px;
  text-indent: -8px;
}
.news-box .left .links {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 30px;
}
.news-box .left .links-item {
  flex: 1;
  font-size: 14px;
  color: #1a4299;
  line-height: 34px;
  transition: color 0.2s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-box .left .links-item:last-child {
  text-align: right;
}
.news-box .left .links-item:hover {
  color: #678fe5;
}
.news-box .left .article-list {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-box .left .article-list .item {
  width: 360px;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  line-height: 32px;
  transition: color 0.2s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-box .left .article-list .item:hover {
  color: #1a4299;
}
.news-box .left .course-list {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-bottom: 20px;
}
.news-box .left .course-list .item {
  padding: 12px;
  font-weight: 400;
  font-size: 17px;
  color: #333;
  line-height: 21px;
  transition: all 0.2s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-box .left .course-list .item:hover {
  color: #1a4299;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.04);
  transform: translateY(-5px);
}
.news-box .left .course-list .item img {
  width: 241px;
  height: 139px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.news-box .left .project-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}
.news-box .left .project-list .item {
  width: 240px;
  height: 110px;
  border-radius: 10px;
  transition: transform 0.2s ease;
}
.news-box .left .project-list .item:hover {
  transform: translateY(-5px);
}
.news-box .right {
  width: 295px;
}