#trade .module {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
}

#trade .module .title {
    color: #42a7e1;
    font-size: 18px;
    font-weight: 500;
    margin-top: 50px;
}

.searchBar {
    margin-top: 15px;
    padding: 8px 50px 7px;
    background-color: #d9d6d6;
}

.searchBar select {
    outline: none;
    width: 140px;
    float: left;
    margin-right: 10px;
    color: #a4a5a5;
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: 1px solid #cfcccc;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../img/procurement/icon_down.png") no-repeat scroll right center #ffffff;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding: 8px 20px 8px 10px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.searchBar select::-ms-expand {
    display: none;
}

.searchBar input {
    outline: none;
    display: block;
    border: 1px solid #cfcccc;
    border-right: none;
    height: 38px;
    padding: 2px 20px;
    float: left;
}

.searchCountry{
	outline: none;
    display: block;
    border: 1px solid #cfcccc;
    border-right: none;
    height: 38px;
    width:100px;
    padding: 2px 20px;
    margin-right: 10px;
    float: left;
}

.searchBar input.country {
    width: 120px;
    margin-right: 10px;
}

.searchBar input.commodity1 {
    width: 620px;
}

.searchBar input.commodity2 {
    width: 800px;
}

.searchBar .searchBtn {
    float: left;
    border: 1px solid #cfcccc;
    border-left: none;
    background-color: #42a7e1;
    color: #ffffff;
    width: 100px;
    height: 38px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

#result {
    width: 100%;
    text-align: center;
    margin: 10px 0 30px;
}

#result > thead > tr > td, #result > tbody > tr > td {
    padding: 10px;
}

#result thead td {
    background-color: #c1e2f5;
}

#result > tbody > tr:nth-child(even) > td {
    display: none;
}

#result > tbody > tr > td {
    border-bottom: 1px solid #d9d6d6;
}

#result > tbody > tr > td > .more {
    cursor: pointer;
}

#result > tbody > tr > td > .more img {
    margin-right: 5px;
}

#result .detail {
    width: 98%;
    margin: 0 auto;
    text-align: left;
    color: #818588;
}

#result .detail td {
    height: 26px;
}

#result .detail td:nth-child(odd) {
    width: 10%;
}

#result .detail td:nth-child(even) {
    width: 40%;
}

.page {
    width: 120px;
    margin: 0 auto 30px;
}

.page li {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #c4c2c2;
    text-align: center;
    float: left;
    cursor: pointer;
    margin-right: 5px;
    background-color: #e8e5e5;
    color: #8a8686;
}

.page li.slt {
    border: 1px solid #119ce1;
    background-color: #119ce1;
    color: #ffffff;
}

.maohao{
	float:right;
}