/*前缀兼容样式 start*/
/*多行省略*/
/*镜像效果*/
/*背景线性渐变*/
/*前缀兼容样式 end*/
.news {
  width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 30px;
}
.news .bread-crumbs {
  margin-bottom: 24px;
  color: #666666;
}
.news .bread-crumbs a {
  color: #666666;
}
.news .news-list .hd {
  float: left;
  width: 240px;
  margin-right: 20px;
  padding: 30px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.news .news-list .hd h4 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.news .news-list .hd ul {
  padding-top: 20px;
}
.news .news-list .hd ul li {
  margin-bottom: 25px;
  color: #333333;
  cursor: pointer;
}
.news .news-list .hd ul li:last-child {
  margin-bottom: 0;
}
.news .news-list .hd ul li.active {
  color: #fcd042;
  position: relative;
}
.news .news-list .hd ul li.active:after {
  content: '';
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #fcd042;
  border-right: 1px solid #fcd042;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  right: 2px;
}
.news .news-list .bd {
  float: left;
  width: 920px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.news .news-list .bd .bd-list {
  padding: 5px 30px 40px;
}
.news .news-list .bd .bd-list .news-list {
  margin-bottom: 40px;
}
.news .news-list .bd .bd-list .news-list li {
  border-bottom: 1px solid #f0f0f0;
}
.news .news-list .bd .bd-list .news-list li a {
  padding: 25px 0;
  display: block;
}
.news .news-list .bd .bd-list .news-list li a .news-left {
  float: left;
  width: 180px;
  height: 120px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 26px;
}
.news .news-list .bd .bd-list .news-list li a .news-right {
  float: left;
  width: 654px;
}
.news .news-list .bd .bd-list .news-list li a .news-right .title {
  margin-top: 5px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 28px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-list .bd .bd-list .news-list li a .news-right .content {
  color: #666666;
  line-height: 22px;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
}
.news .news-list .bd .bd-list .news-list li a .news-right .info-wrap {
  font-size: 12px;
  color: #999999;
  line-height: 24px;
}
.news .news-list .bd .bd-list .news-list li a .news-right .info-wrap span {
  margin-left: 20px;
}
.news .news-list .bd .bd-list .news-list li a .news-right .info-wrap span:first-child {
  margin-left: 0;
}
.news .news-list .bd .bd-list .news-list li a .news-right .info-wrap span i {
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}
.news .news-list .bd .bd-list .news-list li a .news-right .info-wrap span .date {
  width: 12px;
  height: 12px;
  background-image: url("../../img/icon_time.png");
}
.news .news-list .bd .bd-list .news-list li a .news-right .info-wrap span .view {
  width: 19px;
  height: 12px;
  background-image: url("../../img/icon_news_view.png");
}
.news .news-list .bd .bd-list .news-list li a .news-right .info-wrap span .likes {
  width: 12px;
  height: 12px;
  background-image: url("../../img/icon_likes.png");
}
/*# sourceMappingURL=news.css.map */