.wldd_main{
    margin-top: 87px;
}
.banner{
    font-size: 0;
}
.banner img{
    width: 100%;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}
.summary_info{
    margin-bottom: 50px;
}
.list_view{
    width: 44%;
    padding: 0 3%;
    float: left;
}
.row_info{
    width: 1100px;
    margin: 50px auto 0;
}
.list_img{
    width: 50%;
    float: left;
    font-size: 0;
}
.list_img img{
    width: 100%;
    min-height: 350px;
    max-height: 400px;
}
.list_view_header{
    padding-bottom: 10px;
    margin-top: 30px;
    color: #6eaa5e;
    border-bottom: 2px solid #6eaa5e;
}
.list_view_header h5{
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}
#bidding .list_view_header{
    color: #ff9900;
    border-bottom: 2px solid #ff9900;
}
#history .list_view_header{
    color: #666666;
    border-bottom: 2px solid #666666;
}
/*招标详情*/
#bid_details{
    width: 65%;
    padding: 0 60px;
    margin: 0 auto 60px;
}
#bid_details .bid_header{
    text-align: center;
    padding: 60px 0;
}
#bid_details .bid_header h3{
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
}
#bid_details .bid_content{
    border: 1px solid #ccc;
}
#bid_details .contents.borderless{
    border: 0px solid #ccc;
}
#bid_details .contents{
    padding: 30px 40px;
    border-bottom: 1px solid #ccc;
}
#bid_details .contents p{
    font-size: 13px;
    line-height: 22px;
}
#bid_details .bid_content_title{
    font-size: 20px;
    padding-bottom: 20px;
    color: #ff9900;
    font-weight: 700;
}
/*表格*/
.table_wrapper{
    margin-top: 10px;
}
.table_wrapper .more{
    display: block;
    float: right;
    color: #6eaa5e;
}
#bidding .more{
    color: #ff9900;
}
#history .more{
    color: #666666;
}
.ant-table table {
    width: 100%;
    text-align: left;
    border-radius: 4px 4px 0 0;
    border-collapse: collapse;
}
.ant-table-thead>tr{
    /*background: #f1f1f1;*/

}
.ant-table-thead>tr>th {
    color: rgba(0,0,0,0.85);
    font-weight: 700;
    text-align: left;
    /*border-bottom: 1px solid #e8e8e8;*/
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.ant-table-thead>tr>th, .ant-table-tbody>tr>td {
    padding: 12px 16px 12px 0;
}
.ant-table-tbody>tr>td div{
    line-height: 20px;
    height: 20px;
}
.ant-table-tbody>tr{
    cursor: pointer;
}
.ant-table-tbody>tr:hover{
    background-color: #f7f7f7;
    transition: .4s background-color;
}
.ant-table-tbody .text_overflow{
    white-space: nowrap;
    max-width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ant-table-tbody .text_overflow img, .moreInfo img{
    height: 18px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
/*今日推荐、正在进行、历史招标*/
.search_container{
    padding: 20px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    text-align: center;
}
.search_container .center{
    width: 650px;
    margin: 0 auto;
}
.search_container .icon{
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 5px;
    width: 16px;
    height:16px;
    background-image: url("/styles/images/ui-icons_555555_256x240.png");
    background-repeat: no-repeat;
    background-position: -64px 0;
}
.search_container .input_box{
    float: left;
    position: relative;
    width: 120px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 3px;
    height:32px;
    line-height: 30px;
    padding: 0 10px 0 0;
    cursor: pointer;
    font-size: 12px;
    box-sizing: border-box;
    margin-right: 60px;
}
#search_btn{
    float: left;
    width: 90px;
    background-color: #f28300;
    color: #fff;
    border-radius: 3px;
    height:32px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 12px;
}
.recomm .table_wrapper, .bidding .table_wrapper, .history .table_wrapper{
    margin: 0;
    padding: 60px 0;
    background:transparent url("../images/index/bg_icon.png") repeat-y left top;
}
.table_center{
    padding: 10px 60px;
    width: 65%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

/*pager*/
#pager.pager_override{
    width: calc(65% + 120px);
    margin: 20px auto 0;
    padding: 3px 0;
    border-width: 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}
#pager.pager_override ul.pages{
    margin: 5px 10px 35px;
}
#pager.pager_override ul.pages input {
    margin: -2px 5px 2px 5px;
}

.sm_results{
    min-width: 150px;
}
ul.sm_results > li.sm_over {
    background-color: #f28300 !important;
}