@charset 'utf-8';

.news-bg img {
  width: 100%;
}
.news-content {
  width: 1200px;
  
  margin: 0 auto;
  margin-bottom: 50px;
}
.news-content p a {
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #ed3da1;
  margin: 50px 0 30px 5px;
  border-bottom: 2px solid #ed3da1;
}
.news-content .new-list {
  width: 1200px;
  margin: 0 auto;
}
.news-content .new-list div {
  display: inline-block;
  width: 380px;
  height: 384px;
  background: #fff;
  margin: 0 8px 30px 8px;
}
.news-content .new-list img {
  width: 380px;
  height: 190px;
}
.news-content .new-list .news-title {
  font-size: 18px;
  color: #666;
  margin: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.news-content .new-list .news-title:hover {
  color: #ed3da1;
}
.news-content .new-list .new-desc {
  color: #808080;
  font-size: 14px;
  line-height: 2;
  margin: 15px;
  text-indent: 30px;
}
.news-content .new-list .new-label {
  display: inline-block;
  width: 40px;
  height: 18px;
  line-height: 18px;
  color: #999;
  font-size: 12px;
  text-align: center;
  border-radius: 10px;
  margin: 0 0 20px 15px;
  padding-bottom: 2px;
  border: 1px solid #ccc;
}