.information h4 span {
    float: right;
    font-size: 12px;
    color: #333;
    font-weight: normal;
    cursor: pointer;
}

.information h4 span:hover {
    color: #4390e5;
}

/*资讯top*/

.information, .our_ship, .ship_list, .hot_port, .partner, .loading {
    overflow: hidden;
    padding: 10px 20px 20px;
    margin-top: 20px;
    min-width: 1000px;
    max-width: 1200px;

}

.information h4, .our_ship h4, .ship_list h4, .hot_port h4, .partner h4 {
    height: 30px;
    margin-bottom: 20px;
    line-height: 30px;
    color: #2b86e3;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 2px solid #2b86e3;
    vertical-align: bottom;
    font-weight: bold;
}

.information_content {
    width: 1160px;
    height: 306px;
}

.information_content_left {
    width: 764px;
    height: 300px;
    float: left;
}

.information_content_right {
    width: 370px;
    height: 300px;
    float: right;
}

.information .carousel {
    width: 354px;
    height: 254px;
    float: left;
}

.information .news {
    width: 390px;
    height: 254px;
    float: right;
}

.information .news .newsbox {
    width: 390px;
    height: 65px;
}

.information .news .newsbox:hover {
    background-color: #e4f1fe;
}

.information .news .newsbox .newstil {
    width: 295px;
    height: 50px;
    margin-top: 8px;
    float: left;
}

.information .news .newsbox img {
    width: 80px;
    height: 46px;
    margin-top: 10px;
    float: right;
}

.information .news .newsbox p {
    width: 292px;
    height: 38px;
    float: left;
    font-size: 13px;

    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.information .news .newsbox span {
    margin-top: -5px;
    color: #999;
    font-size: 12px;
    margin-right: 20px;
}

.information_content_right p {
    font-size: 12px;

    color: #333;
}

.information_content_right .qst {
    width: 368px;
    height: 245px;
}

.focus img {
    width: 354px;
    height: 254px;
}

/*货物追踪*/
.our_ship_content {
    width: 1160px;
    height: 149px;
}

.our_ship_content .imgbox {
    width: 360px;
    height: 129px;
    margin-right: 20px;
    float: left;
    transition: all 0.3s ease-in;
}

.our_ship_content .imgbox img {
    width: 360px;
    height: 129px;
    transition: all 0.3s ease-in;
}

.our_ship_content .imgbox img:hover {
    -webkit-box-shadow: #bbbbbb 3px 3px 7px;
    -moz-box-shadow: #bbbbbb 3px 3px 7px;
    box-shadow: #bbbbbb 3px 3px 7px;
    background-color: #e4f1fe;
    transform: scale(1.02);
    transition: all 0.3s ease-in;
}

/*合作伙伴*/
.partner_content {
    width: 1160px;
    height: 76px;
}

.partner_content img {
    float: left;
    /*padding-left: 10px;*/
    width:20%;
    height:98%;
}

.partner_content img:hover{
    -webkit-box-shadow: #bbbbbb 3px 3px 7px;
    -moz-box-shadow: #bbbbbb 3px 3px 7px;
    box-shadow: #bbbbbb 3px 3px 7px;
    transform: scale(1.02);
    transition: all 0.3s ease-in;
}




/*特惠双清*/












