.newTop {
  width: 100%;
  display: block;
}

#news {
  background-color: var(--backColor);
}

#news .home-title {
  color: #fff;
  text-align: left;
}

#news .home-title b {
  border-bottom: 0;
  max-width: 100%;
  text-align: left;
}

#news .home-title b::after {
  content: "_";
  display: block;
  border-top: 0;
  width: auto;
  left: 0;
  transform: none;
}

#news .home-title p {
  color: #fff;
  width: 100%;
  text-align: left;
}

#news .list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}

#news .list .item {
  display: flex;
  border-bottom: 2px solid #515151;
  margin-bottom: 15px;
  padding: 50px 0;
  overflow: hidden;
  justify-content: space-between;
  box-sizing: border-box;
  transition: 0.5s;
}

#news .list .item:first-child {
  border-top: 2px solid #515151;
}

#news .list .item .image {
  width: calc(50% - 20px);
  transition: 0.5s;
}

#news .list .item .image .slide {
  padding-bottom: 50% !important;
}

#news .list .item .image .slide img {
  display: block;
  transition: 0.5s;
}

#news .list .item dd {
  width: calc(50% - 20px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}

#news .list .item dd .title {
  width: 100%;
}

#news .list .item dd .title h4 {
  transition: 0.5s;
  display: block;
  height: 40px;
  font-weight: 600;
  font-size: 21px;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#news .list .item dd .title .description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 25px;
  color: #6b6b6b;
  margin-top: 16px;
  margin-bottom: 28px;
  overflow: hidden;
}

#news .list .item dd .date {
  transition: 0.5s;
  font-style: italic;
  width: 111px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  float: right;
  color: #6b6b6b;
  margin-top: 21px;
}

#news .list .view-contact {
  width: calc(100% - 250px);
}

#news .list .view-contact .title {
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 40px;
  color: #535353;
  height: 40px;
  overflow: hidden;
}

#news .list .view-contact .view-bool {
  border-bottom: 1px solid #000000;
  height: 20px;
  font-size: 12px;
  color: #909090;
  box-sizing: border-box;
}

#news .list .view-contact .view-bool i {
  font-style: normal;
  float: right;
  display: block;
  width: 80px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #000000;
  box-sizing: border-box;
}

#news .list .view-contact .view-bool i a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

#news .list .view-contact .view-bool span {
  margin-right: 15px;
}

#news .list .view-contact .endit-content {
  padding: 10px 0;
}

#newsView {
  background-color: var(--backColor);
}

#newsView .home-title {
  color: #fff;
  text-align: left;
}

#newsView .home-title b {
  border-bottom: 0;
  max-width: 100%;
  text-align: left;
}

#newsView .home-title b::after {
  content: "_";
  border-top: 0;
  width: auto;
  left: 0;
  transform: none;
}

#newsView .home-title p {
  color: #fff;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 600px) {
  #news .list .item {
    flex-direction: column;
    padding: 20px 0;
  }
  #news .list .item .image {
    width: 100%;
  }
  #news .list .item dd {
    width: 100%;
  }
  #news .list .item dd .date {
    margin: 0;
  }
}
