.search_text {
    width: 70px;
    background: #0066b3;
    border-radius: 5px;
    height: 30px;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.search_input {
    /* width: 286px;
    height: 30px;
    border: 1px solid #333333;
    padding: 0 6px;
   
    font-size: 14px;
    margin: 0 10px;
    display: flex;
    border-radius: 5px;
    align-items: center; */
    float: left;
    width: 260px;
    height: 30px;
    margin-right: 10px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* display: flex;
    align-items: center; */
    font-size: 14px;
    margin-top: 10px;
}

.search_input img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-top: 6px;
    vertical-align: top;
}

.search_input input {
    width: 90%;
    opacity: 0.5;
    margin-top: 5px;
}

.lfloat {
    float: left;
    display: inline;
}
.w_730{
        width: 690px;
        border-right: 1px solid #eee;
        padding-right: 30px;
        overflow: hidden;
    
}
.w_170 {
    width: 218px;
    overflow: hidden;
    padding: 0 10px;
    float: right;
}

.side_list2 .title_one {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    color: #0066b3;
    display: flex;
    align-items: center;
    line-height: 32px;
}

.title_one img {
    margin-right: 8px;
    width: 11px;
    height: 10px;
}

.side_list2 .title_two {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    color: #333333;
    display: flex;
    align-items: center;
    line-height: 32px;
}

.title_two img {
    margin-right: 8px;
    width: 11px;
    height: 10px;
}