.desy-news-read {
  padding-top: 90px;
  padding-bottom: 80px;
}

.desy-news-read .newstit {
  padding: 90px 0;
  display: -webkit-flex;
  display: flex;
}

.desy-news-read .newstit .tit {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 140px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.desy-news-read .newstit h1 {
  font-size: 36px;
  line-height: 1.2;
  color: #212121;
  font-weight: 700;
}

.desy-news-read .newstit .time {
  border-top: 1px solid #ddd;
  height: 50%;
  padding: 60px 0 0;
  box-sizing: border-box;
}

.desy-news-read .newstit .time em {
  font-size: 90px;
  line-height: 1;
  font-weight: bold;
  color: #484848;
}

.desy-news-read .newstit .time span {
  font-size: 15px;
  color: #999;
  margin: 11px 0 0 50px;
  display: inline-block;
  vertical-align: top;
}

.desy-news-read .newstit .pics {
  width: 43%;
  position: relative;
}

.desy-news-read .newstit .pics .page {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  font-size: 0;
}

.desy-news-read .newstit .pics .swiper-button-prev,
.desy-news-read .newstit .pics .swiper-button-next {
  position: static;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  background: rgba(72, 72, 72, 0.85);
  margin-top: 0;
  text-align: center;
  color: #fff;
}

.desy-news-read .newstit .pics .swiper-button-next::after,
.desy-news-read .newstit .pics .swiper-button-prev::after {
  display: none;
}

.desy-news-read .newstit .pics .swiper-button-prev i,
.desy-news-read .newstit .pics .swiper-button-next i {
  color: inherit;
  font-size: 35px;
  display: inline-block;
  margin-top: 1px;
  line-height: 80px;
}

.desy-news-read .newstit .pics .swiper-button-prev,
.desy-news-read .newstit .pics .swiper-container-rtl .swiper-button-next {
  left: -70px;
  right: auto;
}

.desy-news-read .newstit .pics .swiper-button-next,
.desy-news-read .newstit .pics .swiper-container-rtl .swiper-button-prev {
  margin-left: 1px;
}

.desy-news-read .newstit .pics .swiper-button-prev:hover,
.desy-news-read .newstit .pics .swiper-button-next:hover {
  background: rgba(33, 33, 33, 0.85);
}

.desy-news-read .news-content {
  line-height: 2.2;
  font-size: 18px;
  color: #666;
}

.desy-news-read .news-content p {
  margin-bottom: 20px;
}

.desy-news-read .news-content strong {
  color: #333;
}

.desy-news-read .pnbar {
  margin: 50px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #eee;
  padding: 70px 0 30px;
}

.desy-news-read .pnbar>a {
  width: 40%;
  position: relative;
  overflow: hidden;
}

.desy-news-read .pnbar>a.m {
  width: 20%;
  text-align: center;
  font-size: 16px;
}

.desy-news-read .pnbar>a.l,
.desy-news-read .pnbar>a.r {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.desy-news-read .pnbar>a.r {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}

.desy-news-read .pnbar i {
  color: #666;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
}

.desy-news-read .pnbar em {
  font-size: 16px;
  color: #666;
  margin: 0 0 0 10px;
}

.desy-news-read .pnbar p {
  margin: 0 0 0 50px;
  color: #666;
  line-height: 28px;
  font-size: 18px;
}

.desy-news-read .pnbar>a.r em {
  margin: 0 10px 0 0;
}

.desy-news-read .pnbar>a.r p {
  margin: 0 50px 0 0;
}

.desy-news-read .pnbar>a:hover i {
  color: #212121;
}

.desy-news-read .pnbar>a:hover em {
  color: #212121;
}

.desy-news-read .pnbar>a:hover p {
  color: #212121;
  text-decoration: underline;
}


@media screen and (max-width:1400px) {
  .desy-news-read {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width:992px) {
  .desy-news-read {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width:768px) {
  .desy-news-read {
    padding-top: 20px;
  }

  .desy-news-read .newstit {
    padding: 30px 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .desy-news-read .newstit .tit {
    margin-right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .desy-news-read .newstit h1 {
    font-size: 24px;
    text-align: center;
  }

  .desy-news-read .newstit .time {
    margin-top: 20px;
    height: auto;
    padding: 20px 0 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .desy-news-read .newstit .time em {
    font-size: 30px;
  }

  .desy-news-read .newstit .time span {
    font-size: 15px;
    margin: 0 0 0 10px;
  }

  .desy-news-read .newstit .time span br {
    display: none;
  }

  .desy-news-read .newstit .pics {
    margin-top: 20px;
    width: 100%;
    position: relative;
  }

  .desy-news-read .newstit .pics .swiper-button-prev,
  .desy-news-read .newstit .pics .swiper-button-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .desy-news-read .newstit .pics .swiper-button-prev i,
  .desy-news-read .newstit .pics .swiper-button-next i {
    font-size: 25px;
    line-height: 50px;
  }

  .desy-news-read .newstit .pics .swiper-button-prev,
  .desy-news-read .newstit .pics .swiper-container-rtl .swiper-button-next {
    left: -55px;
  }

  .desy-news-read .news-content {
    line-height: 1.4;
    font-size: 16px;
  }

  .desy-news-read .news-content p {
    margin-bottom: 10px;
  }

  .desy-news-read .pnbar {
    margin: 30px 0 0;
    padding: 20px 0 5px;
  }

  .desy-news-read .pnbar i {
    font-size: 15px;
  }

  .desy-news-read .pnbar em {
    font-size: 15px;
  }

  .desy-news-read .pnbar p {
    display: none;
  }
}

.desy-news-read .golist {
    padding: 30px 0;
    border-bottom: 1px solid #E1E4E6;
}
.desy-news-read .golist a {
    font-size: 16px;
    color: #212121;
}
.desy-news-read .golist a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background: #212121;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}
@media screen and (max-width:480px) {

  .desy-news-read .newstit .time em {
    font-size: 24px;
  }

  .desy-news-read .newstit h1 {
    font-size: 19px;
  }
}