.bread .u1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0 15px;
}
.bread .u1 span, .bread .u1 a {
  margin-right: 6px;
  font-size: 14px;
  line-height: 30px;
  color: #555;
}

.newsBlock {
  margin-top: 18px;
  padding-bottom: 100px;
}
.newsBlock .u1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.newsBlock .u1 .left {
  width: calc(100% - 380px);
}
.newsBlock .u1 .left .tit {
  font-size: 36px;
  font-weight: bold;
  color: #2a2a2a;
}
.newsBlock .u1 .left .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 21px;
  padding-bottom: 28px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 28px;
}
.newsBlock .u1 .left .info p {
  position: relative;
  padding-right: 25px;
  margin-right: 25px;
  font-size: 15px;
  color: #555;
}
.newsBlock .u1 .left .info p::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #eaeaea;
}
.newsBlock .u1 .left .info p:last-child::after {
  display: none;
}
.newsBlock .u1 .left .content {
  padding-top: 52px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.newsBlock .u1 .left .content a {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.newsBlock .u1 .left .content p {
  margin-bottom: 18px;
}
.newsBlock .u1 .left .lable {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 14px;
}
.newsBlock .u1 .left .lable span {
  margin-top: 10px;
  margin-right: 10px;
  font-size: 15px;
  line-height: 30px;
  color: #555;
}
.newsBlock .u1 .left .lable a {
  margin-top: 10px;
  margin-right: 10px;
  padding: 0 14px;
  border-radius: 15px;
  background: #f5f6f7;
  font-size: 14px;
  line-height: 30px;
  color: #555;
}
.newsBlock .u1 .right {
  width: 300px;
}
.newsBlock .u1 .right .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #2a2a2a;
}
.newsBlock .u1 .right .tit a {
  font-size: 14px;
  color: #555;
}
.newsBlock .u1 .right .recommend {
  border-top: 4px solid #fbbc04;
}
.newsBlock .u1 .right .recommend .content {
  margin-top: 23px;
}
.newsBlock .u1 .right .recommend .content a {
  display: block;
  margin-bottom: 24px;
}
.newsBlock .u1 .right .recommend .content a .img {
  font-size: 0;
}
.newsBlock .u1 .right .recommend .content a p {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.newsBlock .u1 .right .recommend .content a p span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 26px);
  margin-right: 8px;
  font-size: 18px;
  line-height: 1.5;
  color: #2a2a2a;
}
.newsBlock .u1 .right .recommend .content a p i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #dedede;
  font-size: 0;
}
.newsBlock .u1 .right .recommend .content a p i img {
  transform: translateX(1px);
}
.newsBlock .u1 .right .recommend2 {
  border-top: 4px solid #fbbc04;
}
.newsBlock .u1 .right .recommend2 .content {
  margin-top: 11px;
}
.newsBlock .u1 .right .recommend2 .content .list {
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 38px;
  color: #2a2a2a;
}
.newsBlock .u1 .right .recommend2 .content .list span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 22px);
  margin-left: 14px;
}
.newsBlock .u1 .right .recommend2 .content .list::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dedede;
}

.newsPage {
  background: #f5f6f7;
}
.newsPage .u1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.newsPage .u1 p {
  display: flex;
  align-items: center;
  width: 28.515625%;
  font-size: 16px;
  color: #2a2a2a;
}
.newsPage .u1 p a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 65px);
  font-size: 16px;
  color: #555;
}
.newsPage .u1 p:last-child {
  justify-content: flex-end;
}
.newsPage .u1 .return {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #2a2a2a;
}
.newsPage .u1 .return img {
  margin-right: 10px;
}

.u18 {
  padding-top: 80px;
}
.u18 .u1 .u19 .u9 .u10 {
  display: flex;
  justify-content: space-between;
}
.u18 .u1 .u19 .u9 .u10 .left {
  width: 50%;
  padding: 43px 60px;
  background-color: #f5f6f7;
}
.u18 .u1 .u19 .u9 .u10 .left .top {
  display: flex;
  justify-content: space-between;
}
.u18 .u1 .u19 .u9 .u10 .left .top span {
  font-size: 16px;
  line-height: 30px;
  color: #939393;
}
.u18 .u1 .u19 .u9 .u10 .left .top .time {
  font-size: 14px;
  line-height: 30px;
  color: #555;
}
.u18 .u1 .u19 .u9 .u10 .left .tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 32px;
  font-size: 26px;
  font-weight: bold;
  color: #2a2a2a;
}
.u18 .u1 .u19 .u9 .u10 .left .tips {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 37px;
  font-size: 16px;
  line-height: 24px;
  color: #777;
}
.u18 .u1 .u19 .u9 .u10 .img {
  width: 50%;
  font-size: 0;
}
.u18 .u1 .u19 .u11 {
  left: 0;
  bottom: 58px;
  width: 50%;
  padding: 0 60px;
  text-align: left;
  font-size: 0;
}
.u18 .u1 .u19 .u11 span {
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  background: #dedede;
  border-radius: 5px;
  opacity: 1;
}
.u18 .u1 .u19 .u11 .u11-bullet-active {
  width: 32px;
  background: #fbbc04;
}

.u182 {
  padding-top: 80px;
  padding-bottom: 70px;
}
.u182 .u1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}
.u182 .u1 .list {
  border-bottom: 1px solid #eaeaea;
}
.u182 .u1 .list .img {
  font-size: 0;
}
.u182 .u1 .list .text {
  padding: 30px 20px 42px;
}
.u182 .u1 .list .text .time {
  font-family: ;
  font-size: 14px;
  line-height: 20px;
  color: #555;
}
.u182 .u1 .list .text .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 14px;
  font-size: 22px;
  line-height: 30px;
  color: #2a2a2a;
}
.u182 .pagination {
  margin-top: 70px;
}

@media (max-width: 1080px) {
  .u18 {
    padding-top: 40px;
  }
  .u18 .u1 .u19 .u9 .u10 .left {
    padding: 30px;
    padding-bottom: 30px;
  }
  .u18 .u1 .u19 .u9 .u10 .left .tit {
    margin-top: 20px;
    font-size: 22px;
  }
  .u18 .u1 .u19 .u9 .u10 .left .tips {
    margin-top: 15px;
  }
  .u18 .u1 .u19 .u11 {
    bottom: 10%;
    padding: 0 30px;
  }
  .u182 {
    padding: 40px 0;
  }
  .newsBlock {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .newsBlock .u1 {
    flex-wrap: wrap;
  }
  .newsBlock .u1 .left {
    width: 100%;
  }
  .newsBlock .u1 .left .content {
    padding-top: 30px;
  }
  .newsBlock .u1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .newsBlock .u1 .right .recommend .tit {
    width: 100%;
  }
  .newsBlock .u1 .right .recommend .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .newsBlock .u1 .right .recommend .content .list {
    width: calc((100% - 20px) / 2);
  }
  .newsBlock .u1 .right .recommend .content .list .img img {
    width: 100%;
  }
  .newsPage .u1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }
  .newsPage .u1 p {
    width: calc(100% - 120px);
  }
  .newsPage .u1 p:last-child {
    justify-content: flex-start;
    margin-top: 10px;
  }
  .newsPage .u1 > a {
    position: absolute;
    right: 0;
    top: 24px;
  }
}
@media (max-width: 750px) {
  .u18 .u1 .u19 {
    padding-bottom: 30px;
  }
  .u18 .u1 .u19 .u9 .u10 {
    flex-direction: column-reverse;
  }
  .u18 .u1 .u19 .u9 .u10 .img {
    width: 100%;
  }
  .u18 .u1 .u19 .u9 .u10 .left {
    width: 100%;
  }
  .u18 .u1 .u19 .u11 {
    width: 100%;
    text-align: center;
    bottom: 0;
  }
  .u182 .u1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .u182 .u1 .list .text {
    padding: 20px 0 20px;
  }
  .u182 .u1 .list .text .tit {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .u18 .u1 .u19 .u9 .u10 .left {
    padding: 20px;
  }
  .u18 .u1 .u19 .u9 .u10 .left .tit {
    margin-top: 10px;
    font-size: 18px;
  }
  .u18 .u1 .u19 .u9 .u10 .left .tips {
    margin-top: 10px;
    font-size: 14px;
  }
  .u182 .u1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .u182 .u1 .list .img img {
    width: 100%;
  }
  .u182 .pagination {
    margin-top: 30px;
  }
  .newsBlock .u1 .left .tit {
    font-size: 22px;
    line-height: 1.5;
  }
  .newsBlock .u1 .left .info {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .newsBlock .u1 .left .info p {
    font-size: 14px;
  }
  .newsBlock .u1 .right .recommend .content .list {
    width: 100%;
  }
  .newsPage {
    height: auto;
    padding: 15px 0;
  }
  .newsPage .u1 {
    justify-content: flex-start;
  }
  .newsPage .u1 p {
    width: 100%;
  }
  .newsPage .u1 > a {
    top: auto;
    bottom: 10px;
    width: auto;
    height: 20px;
    left: 0;
  }
}/*# sourceMappingURL=news.css.map */