.comm-banner {
  background-image: url(../images/news/banner.png);
}
.news {
  padding: 50px 0;
}

.col-md-9, .col-md-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.news-item {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
}
.news-item:hover {
  box-shadow: 4px 4px 8px rgba(0,0,0,0.1), -4px -4px 8px rgba(0,0,0,0.1);
}

.news-img {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news-title {
  font-size: 22px;
  color: #333;
  margin-top: 15px;
}
.news-desc{
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-top: 10px;
}

.news-search {
  background: #fff;
  height: 50px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.news-search .search-input {
  height: 50px;
  min-width: 250px;
  float: left;
  border: none;
  padding-left: 30px;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}
.news-search .icon-search {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  float: right;
  text-align: center;
  padding-top: 16px;
  border-left: 1px solid #ddd;
  cursor: pointer;
  font-size: 18px;
}
.news-about {
  background-color: #fff;
  padding-bottom: 20px;
}
.news-about .news-logo {
  padding: 20px 15px;
  border-bottom: 1px dotted #999999;
  margin-bottom: 20px;
  text-align: center;
}
.news-about .news-logo img {
  display: block;
  width: 90%;
}

.news-about span {
  display: block;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  padding: 10px 30px;
}

.news-about .wx-img {
  display: block;
  width: 60%;
  margin: auto;
}

/*** 文章详情 ***/
.news-article {
  background-color: #fff;
  padding: 30px 15px;
  margin-bottom: 15px;
}

.news-article-title {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 5px;
}
.news-article-sub-title {
  font-size: 12px;
  color: #999;
  line-height: 16px;
}
.news-article-sub-title i {
  font-size: 12px;
  margin-right: 5px;
}
.news-article-content {
  padding:20px 0;
}
.news-article-content p {
  line-height: 24px;
}

@media screen and (max-width: 992px) {
  .col-md-9, .col-md-3{
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .news {
    padding: 20px 15px;
  }
  .news-img {
    height: 160px;
  }
}