.notice-item {
  /* width: 60%; */
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #333;
}
.notice-title {
  /* flex: 1; */
  width: 80%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice-item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.notice-item:hover{
  background-color: #F4F4F4
}
.main-line{
  margin-bottom: 0;
}
.notice-time {
  min-width: 130px;
  color: #999;
}
.main-right {
  width: calc(100% - 330px);
}

@media screen and (max-width: 1700px) {
  .top-banner li {
    margin-right: 1.725rem !important;
  }
  .active-banner-item {
    border-bottom: 0.35rem solid #fff !important
  }
  .banner-item a:hover {
    border-bottom: 0.35rem solid #fff !important;
  }
}
@media screen and (max-width: 1600px) {
  .top-banner li {
    margin-right: 1.65rem !important;
  }
}
@media screen and (max-width: 1500px) {
  .top-banner li {
    margin-right: 1.55rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .top-banner li {
    margin-right: 1.45rem !important;
  }
}
@media screen and (max-width: 1300px) {
  .top-banner li {
    margin-right: 1.35rem !important;
  }
}