.input {
    margin-bottom: 5px;
}
.trans-cart-filter .select_main span,
.trans-cart-filter .select_main select{
    width: 35%;
}
.trans-cart-filter .select_main {
    margin-bottom: 25px;
}
.cargo-info {
    margin-bottom: 10px;
    overflow: hidden;
}

.cargo-info p {
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.cargo-info p:nth-child(1) {
    margin: 0 32px 0 29px;
}

.cargo-info p:nth-child(2) {
    margin: 0 90px 0 95px;
}

.cargo-info p:nth-child(3) {
    margin: 0 30px 0 65px;
}

.cargo-info p:nth-child(4) {
    margin: 0 165px 0 81px;
}

.trans-market-cart {
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .2);
    background: #ffffff;
    margin-bottom: 25px;
}

.right-block
.trans-market-cart:nth-child(even) {
    margin: 0;
}

.trans-market-cart span {
    float: left;
}

.trans-market-short {
    overflow: hidden;
    position: relative;
}
.trans-market-short div {
    margin: 10px 0 10px 0;
    padding: 0 10px 0 10px;
}
.trans-market-short .time-lable {
    margin: 5px 0 5px 0;
}
.photo-number {
    float: left;
    margin: 5px;
    font-size: 0.8em;
}

.trans-market-short span:nth-child(1) {
    padding: 10px;
    width: 185px;
}

.trans-market-short span:nth-child(2) {
    width: 235px;
    margin: 6px 0 0 0;
    font-size: 13px;
    line-height: 25px;
}

.trans-market-short span:nth-child(3) {
    text-decoration: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.trans-market-short span:nth-child(3) a {
    text-decoration: none;
    font-weight: bold;
}

.trans-market-short span:nth-child(3) a:hover {
    text-decoration: underline;
}

.trans-market-cart-more {
    display: none;
}

.trans-market-cart-title h2 {
    padding: 8px;
    font-size: 18px;
    float: left;
    margin: 0;
}

.trans-market-cart-title p {
    float: right;
    padding: 8px;
    color: white;
    background: rgb(98, 176, 81);
    font-size: 14px;
    font-weight: bold;
}

.trans-market-cart-title {
    background: rgb(209, 212, 221);
    background-image: linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image: -o-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(209, 212, 221)), color-stop(1, rgb(243, 243, 243)));
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    height: 35px;
    border-radius: 4px 4px 0 0;
}

#filter {
    top: 0;
    left: 0;
}

.year-filter {
    overflow: hidden;
}