#banner {
  width: 100%;
  height: 490px;
}

#banner img {
  height: 490px;
  min-width: 1200px;
  width: 100%;
}

#banner .news-title {
  bottom: 0;
  z-index: 4;

  height: 550px;
}

#banner .news-title h1 {
  user-select: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 38px;
  line-height: 50px;
  color: #FFFFFF;
  margin-top: 306px;
}

#banner .news-title h1:last-child {
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  margin-top: 0;
}

@media (max-width: 520px) {
  #banner {
    height: 176px;
  }

  #banner img {
    width: 100%;
    min-width: 100%;
    height: 176px;
  }


  #banner .news-title h1 {
    font-size: 16px;
    font-family: SimHei;
    color: #FFFFFF;
    text-shadow: 0 0 6px rgba(0, 0, 0, .16);

    text-align: center;
    line-height: 20px;
    margin-top: 68px;
  }

  #banner .news-title h1:last-child {
    font-size: 16px;
    line-height: 26px;
  }

  #banner .news-title {
    bottom: 0;
    z-index: 4;

    height: 176px;
  }
}

#main {
  background-color: #fff;
}

.news-container {
  width: 1065px;
  padding-top: 70px;
  padding-bottom: 108px;
}

.con-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 44px 0 48px 0;
  border-bottom: 1px solid #d6dcea;
}

.con-item:last-child {
  border: none;
}

.con-item img {
  font-size: 0;
  width: 474px;
  height: 266px;
}

.item-right {
  width: 400px;
  margin-top: -10px;
}

.item-right .right-tit {
  font-size: 20px;
  line-height: 38px;
  color: #333;
  margin-bottom: 28px;
}

.item-right .right-desc {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  margin-bottom: 37px;
}

.item-right a {
  width: 112px;
  height: 38px;
  margin-left: 288px;
  overflow: hidden;
}

.item-right .right-btn {
  width: 112px;
  height: 38px;
  background: #4974FF;
  border-radius: 2px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}

.item-date {
  width: 94px;
  height: 91px;
  border: 1px solid #D6DCEA;
  position: absolute;
  text-align: center;
  left: 540px;
  top: 44px;
}

.date-dau {
  font-size: 32px;
  line-height: 42px;
  color: #000000;
  margin-top: 12px;
  font-weight: bold;
}

.date-mou {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-top: 2px;
}

.news-item {
  margin-top: 40px;

  width: 580px;
  height: 550px;
}

.news-item img {
  width: 580px;
  height: 350px;

  border-radius: 6px 6px 0 0;
}

.news-item .news-info {
  bottom: 0;

  width: 580px;
  height: 200px;

  background-color: #FFFFFF;
  border-radius: 0 0 6px 6px;

  transition: height 0.2s linear;
}

.news-item:hover .news-info {
  height: 500px;
}

.news-item .news-info h1 {
  margin: 50px auto 0;
  width: 480px;

  font-size: 28px;
  font-family: SimHei;
  line-height: 54px;
  color: #666666;
}

.news-item .news-info>p {
  margin: auto auto 20px;
  width: 480px;

  font-size: 20px;
  line-height: 34px;
  font-family: SimHei;

  color: #666666;
}

.news-item .news-info-detail {
  justify-content: space-between;
  overflow: hidden;
  height: 0;

  transition: height 0.2s linear;
}

.news-item:hover .news-info-detail {
  height: 300px;
}

.news-info-detail p {
  margin-top: 62px;
  width: 456px;
  font-family: SimHei;
  font-size: 24px;
  line-height: 41px;

  color: #666666;
}

.news-info-detail a {
  margin-bottom: 16px;

  width: 456px;
  font-family: SimHei;
  font-size: 24px;
  line-height: 41px;

  color: #666666;

  text-align: right;
}

@media (max-width: 520px) {
  #main {
    padding: 0;
  }

  .item-right a {
    width: 89px;
    height: 25px;
    line-height: 0px;
    margin-left: 0;
  }

  .news-container {
    width: 280px;
    padding-bottom: 32px;
  }

  .con-item {
    display: block;
    padding: 0;
    margin-top: 44px;
    border-color: rgb(214 220 234 / 60%);
  }

  .con-item:nth-child(1) {
    margin-top: 0;
  }

  .con-item img {
    width: 100%;
    height: 156px;
  }

  .news-item {
    margin-top: 30px;

    width: 280px;
    height: 200px;
  }

  .item-right {
    width: 100%;
    margin-top: 20px;
    position: relative;
  }

  .item-right .right-tit {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .item-right .right-desc {
    margin-bottom: 20px;
  }

  .item-right .right-btn {
    margin-left: 0;
    margin-bottom: 26px;
    font-size: 13px;
    width: 89px;
    height: 25px;
    line-height: 25px;
  }

  .news-item img {
    width: 280px;
    height: 140px;

    border-radius: 6px 6px 0 0;
  }

  .news-item .news-info {
    bottom: 0;

    width: 280px;
    height: 60px;

    background-color: #FFFFFF;
    border-radius: 0 0 6px 6px;

    transition: height 0.2s linear;
  }

  .news-item:hover .news-info {
    height: 60px;
  }

  .news-item .news-info h1 {
    margin: 0 auto;
    width: 260px;
    height: 40px;

    font-size: 14px;
    line-height: 20px;
    color: #666666;
  }

  .news-item .news-info>p {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    width: 260px;

    font-size: 12px;
    line-height: 16px;

    color: #666666;
  }

  .news-item:hover .news-info-detail {
    height: 0px;
  }


}