
body{
    background:#f5f5f5;
}

/* 新闻咨询中心页 */

.NewConsultation .Colt_center {
    width: 700px;
    float: right;
    margin-right: 20px;
}
   
    .NewConsultation .Colt_center .Colt_center_left img{
        width:100%;
    }

    .NewConsultation .Colt_center .Colt_center_right p {
        margin-top: 15px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.NewConsultation .Colt_center .Colt_center_right .LookIof{
  color: #a3afb7;
}
.NewConsultation .Colt_center .Colt_center_right .LookIof span:nth-of-type(2){
  margin: 0 15px;
}





.NewConsultation .Colt_right {
    width:285px;
    background:white;
    float:right;
}
.NewConsultation .Colt_right .search{
  position: relative;
  padding-right: 40px;
}
    .NewConsultation .Colt_right .searchBox{
        padding:20px;
    }
    .NewConsultation .Colt_right input:nth-child(1) {
        height: 40px;
        padding-right: 41px;
        text-indent: 1em;
        border: 1px solid #ccc;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        width: 211px;
    }
    .NewConsultation .Colt_right .search .search_After {
        height: 40px;
        padding: 10px 6px;
        background: #08a9f7;
        position: absolute;
        right: 0;
        top: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        width: 54px;
        text-align: center;
        border: none;
    }
.NewConsultation .Colt_right .Dlbox{
  padding: 19px;
  background: #f6f7f9;
  margin-top: 15px;
}
.NewConsultation .Colt_right .Dlbox .Dlbox_bg{
  background: white;
  text-align: center;
}
.NewConsultation .Colt_right .Dlbox .Dlbox_bg h6{
  padding: 22px 12px;
}
.NewConsultation .Colt_right .Dlbox .Dlbox_bg span{
  padding: 9px 80px;
  background: red;
  color: white;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}
.NewConsultation .Colt_right .Dlbox .Dlbox_bg .Qw{
  margin-top: 10px;
}
.NewConsultation .Colt_right .Dlbox .Dlbox_bg .Qw img{
  cursor: pointer;
}
.NewConsultation .Colt_right .ggt{
  width: 100%;
  margin: 15px 0;
}
    .NewConsultation .Colt_right .Twfour_hour {
        border-top: 2px solid red;
        text-align: left;
        padding: 20px;
        background: white;
        z-index: 999;
    }
.NewConsultation .Colt_right .Twfour_hour h6{
  font-size: 16px;
  font-weight: bold;
}
        .NewConsultation .Colt_right .Twfour_hour .Twfour_hour_list {
            border-bottom: 1px solid #ccc;
            padding: 15px 0;
            display: inline-block;
            width: 100%;
        }
    .NewConsultation .Colt_right .Twfour_hour .Twfour_hour_list img {
        float: left;
        width: 60px;
        height: 60px;
    }
    .NewConsultation .Colt_right .Twfour_hour .Twfour_hour_list p {
        padding: 1px 8px 0 10px;
        display: table;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
/* 新闻咨询中心页结束 */


