
/*search-list*/

.freights_model_box .right .api {
    margin-top: 15px;
}

.freights_model_box .right .tel {
    background: #2065C4;
    height: 100px;
    margin-top: 15px;
    overflow: hidden;
}

.freights_model_box .right .tel span {
    display: block;
    margin: 10px 0 10px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;

}

.freights_model_box .right .tel p {
    margin-left: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.freights_model_box .right p.title {
    height: 35px;
    line-height: 35px;
    background: #f6f6f6;
    color: #0e83bf;
    font-weight: bold;
    text-indent: 1em;
    margin-top: 15px;
}

.freights_model_box .right p.title span {
    float: right;
    margin-right: 10px;
}

.freights_model_box .right p.title span a{
    font-size: 14px;
    font-weight: normal;
}

.freights_model_box .right p.title a {
    color: #09f;
    font-size: 18px;
}

.freights_model_box .right .baike {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #555;
    margin: 10px;
}

.freights_model_box .right .baike p {
    margin-bottom: 8px;
}

.freights_model_box .right .baike table {
    border-collapse: collapse;
    border: none;
    width: 100%;
}

.freights_model_box .right .baike table tr {
    border-bottom: 1px solid #dfdfdf;
}

.freights_model_box .right .baike table td {
    padding: 8px 0;
}

.freights_model_box .right .baike table td.header {
    width: 70px;
}

.freights_model_box .right .news {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 10px;
}

.freights_model_box .right .news:last-child {
    border-bottom: none !important;
}

.freights_model_box .right .news .header-case {
    padding: 10px 0;
    font-weight: bold;
}

.freights_model_box .right .news .header-case a {
    color: #09f;
}

.freights_model_box .right .news .header-case a:hover {
    color: #f60;
}

.freights_model_box .right .news .desct-case {
    padding-bottom: 10px;
    color: #555;
}

.freights_model_box .right .news .desct-case .pic {
    float: left;
    margin-right: 10px;
}

.freights_model_box .right .news .desct-case .pic img {
    width: 60px;
    height: 60px;
}

.freights_model_box .shipowner_list,
.freights_model_box .airline_list {
    width: 100%; /*910*/
    margin-bottom: 20px;
    overflow: hidden;
}

.freights_model_box .shipowner_list li,
.freights_model_box .airline_list li {
    float: left;
    padding: 5px 8px;
    margin: 0 5px 5px 0;
    cursor: pointer;
}

.freights_model_box .shipowner_list li.selected,
.freights_model_box .airline_list li.selected {
    background: #09f;
    color: #fff;
    border-radius: 4px;
}

.freights_model_box .freights_list table {
    border-collapse: collapse;
    border: none;
    width: 100%;
}

.freights_model_box .freights_list table tr {
    border-bottom: 1px solid #e7e5e5;
}

.freights_model_box .freights_list table th {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #09f;
}

.freights_model_box .freights_list table th span.sort_asc {
    display: inline-block;
    padding-right: 5px;
    width: 65px;
    height: 30px;
    line-height: 30px;
    background: url('../img/asc.png') no-repeat right center;
    cursor: pointer;
}

.freights_model_box .freights_list table th span.sort_desc {
    display: inline-block;
    padding-right: 5px;
    width: 65px;
    height: 30px;
    line-height: 30px;
    background: url('../img/desc.png') no-repeat right center;
    cursor: pointer;
}

.freights_model_box .freights_list table td {
    height: 100px;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}

.freights_model_box .freights_list table tr:hover {
    background-color: #f5f5f5;
}

.freights_model_box .freights_list table td p {
    font-size: 14px;
}

.freights_model_box .freights_list table td p.title {

    margin-bottom: 5px;
    color: #5e5e5e;
}

.freights_model_box .freights_list table td p.arrow {
    width: 100px; /*同th宽*/
    height: 14px;
    background: url("../img/comm.png") no-repeat 0% -38px;
}

.freights_model_box .freights_list table td p.arrow_text {
    width: 100px; /*同th宽*/
    color: #666;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.freights_model_box .freights_list table td a.detail {
    display: inline-block;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    background-color: #09f;
    border-radius: 3px;
    margin-bottom: 5px;
}

.freights_model_box .freights_list table td a:hover.detail {
    background-color: #0096e4;
}

/*默认*/
.freights_model_box .freights_list table td span.yunjia {
    color: #f60;
    font-size: 20px;
}

/*整柜&空运*/
.freights_model_box .freights_list table td .fcl_yunjia,
.freights_model_box .freights_list table td .air_yunjia{
    width: 65px;
    padding: 5px 0;
    text-align: center;
}

.freights_model_box .freights_list table td .fcl_yunjia span,
.freights_model_box .freights_list table td .air_yunjia span{
    display: block;
}

.freights_model_box .freights_list table td .fcl_yunjia span:first-child,
.freights_model_box .freights_list table td .air_yunjia span:first-child{
    font-size: 20px;
    color: #f60;
}

.freights_model_box .freights_list table td .fcl_yunjia span:last-child,
.freights_model_box .freights_list table td .air_yunjia span:last-child{
    color: #666;
    font-size: 12px;
}

.freights_model_box .freights_list table td span.stdate {
    font-size: 20px;
    display: block;
}

.freights_model_box .freights_list table td span.enddate {
    color: #666;
    display: block;
    font-size: 12px;
}

/*相关运价*/
.freights_model_box .port_list {
    overflow: hidden;
}

.freights_model_box .port_list p.title {
    height: 40px;
    line-height: 40px;
    background: #09f;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-indent: 1em;
}

.freights_model_box .port_list p span {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    display: none;
}

.freights_model_box .port_list ul {
    padding: 10px 0;
}

.freights_model_box .port_list li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 200px;
    margin-left: 33px;
    text-indent: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.freights_model_box .port_list li:hover {
    background: #f5f5f5;
}

.freights_model_box .friendlink {
    margin: 20px;
}

.rewrite_bg {
    background-color: #f5f5f5 !important;
}

.freights_model_box .friendlink li {
    float: left;
    padding: 0 5px;
    margin-top: 5px;
    border-right: 1px solid #ccc;
}

/*分页*/
.list-pages-all {
    background: #fff;

    border-top: none;
}

.list-pages {

    background: #fff;
    float: right;
}

.pages {
    height: 30px;
    text-align: left;
    margin-top: 30px;

}

.pages a {
    background: #eee;
    margin: 0;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 7px 10px !important;
    margin: 0 4px;
    color: #666;
    text-decoration: none;
}

.pages .current {
    background: #3A9BD3;
    color: #fff;
    border: none;
    padding: 6px 10px !important;
    font-size: 12px;
    margin: 0 4px;
}

.pages a:hover {
    background: #3A9BD3;
    color: #fff;
    border: none;
    padding: 7px 10px !important;
    font-size: 12px;
    margin: 0 4px;
}

.list-pages-select {
    text-align: center;
    background: #fff;
    height: 40px;
    padding-top: 5px;
    float: right;
    border-top: none;
    font-size: 14px;
    color: #666;
    padding-right: 25px;
    padding-top: 15px;
}

.list-pages-select span {
    display: inline-block;
    height: 30px;
    font-size: 13px;
    float: left;
}

.list-pages-select-1 {
    width: 45px;
    border: 1px #ccc solid;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-right: none;
    outline: none;
}

.list-pages-select-2 {
    border: none;
    padding: 0 8px;
    height: 26px;
    background: #71c280;
    color: #fff;
    font-family: 微软雅黑;
    cursor: pointer;
    line-height: 22px;
    font-size: 13px;
    outline: none;
}