.breadcrumbs {
  margin-bottom: 25px;
  border-bottom: solid 1px #000;
  padding: 0 20px 8px 20px;
}
.breadcrumbs .l h3 {
  font-size: 16px;
}
.breadcrumbs .l h3 span {
  font-size: 14px;
  text-transform: uppercase;
}
.breadcrumbs .r {
  color: #585858;
  font-size: 12px;
}
.breadcrumbs .r span {
  margin: 0 4px;
}
#news {
  margin: 40px 0;
}
#news .wrapper {
  margin-left: 350px;
}
#news .content {
  padding: 0 10px;
}
#news .list-wrapper {
  margin-bottom: -35px;
}
#news .list-wrapper:before,
#news .list-wrapper:after {
  content: ' ';
  display: table;
}
#news .list-wrapper:after {
  clear: both;
}
#news .list {
  margin-bottom: 35px;
}
#news .list .pic {
  width: 200px;
  height: 140px;
  overflow: hidden;
  position: relative;
}
#news .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#news .list .text {
  margin-left: 200px;
  padding: 0 20px;
}
#news .list .text .title {
  font-size: 16px;
}
#news .list .text .title a {
  color: #002970;
}
#news .list .text .title a:hover {
  color: #002970;
}
#news .list .text .desc {
  color: #0b0b0b;
  margin-top: 10px;
  height: 75px;
  width: 100%;
  line-height: 25px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news .list .text .more {
  color: #d16c00;
  display: block;
  margin-top: 5px;
  font-weight: 700;
}

/*# sourceMappingURL=news.css.map */
