.titlelab{
  line-height: 30px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 30px;
  font-family: 微软雅黑;
  font-weight: bold;
  color: black;
  font-size: 18px;
}
.zixun{
  margin-bottom:50px;
  
}
.zx_lieb {
  background-color: white;
  height: 100px;
  margin:5px;
}
.zx_image{
  display: inline-block;
  width: 33%;
  vertical-align: top;
  height: 100px;
  overflow: hidden;
  margin-top: 10px;
}
.zx_lieb img {
  max-width: 100%;
  height:80px;
  width:150px;
}
.zx_content{
  display: inline-block;
  width: 65%;
}
.zx_lieb h1 {
  margin-left:10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 35px;
  font-weight: bold;
  font-size:15px;
}
.zx_lieb p {
  margin-left:10px;
  overflow: hidden;
  color: #969090;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.zx_lieb label{
  margin-left:10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size:9px;
  float:right;
  
}
.keyword{
  width: 100%;
  height: 42px;
  padding-left: 10px;
  border: 2px solid #7BA7AB;
  border-radius: 5px;
  outline: none;
  background: #ffffff;
  color: #9E9C9C;
}
.search{
  position: absolute;
  top: 0;
  right: 0px;
  width: 42px;
  height: 42px;
  border: none;
  background: #7BA7AB;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  
}

.search:before{
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;}
