.news-banner img {
  width: 100%;
}
.news-banner span {
  font-size: 0.5rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 1.875rem;
  left: 4rem;
}
.news-box {
  margin-bottom: 1.25rem;
}
.news-box .title-content {
  margin: 1rem auto 0;
  margin-top: 0.625rem;
  width: 20.65rem;
  height: 1.05rem;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #E5E7EC;
}
.news-box .title-content .title-zh {
  font-size: 0.475rem;
  font-weight: 700;
  color: #3D3D3D;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.news-box .title-content .title-en {
  font-size: 0.5rem;
  font-weight: 700;
  color: #DAE1FF;
  opacity: 30%;
  position: absolute;
  top: 0.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.news-box .news-list {
  margin-top: 0.625rem;
  display: flex;
  justify-content: center;
}
.news-box .news-list .empty {
  margin: 0 auto;
}
.news-box .news-list .news-item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 3.75rem;
}
.news-box .news-list .news-item img {
  width: 100%;
  height: 2.125rem;
}
.news-box .news-list .news-item .news-item-name {
  width: 100%;
  font-size: 0.2rem;
  line-height: 0.375rem;
  font-weight: 600;
  margin-top: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box .news-list .news-item .news-item-time {
  width: 100%;
  font-size: 0.175rem;
  line-height: 0.25rem;
  color: #2E2F38;
  opacity: 25%;
  margin-top: 0.075rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box .news-list .news-item:not(:last-child) {
  margin-right: 0.25rem;
}
.news-box .dynamic-box {
  margin-top: 1rem;
  width: 100%;
  height: 12.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-box .dynamic-box .el-carousel {
  width: 100%;
  flex: 1;
  box-sizing: border-box;
  padding: 0 4.125rem;
}
.news-box .dynamic-box .el-carousel__container {
  width: 100%;
  height: 100%;
}
.news-box .dynamic-box .el-carousel__indicators {
  display: none;
}
.news-box .dynamic-box .dynamic-nav {
  flex: none;
  width: 17.5rem;
  height: 0.9375rem;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  justify-content: center;
}
.news-box .dynamic-box .dynamic-nav .nav-item {
  width: 2.75rem;
  font-size: 0.3rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  cursor: pointer;
  position: relative;
}
.news-box .dynamic-box .dynamic-nav .nav-item:not(:last-child) {
  margin-right: 3rem;
}
.news-box .dynamic-box .dynamic-nav .nav-item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #055FFF;
  transition: all 0.3s;
}
.news-box .dynamic-box .dynamic-nav .nav-item:hover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #055FFF;
}
.news-box .dynamic-box .dynamic-nav .active-span {
  color: #000;
  font-weight: 700;
}
.news-box .dynamic-box .dynamic-nav .active-span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #055FFF;
}
.news-box .dynamic-box .project-list {
  height: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.news-box .dynamic-box .project-list .empty {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-box .dynamic-box .project-list .project-item {
  box-sizing: border-box;
  display: flex;
  padding-bottom: 0.375rem;
  padding-top: 0.2375rem;
  border-bottom: 1px solid #E5E7EC;
  cursor: pointer;
}
.news-box .dynamic-box .project-list .project-item img {
  width: 3.75rem;
  height: 2.125rem;
  margin-right: 0.375rem;
  flex: none;
}
.news-box .dynamic-box .project-list .project-item .project-text {
  display: flex;
  flex-direction: column;
}
.news-box .dynamic-box .project-list .project-item .project-text .project-title {
  font-size: 0.25rem;
  line-height: 1.5em;
  font-weight: 600;
  color: #2E2F38;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-box .dynamic-box .project-list .project-item .project-text .project-time {
  font-size: 0.175rem;
  line-height: 0.25rem;
  color: #2E2F38;
  opacity: 25%;
  margin-top: 0.1rem;
  margin-bottom: 0.225rem;
}
.news-box .dynamic-box .project-list .project-item .project-text .project-article {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: rgba(46, 47, 56, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-box .fenye {
  height: 0.375rem;
  text-align: center;
}
