.desy-news-top {
  padding: 90px 0;
  background: #F8F8F8;
}

.desy-news-top .rtit {
  margin-bottom: 50px
}

.desy-news-top .rtit h1 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.desy-news-top .box {
  display: -webkit-flex;
  display: flex;
}

.desy-news-top .box .pic {
  width: 37%;
}

.desy-news-top .box .txt {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: url("ibg4.jpg") no-repeat center;
  padding: 40px 60px;
}

.desy-news-top .box .txt .t {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.desy-news-top .box .txt .t h5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.desy-news-top .box .txt .t h5 a {
  color: #212121;
}

.desy-news-top .box .txt .t h5 a:hover {
  text-decoration: underline;
}

.desy-news-top .box .txt .t p {
  color: #666;
  font-size: 18px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}

.desy-news-top .box .txt .time {
  width: 100px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.desy-news-top .box .txt .time span {
  font-size: 90px;
  font-weight: bold;
  color: #484848;
}

.desy-news-top .box .txt .time em {
  font-size: 20px;
  font-weight: bold;
  color: #484848;
}

.desy-news-top .newsletter {
  margin-top: 65px;
  display: -webkit-flex;
  display: flex;
}

.desy-news-top .newsletter h5 {
  font-size: 32px;
  line-height: 73px;
  color: var(--title-text-color);
  font-weight: bold;
  -webkit-flex: 1;
  flex: 1;
}

.desy-news-top .newsletter .form-box {
  width: 49%;
}

.desy-news-top .newsletter .form-box form {
  position: relative;
}

.desy-news-top .newsletter .form-box form .submit_text {
  width: 100%;
  height: 73px;
  line-height: 73px;
  color: #212121;
  font-weight: bold;
  border-bottom: 1px solid #000;
  font-size: 20px;
  background: transparent;
  box-sizing: border-box;
}

.desy-news-top .newsletter .form-box form .submit_btn {
  position: absolute;
  right: 0;
  top: 20px;
  background: none;
  color: #212121;
  font-size: 20px;
  font-weight: bold;
  height: 33px;
  display: block;
  cursor: pointer;
  text-align: center;
}

.desy-news-top .newsletter .form-box form .submit_btn i {
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  background: #000;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
}

.desy-news-top .newsletter .form-box p {
  margin: 60px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 22px;
}

.desy-news-top .newsletter .form-box p a {
  color: #212121;
  text-decoration: underline;
}

.desy-news-box {
  padding: 0 0 80px;
}


.desy-news-box .newslist ul li {
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
}

.desy-news-box .newslist ul li .container {
  padding: 80px 0;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #E1E4E6;
}

.desy-news-box .newslist ul li .pic {
  width: 320px;
  display: block;
  position: relative;
}

.desy-news-box .newslist ul li .pic img {
  width: 100%;
  transition: all 0.3s ease 0s;
}

.desy-news-box .newslist ul li .pic::after {
  content: "\e628";
  font-family: "qico";
  position: absolute;
  right: -30px;
  top: calc(50% - 30px);
  background: #212121;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  display: none;
  border-radius: 50%;
}

.desy-news-box .newslist ul li .time {
  width: 250px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.desy-news-box .newslist ul li .time span {
  font-size: 76px;
  font-weight: bold;
  color: #000;
}

.desy-news-box .newslist ul li .time em {
  font-size: 17px;
  color: #666;
}

.desy-news-box .newslist ul li .t {
  -webkit-flex: 1;
  flex: 1;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.desy-news-box .newslist ul li .t h5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.desy-news-box .newslist ul li .t h5 a {
  color: #212121;
}

.desy-news-box .newslist ul li .t h5 a:hover {
  text-decoration: underline;
}

.desy-news-box .newslist ul li .t p {
  color: #666;
  font-size: 18px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}

.desy-news-box .newslist ul li:hover {
  background: #F8F8F8;
}

.desy-news-box .newslist ul li:hover .pic::after {
  display: block;
}

.desy-news-box .newslist ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.desy-news-box .golist {
  padding: 30px 0;
  border-bottom: 1px solid #E1E4E6;
}

.desy-news-box .golist a {
  font-size: 16px;
  color: #212121;
}

.desy-news-box .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;
}

.desy-news-top .crmFormVali-error {
  top: calc(120%);;
}

@media screen and (max-width:1400px) {
  .desy-news-top .rtit h1 {
    font-size: 34px
  }

  .desy-news-top .box .txt .t h5,
  .desy-news-box .newslist ul li .t h5 {
    font-size: 24px;
  }

  .desy-news-top .box .txt .time span {
    font-size: 70px;
  }

  .desy-news-box .newslist ul li .container {
    padding: 60px 0;
  }

  .desy-news-box .newslist ul li .time span {
    font-size: 65px;
  }
}

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

  .desy-news-top .rtit h1 {
    font-size: 30px;
    text-align: center
  }

  .desy-news-top .box {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .desy-news-top .box .pic {
    width: 500px;
    margin: 0 auto;
  }

  .desy-news-top .box .txt {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: url("ibg4.jpg") no-repeat center;
    padding: 20px 10px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .desy-news-top .box .txt .t {
    width: 100%;
    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-top .box .txt .t h5 {
    font-size: 22px;
    text-align: center;
  }

  .desy-news-top .box .txt .t p {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
  }

  .desy-news-top .box .txt .time {
    margin: 15px 0 0;
    width: auto;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .desy-news-top .box .txt .time span {
    font-size: 30px;
  }

  .desy-news-top .box .txt .time em {
    font-size: 16px;
    margin-left: 10px;
  }

  .desy-news-top .box .txt .time em br {
    display: none;
  }

  .desy-news-top .newsletter {
    margin-top: 30px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .desy-news-top .newsletter h5 {
    font-size: 24px;
    line-height: 1;
    text-align: center;
  }

  .desy-news-top .newsletter .form-box {
    width: 100%;
    margin: 20px 0 0;
  }

  .desy-news-top .newsletter .form-box form .submit_text {
    height: 55px;
    line-height: 55px;
    font-size: 17px;
  }

  .desy-news-top .newsletter .form-box form .submit_btn {
    top: 12px;
    font-size: 16px;
    height: 30px;
  }

  .desy-news-top .newsletter .form-box form .submit_btn i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .desy-news-top .newsletter .form-box p {
    margin: 30px 0 0;
  }

  .desy-news-box {
    padding: 0 0 30px;
  }

  .desy-news-box .newslist ul li .container {
    padding: 20px 10px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .desy-news-box .newslist ul li .pic {
    margin: 0 auto;
  }

  .desy-news-box .newslist ul li .pic::after {
    display: none;
  }

  .desy-news-box .newslist ul li .time {
    width: auto;
    margin: 15px 0 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .desy-news-box .newslist ul li .time span {
    font-size: 30px;
  }

  .desy-news-box .newslist ul li .time em {
    font-size: 16px;
    margin-left: 10px;
  }

  .desy-news-box .newslist ul li .time em br {
    display: none;
  }

  .desy-news-box .newslist ul li .t {
    margin: 15px 0 0;
  }

  .desy-news-box .newslist ul li .t h5 {
    font-size: 22px;
    text-align: center;
  }

  .desy-news-box .newslist ul li .t p {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
  }

  .desy-news-box .newslist ul li:hover .pic::after {
    display: none;
  }

  .desy-news-box .golist {
    padding: 0 0 20px;
  }

  .desy-news-box .golist a {
    font-size: 15px;
  }

  .desy-news-box .golist a i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    margin-right: 15px;
  }

}

@media screen and (max-width:600px) {
  .desy-news-top .box .pic {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .desy-news-top .box .txt .t h5 {
    font-size: 18px;
  }

  .desy-news-top .newsletter h5 {
    font-size: 22px;
  }

  .desy-news-box .newslist ul li .t h5 {
    font-size: 18px;
  }

  .desy-news-box .newslist ul li .pic {
    width: 100%;
  }

  .desy-news-box .newslist ul li .time span {
    font-size: 26px;
  }
}

@media screen and (max-width:400px) {
  .desy-news-top .rtit h1 {
    font-size: 24px
  }

  .desy-news-box .newslist ul li a.pic {
    width: 100%;
  }

}