﻿@charset "utf-8";

.search {
    width: 1200px;
    margin: 0 auto;
}

    .search .searchbox {
        width: 1198px;
        /*border: 1px solid #cbc3bc;*/
        border-top: 0;
        min-height: 48px;      
        color: #000000;
        font-family:'Microsoft YaHei';
        position: relative;
    }

.searchbox .searchLeft {
    float: left;
    width: 150px;
}

    .searchbox .searchLeft span {
        width: 84px;
        display: inline-block;
        text-align: right;
        margin-right: 12px;
    }

    .searchbox .searchLeft label {
        font-weight: bold;
        cursor: pointer;
    }

.searchbox .searchRight {
    float: right;
    width: 1048px;
}

    .searchbox .searchRight label {
        margin-right: 10px;
        cursor: pointer;
    }

.searchbox input {
    vertical-align: middle;
    margin-left: 0;
    margin-top: -3px\9;
    margin-right: 3px;
    margin-right: 2px\9;
    cursor: pointer;
}

    .searchbox input.ui-datepicker-time {
        border: 1px solid #cbcbcb;
    }

    .searchbox input[type='radio'] {
        margin-top: -3px;
    }

.searchbox .searchTop {
    width: 1179px;
    /*height: 24px;*/
    line-height: 24px;
    padding: 20px 0 10px 0px;
    font-size: 14px;
    font-family:"微软雅黑";
}

    .searchbox .searchTop input.keywords {
        width: 246px;
        height: 22px;
        border: 1px solid #0b7afb;
        overflow: hidden;
        color: #b6b9c6;
        margin: 0 0 0 0;
        padding-left: 3px;
        cursor: text;
        line-height: 22px;
    }

input.gosearch {
    width: 66px;
    padding-left: 24px;
    height: 24px;
    display: inline-block;
    background: #d3434d url(/images/toolbar.png) 0 -128px no-repeat;
    color: #fff;
    position: absolute;
    right: 72px;
    bottom: 4px;
    z-index: 999999;
    line-height: 26px\9;
    border: 0 none;
}

input.goreset {
    width: 66px;
    padding-left: 24px;
    margin-left: 9px;
    height: 24px;
    background: #c6c9d0 url(/images/toolbar.png) 0 -152px no-repeat;
    color: #fff;
    position: absolute;
    right: 2px;
    bottom: 4px;
    z-index: 999999;
    line-height: 26px\9;
    border: 0 none;
}

.searchbox .searchTop label {
    margin-right: 8px;
    cursor: pointer;
}

    .searchbox .searchTop label.check-vip {
        margin-left: 48px;
    }

.searchbox .searchMid {
    padding: 2px 0;
    height: 84px;
    border-top: 1px dotted #7b6454;
}

.searchbox .searchIndustry {
    padding: 2px 0;
    height: auto;
    overflow: hidden;
}

.TimeDisabled {
    opacity: 0.5;
}

.searchMid .search_mid_left {
    height: 84px;
    line-height: 84px;
}

.searchbox .searchIndustry .search_mid_left {
    height: 28px;
    line-height: 28px;
}

.searchMid .search_mid_right {
    height: 84px;
    overflow: hidden;
}

.searchIndustry .search_mid_right {
    height: auto;
}

.searchMid .search_mid_right ul {
    float: left;
}

.search_mid_right ul:first-child {
    margin-right: 0px;
}

.search_mid_right ul li {
    line-height: 28px;
}

.searchbox .search_mid_right ul li label {
    margin-right: 6px;
    /*margin-left: 1px;*/
    height: 28px;
    line-height: 28px;
    display: inline-block;
    cursor: pointer;
}

.search_mid_right ul li label.ctn {
    margin-right: 0;
}

.search_mid_right ul li label.gat {
    margin-left: 42px;
}

.search_mid_right ul li label span {
    height: 28px;
    display: inline-block;
}

.searchbox .searchBottom {
    line-height: 28px;
    overflow: hidden;
    padding: 2px 0;
    border-top: 1px dotted #7b6454;
}

.searchbox .searchBottomAbroad {
    line-height: 28px;
    overflow: hidden;
    padding: 2px 0;
    border-top: 1px dotted #7b6454;
}

.erji_con {
    color: #333;
}

.sanji_con {
    color: #727272;
}

.search .searchbtn {
    width: 150px;
    padding-right: 24px;
    height: 20px;
    line-height: 20px;
    display: block;
    margin: 0 auto;
    position: relative;
    background: #88aae0 url(/images/updown.png) 120px 0 no-repeat;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

    .search .searchbtn:before {
        content: '';
        width: 510px;
        height: 5px;
        background: #88aae0;
        display: block;
        position: absolute;
        left: -510px;
    }

    .search .searchbtn:after {
        content: '';
        width: 510px;
        height: 5px;
        background: #88aae0;
        display: block;
        position: absolute;
        top: 0;
        left: 174px;
    }

.searchbox .mysearchCondition {
    position: absolute;
    width: 150px;
    line-height: 38px;
    left: 0;
    top: 0;
    text-indent: 3em;
}

.searchbox .searchResult {
    border-top: 1px dotted #7b6454;
    color: #666;
    display: none;
    padding: 2px 0 2px 0;
    position: relative;
    width: 898px;
    padding-left: 150px;
    padding-right: 150px;
    line-height: 30px;
}

    .searchbox .searchResult i {
        /*height: 22px;*/
        line-height: 24px;
        padding: 0 22px 0 7px;
        margin-right: 12px;
        border: 1px solid #ddd;
        font-style: normal;
        color: #e4393c;
        position: relative;
        display: none;
        margin: 3px 12px 3px 0;
    }

        .searchbox .searchResult i.active {
            display: block;
        }

        .searchbox .searchResult i b {
            color: #666;
            font-weight: normal;
        }

        .searchbox .searchResult i a {
            position: absolute;
            right: 0;
            top: 0;
            width: 22px;
            height: 22px;
            background: #fff url(/images/del.png) center -22px no-repeat;
            display: block;
            text-indent: -999999em;
        }

        .searchbox .searchResult i span em {
            width: 10px;
            display: inline-block;
        }

        .searchbox .searchResult i:hover {
            border-color: #e4393c;
            cursor: pointer;
        }

            .searchbox .searchResult i:hover a {
                background: #e4393c url(/images/del.png) center 0 no-repeat;
            }

            .searchbox .searchResult i:hover b {
                color: #e4393c;
            }

    .searchbox .searchResult a.saveResult, .searchbox .searchResult a.saveResult_query {
        /*background: #00a3ac;*/
        color: #1155c2;
        height: 22px;
        line-height: 24px;
        border: 1px solid #1155c2;
        padding: 0 10px;
        margin-left: 17px;
        display: inline-block;
        margin-left: 0;
    }

        .searchbox .searchResult a.saveResult:hover, .searchbox .searchResult a.saveResult_query:hover {
            color: #fff !important;
            background: #1155c2;
        }

.crumb {
    width: 100%;
    height: 26px;
    line-height: 26px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 6px;
    color: #72768c;
    text-indent: 4px;
}

.toolbar {
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 11px 0 5px 0;
    /*border-bottom: 1px solid #92a5aa;*/
    margin-bottom: 18px;
}

.toolbarnone {
    border-bottom: 0;
}

.toolbar .toolbar_left {
    float: left;
    width: 55%;
    height: 24px;
}

.toolbar .list_toolbar_left {
    display: none;
}

.toolbar_left input {
    line-height: 22px;
    vertical-align: middle;
    margin: 0 8px 0 10px;
}

.toolbar_left a {
    /*width: 35px;*/
    padding-left: 25px;
    padding-right: 10px;
    /*padding-top: 2px;*/
    height: 22px;
    line-height: 22px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-right: 12px;
    background: #e59ca5 url(/images/toolbar.png) 0 0 no-repeat;
}

    .toolbar_left a:hover {
        background: #e94a5b url(/images/toolbar.png) 0 0 no-repeat;
    }

    .toolbar_left a.mid_favourite {
        background: #e59ca5 url(/images/toolbar.png) 0 -24px no-repeat;
    }

    .toolbar_left a.look {
        background: #e58e94 url(/MemberCenter/MailPush/SerchTitleStyle/form/yanjing.png) 6px no-repeat;
    }

        .toolbar_left a.look:hover {
            color:#ffffff;
            background: #d3434d url(/MemberCenter/MailPush/SerchTitleStyle/form/yanjing.png) 6px no-repeat;
        }

    .toolbar_left a.joinmyprojects {
        /*width: 75px !important;*/
        background: #5888d4 url(/MemberCenter/MailPush/SerchTitleStyle/form/xing1.png) 6px no-repeat;
    }

        .toolbar_left a.joinmyprojects:hover {
            color:#ffffff;
            background: #1155c2 url(/MemberCenter/MailPush/SerchTitleStyle/form/xing1.png) 6px no-repeat;
        }

.toolbar .toolbar_right {
    float: right;
    width: 45%;
    height: 24px;
    text-align: right;
}

.toolbar_right span {
    display: inline-block;
    line-height: 24px;
    float: right;
    margin: 0 6px 0 0;
}

.toolbar_right a {
    width: 20px;
    height: 20px;
    margin: 1px 2px;
    border: 1px solid #dadada;
    display: inline-block;
    float: right;
}

    .toolbar_right a.prev {
        background: #efefef url(/images/toolbar.png) 0 -48px no-repeat;
    }

        .toolbar_right a.prev-act, .toolbar_right a.prev:hover {
            background: #fff url(/images/toolbar.png) 0 -68px no-repeat;
        }

    .toolbar_right a.next {
        background: #efefef url(/images/toolbar.png) 0 -88px no-repeat;
    }

        .toolbar_right a.next-act, .toolbar_right a.next:hover {
            background: #fff url(/images/toolbar.png) 0 -108px no-repeat;
        }



    .toolbar_right a.list_page_start {
        background: #efefef url(/images/shouPage.png) 3px 3px no-repeat;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg); /* Internet Explorer */
        -moz-transform: rotate(180deg); /* Firefox */
        -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
    }

        .toolbar_right a.list_page_start:hover {
            background: #fff url(/images/shouPage.png) 3px 3px no-repeat;
            transform: rotate(180deg);
            -ms-transform: rotate(180deg); /* Internet Explorer */
            -moz-transform: rotate(180deg); /* Firefox */
            -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
        }

    .toolbar_right a.list_page_end {
        background: #efefef url(/images/shouPage.png) 3px 3px no-repeat;
    }

        .toolbar_right a.list_page_end:hover {
            background: #fff url(/images/shouPage.png) 3px 3px no-repeat;
        }

.toolbar_right input.num {
    width: 85px;
    padding-left: 5px;
    height: 20px;
    text-align: left;
    background: #fff;
    color: #333;
    border: 1px solid #dadada;
    margin: 1px 4px 1px 10px;
    float: right;
}

.toolbar_right input.go {
    width: 54px;
    height: 22px;
    background: #8e9196;
    color: #fff;
    border: 0 none;
    margin: 1px 0 0 6px;
    float: right;
    cursor: pointer;
}

.toolbar_right input.go:hover {   
    color: #fff;
    background:#686c73;
}

.nzj_listnews table tr td, .nzj_listnews table tr th {
    line-height: 27px;
    padding: 6px 0;
    /*border-bottom: 1px solid #e2e0dd;*/
    text-align: center;
    font-size: 14px !important;
}

    .nzj_listnews table tr th .projectreleasedate {
        /*line-height: 32px;*/
        /*padding: 3px 0;*/
        /*border-bottom: 1px solid #e2e0dd;*/
        text-align: center;
        font-size: 14px !important;
        display: inline-block;
        width: 60px;
        background: #1155c2;
        color: #fff;
        font-family: "Helvetica","Arial","Verdana","sans-serif",'Microsoft Yahei';
        font-weight: bold;
        outline: none;
        border: 0;
        vertical-align: text-top;
    }

.changdatetype {
    line-height: 20px;
    padding: 3px 0;
    border-bottom: 1px solid #e2e0dd;
    text-align: center;
    font-size: 14px !important;
    display: inline-block;
    width: 120px;
    background: #fff;
    font-family: "Helvetica","Arial","Verdana","sans-serif",'Microsoft Yahei';
    font-weight: 200;
    outline: none;
    border: 0;
    vertical-align: middle;
    float: right;
    cursor: pointer;
    color: #1155c2;
}

    .changdatetype:hover {
        font-weight: 600;
    }


    /*.toolbar_right span:nth-last-child(2)  {
    color: #1155c2;
}

.toolbar_right span:last-child  {
    color: #1155c2;
}*/

.changdatetype_update {
    line-height: 20px;
    padding: 3px 0;
    border-bottom: 1px solid #e2e0dd;
    text-align: center;
    font-size: 14px !important;
    display: inline-block;
    width: 120px;
    background: #fff;
    font-family: "Helvetica","Arial","Verdana","sans-serif",'Microsoft Yahei';
    font-weight: 200;
    outline: none;
    border: 0;
    vertical-align: middle;
    float: right;
    cursor: pointer;
    color: #d3434d;
}

    .changdatetype_update:hover {
        font-weight: 600;
    }


.nzj_listnews table tr .itemowner {
    text-align: left;
}

.nzj_listnews table tr .itemowner {
    padding-right: 10px;
}

.nzj_listnews table tr th {
    background: #1155c2;
    color: #fff;
    border-left: 2px solid #fff;
    border-bottom: 0;
}

    .nzj_listnews table tr th:first-child {
        border-left: none;
    }

.nzj_listnews table tr td.itemname {
    text-align: left;
    padding-left: 15px;
}

.nzj_listnews table tr td.itemdate {
    text-align: left;
    padding-left: 5px;
}

.nzj_listnews table tr td.itemarea {
    text-align: left;
    padding-left: 10px;
}

    .nzj_listnews table tr td.itemarea input {
        vertical-align: middle;
        margin-top: -1px;
        margin-right: 8px;
    }



.bx_listnews table tr td, .bx_listnews table tr th {
    line-height: 32px;
    padding: 3px 0;
    border-bottom: 1px solid #e2e0dd;
    text-align: center;
    font-size: 14px !important;
}



.bx_listnews table tr td, .bx_listnews table tr .itemowner {
    text-align: left;
}

.bx_listnews table tr .itemowner {
    padding-right: 10px;
}

.bx_listnews table tr th {
    background: #00a3ac;
    color: #fff;
    border-left: 2px solid #fff;
    border-bottom: 0;
}

    .bx_listnews table tr th:first-child {
        border-left: none;
    }

.bx_listnews table tr td.itemname {
    text-align: left;
    padding-left: 15px;
}

.bx_listnews table tr td.itemarea {
    text-align: left;
    padding-left: 10px;
}

    .bx_listnews table tr td.itemarea input {
        vertical-align: middle;
        margin-top: -1px;
        margin-right: 8px;
    }

.kx_listnews table tr td, .kx_listnews table tr th {
    line-height: 32px;
    padding: 3px 0;
    border-bottom: 1px solid #e2e0dd;
    text-align: center;
    font-size: 14px !important;
}

.kx_listnews table tr td, .kx_listnews table tr .itemowner {
    text-align: left;
}

.kx_listnews table tr .itemowner {
    padding-right: 10px;
}

.kx_listnews table tr th {
    background: #00a3ac;
    color: #fff;
    border-left: 2px solid #fff;
    border-bottom: 0;
}

    .kx_listnews table tr th:first-child {
        border-left: none;
    }

.kx_listnews table tr td.itemname {
    text-align: left;
    padding-left: 15px;
}

.kx_listnews table tr td.itemarea {
    text-align: left;
    padding-left: 10px;
}

    .kx_listnews table tr td.itemarea input {
        vertical-align: middle;
        margin-top: -1px;
        margin-right: 8px;
    }







.evenRow {
    background-color: #f6f6f6;
}

.oddRow {
    background-color: #fff;
}

.activeRow {
    background-color: #faf3c0;
}

.clickRow {
    background-color: #E4f0ff;
}

.ccRow {
    background-color: #faf3c0;
}

.vip table tr th {
    background: #bc985f;
    font-family: 'Microsoft Yahei';
    font-weight: normal;
}

.vip table tr td.itemowner {
    text-align: left;
}

.toolbar_left a.forward {
    background: #8e9196 url(/images/toolbar.png) 0 -176px no-repeat;
}

.toolbar_left a.export {
    padding-left: 20px;
    background: #8e9196 url(/images/toolbar.png) -2px -201px no-repeat;
}

    .toolbar_left a.export:hover {
        color:#ffffff;
        padding-left: 20px;
        background: #686c73 url(/images/toolbar.png) -2px -201px no-repeat;
    }

.toolbar_left a.exportList {
    padding-left: 20px;
    background: #8e9196 url(/images/toolbar.png) -2px -201px no-repeat;
}

    .toolbar_left a.exportList:hover {
        color:#ffffff;
        padding-left: 20px;
        background: #686c73 url(/images/toolbar.png) -2px -201px no-repeat;
    }

.toolbar_left a.print {
    background: #8e9196 url(/images/toolbar.png) 0 -224px no-repeat;
}

.searchbox .searchTop label.check-vip {
    margin-left: 52px;
}

.searchbox .searchIndustry {
    width: 100%;
    height: auto;
    line-height: 28px;
    padding: 2px 0;
    overflow: hidden;
}

    .searchbox .searchIndustry .search_mid_left {
        height: 28px;
        line-height: 28px;
    }

    .searchbox .searchIndustry .search_mid_right {
        height: auto;
    }

        .searchbox .searchIndustry .search_mid_right ul:first-child {
            margin-right: 0;
        }

.searchbox .searchHotarea {
    border-top: 0;
}

    .searchbox .searchHotarea label input {
        vertical-align: middle;
        margin-top: 0;
        margin-left: 0;
        margin-right: 3px;
    }

.quickNews table tr th {
    background: #00a3ac;
}

.quickNews .itemlist {
    position: relative;
    width: 100%;
    min-height: 158px;
    overflow: hidden;
}

    .quickNews .itemlist .boxTop {
        width: 100%;
        height: 154px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .quickNews .itemlist table {
        width: 100%;
        height: 154px;
        overflow: hidden;
    }

    .quickNews .itemlist #line {
        position: absolute;
        left: 0;
        top: 154px;
        width: 100%;
        height: 4px;
        overflow: hidden;
        background: #d6d6d6;
        cursor: s-resize;
    }

.itemShow {
    width: 900px;
    padding: 0 49px 42px;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    background: #f7f7f7;
}

    .itemShow:first-child {
        border-top: 0;
    }

    .itemShow h1 {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        padding: 44px 0 24px 0;
        font-weight: bold;
    }

    .itemShow h2 {
        font-size: 14px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        padding-bottom: 19px;
        color: #8c8c8c;
    }

    .itemShow h3 {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #00a3ac;
        font-size: 18px;
        font-weight: bold;
        color: #00a3ac;
    }

    .itemShow ul {
        margin: 18px 0 38px 0;
    }

        .itemShow ul li {
            float: left;
            width: 390px;
            height: 38px;
            line-height: 38px;
            border-bottom: 1px solid #e1e1e1;
            margin-left: 40px;
        }

            .itemShow ul li span {
                color: #888;
                padding-right: 12px;
            }

                .itemShow ul li span em {
                    display: inline-block;
                    width: 2em;
                }

.mt36 {
    margin-top: 36px;
}

.itemShow .itemcon {
    padding: 23px 40px 0;
    line-height: 30px;
}

    .itemShow .itemcon p {
        line-height: 36px;
        text-indent: 2em;
    }

.toolbardetail {
    width: 1000px;
    margin: 12px auto 0;
}

.toolbar_left a.traceitem {
    width: 60px;
    padding-left: 28px;
    background: #8e9196 url("/images/toolbar.png") no-repeat scroll 0 -248px;
}

.vip .itemlist {
    width: 100%;
    height: 154px;
    overflow: auto;
}

.vipShow {
    width: 100%;
}

    .vipShow h1 {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        padding: 24px 0 12px;
        font-weight: bold;
    }

        .vipShow h1 span {
            color: #b99151;
            font-weight: normal;
        }

        .vipShow h1 em {
            font-style: normal;
            font-size: 16px;
            vertical-align: baseline;
            color: #7b7b7b;
            font-weight: normal;
        }

    .vipShow h2 {
        font-size: 14px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #d7d7d7;
        color: #8c8c8c;
    }

    .vipShow ul {
        width: 804px;
        margin: 0 auto;
        border-top: 1px solid #d7d7d7;
        padding: 20px 0 12px;
    }

        .vipShow ul li {
            line-height: 20px;
            padding: 5px 0;
        }

            .vipShow ul li span {
                height: 20px;
                width: 60px;
                display: inline-block;
                background: #b99151;
                text-align: center;
                color: #fff;
                margin-right: 16px;
            }

            .vipShow ul li em {
                float: right;
                font-style: normal;
            }

    .vipShow h3 {
        width: 804px;
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #888;
        font-size: 18px;
        color: #b99151;
        position: relative;
    }

        .vipShow h3 span {
            width: 110px;
            height: 2px;
            background: #b99151;
            position: absolute;
            bottom: -1px;
            left: 0;
        }

    .vipShow table {
        width: 804px;
        margin: 0 auto;
        border-collapse: collapse;
        border-spacing: 0;
    }

        .vipShow table tr td {
            border: 1px solid #dedbd9;
            padding-left: 20px;
            text-align: left;
            font-size: 14px;
            line-height: 30px;
            word-wrap: break-word;
            word-break: break-all;
        }

            .vipShow table tr td p {
                text-indent: 0;
            }

            .vipShow table tr td span {
                color: #666;
            }

                .vipShow table tr td span b {
                    color: #333;
                }

                    .vipShow table tr td span b strong {
                        display: inline-block;
                        width: .5em;
                        font-size: 14px;
                    }

                    .vipShow table tr td span b em, .vipShow table.vipcon tr td span b em {
                        display: inline-block !important;
                        width: 2em;
                        padding: 0 !important;
                        margin: 0 !important;
                        height: auto !important;
                        font-size: 14px;
                        background: #fff;
                    }

            .vipShow table tr td.colspan {
                padding-right: 12px;
            }

                .vipShow table tr td.colspan .Company {
                    color: blue;
                    cursor: pointer;
                }

                .vipShow table tr td.colspan a {
                    color: blue;
                    cursor: pointer;
                }

        .vipShow table tr:first-child td {
            border-top: 0;
        }

    .vipShow h3.mt40 {
        margin-top: 40px;
    }

        .vipShow h3.mt40 span {
            width: 182px;
        }

    .vipShow table.vipcon {
        margin-top: -1px;
    }

        .vipShow table.vipcon tr td {
            border: 1px solid #dedbd9;
            padding-left: 12px;
        }

            .vipShow table.vipcon tr td:first-child {
                border: 1px solid #dedbd9;
            }

            .vipShow table.vipcon tr td span {
                color: #725e53;
            }

            .vipShow table.vipcon tr td em {
                display: inline-block;
                height: 24px;
                line-height: 24px;
                padding: 0 8px;
                background: #d3434d;
                color: #fff;
                font-style: normal;
                font-size: 12px;
                margin-left: 42px;
            }

            .vipShow table.vipcon tr td .ropen {
                cursor: pointer;
                margin-right: 9px;
                margin-top: 3px;
                float: right;
            }

            .vipShow table.vipcon tr td .detail_fullname {
                color: #0c5795;
            }

.vip-more {
    width: 804px;
    height: 2px;
    background: #d5e5e6;
    border-top: 0;
    margin: 0 auto 42px;
    position: relative;
}

    .vip-more a {
        position: absolute;
        width: 102px;
        padding-left: 14px;
        height: 18px;
        color: #806f66;
        left: 344px;
        top: 2px;
        font-size: 12px;
        background: #d5e5e6 url(/images/vip-con-more.png) 93px 6px no-repeat;
    }

.toobar-vip-detail .toolbar_left {
    width: 100%;
}

.toobar-vip-detail .toolbar_right {
    width: 30%;
}

.toobar-vip-detail .toolbar_left a.huishouzhan {
    color: #fff;
    background: #8e9196;
}

    .toobar-vip-detail .toolbar_left a.huishouzhan:hover {
        background: #d3434d;
    }

.joinmy img, .huishouzhan img, .beizhu img {
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: -13px;
}

.toobar-vip-detail .toolbar_left a {
    padding-top: 2px;
    background: #5888d4;
    color: #fff;
    margin-right: 12px;
    padding-left: 20px;
    padding-right: 10px;
}

    .toobar-vip-detail .toolbar_left a:hover {
        background: #1155c2;
        color: #fff;
    }

    .toobar-vip-detail .toolbar_left a.mid_favourite {
        width: 60px;
        background: #f7f6f6 url(/images/icon_vip.png) 0 0 no-repeat;
    }

        .toobar-vip-detail .toolbar_left a.mid_favourite:hover {
            background: #d3434d url(/images/icon_vip1.png) 0 0 no-repeat;
        }

    .toobar-vip-detail .toolbar_left a.forward {
        width: 32px;
        padding-left: 38px;
        background: #f7f6f6 url(/images/icon_vip.png) 0 -44px no-repeat;
    }

        .toobar-vip-detail .toolbar_left a.forward:hover {
            background: #d3434d url(/images/icon_vip1.png) 0 -44px no-repeat;
        }

    .toobar-vip-detail .toolbar_left a.export {
        color: #fff;
        /*width: 78px;*/
        padding-left: 20px;
        background: #8e9196 url(/images/toolbar.png) -2px -200px no-repeat;
    }

        .toobar-vip-detail .toolbar_left a.export:hover {
            padding-left: 20px;
            background: #d3434d url(/images/toolbar.png) -2px -200px no-repeat;
        }

    .toobar-vip-detail .toolbar_left a.print {
        background: #f7f6f6 url(/images/icon_vip.png) 0 -66px no-repeat;
    }

        .toobar-vip-detail .toolbar_left a.print:hover {
            background: #d3434d url(/images/icon_vip1.png) 0 -66px no-repeat;
        }

    .toobar-vip-detail .toolbar_left a.traceitem {
        width: 96px;
        background: #f7f6f6 url(/images/icon_vip.png) 0 -88px no-repeat;
    }

        .toobar-vip-detail .toolbar_left a.traceitem:hover {
            width: 96px;
            background: #d3434d url(/images/icon_vip1.png) 0 -88px no-repeat;
        }

table.evod tr:first-child {
    background: #b99151 !important;
    color: #fff;
}

    table.evod tr:first-child td {
        font-size: 16px !important;
    }

.nzjShow h2 {
    margin-bottom: 20px;
}

.nzjShow h3 {
    color: #00a3ac;
}

    .nzjShow h3 span {
        background: #00a3ac;
    }

.nzj .itemlist {
    border-bottom: 4px solid #d6d6d6;
    height: 154px;
    overflow: auto;
    width: 100%;
}

.nzjShow table.evod tr:first-child {
    background: #00a3ac !important;
    color: #fff;
}

#elec-con {
    display: none;
}

#ener-con {
    display: none;
}

.PopupLayer, .PopupLayer_linkman {
    position: fixed;
    width: 600px;
    padding: 10px;
    border: 10px solid #666;
    border: 10px solid rgba(0,0,0,0.2);
    border-radius: 10px;
    left: 50%;
    margin-left: -320px;
    background: #fff;
    background-clip: padding-box;
    overflow: hidden;
    z-index: 100000;
    font-family: "Microsoft Yahei";
    top: -40px;
    opacity: 0;
}

    .PopupLayer h2, .PopupLayer_linkman h2 {
        width: 100%;
        height: 36px;
        line-height: 36px;
        background: #ae7e3d;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 1px;
        text-indent: .5em;
        position: relative;
        overflow: hidden;
    }

.PopupLayer1 {
    max-height: 500px;
    overflow: auto;
}

    .PopupLayer1 h2 {
        background: #00a3ac;
    }

.PopupLayer h2 span, .PopupLayer_linkman h2 span {
    position: absolute;
    right: 6px;
    top: 2px;
    font-size: 14px;
    cursor: pointer;
    font-family: Arial;
}

.PopupLayer h3, .PopupLayer_linkman h3 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 16px;
    color: #ae7e3d;
    font-weight: bold;
}

.PopupLayer1 h3 {
    color: #00a3ac;
}

.PopupLayer p, .PopupLayer_linkman p {
    line-height: 24px;
}

.PopupLayer table, .PopupLayer_linkman table {
    border-collapse: collapse;
    cells-padding: 0;
}

    .PopupLayer table tr td, .PopupLayer_linkman table tr td {
        border: 1px solid #bbb;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 13px;
    }

.searchbox input.laydate-icon {
    width: 132px;
    padding: 0 0 0 8px;
    height: 22px;
    line-height: 22px;
    margin: 0;
    outline: 0;
    border: 1px solid #c6c6c6;
    cursor: pointer;
    display: none;
}

.itemShow ul.add_indus li {
    width: 320px;
    margin-left: 10px;
}

.vipShow table tr td table {
    width: auto !important;
}

#titlestyle a:hover {
    text-decoration: underline;
}


.Savedcondition {
    /*background: #00a3ac;*/
    color: #1155c2;
    height: 22px;
    line-height: 24px;
    border: 1px solid #1155c2;
    padding: 0 10px;
    margin-left: 17px;
    display: inline-block;
    margin-left: 0;
    /*background-color: #1155c2;*/
    /*border-color: #1155c2;*/
}

.searchbox .searchResult a.Savedcondition:hover {
    color: #fff !important;
    background: #1c91f8;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

    .dropdown-content div {
        padding-bottom: 6px;
    }




/*.dropdown-content a:hover {background-color: #8e9196}*/

/*.dropdown:hover .dropdown-content {
    display: block;
}*/

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


.cname {
    color: #1155c2;
    height: 22px;
    line-height: 24px;
    /*border: 1px solid #00a3ac;*/
    padding: 0 10px;
    background-color: #fff;
    border-color: #1155c2;
    /*padding: 12px 16px;*/
    text-decoration: none;
    display: block;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}




.savebtn {
    color: #82c92f; /* Green */
    border: 1px solid #82c92f;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 3%;
    width: 80px;
    background-color: #fff;
}


.removebtn {
    background-color: #82c92f; /* Green */
    border: 1px solid #82c92f;
    color: white;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 3%;
    width: 80px;
}







/*.cdelete {
    color: #e64d5a;
    height: 22px;
    line-height: 24px;
    border: 1px solid #00a3ac;
    padding: 0 10px;
    background-color: #fff;
    border-color: #e64d5a;
    text-decoration: none;
    display: block;
}*/


.cname_span_left {
    width: 200px !important;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    float: left;
}


.cname_img_right {
    float: right;
    width: 13px;
    margin-top: 4px;
    margin-right: -2px;
}



.imgdel {
    width: 3px;
    display: block;
    text-indent: -999999em;
    height: 23px;
    /*line-height: 26px;*/
    padding: 0 10px;
    background-color: #fff;
    border-color: #e64d5a;
    text-decoration: none;
    display: block;
    display: block;
    float: left;
    /*margin-left: 7px;*/
}

.aimg {
    display: block;
    float: left;
    margin-left: 10px;
}


    .aimg img {
        width: 23px;
        height: 23px;
        margin-top: 0px;
    }


.img-del {
    /*background:  url(/DynamicTopic/images/deltj.png) center;*/
    background: #fff url(/images/del.png) center -22px no-repeat;
}

.img-serch {
    background: url(/DynamicTopic/images/serchtj.png) center;
}





.alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 200px;
    margin-left: -100px;
    z-index: 99999;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    z-index: 2147483647;
}

    .alert p {
        text-align: left;
    }


.alert-success {
    color: #fff;
    background-color: #000;
    opacity: 0.8;
    border-radius: 5px;
    font-size: 14px;
    /*border-color: #d6e9c6;*/
    /*color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;*/
}

.alert-success u{
    color:#83bdff;
}


