.qeschannel {
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    background: #1670f9;
    float: left;
    padding: 0 18px 0 18px;
}

.search-select {
    width: 565px;
    box-sizing: border-box;
    height: 32px;
    border-radius: 2px;
    border: solid 1px #e9e9e9;
    padding-left: 10px;
    line-height: 32px;
    outline: none;
    float: right;
    color: #ccc;
    font-size: 14px;
    background: #fff;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none; /*去掉下拉箭头*/
}
.search-select::-ms-expand { display: none; }           /*清除ie的默认选择框样式清除，隐藏下拉箭头*/

.channel {
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    background: #1670f9;
    float: left;
    padding: 0 18px 0 18px;
}

.r_channel {
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    background: #fa3b00;
    float: left;
    padding: 0 18px 0 18px;
}

.answer .r_channel {
    background: #1670f9;
}

.titChannel {
    width: 192px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1670f9;
    color: #ffffff;
}

.desSelect {
    color: #f6f6f6;
    background: #1670f9;
}

.wztit .wzt{
    background: none;
    color: #ffe537;
    display: table-cell;
    vertical-align: middle;
}

.banitem:first-child .bantxt {
    background: none;
    color: #ffe537;
}

.banitem:nth-child(2) .bantxt {
    background: none;
    color: #e10303;
}

.banitem:nth-child(3) .bantxt {
    background: none;
    color: #ffe537;
}

.banitem:nth-child(4) .bantxt {
    background: none;
    color: #ffe537;
}