.color-blue {
  color: #28a7e1;
}
.color-gray {
  color: #999999;
}
.banner {
  width: 100%;
  height: 380px;
  background: url("../images/news-banner.png") repeat;
  background-size: cover;
  background-position-x: -220px;
}
.news {
  height: auto;
  padding: 0px;
}
.news .new-title {
  position: absolute;
  width: 6%;
  height: 40px;
  line-height: 40px;
  left: 47%;
  background-color: #ffffff;
  color: #28a7e1;
  font-size: 1.4em;
}
.news .new-small {
  width: 15%;
  height: 80px;
  margin-top: -40px;
  line-height: 80px;
  color: #999999;
  text-align: center;
  margin: 40px auto;
  font-size: 1.2em;
  border-top: 1px solid #dddddd;
}
.news #media {
  margin-top: -70px;
  padding: 30px;
  cursor: pointer;
}
.news #media .row {
  margin-bottom: 20px;
  transition: all 0.5s;
}
.news #media .row .col-md-3 {
  padding: 15px;
}
.news #media .row .col-md-9 {
  padding: 15px;
}
.news #media .row .col-md-9 h4 {
  line-height: 50px;
}
.news #media .row .col-md-9 h4 small {
  line-height: 50px;
  color: #999999;
  font-size: 0.9em;
}
.news #media .row .col-md-9 p {
  color: #999999;
  line-height: 30px;
  text-indent: 20px;
}
.news #media .row:hover {
  background-color: #28a7e1;
  color: #ffffff ;
}
.news #media .row:hover p {
  color: #ffffff;
}
.news #media .row:hover h4 small {
  color: #ffffff;
}
.news #dropdown {
  width: 45px;
  height: 45px;
  margin: 20px auto;
  display: block;
  cursor: pointer;
}
.new-detail {
  margin-top: 20px;
}
.new-detail img {
  width: 60%;
  height: 60%;
  display: block;
  margin: 20px auto;
}
.new-detail h4 {
  line-height: 50px;
  text-align: center;
}
.new-detail .title-small {
  line-height: 40px;
  color: #999999;
  font-size: 0.9em;
  text-align: center;
}
.new-detail p {
  color: #999999;
  line-height: 30px;
  text-indent: 12px;
  letter-spacing: 0.5px;
}
/*当屏幕尺寸小于800px时，应用下面的CSS样式*/
@media screen and (max-width: 800px) {
  .banner {
    height: 250px;
  }
  .new-title,
  .new-small {
    display: none;
  }
  #media {
    margin-top: -20px !important;
  }
  #Page {
    display: none;
  }
  #dropdown {
    display: block !important;
    margin-top: -30px !important;
  }
}
