/*piblic */

.text-center {
    text-align: center;
}

.white {
    color: #fff;
}

.mal64 {
    margin-left: 64px;
}

.toollist {
    width: 180px;
    height: 540px;
    border: 1px solid #e8e8e8;
    border-left: none;
    float: left;
    margin-top: 24px;
}

.toollist ul li {
    height: 48px;
    box-sizing: border-box;
    padding-left: 78px;
    line-height: 48px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.toollist ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.toollist ul li:hover,
.toollist ul li:hover a {
    color: #fff;
}

.cyclopedia_1 {
    background: url(../images/toollistbg_1.png) 0 -48px;
}

.cargo_1 {
    background: url(../images/toollistbg_1.png) 0 -288px;
    /* background: url(../images/toollistbg_1.png) 0 -96px; */
}

.harbour_1 {
    background: url(../images/toollistbg_1.png) 0 -192px;
}

.ports_1 {
    background: url(../images/toollistbg_1.png) 0 -192px;
}

.sailing_1 {
    /* background: url(../images/toollistbg_1.png) 0 -192px; */
    background: url(../images/toollistbg_1.png) 0 -96px;
}

.location_1 {
    /* background: url(../images/toollistbg_1.png) 0 -240px; */
    background: url(../images/toollistbg_1.png) 0 -144px;
}

.hs_1 {
    background: url(../images/toollistbg_1.png) 0 -240px;
}

.express_1 {
    background: url(../images/toollistbg_1.png) 0 -384px;
}

.air_1 {
    background: url(../images/toollistbg_1.png) 0 -336px;
}

.forward_1 {
    background: url(../images/toollistbg_1.png) 0 -432px;
}

.fbawh_1 {
    background: url(../images/toollistbg_1.png) 0 48px;
}

.cargo_1:hover,
.cargo_2 {
    background: url(../images/toollistbg.png) 0 -288px;
    /* background: url(../images/toollistbg.png) 0 -96px; */
}

.cyclopedia_1:hover,
.cyclopedia_2 {
    background: url(../images/toollistbg.png) 0 -48px;
}

.harbour_1:hover,
.harbour_2 {
    background: url(../images/toollistbg.png) 0 -192px;
}

.ports_1:hover,
.ports_2 {
    background: url(../images/toollistbg.png) 0 -192px;
}

.sailing_1:hover,
.sailing_2 {
    /* background: url(../images/toollistbg.png) 0 -192px; */
    background: url(../images/toollistbg.png) 0 -96px;
}

.location_1:hover,
.location_2 {
    background: url(../images/toollistbg.png) 0 -144px;
    /* background: url(../images/toollistbg.png) 0 -240px; */
}

.hs_1:hover,
.hs_2 {
    background: url(../images/toollistbg.png) 0 -240px;
}

.express_1:hover,
.express_2 {
    background: url(../images/toollistbg.png) 0 -384px;
}

.air_1:hover,
.air_2 {
    background: url(../images/toollistbg.png) 0 -336px;
}

.forward_1:hover,
.forward_2 {
    background: url(../images/toollistbg.png) 0 -432px;
}

.fbawh_1:hover,
.fbawh_2 {
    background: url(../images/toollistbg.png) 0 48px;
}

.airport_1:hover,
.airport{
    background:url(../images/tools_airport_1.png) no-repeat left center;
}

.airport_1{
    background:url(../images/tools_airport.png) no-repeat 15px center;
}

.content-wrap {
    box-sizing: border-box;
    width: 997px;
    float: right;
    padding: 24px 31px 48px 31px;
}

.content-wrap .title {
    height: 35px;
    color: #2b86e3;
    line-height: 35px;
    font-size: 16px;
    display: inline-block;
}


/* 港口百科 */

#showAllPorts {
    background: #e7edf1;
    padding: 0.5em;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
}

.list-wrap .port {
    display: inline-block;
    width: 22%;
    margin: 0 1rem 1rem 0;
    cursor: pointer;
    font-size: 14px;
}

.list-wrap .port:hover {
    color: #2b86e3;
}

#portlist table,
#hslist table {
    width: 100%;
    font-size: 14px;
    line-height: 2em;
}

#portlist table td,
#hslist table td {
    padding: 0.5rem;
    border: 1px solid #ddd;
}

#portlist table a,
#hslist table a {
    color: #5ea2e8;
}

#portlist table .important {
    font-size: 12px;
    padding: 2px 8px;
    color: #fff;
    background: #2b86e3;
    border-radius: 5px;
    line-height: 1em;
}

#portpage,
#hspage {
    margin: 20px auto;
    text-align: center;
}

#portpage .pageitem,
#hspage .pageitem {
    display: inline-block;
    margin: 5px;
    padding: 4px 8px;
    border: 1px solid #ddd;
}

#portpage .pageitem.active,
#hspage .pageitem.active {
    color: #2b86e3;
    border-color: #2b86e3;
}

#portsInCountry .port {
    font-size: 14px;
    width: 23%;
    background: #f5f4f4;
    margin-bottom: 10px;
    white-space: nowrap;
    text-align: center;
    padding: 5px 0;
    display: block;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
}

#portsInCountry .port p {
    min-height: 21px;
}
#newsInCountry .newsitem {
    display: block;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

#newsInCountry .newsitem:after {
    clear: both;
    content: "";
    display: block;
}

#newsInCountry .newsitem:hover {
    background: #f4f4f4;
}

#newsInCountry .newsitem .news_cover {
    width: 242px;
    height: 170px;
    margin-left: 10px;
    overflow: hidden;
    float: left;
}

#newsInCountry .newsitem .news_cover img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

#newsInCountry .newsitem:hover .news_cover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#newsInCountry .newsitem .news_content {
    float: right;
    width: 600px;
    margin-right: 30px;
}

#newsInCountry .newsitem .news_title {
    margin-bottom: 25px;
    height: 48px;
    overflow-y: hidden;
    font-size: 20px;
    line-height: 24px;
    color: #252729;
}

#newsInCountry .newsitem .news_title a {
    font-size: 20px;
    color: #252729;
    line-height: 24px;
}

#newsInCountry .newsitem:hover .news_title a {
    color: #2c81d8;
}

#newsInCountry .newsitem .news_summary {
    font-size: 14px;
    line-height: 20px;
    color: #5d6570;
    height: 40px;
    overflow-y: hidden;
    margin-bottom: 25px;
    word-break: break-all;
}

#newsInCountry .newsitem .news_publishdate {
    padding-left: 23px;
    background: url(../img/news/time-icon.png) no-repeat left center;
    margin-right: 26px;
    color: #737373;
}

#portdesc {
    font-size: 14px;
    line-height: 2em;
}


/*货物跟踪 */

.shipcon {
    box-sizing: border-box;
    width: 997px;
    float: right;
    padding: 24px 31px 48px 31px;
}

.shipcon .title {
    width: 923px;
    border-bottom: 1px solid #2b86e3;
    color: #2b86e3;
    line-height: 35px;
    font-size: 16px;
}

.shipcon .title a {
    display: inline-block;
    padding: 0 20px;
    color: #000000;
    background-color: #ffffff;
    font-size: 16px;
}

.shipcon .title a.cur {
    color: #ffffff;
    background-color: #2b86e3;
}

.shipcon .rail-search {
    margin-bottom: 30px;
}

.shipcon .rail-search-result {
    width: 580px;
    height: 540px;
    border: 1px solid #cccccc;
    position: relative;
}

.shipcon .rail-search-result .no-data {
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.shipcon .result-title {
    position: absolute;
    top: -10px;
    left: 50px;
    background-color: #ffffff;
    width: 100px;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}

.tabs {
    float: left;
    /* border-bottom: 1px solid #dddddd; */
    width: 100%;
    position: relative;
}

.tabs ul li {
    float: left;
    height: 35px;
    line-height: 35px;
    color: #666666;
    background: #f7f7f7;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    margin: 0px;
    padding: 0px 14.5px;
    cursor: pointer;
}

#tab_title .active,
.tabs ul li:hover {
    color: #fa9462;
}

.tabs-body {
    box-sizing: border-box;
    width: 923px;
    height: auto;
    position: relative;
    top: 20px;
    background: #f3f8fd;
    padding: 3px 9px;
    display: none;
}

.tabs-body ul li {
    width: 162px;
    height: 58px;
    float: left;
    border-top: 2px solid #2b86e3;
    margin: 9px;
    cursor: pointer;
    -webkit-box-shadow: #e6e6e6 1px 1px 0 0;
    -moz-box-shadow: #e6e6e6 1px 1px 0 0;
    box-shadow: #e6e6e6 1px 1px 0 0;
}

.tabs-body ul li.cur {
    border: 1px solid #ff771c;
}

.tabs-body ul li label {
    display: inline-block;
    width: 68px;
    height: 58px;
    background-color: #e6e6e6;
    float: left;
    cursor: pointer;
}

.tabs-body ul li span {
    box-sizing: border-box;
    display: inline-block;
    width: 94px;
    height: 58px;
    color: #333333;
    text-align: center;
    line-height: 20px;
    background: #fff;
    font-weight: bold;
    font-family: "Microsoft Yahei";
    font-size: 15px;
    float: left;
    padding-top: 9px;
    overflow: hidden
}

.tabs-body ul li span em {
    font-weight: normal;
}

.crhy {
    background: url(../images/shiptb.png) -3px -9px;
}

.maersk {
    background: url(../images/shiptb.png) -76px -9px;
}

.msc {
    background: url(../images/shiptb.png) -155px -9px;
}

.cma {
    background: url(../images/shiptb.png) -230px -9px;
}

.cosco {
    background: url(../images/shiptb.png) -312px -9px;
}

.hop {
    background: url(../images/shiptb.png) -402px -9px;
}

.hanbao {
    background: url(../images/shiptb.png) -8px -88px;
}

.apl {
    background: url(../images/shiptb.png) -80px -83px;
}

.ocl {
    background: url(../images/shiptb.png) -154px -84px;
}

.zhongyuan {
    background: url(../images/shiptb.png) -230px -84px;
}

.uasc {
    background: url(../images/shiptb.png) -312px -84px;
}

.mol {
    background: url(../images/shiptb.png) -404px -79px;
}

.nyk {
    background: url(../images/shiptb.png) -3px -155px;
}

.hmm {
    background: url(../images/shiptb.png) -79px -154px;
}

.pil {
    background: url(../images/shiptb.png) -155px -153px;
}

.kline {
    background: url(../images/shiptb.png) -234px -153px;
}

.zim {
    background: url(../images/shiptb.png) -316px -148px;
}

.wan {
    background: url(../images/shiptb.png) -399px -152px;
}

.kmtc {
    background: url(../images/shiptb.png) -3px -222px;
}

.sitc {
    background: url(../images/shiptb.png) -79px -222px;
}

.zs {
    background: url(../images/shiptb.png) -157px -216px;
}

.bcl {
    background: url(../images/shiptb.png) -235px -218px;
}

.heung {
    background: url(../images/shiptb.png) -318px -218px;
}

.default {
    background: url(../images/shiptb.png) -404px -218px;
}

.searchcon {
    width: 427px;
    height: 80px;
    margin: 80px auto 0px;
}

.searchcon span {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333333;
}

.searchcon .container {
    margin: 0 10px 0 54px;
}

.searchcon .bill {
    margin: 0 10px 0 40px;
}

.searchinput {
    width: 298px;
    height: 28px;
    border: 1px solid #cccccc;
    margin-top: 20px;
}

.searchsmi {
    width: 80px;
    height: 30px;
    border: none;
    margin: 20px 0 0 40px;
    background: #ff771c;
    color: #fff;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}


/*船司百科*/

.cyccon {
    box-sizing: border-box;
    width: 997px;
    float: right;
    padding: 24px 31px 48px 31px;
}

.cyccon .title {
    width: 923px;
    height: 35px;
    border-bottom: 1px solid #2b86e3;
    color: #2b86e3;
    line-height: 35px;
    font-size: 16px;
}

.cyccon .tabs ul li {
    float: left;
    height: 35px;
    line-height: 35px;
    color: #2b86e3;
    background: #fff;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    margin: 0px;
    padding: 0px 14.5px;
    border-bottom: 1px solid #cccccc;
}

.cyccon .tabs ul li:hover {
    color: #ff771c;
}

.cyccon .shipcommon {
    width: 923px;
    border-bottom: 1px solid #2b86e3;
    color: #2b86e3;
    padding: 15px 0;
}

.cyccon .shipcommon ul li {
    width: 165px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    padding: 5px 5px;
    margin: 5px 3px;
    cursor: pointer;
}

.cyccon .shipcommon ul li a {
    color: #2b86e3;
}

.cyccon .shipcommon ul li:hover,
.cyccon .shipcommon ul li:hover a {
    background: #3594eb;
    color: #fff;
}

.cyccon .shipclassify {
    width: 923px;
    border-bottom: 1px solid #cccccc;
    color: #2b86e3;
    padding: 0px;
}

.cyccon .shipclassify ul {
    width: 859px;
    float: left;
    padding: 10px 0;
}

.cyccon .shipclassify ul li a {
    width: 270px;
    float: left;
    padding: 5px 5px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    cursor: pointer;
    color: #2b86e3
}

.cyccon .shipclassify label {
    box-sizing: border-box;
    width: 64px;
    padding: 15px 25px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

.cyccon .shipclassify ul li a:hover {
    background: #3594eb;
    color: #fff;
}


/*港区查询 */

.harbour {
    box-sizing: border-box;
    width: 997px;
    float: right;
    padding: 24px 31px 48px 31px;
}

.harbour .title {
    width: 923px;
    height: 35px;
    border-bottom: 1px solid #2b86e3;
    color: #2b86e3;
    line-height: 35px;
    font-size: 16px;
}

.harbour .tabs {
    box-sizing: border-box;
    width: 923px;
    background: #f7f7f7;
    padding: 0px 18px 30px 18px;
}

.harbour .tabs p,
.harbour_body .dock p {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #737373;
    padding-left: 10px;
    line-height: 30px;
}

.harbour .tabs ul li {
    float: left;
    width: 112px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #737373;
    background: #fff;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    border: 1px solid #cccccc;
}

.harbour .tabs ul li:hover,
#harbour_title .active {
    color: #ff771c;
    border: 1px solid #ff771c;
}

.harbour .tabs ul li a:hover {
    color: #ff771c;
}

.harbour_body {
    box-sizing: border-box;
    width: 923px;
    position: relative;
    top: 30px;
    display: none;
}

.harbour_body .dock {
    box-sizing: border-box;
    width: 923px;
    background: #f7f7f7;
    padding: 0px 18px 30px 18px;
    border-top: 1px solid #2b86e3;
}

.harbour_body .dock table td {
    text-align: left;
    padding-left: 10px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #737373;
    height: 35px;
    cursor: pointer;
}

.harbour_body .dock table td a:hover {
    color: #ff771c;
}


/*船期查询 */

.sailing {
    box-sizing: border-box;
    width: 997px;
    float: right;
    padding: 24px 71px 48px 31px;
}

.sailing .title {
    width: 923px;
    height: 35px;
    color: #2b86e3;
    line-height: 35px;
    font-size: 16px;
}

.sailing .searchcont {
    box-sizing: border-box;
    width: 923px;
    padding: 30px;
}

.sailing .searchcont span {
    box-sizing: border-box;
    width: 158px;
    display: inline-block;
    background: #fff;
    position: relative;
    height: 28px;
    padding: 3px 30px 3px 5px;
    border: 1px solid #cccccc;
    font-family: Microsoft Yahei;
    font-size: 14px;
    color: #8b8b8b;
    vertical-align: middle;
}

.sailing .searchcont span {
    margin-right: 30px;
}

.sailing .searchcont span.ar01 i {
    background: #fff url(../images/center.png) no-repeat;
    background-position: -38px -2px;
}

.sailing .searchcont span.ar02 i {
    background: #fff url(../images/center.png) no-repeat;
    background-position: -39px -60px;
}

.sailing .searchcont span.ar03 i {
    background: #fff url(../images/center.png) no-repeat;
    background-position: -36px -30px;
}

.sailing .searchcont span.ar04 i {
    background: #fff url(../images/center.png) no-repeat;
    background-position: -277px 8px;
}

.sailing .searchcont span input {
    width: 100%;
    height: 22px;
    border: none;
    color: #666;
    background: #fff;
    font-size: 14px;
    line-height: 22px;
}

.sailing .searchcont span i {
    width: 30px;
    display: inline-block;
    height: 26px;
    position: absolute;
    right: 1px;
    top: 0px;
}

.sailing .searchcont button {
    width: 80px;
    height: 30px;
    background: #ff771c;
    color: #fff;
    border: none;
    cursor: pointer;
}

.sailing table thead {
    border: 1px solid #dddddd;
    background: #f4f4f4;
}

.sailing table thead th {
    line-height: 40px;
    font-weight: bold;
}

.sailing table tbody {
    border: 1px solid #dddddd;
    background: #fafafa;
    border-top: none;
}

.sailing table tbody td {
    line-height: 45px;
    text-align: center;
}

.sailing table tbody td:last-child {
    cursor: pointer;
}


/*HScode查询 */

.hscode {
    box-sizing: border-box;
    width: 997px;
    float: right;
    padding: 24px 71px 48px 31px;
}

.hscode .title,
#hsdetail .title {
    width: 923px;
    height: 35px;
    color: #2b86e3;
    line-height: 35px;
    font-size: 16px;
}

.hscode .searchcont,
.content-wrap .searchcont {
    box-sizing: border-box;
    width: 350px;
    height: 30px;
    margin: 30px auto;
}

.hscode .searchcont input,
.content-wrap .searchcont input,
select {
    width: 250px;
    height: 28px;
    border: 1px solid #ff771c;
    color: #666;
    padding-left: 3px;
}

.hscode .searchcont button,
.content-wrap .searchcont button {
    width: 80px;
    height: 30px;
    background: #ff771c;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-left: -3px;
}

.hscode table thead {
    border: 1px solid #dddddd;
    background: #f4f4f4;
}

.hscode table thead th {
    line-height: 40px;
    font-weight: bold;
}

.hscode table tbody {
    border: 1px solid #dddddd;
    background: #fafafa;
    border-top: none;
}

.hscode table tbody td {
    line-height: 45px;
    text-align: center;
}

#hsdetail {
    font-size: 14px;
    line-height: 2em;
    box-sizing: border-box;
    width: 997px;
    float: right;
    padding: 24px 71px 48px 31px;
}

#hsdetail table,
#portdetail table {
    width: 100%;
    font-size: 14px;
    line-height: 2em;
}

#hsdetail table td,
#portdetail table td {
    padding: 0 0.5rem;
    border: 1px solid #ddd;
}

#portdetail table td {
    padding: 3px 0.5rem;
}

#hsdetail .label,
#portdetail .label {
    width: 120px;
    font-weight: bold;
    background: #cccccc;
}

#hsdetail a,
#portdetail a {
    color: #2b86e3;
}

#portsInCountry a {
    color: #666;
}

#portsInCountry a:hover {
    color: #2b86e3;
}


/* portdetail */

#portdetail table {
    width: 48%;
    float: left;
}


/* listShowTable */

#listShowTable {
    display: none;
}


/* allResult */

#allResult {
    line-height: 2em;
    margin-bottom: 1rem;
}

#allResult a:hover {
    color: #2b86e3;
}

.catalog_first_item {
    color: #333;
}

.catalog_first_item:last-child {
    border-bottom: none;
}

.catalog_first_title {
    padding: 0.3rem 1rem;
    cursor: pointer;
    font-size: 14px;
}

.catalog_second_title {
    padding: 0.2rem 2rem;
    cursor: pointer;
    font-size: 14px;
    background: #eee;
}

.catalog_third_item {
    padding: 0.1rem 3rem;
    cursor: pointer;
}

.catalog_second_list,
.catalog_third_list {
    display: none;
}


/*船公司*/

.shipcompany {
    width: 1000px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    border: 1px solid #cccccc;
    background: #fff;
    padding-bottom: 75px;
}

.shipcompany .shipinfocon h2 {
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    font-size: 14px;
}

.shipcompany .shiptitle ul li {
    float: left;
    width: 250px;
    height: 40px;
    cursor: pointer;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    background: #f5f5f5;
    color: #333333;
    text-align: center;
    line-height: 40px;
}

.shipcompany .shiptitle ul li:hover,
.shipcompany .shiptitle ul li.active,
.shipcompany .shiptitle ul li:hover a {
    background: #2b86e3;
    color: #fff;
}

.shipcompany .shipinfocon {
    width: 960px;
    margin: 0 auto 30px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

.shipcompany .shipinfocon .title {
    width: 948px;
    border-bottom: 2px solid #4fa52a;
    height: 24px;
    padding-left: 12px;
    line-height: 24px;
    background: url(../images/title_ship.png) no-repeat 0px 0px;
    color: #fff;
    font-size: 14px;
}

.shipcompany .shipinfocon .title a {
    color: #fff;
}

.shipcompany .shipinfocon .infobox {
    width: 960px;
    border-bottom: 1px solid #cccccc;
}

.shipcompany .shipinfocon .info_left {
    width: 488px;
    padding-left: 12px;
    float: left;
    margin-top: 15px;
}

.shipcompany .shipinfocon .info_left ul li {
    color: #333333;
    line-height: 30px;
}

.shipcompany .shipinfocon .info_left ul li label {
    width: 118px;
    text-align: left;
    display: inline-block;
}

.shipcompany .shipinfocon .info_left ul li a {
    color: #2b86e3;
}

.shipcompany .shipinfocon .info_right {
    width: 460px;
    float: right;
    text-align: center;
}

.shipcompany .shipinfocon .info_bottom {
    width: 936px;
    padding: 0 12px;
    color: #333333;
}

.shipcompany .shipinfocon .info_bottom label {
    width: 118px;
    text-align: left;
}

.shipcompany .shipinfocon .info_bottom .carrier_desc {
    margin-top: 5px
}

.shipcompany .shipinfocon .info_left_2 {
    width: 588px;
    padding-left: 12px;
    float: left;
    margin-top: 15px;
}

.shipcompany .shipinfocon .info_left_2 ul li {
    color: #333333;
    line-height: 30px;
}

.shipcompany .shipinfocon .info_right_2 {
    width: 360px;
    float: right;
    margin-top: 15px;
}

.shipcompany .shipinfocon .info_right_2 ul li {
    color: #333333;
    line-height: 30px;
}

.shipcompany .shipinfocon .info_left_3 {
    width: 380px;
    padding-left: 12px;
    float: left;
    margin: 30px 0;
}

.shipcompany .shipinfocon .info_left_3 img {
    width: 320px;
    height: 184px;
}

.shipcompany .shipinfocon .info_right_3 {
    width: 558px;
    padding-right: 10px;
    float: right;
    margin: 26px 0;
}

.shipcompany .shipinfocon .info_right_3 h3 {
    font-family: "Microsoft Yahei";
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.shipcompany .shipinfocon .info_right_3 p {
    font-family: "宋体";
    font-size: 15px;
    line-height: 30px;
    text-indent: 2em;
    color: #666666;
    margin-top: 18px;
}

.shipcompany .shipinfocon .info_right_3 .text {
    width: 325px;
    font-family: "宋体";
    font-size: 14px;
    height: 30px;
    float: right;
}

.shipcompany .shipinfocon .info_right_3 .text span {
    display: inline-block;
    line-height: 30px;
    float: left;
}

.shipcompany .shipinfocon .info_right_3 .text i.time1 {
    display: inline-block;
    width: 21px;
    height: 30px;
    margin: 0 10px 0 40px;
    background: url(../images/dytime.png) no-repeat -8px 4px;
    float: left;
}

.shipcompany .shipinfocon .info_right_3 .text i.name {
    display: inline-block;
    width: 21px;
    height: 30px;
    margin: 0 10px 0 40px;
    background: url(../images/dytime.png) no-repeat -40px 4px;
    float: left;
}