.hot_question_wrapper {
    margin: 32px 0px 78px 0px;
    background-color: #ffffff;
}
    .hot_question_wrapper h1 {
        color: #df2f21;
        text-align: center;
        margin: 0px 98px 30px 98px;
        padding: 30px 40px 26px 40px;
        border-bottom: 1px solid #e9e9e9;
        font-size: 24px;
        font-weight: normal;
    }

.hot_question_wrapper .search {
    text-align:center
}

.search select, .search input {
    height: 50px;
}

.hot_question_wrapper .list {
    list-style-position:inside;
    margin: 10px 98px 10px 98px;
}
.hot_question_wrapper .list li {
    color: #02c3d5;
    line-height: 60px;
    padding-left: 46px;
    background-color: #ffffff;
}
.hot_question_wrapper .list li a{
    color:#7e8694;
}


.hot_question_wrapper .list li:nth-child(2n) {
    background-color: #fafafa;
}
.pagination {
    padding:25px 0px;
    margin-left: auto;
    margin-right: auto;
}
.hot_question_wrapper .search{
    font-size:0;
    text-align:center;
}
.hot_question_wrapper .select_wrapper,.hot_question_wrapper .search_wrapper{
    display:inline-block;
    width:304px;
    height:50px;
    white-space: nowrap;
    margin-right:30px;
    vertical-align:middle;
    position:relative;
}
.hot_question_wrapper .select_wrapper .selected,.hot_question_wrapper .search_wrapper input{
    width:250px;
    display:inline-block;
    vertical-align:middle;
    height:48px;
    border:1px solid #d4d4d4;
    margin-right:3px;
    font-size:18px;
    color:#7e8694;
    line-height:48px;
    text-align:center;
}
.hot_question_wrapper .select_wrapper .dropdown_btn,.hot_question_wrapper .search_wrapper .search_btn{
    display:inline-block;
    vertical-align:middle;
    width:50px;
    height:50px;
    background:url(../images/dropdown.png) no-repeat left top;
    cursor:pointer;
}
.hot_question_wrapper .search_wrapper .search_btn{
    background-image:url(../images/search_btn.png);
}
.hot_question_wrapper .select_wrapper .options{
    width:250px;
    border:1px solid #d4d4d4;
    border-bottom:0 none;
    display:none;
}
.hot_question_wrapper .select_wrapper .options li{
    list-style:none;
    border-bottom:1px solid #d4d4d4;
    line-height:40px;
    height:40px;
    font-size:18px;
    text-align:center;
    background:#fff;
    color:#7e8694;

}
.hot_question_wrapper .select_wrapper .options li:hover{
    background:#0da2c2;
    color:#fff;
}
