/* banner */
.the_banner {
    padding: 8px 0 10px 0;
    width: 1200px;
    margin: 0 auto;
}

.show_search_result:after, .show_search_condition:after{
    content: "";
    display: block;
    clear: both;
}

/*1*/
.main_right .show_search_condition{
    width: 100%;
    height: 318px;
}

.main_right .show_search_condition > div{
    float: left;
    width: 500px;
    height: 100%;
    text-align: center;
}

.main_right .show_search_condition p{
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    color: #11466f;
}
.main_right .show_search_condition a{
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #5077ff;
    color: whitesmoke;
    text-decoration: none;
}

/*2*/
.show_search_result{
    padding-left: 10px;
}
.show_search_result h3{
    padding: 30px 0;
}
.show_search_result ul{
    display: block;
    float: left;
}
.show_search_result ul + ul{
    border-top: 1px solid grey;
    border-left: 1px solid grey;
}
.show_search_result ul.show_search_result_main{
    position: relative;
    border-top: 3px solid #5077ff;
    top: -2px;
}
.show_search_result ul li{
    display: block;
    height: 61px;
    line-height: 61px;
    text-align: left;
    width: 240px;
}
.show_search_result ul.show_search_result_data li{
    padding: 0 0 0 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.show_search_result ul.show_search_result_main li{
    width: 120px;
}

.show_search_result_data .gotoDetail{
    margin-left: 6px;
    padding: 5px 10px;
    background: #5077ff;
    color: white;
    text-decoration: none;
}

/*3*/
.data_paginate{
    float: right;
    padding: 20px;
}
.data_paginate a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #5077ff;
    color: #5077ff;
    text-decoration: none;
    text-align: center;
    margin: 0 5px;
}
.data_paginate a:hover{
    background: #aec1ff;
}
.data_paginate a.selected{
    color: white;
    background: #5077ff;
}