.float_left{
    float: left;
}
.float_right{
    float: right;
}
.cursor_pointer{
    cursor: pointer;
}
.hotel_display_inlineBlock {
    display: inline-block;
}
.banner{
    width: 100%;
    height: 220px;
    background: url("../img/travelQuiz/TravelQuiz.png") no-repeat;
    background-size:100% 100%;
}
.banner_min{
    margin: auto;
    position: relative;
    top: 70px;
    width: 1200px;
    height: 150px;
    padding: 30px 20px 0px 18px;
}
.banner_min .span_stye{
    font-size: 16px;
    color:#333637;
    margin-bottom: 10px; 
}
.banner_min input{
    outline: none;
    float: left;
    font-size: 15px;
    width: 723px;
    height: 50px;
    padding-left: 10px;
}
.banner_min .search_{
    float: left;
    padding: 11px 20px;
    background: #14b6bb;
    margin-left: 5px;
}
.banner_min .quiz_btn{
    font-size: 18px;
    color: #ffffff;
    float: right;
    background: #14b6bb;
    padding: 15px 30px;
}
.content_tab{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    background: white;
    border-bottom: 1px solid #dddddd;
}
.content_tab p{
    display: inline-block;
    margin-right: 65px;
    color: #333333;
    font-size: 18px;
    padding: 20px;
}
.border_color{
    color:#16a53c !important;
    border-bottom: 1px solid #16a53c;
}
.question_list{
    background: white;
    padding: 20px;
    overflow: hidden;
}
.question_list .title{
    font-size:18px;
    color:#333333;
    padding-bottom: 10px;
}
.question_list .span{
    float: left;
    margin-left:10px;
    width: 600px;
    height: 115px;
    font-size: 14px;
    color:#666666;
    line-height: 24px;
    overflow:hidden;
    text-overflow: ellipsis;  
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.question_list .head_img{
    float: left;
    width:30px;
    height: 30px;
    border-radius: 45px;
}
.question_list .name{
    color: #16a53c;
    line-height: 33px;
    margin-left: 10px;
}
.question_list .right_span{
    float: right;
    margin-top: 10px;
}
.question_list .right_span img{
    float: left;
    margin-left:30px;
}
.question_list .right_span span{
    float: left;
    font-size:12px;
    color:  #888888;
    margin-left:5px;
}
.question_list .label {
    width: 100%;
    padding-bottom: 37px;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 5px;
}
.question_list .label span{
    color: #666666;
    font-size: 12px;
    background: #f2f2f2;
    padding: 6px 8px;
    border-radius: 45px; 
    margin-right: 10px;   
}
#hotel_content_middle .right_div .myself_msg{
    text-align: center;
    background: #f5f5f5;
}
#hotel_content_middle .right_div .myself_msg .headimg_p{
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #dddddd;
    width: 235px;
    margin: auto;
}
#hotel_content_middle .right_div .myself_msg .headimg_p2{  
    width: 225px;
    margin: auto;
    padding: 20px 0;
    font-size: 14px;
    color: #333333;
}
#hotel_content_middle .right_div .myself_msg .headimg_p2 i{  
    width: 1px;
    height: 15px;
    margin-left:30px;
    margin-right: 30px;
    border-right: 1px solid #818181;
}
#hotel_content_middle .right_div .participation{  
    text-align: center;
    width: 285px;
    height: 78px;
    background: url("../img/travelQuiz/32.png") no-repeat;
    padding-top: 20px;
    background-size:100%; 
}
.font-size14{
    font-size: 14px;
    color: #444444;
}
.font-size18{
    font-size: 18px;
    color: #053f00;
}
.cursor_pointer{
    cursor: pointer;
}
#hotel_content_middle .right_div .hotLabels{
    padding: 20px;
    margin-top: 20px;
    overflow: hidden;
    background: white;
}
#hotel_content_middle .right_div .hotLabels .hotLabels_p{
    overflow: hidden;
    border-bottom: 1px solid orange;
    padding-bottom: 13px;
    width: 250px;
}
#hotel_content_middle .right_div .hotLabels .hotLabels_list{
    overflow: hidden;
    padding: 32px 3px;
    width: 250px;
}
#hotel_content_middle .right_div{
    background: #f5f5f5;
}
#hotel_content_middle .right_div .hotLabels .hotLabels_list span{
    display: inline-block;
    background: #ffac4c;
    border-radius: 45px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 5px 10px;
}
#hotel_content_middle{
    width: 1201px;
}
.load_more{
    cursor: pointer;
    text-align: center;
    padding: 20px 0;
    background: #f8f8f8;
    width: 839px;
    margin: auto;
}
#hotel_content_middle .left_div{
    background: white;
    padding-bottom: 20px;
}