.infor_column{
    margin-bottom: 65px;
}

.consul_head{
    border-bottom: 3px solid #1eaa9e;
}

.search{
    margin-top: 5px;
}

.hot{
    height: 35px;
}

.hot{
    float: left !important;
}

.hot ul{
    width: 100%;
}

.hot ul li{
    float: left;   
}

.hot ul li a{
    color: #666 !important;
    font-size: 16px;
    margin-right: 15px !important;
}

.hot ul li a:hover{
    color: #3ab8a8 !important;
}

.searchInput{
    float: right !important;
}

.searchInput input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a4a4a4;
  }
  input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a4a4a4;
  }
  input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a4a4a4;
  }
  input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a4a4a4;
  }

.searchInput input{
    width: 205px !important;
    height: 35px !important;
    border: 0 !important;
    line-height: 35px !important;
    border-bottom: 1px solid #e6e6e6 !important;
    padding: 0 35px 0 15px !important;
    background: url('../img/search1.png') no-repeat right #fff !important;
    background-position: 175px !important;
    z-index: 10;
    border-radius: 0 !important;
}
.searchBt {
  width: 62px;
  height: 35px;
  border-radius: 0px 4px 4px 0px;
  display: inline-block;
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center;
}
/* 左边内容 */
.health_nav{
    font-size: 18px;
    color: #01728d;
    font-weight: 700;
    line-height: 22px;
    height: 22px !important;
}

.health_nav span img{
    float: left;
    margin-right: 6px;
    width: 25px;
    height: 21px;
}

.health_box1:nth-child(1){
    border-top: 2px dashed #01728d !important;
}

/* 热门标签 */
.hot_label {
  width: 100%;
  margin-top: 20px;
  padding: 15px 14px;
  border: solid 1px #e6e6e6;
}

.hot_label ul{
  margin-top:10px;
}

.hot_label ul li{
  height:36px;
  line-height: 45px;
  margin-right:10px;
}

.hot_label ul li a{
  display:block;
  width:50px;
  font-size: 12px;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.hot_label ul li span{
  display: block;
  float: left;
  color: #c5c5c5;
  margin: 0 8px 0 6px;
  font-size: 1px;
}

.hot_label ul li a:hover{
  color: #01728d !important;
}

.hot_label span {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
}
.hot_label span img {
  width: 19px;
  height: 16px;
}

  /* 猜你喜欢 */
  .nice_txt {
    float: right;
    width: 337px;
    border: solid 1px #e6e6e6;
    margin-top: 20px;
  }
  
  .nice_top {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: #02718d;
    padding: 0 23px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
  }
  
  .nice_btm {
    width: 100%;
    padding: 0 18px;
  }
  
  .nice_box {
    width: 100%;
    height: 124px;
    border-bottom: dashed 1px #e6e6e6;
    padding: 18px 0;
  }
  
  .nice_box:hover p a {
    color: #1eaa9e !important;
  }
  
  .nice_box:nth-last-child(1) {
    border-bottom: 0;
  }
  
  .nice_box .nice_pic {
    display: block;
    width: 110px;
    height: 87px;
    float: left;
  }
  
  .nice_box .nice_tt {
    width: 170px;
    height: 87px;
    float: right;
  }
  
  .nice_box .nice_tt p {
    width: 100%;
    height: 44px;
    line-height: 22px;
    font-size: 13px;
    margin-bottom: 22px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .nice_box .nice_tt p a {
    color: #333;
  }
  
  .nice_box .nice_tt span {
    font-size: 13px;
    color: #999;
  }