@charset "utf-8";
.n-l{
  width:460px;
}
.n-r{
  width:530px;
}
.news{
  height:auto;
  padding-bottom:24px;
}
.card-body{
  height: 109px;
  margin-bottom:16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.card-title{
  font-size: 16px;
}
.card-text{
  height:auto;
  margin-bottom:0
}

.sign{
  width:202px;
  height:40px;
  line-height: 20px;
  padding:6px 8px;
  display: table;
}
.sign div{
  display: table-cell;
  vertical-align: middle;
}
.do-text{
  height:52px;
  -webkit-line-clamp:2;
  margin-bottom:8px;
}
.do-item .card-icon{
  float:right;
}
.contact-detail{
  height: 208px;
}
.n-l-item-text{
  width:300px;
  background:url(../img/dot.png) left center no-repeat;
}

.d-text{
  height:174px;
}
.d-text-link{
  -webkit-line-clamp:7;
}
.com-name{
  width:240px
}
.com-item-box{
  margin-left:240px;
}


.n-l-pic-wrap{
  height: 325px;
}

.n-l-pic-wrap .n-l-pic-item img{
  height: 325px;
}
