﻿.info-table a:visited {
    color: #898989;
}

.info-table a:hover {
    color: #004ea2;
}

.info-table li:hover {
    color: #004ea2;
}


#header {
    border-bottom: 1px solid #e6e5e5;
}

#miniNav {
    background: none;
    border: none;
    padding: 0;
    margin: 0 auto;
    width: 1200px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
}

    #miniNav a {
        color: #1155c2;
        font-weight: 600;
    }

    #miniNav span:first-child {
        padding-left: 6px;
    }

    #miniNav span:last-child {
        float: right;
        /*padding-right: 15px;*/
    }

    #miniNav span i {
        display: inline-block;
        width: 1px;
        height: 12px;
        /*background: #b3b3b3;*/
        margin: 0 10px;
        position: relative;
        top: -1px;
    }

    #miniNav span em {
        font-style: normal;
        color: #bf1515;
        padding-right: 12px;
    }

    #miniNav strong {
        font-weight: bold;
        padding-left: 28px;
    }

    #miniNav span b {
        font-weight: normal;
        padding: 0 10px 0 10px;
    }

.miniNavspanafont {
    font-weight: normal;
}

.oversea-logos {
    height: 73px;
    padding-top: 25px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

    /*.oversea-logos .logo img {
        display: inline-block;
        height: 55px;
    }*/


    .oversea-logos a {
        display: inline-block;
        height: 28px;
        vertical-align: middle;
    }

        .oversea-logos a:first-child {
            margin-right: 27px;
            position: relative;
        }

    /*.oversea-logos a:first-child::after {
                content: '';
                position: absolute;
                width: 1px;
                height: 27px;
                background: #adaeae;
                left: 129px;
                top: 1px;
            }*/

    .oversea-logos .slogan {
        position: absolute;
        left: 391px;
        top: 27px;
    }

    .oversea-logos .contacts {
        position: absolute;
        right: 0;
        top: 35px;
        vertical-align: top;
        line-height: 15px;
        font-size: 15px;
        color: #808080;
    }

        .oversea-logos .contacts img {
            vertical-align: top;
            margin-right: 10px;
        }

#nav {
    width: 100%;
    height: 40px !important;
    background: #1155c2;
    overflow: hidden;
    padding-left: 0 !important;
}

    #nav ul {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }

        #nav ul li a {
            line-height: 40px !important;
            margin: 0 !important;
            font-weight: normal !important;
            padding: 0 49px !important;
            font-size: 16px;
        }

            #nav ul li a.currect, #nav ul li a:hover {
                color: #fff;
                background: #d3434d;
            }

#nav1 {
    width: 100%;
    height: 40px !important;
    overflow: hidden;
    padding-left: 0 !important;
}

    #nav1 ul {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    #nav1 ul li {
        float: left;
    }


        #nav1 ul li a {
            display: inline-block;
            line-height: 40px !important;
            margin: 0 !important;
            font-weight: normal !important;
            padding: 0 49px !important;
            font-size: 16px;
        }

            #nav1 ul li a.current, #nav1 ul li a:hover {
                color: #d3434d;
                background: #eeeeee;
            }


#content {
    padding: 0 !important;
    overflow: hidden;
    margin-bottom: 44px;
}

.info-table {
    border: none !important;
}

#search {
    padding: 14px 0 !important;
    margin: 0 auto !important;
    text-align: center;
    border: none !important;
    border-bottom: 1px dotted #bdb2aa !important;
}

input.gosearch {
    width: 66px;
    padding-left: 24px;
    height: 24px;
    margin-left: 10px;
    display: inline-block;
    background: #d3434d url(/images/toolbar.png) 0 -128px no-repeat;
    color: #fff;
    z-index: 999999;
    line-height: 26px\9;
    border: 0 none;
    cursor: pointer;
}

input.goreset {
    width: 66px;
    padding-left: 24px;
    height: 24px;
    background: #c6c9d0 url(/images/toolbar.png) 0 -152px no-repeat;
    color: #fff;
    z-index: 999999;
    line-height: 26px\9;
    border: 0 none;
    cursor: pointer;
}

.form-inline input.search-box {
    width: 146px;
    min-height: 22px;
    padding: 0;
    border: 1px solid rgb(169, 169, 169);
    outline: none;
    text-indent: 4px;
}

#left-port {
    width: 600px !important;
}

#right-port {
    width: 360px !important;
}

.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    min-height: 24px;
    margin-top: -2px;
}

.serverTableNew tr td, .pixTable td {
    text-indent: 4px;
}

    .serverTableNew tr td:hover {
        background: #0e94e0;
        color: #fff;
        cursor: pointer;
    }

        .serverTableNew tr td:hover a {
            color: #fff;
        }

#left-port .info-title:first-child {
    margin-top: 14px !important;
}

.info-title {
    margin-top: 22px !important;
    border: none;
    background: none !important;
    height: 38px !important;
    border-bottom: 2px solid #004ea2;
}

    .info-title h3 {
        width: 60% !important;
        line-height: 18px !important;
        padding: 10px 0 10px 0 !important;
        font-size: 18px !important;
        font-weight: bold;
        margin-left: 0 !important;
        color: #1155c2;
    }

    .info-title .more {
        font-size: 14px;
        color: #666;
        line-height: 14px;
        padding-top: 14px;
        text-align: right;
    }

.info-title-new {
    height: 38px;
    margin-top: 22px;
    background: none;
    border: none;
    border-bottom: 2px solid #000;
}

#right-port .info-title-new.new-one {
    margin-top: 14px;
}

.info-title-new h3 {
    height: 38px;
    line-height: 38px;
    float: left;
    vertical-align: middle;
}

    .info-title-new h3 img {
        vertical-align: middle;
        line-height: 38px;
        position: relative;
        top: 10px;
    }

.info-title-new.new-two {
    border-bottom: 2px solid #004a78;
}

    .info-title-new.new-two h3 img {
        top: 3px;
    }

.info-title-new .more {
    font-size: 14px;
    color: #666;
    line-height: 14px;
    padding-top: 14px;
    text-align: right;
}

.serverTableNew {
}

    .serverTableNew tr td {
        width: 87px !important;
        height: 32px !important;
        overflow: hidden;
        border-right: 3px solid #fff;
        border-top: 3px solid #fff;
        background: #ececec;
        text-align: center;
    }

        .serverTableNew tr td:last-child {
            border-right: none;
        }

        .serverTableNew tr td.active {
            background: #0e94e0;
            color: #fff;
        }

            .serverTableNew tr td.active a {
                color: #fff;
            }

        .serverTableNew tr td i {
            font-size: 28px !important;
        }

#container {
    width: 100% !important;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.oversea-projectlist ul li {
    font-size: 14px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

    .oversea-projectlist ul li::before {
        position: relative;
        display: inline-block;
        content: '';
        width: 4px;
        height: 4px;
        background: #9a9a9a;
        top: -3px;
    }

#right-port.oversea-next-right {
    width: 300px !important;
}

.oversea-next-right .info-title h3 {
    font-weight: normal;
    color: #404040;
}

.oversea-next-right .info-title:first-child {
    margin-top: 14px !important;
}

.oversea-next-right .info-title {
    border-bottom-color: #004a78;
}

.oversea-next-right .serverTableNew tr td {
    width: 72px !important;
    font-size: 13px;
}

#left-port.oversea-next-left {
    width: 1000px !important;
}

.oversea-next-left .info-title h3 {
    width: 20% !important;
}

.oversea-next-left table tr {
    line-height: 38px !important;
    border-bottom: 1px solid #e2e0dd;
}

.oversea-next-left .info-title > span {
    float: right;
    margin-top: 10px;
}

#content-paging {
    text-align: right;
    color: #333;
}

    #content-paging .total {
        font-weight: normal;
    }

    #content-paging a {
        color: #333;
    }

        #content-paging a:hover {
            background: #0e94e0;
            color: #fff;
            border-color: #0e94e0;
        }

.oversea-detail-left {
    width: 804px !important;
    margin: 0 auto;
}

.detail-nav {
    margin-top: 5px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #d9d9d9;
}

    .detail-nav a:hover, .detail-nav span {
        color: #004ea2;
    }

.oversea-detail-left .title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #252525;
    font-family: "微软雅黑";
    line-height: 30px;
    padding: 33px 0 30px 0;
    margin: 0;
    border: none;
}

.oversea-detail-left .addDate {
    vertical-align: middle;
    text-align: left;
    color: #888888;
    height: 16px;
    line-height: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    position: relative;
}

.oversea-detail-left .content_detail {
    font-size: 16px;
    color: #333;
    padding: 20px 0 0 0 !important;
    margin-top: 0 !important;
    font-family: "微软雅黑";
    line-height: 2;
}

.oversea-detail-left p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 28px;
    text-align: Justify;
    text-justify: inter-ideograph;
}

.oversea-detail-left .relative-news h3 {
    font-size: 18px;
    color: #d3434d;
    font-weight: bold;
    padding: 22px 0 20px;
    border-top: 1px solid #e5e5e5;
    margin-top: 48px;
}

.oversea-detail-left .relative-news li {
    font-size: 14px;
    line-height: 32px;
    color: #666;
}

    .oversea-detail-left .relative-news li a {
        color: #666;
    }

    .oversea-detail-left .relative-news li span {
        float: right;
    }

td {
    word-break: break-all;
}



#left-port-first {
    width: 600px !important;
    margin-top: 20px !important;
    float: left;
}

#right-port-first {
    width: 400px !important;
    height: 210px;
    margin-top: 20px !important;
    background-color: #E4f0ff;
    float: right;
}

    #right-port-first div {
        padding-top: 6px;
    }


.divall {
    width: 86%;
    margin: 0 auto;
    /*margin-top: 20px;*/
}

.divtitle {
    font-size: 18px;
    color: #1155c2;
}

.divindustry {
    /*margin-top: 10px;*/
    color: #888;
    font-size: 12px;
    margin-left: 2px;
}


.divinfo {
    /*margin-top: 10px;*/
}

.span-left {
    padding-left: 15px;
    color: #7f7f7f;
}

.span-red {
    color: red;
    border: solid 1px #ed1c24;
    padding: 1px 6px;
    text-align: center;
}



.divmore {
    width: 100%;
    border-top: solid 1px #c4defe;
    padding-left: 7%;
    font-size: 15px;
    height: 26px;
    line-height: 30px;
    margin-top: 10px;
}


.infotitle {
    margin-top: 22px !important;
    border: none;
    background: none !important;
    height: 34px !important;
    border-bottom: 2px solid #1155c2;
}

    .infotitle img {
        /*vertical-align: middle;*/
    }

.imgtop {
    line-height: 14px;
    padding-top: 8px;
}

.infotitle .imgright {
    float: right;
}

.infotitle span {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    margin-left: 10px;
    position: absolute;
}

.newsimg {
    margin-top: 4px;
}

.bhiimg {
    margin-top: 6px;
}

.li-divleft {
    float: left;
}

.li-divright {
    float: right;
}



.oversea-default ul li {
    font-size: 14px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}



.spaninfo {
    position: relative;
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #9a9a9a;
    top: -3px;
}

.oversea-default ul li div a {
    margin-left: 10px;
}

.info-table-height {
    height: 410px;
}

.divmore:hover {
    color: #004ea2;
}

.imglogo {
}
