.news {
  position: relative;
  background: #f1f6f9;
}
.news .cistern .title-h2 {
  margin-bottom: 50px;
}
.news .cistern .top {
  display: flex;
  justify-content: space-between;
}
.news .cistern .top .news-item {
  width: calc(50% - 15px);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.news .cistern .top .news-item .pic {
  background-color: #aa9bc3;
  transition: 3s;
}
.news .cistern .top .news-item .pic::after {
  padding-top: 56.07%;
}
.news .cistern .top .news-item .text-con {
  padding: 0 20px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.news .cistern .top .news-item .text-con .time {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  margin-bottom: 6px;
}
.news .cistern .top .news-item .text-con .title {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.8;
}
.news .cistern .top .news-item .text-con .title span {
  color: #fff;
}
.news .cistern .top .news-item .text-con .title span.label {
  font-size: 12px;
  padding: 2px 14px;
  background-color: #f08833;
  border-radius: 25px;
}
.news .cistern .top .news-item .text-con .title:hover span {
  text-decoration: underline;
}
.news .cistern .top .news-item .text-con .title:hover span.label {
  text-decoration: none;
}
.news .cistern .top .news-item .text-con::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  height: 180px;
}
.news .cistern .top .news-item:hover .pic {
  transform: scale(1.1);
}
.news .cistern .bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .cistern .bottom .item-con {
  width: calc(33.33% - 20px);
}
.news .cistern .bottom .news-item {
  margin-top: 30px;
  padding: 30px;
  display: block;
  border-radius: 10px;
  color: #231815;
  background: #f1f6f9 url(/topic/sitecore/industrial-digital-transformation-2021/img/news/bg-03.png) no-repeat top right;
}
.news .cistern .bottom .news-item .time {
  color: #476ea3;
  font-size: 14px;
  margin-bottom: 8px;
}
.news .cistern .bottom .news-item .title {
  font-size: 16px;
  color: #231815;
  line-height: 1.5;
}
.news .cistern .bottom .news-item .title:hover {
  text-decoration: underline;
}
.news .cistern .bottom .news-item .link {
  text-align: right;
}
.news .cistern .bottom .news-item .link .iconfont {
  color: #231815;
  transition: 0.5s;
}
.news .cistern .bottom .news-item .link .iconfont:hover {
  margin-right: -5px !important;
}
.news .bg div {
  position: absolute;
}
.news .bg div img {
  width: 100%;
}
.news .bg div.bg-1 {
  width: 105px;
  height: 166px;
  right: 0;
  top: 22%;
}
.news .bg div.bg-1::after {
  padding-top: 63.47%;
}
.news .bg div.bg-2 {
  width: 34px;
  height: 56px;
  bottom: -20px;
}
@media (max-width: 1366px) {
  .news {
    overflow: hidden;
  }
  .news .bg div.bg-1 {
    top: -3.5%;
  }
  .news .bg div.bg-2 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .news .cistern .title-h2 {
    margin-bottom: 30px;
  }
  .news .cistern .top .news-item {
    width: calc(50% - 10px);
  }
  .news .cistern .bottom .item-con {
    width: calc(50% - 10px);
  }
  .news .cistern .bottom .item-con .news-item {
    margin-top: 20px;
    padding: 20px;
    background-size: 134px;
  }
  .news .bg div.bg-1 {
    top: -6%;
  }
  .news .bg div.bg-2 {
    display: none;
  }
}
@media (max-width: 992px) {
  .news .cistern .title-h2 {
    margin-bottom: 25px;
  }
  .news .cistern .top .news-item .text-con {
    padding: 0 14px 10px;
  }
  .news .cistern .top .news-item .text-con .title {
    line-height: 1.2;
    font-size: 16px;
  }
  .news .cistern .top .news-item .text-con .title span.label {
    font-size: 10px;
    padding: 0px 12px;
  }
  .news .bg div {
    position: absolute;
  }
  .news .bg div img {
    width: 100%;
  }
  .news .bg div.bg-1 {
    top: 1%;
    height: auto;
  }
  .news .bg div.bg-1::after {
    padding-top: 65.97%;
  }
}
@media (max-width: 750px) {
  .news .cistern .top {
    flex-wrap: wrap;
  }
  .news .cistern .top .news-item {
    margin-top: 15px;
    width: 100%;
  }
  .news .cistern .top .news-item:first-child {
    margin-top: 0;
  }
  .news .cistern .top .news-item .text-con .time {
    font-size: 12px;
  }
  .news .cistern .top .news-item .text-con .title {
    font-size: 14px;
  }
  .news .cistern .bottom .news-item {
    margin-top: 15px;
    padding: 16px;
    background-image: url(/topic/sitecore/industrial-digital-transformation-2021/img/news/bg-03-wap.png);
    background-size: 135px 34px;
  }
  .news .cistern .bottom .news-item .time {
    font-size: 12px;
  }
  .news .cistern .bottom .news-item .title {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.71;
  }
  .news .bg div.bg-1 {
    top: 0.7%;
    width: 80px;
  }
  .news .bg div.bg-1::after {
    padding-top: 65.97%;
  }
}
