#news-details .main-content {
  width: 1280px;
  padding: 20px 60px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
#news-details .main-content .newsTit {
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
#news-details .main-content .titleDeputy {
  height: 47px;
  line-height: 47px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  text-align: center;
}
#news-details .main-content .titleDeputy span {
  font-size: 14px;
  color: #999999;
  display: inline-block;
  height: 47px;
  line-height: 47px;
  margin-left: 20px;
}
#news-details .main-content .newsCon {
  padding-top: 15px;
  text-align: left;
}
#news-details .main-content .newsCon .newsImg {
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
}
#news-details .main-content .newsCon .newsImg img {
  width: 560px;
  height: 400px;
}
#news-details .main-content .newsCon p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 2;
  text-indent: 3rem;
  color: #333;
}

#news-details .extend {
  margin: 0;
}
#news-details .extend li {
  width: 25%;
  float: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#news-details .extend li img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
#news-details .extend li img:hover {
  transform: scale(1.2);
}
#news-details .extend li .extendTit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: rgba(0,0,0, 0.42);
  border-radius: 2px;
  color: #fff;
  padding-left: 20px;
  font-size: 16px;
}

@media(min-width: 1440px) and (max-width: 1600px) {
  #news-details .main-content .newsCon .newsImg img {
    width: 460px;
    height: 340px;
  }
}

@media(min-width: 1200px) and (max-width: 1440px) {
  #news-details .main-content {
    width: 1080px;
    padding: 15px 40px;
  }
  #news-details .main-content .newsTit {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
  #news-details .main-content .titleDeputy {
    height: 42px;
    line-height: 42px;
  }
  #news-details .main-content .titleDeputy span {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    margin-left: 15px;
  }
  #news-details .main-content .newsCon {
    padding-top: 10px;
  }
  #news-details .main-content .newsCon .newsImg img {
    width: 390px;
    height: 280px;
  }
  #news-details .main-content .newsCon p {
    font-size: 14px;
  }
}

@media(min-width: 992px) and (max-width: 1200px) {
  #news-details .main-content {
    width: 900px;
    padding: 15px 20px;
  }
  #news-details .main-content .newsTit {
    height: 36px;
    line-height: 36px;
    font-size: 22px;
  }
  #news-details .main-content .titleDeputy {
    height: 38px;
    line-height: 38px;
  }
  #news-details .main-content .titleDeputy span {
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    margin-left: 10px;
  }
  #news-details .main-content .newsCon {
    padding-top: 10px;
  }
  #news-details .main-content .newsCon .newsImg img {
    width: 320px;
    height: 260px;
  }
  #news-details .main-content .newsCon p {
    font-size: 12px;
  }

  #news-details .extend li .extendTit {
    height: 40px;
    line-height: 40px;
    padding-left: 18px;
    font-size: 14px;
  }
}

@media(max-width: 991px) {
  #news-details .main-content {
    width: 750px;
    padding: 15px 0;
  }
  #news-details .main-content .newsTit {
    height: 36px;
    line-height: 36px;
    font-size: 22px;
  }
  #news-details .main-content .titleDeputy {
    height: 38px;
    line-height: 38px;
  }
  #news-details .main-content .titleDeputy span {
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    margin-left: 10px;
  }
  #news-details .main-content .newsCon {
    padding-top: 10px;
  }
  #news-details .main-content .newsCon .newsImg img {
    width: 260px;
    height: 220px;
  }
  #news-details .main-content .newsCon p {
    font-size: 12px;
  }

  #news-details .extend li .extendTit {
    height: 36px;
    line-height: 36px;
    padding-left: 16px;
    font-size: 12px;
  }
}
