﻿@charset "utf-8";

a,a:hover {
    
}

body,input,select,textarea {
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑,宋体
}

.formTable,.td-wordBreak {
    table-layout: fixed
}

body,dd,dl,fieldset,form,h1,h2,h3,h4,h5,h6,legend,ol,p,pre,td,th,ul {
    margin: 0;
    padding: 0;
    font-weight: 400
}

b,strong {
    
}

body.grayBg,body.grayBg-light {
    display: block
}

body {
    line-height: 22px;
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none
}

.u,a.cRed:hover,a:hover {
    text-decoration: underline
}

a.empty-link:hover {
    cursor: default
}

a:hover {
    cursor: pointer
}

a:active,a:focus,a:hover,a:visited {
    outline: 0
}

em,i {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0
}

input[type=checkbox] {
    margin-right: 3px;
    background-color: #fff;
    outline: 0;
    margin-top: 0;
    cursor: pointer
}

input[type=checkbox]:checked {
    background: url(../images/icon-sprite.png) -105px -100px no-repeat #fff
}

input[type=checkbox],input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #aaa;
    width: 16px;
    height: 16px;
    padding: 0;
    position: relative;
    display: inline-block;
    top: -1px
}

input[type=radio] {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-top: -3px
}

input[type=radio]:checked {
    border-color: ##052391
}

input[type=radio]:checked:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 0
}

input,select,textarea {
    vertical-align: middle;
    margin: 0
}

input:-moz-placeholder {
    color: #999
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.fontSimsun {
    font-family: \5B8B\4F53
}

.fontYaHei {
    font-family: "Microsoft YaHei",\5FAE\8F6F\96C5\9ED1
}

.seo-font {
    font-size: inherit
}

.f12,a.btnGray {
    font-size: 12px
}

pre {
    font-family: inherit;
    line-height: 30px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

a.btnGray,a.btnOrange {
    line-height: 22px;
    padding: 1px;
    text-align: center;
    display: block
}

article,aside,footer,header,section {
    display: block
}

.t2em {
    text-indent: 2em
}

.f12 {
    font-family: tahoma,\5b8b\4f53,arial,'Hiragino Sans GB',sans-serif
}

.fB {
    font-weight: 700
}

.fI {
    font-style: italic
}

.v-aTop {
    vertical-align: top
}

.cRed,a.cRed:link,a.cRed:visited {
    color: red
}

.btnSelect:hover,.helpOpTool .consult a:hover,.helpOpTool .goTop:hover,a.btnCancel:hover,a.btnDel:hover,a.btnGray,a.btnOrange:hover {
    text-decoration: none
}

.cBlue,a.cBlue:link,a.cBlue:visited {
    color: #028bd9
}

.cDRed,a.cDRed:link,a.cDRed:visited {
    color: #bc2931
}

.cOrange,a.cOrange:link,a.cOrange:visited {
    color: ##052391
}

.cGray,a.cGray:link,a.cGray:visited {
    color: #888
}

.cDGray,a.cDGray:link,a.cDGray:visited {
    color: #666
}

.cWhite,a.cWhite:link,a.cWhite:visited {
    color: #fff
}

.cBlack,a.cBlack:link,a.cBlack:visited {
    color: #000
}

.cYellow,a.cYellow:link,a.cYellow:visited {
    color: #ff0
}

.cGreen,a.cGreen:link,a.cGreen:visited {
    color: green
}

.cBai,a.cBai:link,a.cBai:visited {
    color: #03c
}

.td-wordBreak {
    word-break: break-all
}

a.btnGray {
    height: 22px;
    color: #555;
    background: #fff
}

a.btnGray span {
    height: 100%;
    color: #555;
    cursor: pointer
}

a.btnGray:active {
    border-color: #ccc;
    background: #fff;
    color: #555
}

a.btnGray:active span {
    color: #555;
    background: -webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#e6e6e6));
    background: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f2f2f2', EndColorStr='#e6e6e6');
    background: -webkit-linear-gradient(#f2f2f2,#e6e6e6);
    background: oldlinear-gradient(#f2f2f2,#e6e6e6) -moz-;
    background: -o-linear-gradient(#f2f2f2,#e6e6e6);
    background: linear-gradient(#f2f2f2,#e6e6e6)
}

a.btnOrange {
    height: 22px;
    font-size: 12px;
    border: 1px solid #f7994a;
    color: #fff;
    background: #052391
}

a.btnCancel,a.btnDel {
    width: 40px;
    line-height: 22px;
    padding: 2px;
    font-size: 12px
}

a.btnOrange span {
    display: block;
    height: 100%;
    color: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(#f90),to(#ff7702));
    background: -moz-linear-gradient(top,#f90,#ff7702);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#ff7702');
    background: -webkit-linear-gradient(#f90,#ff7702);
    background: oldlinear-gradient(#f90,#ff7702) -moz-;
    background: -o-linear-gradient(#f90,#ff7702);
    background: linear-gradient(#f90,#ff7702);
    cursor: pointer
}

a.btnOrange:hover {
    border-color: #f7994a;
    background: #ff7902
}

a.btnOrange:hover span {
    background: -webkit-gradient(linear,left top,left bottom,from(#ff7902),to(#052391));
    background: -moz-linear-gradient(top,#ff7902,#052391);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff7902', endColorstr='#ff6600');
    background: -webkit-linear-gradient(#ff7902,#052391);
    background: oldlinear-gradient(#ff7902,#052391) -moz-;
    background: -o-linear-gradient(#ff7902,#052391);
    background: linear-gradient(#ff7902,#052391)
}

a.btnOrange:active {
    border-color: #f7994a;
    background: #052391;
    color: #eee
}

a.btnOrange:active span {
    color: #eee;
    background: -webkit-gradient(linear,left top,left bottom,from(#f90),to(#ff7702));
    background: -moz-linear-gradient(top,#f90,#ff7702);
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ff9900', EndColorStr='#ff7702');
    background: -webkit-linear-gradient(#f90,#ff7702);
    background: oldlinear-gradient(#f90,#ff7702) -moz-;
    background: -o-linear-gradient(#f90,#ff7702);
    background: linear-gradient(#f90,#ff7702)
}

a.btnCancel,a.btnCancel span,a.btnDel,a.btnDel span {
    display: block;
    color: #888
}

a.btnDel {
    height: 22px;
    background: url(../images/icon_del.png) 0 center no-repeat
}

a.btnDel span {
    margin-left: 12px;
    height: 100%
}

a.btnCancel {
    height: 22px;
    background: url(../images/icon_cancel.png) 0 center no-repeat
}

a.btnCancel span {
    margin-left: 12px;
    height: 100%
}

.fl,.fr {
    display: inline
}

.fl {
    float: left
}

.fr {
    float: right
}

.txtLeft {
    text-align: left
}

.txtRight {
    text-align: right
}

.noDataBox01,.txtCenter {
    text-align: center
}



.clear {
    clear: both
}

.clearer {
    clear: both;
    font-size: 1px;
    width: 100%;
    height: 1px;
    visibility: hidden;
    overflow: hidden
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden
}

#otherNavs .cont:before,.noDataBox01:before,.pageBar .pgbtn:before {
    content: ''
}

.clearfix {
    display: block
}

.whiteBg {
    background: #fff
}

.blank {
    background: url(../images/blank.gif)
}

.btnSelect {
    position: absolute;
    top: -2px;
    margin-bottom: -2px;
    right: 0;
    height: 140%;
    width: 100%;
    text-indent: 5px;
    color: graytext;
    line-height: 22px;
    font-family: \5B8B\4F53
}

.focusSlide .btns a,.helpOpTool .consult {
    text-indent: -9999px
}

.btnSelect:hover {
    color: graytext
}

.loading {
    background: url(../images/loading.gif) center center no-repeat
}

.hidden,.tabContItem {
    display: none
}

.mB0 {
    margin-bottom: 0
}

.mB5 {
    margin-bottom: 5px
}

.mB10 {
    margin-bottom: 10px
}

.mB20 {
    margin-bottom: 20px
}

.mB30 {
    margin-bottom: 30px
}

.titBar {
    padding: 36px 0 14px;
    color: #222;
    font-size: 21px
}

.titBar h1 {
    font-size: 1em;
    display: inline
}

.noDataBox01,.small-title {
    font-size: 18px
}

.gap .titBar {
    padding-top: 8px
}

.titBar.titBar-fixed {
    padding-bottom: 10px
}

.noDataBox01 {
    padding: 130px 0;
    color: silver;
    line-height: 46px
}

.focusSlide1 .btns a,.focusSlide2 .btns a {
    text-align: center;
    font-size: 24px;
    font-family: "宋体"
}

.noDataBox01:before {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../images/no-data.jpg) 0 no-repeat;
    margin-right: 20px;
    vertical-align: bottom
}

.layout-lg .layout.zt-info,.layout.zt-info {
    padding-top: 0;
    padding-bottom: 38px
}

.zt-info .web_content {
    color: #666
}

.zt-info .web_content strong {
    font-weight: 400
}

.helpOpTool {
    position: fixed;
    bottom: 55px;
    right: 0;
    width: 50px;
    z-index: 1050
}

.helpOpTool .consult,.helpOpTool a {
    width: 48px;
    height: 48px;
    margin-bottom: 5px
}

.helpOpTool a {
    display: block;
    color: #fff;
    background-color: #eee;
    background-position: 0 0
}

.helpOpTool a span {
    display: none;
    padding: 9px 10px;
    line-height: 16px
}

.helpOpTool a:hover span {
    display: block
}

.helpOpTool .goTop {
    position: absolute;
    top: -53px;
    background-color: #f5c593;
    background-position: -1px 15px
}

.helpOpTool .goTop:hover {
    background-color: ##052391;
    background-image: none
}

.helpOpTool .consult a {
    background-position: -52px 8px;
    margin: 0;
    background-color: #f5c593
}

.helpOpTool .consult a:hover {
    background-color: ##052391;
    background-image: none
}

.helpOpTool a.toolBarPhone {
    background-position: -433px 9px;
    background-color: ##052391
}

.helpOpTool .feedback,.helpOpTool .feedback1 {
    background-position: -94px 12px
}

.helpOpTool a.toolBarPhone strong {
    display: none
}

.helpOpTool a.toolBarPhone:hover {
    background-color: ##052391;
    background-image: none;
    text-decoration: none;
    width: 170px;
    position: relative;
    right: 122px
}

.helpOpTool a.toolBarPhone:hover span {
    float: right;
    width: 28px
}

.helpOpTool a.toolBarPhone:hover strong {
    display: block;
    float: right;
    height: 50px;
    line-height: 50px
}

.helpOpTool .feedback {
    background-color: #f5c593
}

.helpOpTool .feedback1,.helpOpTool .feedback1:hover,.helpOpTool .feedback:hover {
    background-color: ##052391;
    background-image: none;
    text-decoration: none
}

.helpOpTool .feedback1 span {
    display: block
}

.helpOpTool .hauptseite {
    background-position: -390px 12px;
    background-color: #f5c593
}

.helpOpTool .hauptseite:hover {
    background-color: ##052391;
    background-image: none;
    text-decoration: none
}

.focusSlide {
    width: 490px;
    height: 235px;
    overflow: hidden;
    position: relative
}

.focusSlide .ad {
    height: 100%
}

.focusSlide .item {
    display: none;
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 1
}

.focusSlide .btns {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3
}

.focusSlide1 .btns .right,.focusSlide2 .btns .right {
    right: -20px
}

.focusSlide .btns a {
    float: left;
    display: inline;
    width: 18px;
    height: 4px;
    background: #c6c6c6;
    overflow: hidden;
    margin-right: 5px
}

.focusSlide .btns .on {
    background: ##052391
}

.focusSlide .title {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    opacity: .4;
    filter: alpha(opacity=4);
    background: #000
}

.focusSlide .title strong,.focusSlide1,.focusSlide1 .item {
    position: relative;
    overflow: hidden
}

.focusSlide .title strong {
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap
}

.focusSlide1 {
    width: 490px;
    height: 235px
}

.focusSlide1 .ad {
    height: 100%;
    width: 1000%
}

.focusSlide1 .item {
    display: none;
    height: 100%;
    width: 300px;
    margin: 0;
    padding: 0;
    z-index: 1;
    float: left
}

.focusSlide1 .btns {
    position: absolute;
    width: 100%;
    z-index: 3
}

.focusSlide1 .btns a {
    display: block;
    width: 20px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #999;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute
}

.focusSlide1 .btns a:hover {
    text-decoration: none
}

.focusSlide1 .btns .left {
    left: -20px
}

.focusSlide1 .title {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    opacity: .4;
    filter: alpha(opacity=4);
    background: #000
}

.focusSlide1 .title strong,.focusSlide2,.focusSlide2 .item {
    position: relative;
    overflow: hidden
}

.focusSlide1 .title strong {
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap
}

.focusSlide2 {
    width: 210px;
    height: 176px;
    margin: auto
}

.focusSlide2 .ad {
    height: 100%;
    width: 1000%
}

.focusSlide2 .item {
    display: none;
    height: 100%;
    width: 210px;
    margin: 0;
    padding: 0;
    z-index: 1;
    float: left
}

.focusSlide2 .item img {
    width: 210px
}

.focusSlide2 .btns {
    position: absolute;
    width: 100%;
    z-index: 3
}

.focusSlide2 .btns a {
    display: block;
    width: 20px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #999;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute
}

.focusSlide2 .btns a:hover {
    text-decoration: none
}

.focusSlide2 .btns .left {
    left: -20px
}

.focusSlide2 .title {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    opacity: .4;
    filter: alpha(opacity=4);
    background: #000
}

.focusSlide2 .title strong {
    position: relative;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.zoomImgBox {
    background: #fff;
    overflow: hidden;
    visibility: hidden
}

.zoomImgBox .btnClose {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -10px;
    background: url(../images/imgbox_close.png) no-repeat
}

.searchBar {
    width: 710px;
    margin: 0 auto
}

.searchBar .bar {
    width: 600px;
    
    display: inline;
    float: left;
    padding: 2px;
    background: ##052391
}

.searchBarV3 .bar {
    background: 0 0
}

.searchBar .bar .tip {
    display: none;
    position: absolute;
    right: -3px;
    bottom: -28px;
    background: #FFF4F1;
    color: #052391;
    border: 1px solid #FFC7B9;
    line-height: 22px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 5px
}

.searchBar .bar .key {
    
    
}

.searchBar.searchBarV3 .bar .key {
    
}

.searchBar .bar .pipe {
    display: inline;
    width: 1px;
    height: 32px;
    float: left;
    background: #e6e6e6;
    border: 4px solid #fff
}

.searchBar .bar .key input {
    display: block;
    border: 0;
    padding: 10px;
    height: 22px;
    width: 334px;
    outline: 0
}

.searchBar .bar .city,.searchBar .bar .city input {
    height: 42px;
    background-color: #fff;
    overflow: hidden
}

.searchBar .bar .city {
    position: relative;
    float: left;
    display: inline;
    width: 102px
}

.searchBar .bar .city input {
    width: 85%;
    border: 0;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: middle;
    padding: 0 8px
}

.searchBar .bar .city i {
    display: block;
    margin: 15px auto 0;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 1px;
    border-width: 5px;
    border-style: solid dashed dashed;
    border-color: #333 transparent transparent
}

.searchBar .bar .city a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 45px;
    color: #b2b2b2;
    z-index: 100;
    background: url(about:blank)
}

.searchBar .bar .city a span {
    padding-right: 30px;
    float: right
}

.searchBar .bar .city a:hover {
    text-decoration: none
}

.searchBarLg .bar .city a span {
    float: left;
    padding-left: 10px
}

.searchBar .bar .btn {
    
    width: 78px;
    height: 43px;
    overflow: hidden
}

.searchBar .bar .btn a {
    line-height:40px;
     color:#fff;
     
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    position: relative
}

.searchBar .other {
    float: left;
    display: inline;
    line-height: 46px;
    margin-left: 5px
}

.searchBar .other .icon-location {
    background-position: -23px -35px
}

.searchBar .other a {
    color: grey
}

.searchBar .other a:hover {
    color: ##052391
}

.searchBar .keyType {
    float: left;
    display: inline;
    height: 48px
}

.searchBar .btnKeyType {
    width: 66px;
    text-align: left;
    padding: 0;
    text-indent: 10px;
    background-position: 35px center;
    color: #b2b2b2;
    border-right: 1px solid #ECECEC;
    background-color: #fff;
    height: 100%;
    position: relative;
    z-index: 0
}

.searchBar .keyType .outList {
    top: 100%;
    width: 100%;
    right: 0;
    margin-top: 0
}

.searchBar .keyType .iList a {
    height: 34px;
    line-height: 34px;
    text-indent: 5px;
    margin: 0
}

.index_h1 {
    display: inline;
    font-size: 14px
}

.hotKey b {
    font-weight: 400
}

.searchBar .hotKey {
    clear: both;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding-top: 1px;
    color: #999
}

.searchBar .hotKey a {
    color: #999;
    padding-right: 10px
}

.searchBar .hotKey a:hover {
    color: ##052391
}

.searchBar-resume {
    padding-top: 30px
}

.searchBar-resume .bar {
    border: 3px solid #37c
}

.searchBar-resume .bar .btn a {
    background-color: #37c;
    background-position: 12px -120px
}

.searchBar-resume .bar .key input {
    width: 360px
}

.searchBar-resume .other a {
    color: #999
}

.searchBar-resume .other a:hover {
    color: red
}

.mainNav {
    clear: both;
    margin-bottom: 20px;
    background: url(../images/mainnavbg.gif) 0 top repeat-x #37c
}

.mainNav .selected,.simpleHeader {
    background: #fff
}

.mainNav .inner {
    width: 1000px;
    height: 45px;
    margin: 0 auto
}

.mainNav ul {
    float: left;
    display: inline;
    height: 35px;
    line-height: 35px;
    padding-top: 10px;
    margin-left: 10px;
    overflow: hidden
}

.mainNav li {
    display: inline;
    float: left;
    font-size: 16px;
    font-family: "Microsoft YaHei",\5FAE\8F6F\96C5\9ED1;
    font-weight: 700;
    padding: 0 15px;
    margin-right: 15px;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.mainNav li a,.mainNav li a:hover {
    color: #fff;
    text-decoration: none
}

.mainNav .selected a,.mainNav .selected a:hover {
    color: #37c
}

.simpleHeader {
    clear: both;
    height: 90px
}

.simpleHeader .inner {
    width: 1000px;
    margin: 0 auto
}

.simpleHeader .logo {
    float: left;
    display: inline;
    width: 520px;
    height: 50px;
    margin-top: 20px;
    background-position: 0 8px
}

.simpleHeader .logo a {
    float: left;
    display: inline;
    width: 265px;
    height: 100%
}

.simpleHeader .logo span {
    float: right;
    display: inline;
    color: #666;
    height: 36px;
    line-height: 36px;
    border-left: 1px solid #ddd;
    text-indent: 14px;
    margin-top: 10px
}

.simpleHeader .test {
    float: right;
    display: inline;
    width: 450px;
    height: 40px;
    margin-top: 35px;
    text-align: right;
    color: #37c;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.flagIcon img {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    background: url(../images/flagicon.png) 9999px 9999px no-repeat
}

.flagIcon .s0 {
    background-position: 0 0
}

.flagIcon .s1 {
    background-position: 0 -17px
}

.flagIcon .s2 {
    background-position: 0 -34px
}

.flagIcon .s3 {
    background-position: 0 -51px
}

.flagIcon .s4 {
    background-position: 0 -68px
}

.flagIcon .s5 {
    background-position: 0 -85px
}

.bigInput,.bigTxt {
    border: 1px solid #e8e8e8;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.bigInput {
    width: 225px;
    text-indent: 5px;
    height: 38px;
    padding: 5px 10px;
    overflow: hidden
}

.bigTxt {
    width: 99%;
    height: 100px;
    line-height: 20px;
    padding-top: 5px;
    overflow: auto
}

.bigInput:focus,.bigTxt:focus {
    border: 1px solid ##052391;
    outline: 0;
    color: ##052391
}

.bigInput.error,.bigTxt.error {
    border-color: #052391
}

.bigWdate {
    background: url(../images/bigwdatebg.png) right 0 no-repeat
}

a.bigBtn {
    width: 228px;
    font-size: 16px;
    height: 36px;
    line-height: 36px
}

.formIcon a,.radioGroup a,.selDropDown2 .btnArrow i {
    background: url(../images/icon2.gif) no-repeat
}

.radioGroup {
    height: 24px
}

.radioGroup a {
    float: left;
    display: inline;
    height: 24px;
    line-height: 24px;
    margin-right: 15px;
    padding-left: 28px;
    color: #333;
    background-position: 0 -37px
}

.radioGroup .checked,.radioGroup a:hover {
    background-position: 0 1px;
    text-decoration: none
}

.formIcon {
    position: relative;
    float: left;
    display: inline;
    width: 0;
    height: 0
}

.formIcon a {
    position: absolute;
    width: 28px;
    height: 26px;
    top: 3px;
    left: -30px;
    overflow: hidden
}

.formIcon .date {
    background-position: 0 -83px
}

.formIcon .box {
    background-position: 6px -102px;
    background-color: #fff
}

.selDropDown.selDropDown-small {
    height: 30px
}

.selDropDown.selDropDown-small input {
    line-height: 30px
}

.selDropDown {
    position: relative;
    height: 46px;
    background-color: #fff
}

.selDropDown input {
    display: block;
    text-indent: 10px;
    height: 100%;
    width: 100%;
    color: #666;
    line-height: 45px;
    padding: 0;
    border: 1px solid #e8e8e8
}

.selDropDown .btnSelect {
    top: 0;
    height: 24px;
    width: 24px;
    line-height: 24px;
    bottom: 0;
    margin: auto
}

.selDropDown .btnArrow {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 22px;
    height: 100%;
    border-left: solid 1px #ccc;
    cursor: pointer;
    background: #fff
}

.selDropDown .t {
    display: block;
    height: 20px;
    line-height: 20px;
    color: #333;
    border: 1px solid #ccc;
    text-align: left;
    text-indent: 10px
}

.pwdTipBar span,.thirdLogin a {
    text-indent: -9999px;
    display: block
}

.selDropDown .t:hover {
    text-decoration: none;
    color: #333
}

.selDropDown .btnArrow i {
    display: block;
    margin: 10px auto 0;
    height: 0;
    width: 0;
    border-width: 4px;
    border-style: solid dashed dashed;
    border-color: #37c transparent transparent;
    overflow: hidden
}

.selDropDown .outList {
    display: none;
    position: absolute;
    right: 0;
    top: 22px;
    width: 100%
}

.selDropDown .iList {
    background: #fff;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: 0
}

.selDropDown .iList a {
    display: block;
    margin: 1px;
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    color: #b2b2b2
}

.selDropDown .iList a:hover {
    text-decoration: none;
    color: #fff;
    background: ##052391;
    zoom: 1
}

.selDropDown2 {
    height: 30px;
    line-height: 30px
}

.selDropDown2 .btnArrow {
    position: absolute;
    top: 2px;
    right: 1px;
    width: 26px;
    height: 26px;
    border: 0;
    cursor: pointer
}

.selDropDown2 .t {
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(../images/biginputbg.gif) repeat-x
}

.selDropDown2 .btnArrow i {
    margin-top: 8px;
    height: 13px;
    line-height: 13px;
    width: 16px;
    border: 0;
    background-position: 0 -136px
}

.selDropDown2 .outList {
    top: 31px
}

.selBigBtn {
    display: inline;
    float: left;
    position: relative;
    height: 30px
}

.selBigBtn .formIcon {
    position: absolute;
    top: 2px;
    right: 1px;
    width: 28px;
    height: 28px;
    background: #fff
}

.selBigBtn .formIcon .box {
    position: static;
    display: block;
    height: 28px
}

.selBigBtn .btnSelect {
    top: 0;
    height: 30px;
    line-height: 30px
}

.btnSelectFile a,.formTable td,.inpt,.txtA {
    line-height: 20px
}

.selDropDown-btnGray .btnArrow,.selDropDown-btnGray .inpt {
    background: -moz-linear-gradient(top,#fff,#e6e6e6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')
}

.selMenu {
    float: none;
    display: block;
    min-height: 46px;
    height: auto
}

.selMenu input {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0
}

.selMenu .display-txt {
    cursor: pointer
}

.selMenu .btnSelect {
    width: 34px;
    top: 1px;
    bottom: 0;
    margin: auto;
    height: 98%;
    right: 0;
    background-color: #fff;
    z-index: 105
}

.selMenu .btnSelect .icons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.selMenu .condition-box {
    position: relative;
    height: 100%;
    background: #fff;
    padding: 8px 4px 4px;
    display: none;
    margin-right: 44px;
    z-index: 102
}

.selMenu .condition-item {
    margin: 4px 8px
}

.formTable td {
    padding: 8px 5px;
    vertical-align: top;
    zoom: 1
}

.formTable .label {
    width: 100px;
    text-align: right;
    vertical-align: middle
}

.formTable .vtop {
    vertical-align: top;
    padding-top: 10px
}

.formTable .label em,.formTable .vmiddle,.icon,.icon-ids,.pageBar input,.selBox .item input,.selBox .item label {
    vertical-align: middle
}

.formTable .label em {
    color: red;
    margin-right: 5px
}

label {
    cursor: pointer;
    margin-right: 5px
}

.txtA {
    width: 99%;
    height: 100px;
    margin-bottom: 5px;
    overflow: auto
}

.btnSelectFile,.inpt,.pwdTipBar span,.thirdLogin,.thirdLogin a {
    overflow: hidden
}

.inpt {
    width: 130px;
    height: 20px
}

.inpt,.txtA,select {
    border-top: solid 1px #e8e8e8;
    border-left: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8
}

select {
    padding: 3px
}

.select {
    width: 120px;
    border: 1px solid #e8e8e8;
    color: #888
}

.inpt:focus,.txtA:focus,select:focus {
    outline: 0
}

.error,.inpt.error,.txtA.error,select.error {
    border-color: #052391;
    background-color: #fff7f2
}

.errorTips {
    width: 300px;
    padding: 8px 14px;
    border: 1px solid #ffecc1;
    color: #ff5722;
    background: #ffecc1
}

.errorToOk,label.error {
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px
}

label.error {
    color: #052391;
    display: block;
    background: url(../images/onerror.gif) 0 center no-repeat
}

.errorToOk {
    display: none;
    background: url(../images/onsuccess.gif) 0 center no-repeat
}

.btnSelectFile {
    position: relative;
    float: left;
    display: inline;
    height: 24px;
    width: 80px
}

.btnSelectFile a {
    height: 20px
}

.btnSelectFile input {
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    font-size: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.pwdTipBar {
    width: 184px;
    height: 18px
}

.pwdTipBar span {
    height: 18px;
    background: url(../images/pwdtip.png) no-repeat
}

.pwdTipBar .noting {
    background-position: 0 bottom
}

.pwdTipBar .weak {
    background-position: 0 0
}

.pwdTipBar .medium {
    background-position: 0 -19px
}

.pwdTipBar .strong {
    background-position: 0 -37px
}

.thirdLogin {
    margin: 18px 0 26px
}

.thirdLogin>div {
    float: left;
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-right: 40px
}

.tip-yellow,.tip-yellowsimple {
    z-index: 1000;
    text-align: left;
    min-width: 50px
}

.thirdLogin a {
    width: 50px;
    height: 50px;
    background: url(../images/icon-sprites.png) no-repeat
}

.thirdLogin .qq {
    background-position: 0 0
}

.thirdLogin .qq:hover {
    background-position: 0 -62px
}

.thirdLogin .sina {
    background-position: 0 -124px
}

.thirdLogin .sina:hover {
    background-position: 0 -185px
}

.tip-yellow {
    border: 1px solid #939393;
    padding: 7px;
    max-width: 530px;
    color: #8c3901;
    background-color: #fef9d9;
    background-image: url(../images/tip-yellow.png)
}

.tip-yellow .tip-inner {
    font: 700 13px/18px 'trebuchet ms',arial,helvetica,sans-serif;
    margin-top: -2px;
    padding: 0 3px 1px
}

.tip-yellow .tip-arrow-top {
    margin-top: -7px;
    margin-left: 15px;
    top: 0;
    left: 0;
    width: 16px;
    height: 10px;
    background: url(../images/tip-yellow_arrows.png) no-repeat
}

.tip-yellow .tip-arrow-right {
    margin-top: -9px;
    margin-left: -4px;
    top: 50%;
    left: 100%;
    width: 10px;
    height: 20px;
    background: url(../images/tip-yellow_arrows.png) -16px 0 no-repeat
}

.tip-yellow .tip-arrow-bottom {
    margin-top: -6px;
    margin-left: 15px;
    top: 100%;
    left: 0;
    width: 16px;
    height: 13px;
    background: url(../images/tip-yellow_arrows.png) -32px 0 no-repeat
}

.tip-yellow .tip-arrow-left {
    margin-top: -9px;
    margin-left: -6px;
    top: 50%;
    left: 0;
    width: 10px;
    height: 20px;
    background: url(../images/tip-yellow_arrows.png) -48px 0 no-repeat
}

.tip-yellowsimple {
    border: 1px solid #c7bf93;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px 8px;
    max-width: 300px;
    color: #000;
    background-color: #fff9c9
}

.tip-yellowsimple .tip-inner {
    font: 12px/16px arial,helvetica,sans-serif
}

.tip-yellowsimple .tip-arrow-top {
    margin-top: -6px;
    margin-left: -5px;
    top: 0;
    left: 20px;
    width: 9px;
    height: 6px;
    background: url(../images/tip-yellowsimple_arrows.gif) no-repeat
}

.tip-yellowsimple .tip-arrow-right {
    margin-top: -4px;
    margin-left: 0;
    top: 50%;
    left: 100%;
    width: 6px;
    height: 9px;
    background: url(../images/tip-yellowsimple_arrows.gif) -9px 0 no-repeat
}

.tip-yellowsimple .tip-arrow-bottom {
    margin-top: 0;
    margin-left: -5px;
    top: 100%;
    left: 50%;
    width: 9px;
    height: 6px;
    background: url(../images/tip-yellowsimple_arrows.gif) -18px 0 no-repeat
}

.tip-yellowsimple .tip-arrow-left {
    margin-top: -4px;
    margin-left: -6px;
    top: 50%;
    left: 0;
    width: 6px;
    height: 9px;
    background: url(../images/tip-yellowsimple_arrows.gif) -27px 0 no-repeat
}

.applyBox {
    margin: 0 30px;
    padding: 20px 0 10px;
    color: #888
}

.applyBox .apply_c {
    overflow: auto;
    height: 210px;
    margin-bottom: 10px
}

.applyBox .apply_c .item .errorToOk {
    color: green
}

.applyBox .apply_c .item .error {
    color: #052391;
    display: block;
    padding-left: 20px;
    background: url(../images/onerror.gif) no-repeat
}

.applyBox .apply_c .item {
    border-bottom: 1px solid #eee;
    float: left;
    display: inline;
    padding: 10px 0
}

.applyBox .apply_c .item .item_f {
    width: 255px;
    height: 36px;
    float: left;
    display: inline
}

.applyBox .apply_c .item .item_r {
    width: 234px;
    height: 36px;
    line-height: 36px;
    float: left;
    display: inline;
    background-position: left center;
    padding-bottom: 0
}

#refreshResume {
    position: relative
}

#refreshResume .label {
    width: 100px
}

#refreshResume .loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    opacity: .4
}

.btnCI,.selBox {
    background: #fff
}

.btnCI {
    float: left;
    display: inline;
    width: 30px;
    height: 40px;
    border: 0;
    border-left: solid 1px #ccc
}

.selBox {
    clear: both;
    position: absolute;
    width: 620px;
    padding-bottom: 15px;
    z-index: 9999
}

.selBox h3 {
    line-height: 26px;
    color: #4b4b4b;
    padding-top: 8px;
    font-size: 16px;
    padding-bottom: 5px
}

.selBox .arrow {
    position: absolute;
    top: -17px;
    left: 10px;
    height: 0;
    width: 0;
    border-width: 6px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #888;
    overflow: hidden
}

.selBox .btnClose {
    position: absolute;
    right: 10px;
    top: 13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    background: url(../images/jbox-btn-close.png) center no-repeat;
    text-indent: -9999px;
    padding: 5px
}

.selBox .btnClose:hover {
    background-color: #EF8853
}

.selBox .sel-footer {
    text-align: center
}

.selBox .sel-footer .btnOk {
    display: inline-block;
    margin: 15px auto 12px;
    padding: 6px 36px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    font-family: tahoma,\5b8b\4f53,arial,'Hiragino Sans GB',sans-serif;
    cursor: pointer;
    background-color: ##052391;
    color: #fff
}

.selBox .btnOk:hover {
    text-decoration: none
}

.selBox .titBar {
    height: 54px;
    line-height: 54px;
    background: ##052391;
    padding: 0 13px;
    margin-bottom: 10px;
    color: #fff
}

.selBox .titBar h2 {
    float: left;
    display: inline;
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px
}

.selBox .titBar .btnBoxColose {
    float: right;
    display: inline
}

.selBox .toolBar {
    position: relative;
    margin: 0 10px;
    padding: 0 5px
}

.selBox .toolBar .btnOk {
    border: 1px solid #ccc;
    background: #0e8708;
    color: #fff;
    cursor: pointer
}

.selBox .tip {
    height: 25px;
    line-height: 25px;
    float: left;
    color: #666
}

.selBox .btnArea {
    position: absolute;
    top: 0;
    right: 0
}

.selBox .btnArea a {
    width: 55px;
    height: 24px;
    line-height: 24px;
    background-color: silver;
    font-size: 14px
}

.selBox .btnArea a span {
    color: #fff;
    background: 0 0
}

.selBox .btnArea a:hover {
    background-color: ##052391
}

.selBox .btnArea a:hover span {
    color: #fff
}

.selBox .toolBar .btnArea a:hover {
    color: ##052391;
    border-color: ##052391
}

.selBox .toolBar .btnArea a:hover span {
    color: #fff
}

.selBox .sBar {
    float: left;
    margin: 12px 0 0 40px;
    line-height: normal
}

.selBox .sBar em {
    display: none;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 5px;
    padding: 0 5px;
    color: #fff
}

.selBox .sBar .sel-search {
    position: relative;
    background-color: #fff;
    display: inline-block;
    float: left;
    border: 1px solid #fff
}

.selBox .sBar .icon {
    width: 16px;
    height: 20px;
    overflow: hidden;
    text-indent: -9999em;
    background-position: 0 -182px;
    margin: 5px 10px 0;
    cursor: pointer
}

.selBox .sBar input {
    width: 130px;
    height: 30px;
    line-height: 30px;
    background-color: ##052391;
    border: 0;
    padding: 0 5px;
    color: #fff;
    float: left
}

.selBox .sBar input::-webkit-input-placeholder {
    color: #fff
}

.selBox .sBar input:-moz-placeholder {
    color: #fff
}

.selBox .sBar input::-moz-placeholder,.selBox .sBar textarea::-moz-placeholder {
    color: #fff
}

.selBox .sBar input:-ms-input-placeholder {
    color: #fff
}

.selBox .item {
    float: left;
    display: inline;
    width: 70px;
    height: 28px;
    line-height: 25px;
    margin-right: 2px;
    color: #4d4d4d;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid transparent
}

.selBox .selectedCont .btn_del,.selBox .selectedCont .st {
    display: inline;
    height: 24px;
    line-height: 24px;
    color: ##052391;
    float: left
}

.selBox .en .item {
    width: 100px;
    font-family: Tahoma,Geneva,sans-serif
}

.selBox .item:hover {
    text-decoration: none
}

.selBox .item input {
    margin-right: 5px;
    position: relative;
    margin-left: 5px;
    top: 0
}

.selBox .selectedCont {
    margin: 12px 15px 0;
    position: relative
}

.selBox .toolBar .selectedCont {
    margin-left: 0;
    min-height: 34px
}

.selBox .selectedCont .selectedA {
    margin-left: 4.5em;
    margin-right: 84px;
    overflow: hidden;
    position: relative
}

.selBox .selectedCont .st {
    margin: 0 3px 8px;
    background: #fff;
    border: 1px solid #e8e8e8
}

.selBox .selectedCont b {
    float: left;
    display: inline;
    margin: 0 15px 0 10px;
    font-weight: 400
}

.selBox .selectedCont .btn_del {
    position: relative;
    width: 18px;
    text-align: center;
    overflow: hidden;
    font-size: 18px
}

.selBox .selectedCont .btn_del:hover {
    text-decoration: none
}

.selBox .selectedCont .stList {
    display: none;
    position: absolute;
    left: -1px;
    top: 22px;
    width: 210px;
    border: 1px solid silver;
    -moz-border-radius: 0 3px 3px;
    border-radius: 0 3px 3px;
    background: #fff;
    z-index: 99
}

.selBox .selectedCont .stList p {
    float: left;
    display: inline;
    width: 60px;
    padding-left: 10px;
    margin: 1px 0;
    line-height: 20px;
    cursor: pointer
}

.selBox .selectedCont .stList .hover {
    background: #eee;
    color: #000
}

.selBox .selectedCont .stList em {
    position: absolute;
    top: -6px;
    left: -1px;
    width: 70px;
    height: 6px;
    background: #fff;
    border-left: solid 1px silver;
    border-right: solid 1px silver
}

.selBox .hotCI .hasSub,.selBox .list,.selBox .list .hasSub {
    position: relative
}

.selBox .selectedCont .stList .noData {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: red
}

.selBox .hotCI {
    clear: both;
    padding: 5px;
    margin: 0 10px
}

.selBox .list {
    clear: both;
    margin: 5px 20px 5px 13px;
    zoom: 1;
    display: inline-block;
    width: 780px
}

.selBox .list dl {
    clear: both
}

.selBox .list .odd {
    background: #f1f1f1
}

.selBox .list dl dt {
    float: left;
    display: inline;
    width: 67px;
    line-height: 29px;
    font-weight: 700;
    color: #052391;
    padding-left: 5px
}

.selBox .list .selected,.selBox .list .selectedSub,.selBox .searchPanel .item:hover,.selBox .selected,.selBox .selectedSub {
    color: ##052391
}

.selBox .list dl dd {
    float: left;
    display: inline
}

.selBox .en dl dt {
    width: 97px
}

.selBox .en dl dd {
    width: 408px
}

.selBox .hotCI .hasSub.on.dir-right,.selBox .list .hasSub.on.dir-right {
    border-left: 0;
    border-right: 1px solid ##052391;
    padding-left: 1px
}

.selBox .hotCI .hasSub:hover,.selBox .list .hasSub:hover {
    background-position: 62px 10px
}

.selBox .hotCI .hasSub label,.selBox .list .hasSub label {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px
}

.selBox .hotCI .hasSub label {
    display: inline
}

.selBox .hotCI .on,.selBox .hotCI .on:hover,.selBox .list .on,.selBox .list .on:hover {
    border: 1px solid ##052391;
    border-right: 0;
    position: relative;
    z-index: 2000;
    background-color: #fff
}

.selBox .en .hasSub {
    background-position: 92px -20px
}

.selBox .en .hasSub:hover {
    background-position: 92px 10px
}

.selBox .en .on,.selBox .en .on:hover {
    background-position: 92px -48px
}

.selBox .subCI,.selBox .subPost {
    position: absolute;
    background: #fff;
    padding: 5px;
    zoom: 1
}

.selBox .subCI {
    display: none;
    width: 420px;
    border: 1px solid ##052391;
    z-index: 1000
}

.selBox .subCI .item {
    width: 100px
}

.selBox .list .itemPost {
    width: 190px;
    border: 1px solid transparent;
    border-right: 0
}

.selBox .hotCI .hasSub:after,.selBox .list .hasSub:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px solid transparent;
    border-left-color: #ccc;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -4px;
    z-index: 10
}

.selBox .hotCI .hasSub:hover:after,.selBox .list .hasSub:hover:after {
    border-left-color: ##052391
}

.selBox .list .itemPost.on {
    border-color: ##052391 #fff ##052391 ##052391;
    z-index: 2000
}

.selBox .subPost {
    display: none;
    width: 365px;
    border: 1px solid ##052391;
    z-index: 1000
}

.selBox .subPost .item {
    width: 170px
}

.selBox .list .itemInds {
    width: 164px;
    line-height: 25px
}

.selBox .searchPanel {
    clear: both;
    display: none;
    margin: 5px 0 5px 5px;
    height: 300px;
    overflow: auto
}

.selBox .searchPanel dl {
    margin-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 6px
}

.selBox .searchPanel dt {
    display: inline;
    float: left;
    width: 160px;
    font-weight: 700
}

.selBox .searchPanel dt .item {
    width: 100%
}

.selBox .searchPanel dd {
    display: inline;
    float: left;
    width: 610px
}

.selBox .searchPanel .item {
    width: 180px;
    margin-right: 10px
}

.selBox .tagJobCat .item {
    width: 110px
}

.selBox .tagJobCat dl {
    padding-left: 70px
}

.selBox .tagJobCat dl dt {
    width: 70px;
    margin-left: -75px
}

.selBox .tagJobCat dl dd {
    float: none;
    display: inline
}

.certCat {
    margin: 0 5px
}

.certCat .tab {
    height: 30px;
    line-height: 30px;
    border-bottom: solid 3px #37c
}

.ac_results,.sKey_results {
    border: 1px solid #cce0f4;
    z-index: 99999
}

.certCat .tab a {
    float: left;
    display: inline;
    line-height: 30px;
    padding: 0 15px
}

.certCat .tab .selected {
    background: #37c;
    color: #fff
}

.certCat .tabItemCont {
    clear: both;
    display: none
}

.ac_results li,.sKey_results li {
    cursor: default;
    display: block;
    overflow: hidden
}

.certCat .tabItemCont .item {
    width: 175px
}

.ac_results ul,.sKey_results ul {
    width: 100%;
    margin: 0;
    list-style: none
}

.ac_results {
    padding: 0;
    background-color: #fff;
    overflow: hidden
}

.ac_results ul {
    padding: 0
}

.ac_results li {
    margin: 0;
    padding: 5px 10px;
    font: menu;
    line-height: 16px
}

.ac_loading {
    background: right center no-repeat #fff
}

.ac_odd {
    background-color: #fff
}

.ac_over {
    background-color: #eee
}

.sKey_results {
    padding: 0;
    background-color: #fff;
    overflow: hidden
}

.sKey_results ul {
    padding: 0
}

.sKey_results li {
    margin: 0;
    padding: 5px 10px;
    font: menu;
    line-height: 16px
}

.sKey_results li span {
    float: right;
    display: inline
}

.sKey_results li span em {
    color: #72bf44;
    font-style: normal
}

.tipFrame {
    display: inline;
    position: relative;
    margin: 0 5px
}

.tipFrame .icon {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/icon_helptip.png) no-repeat
}

.tipFrame .box {
    position: absolute;
    width: 200px;
    top: -10px;
    left: 20px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 3px 3px 4px #999;
    -moz-box-shadow: 3px 3px 4px #999;
    -webkit-box-shadow: 3px 3px 4px #999;
    background: #fff
}

.tipFrame .box .arrow,.tipFrame .box .arrow i {
    height: 0;
    width: 0;
    border-width: 6px;
    border-style: dashed solid dashed dashed;
    position: absolute
}

.tipFrame .box .arrow {
    top: 10px;
    left: -13px;
    border-color: transparent #ccc transparent transparent
}

.tipFrame .box .arrow i {
    top: -5px;
    left: -4px;
    border-color: transparent #fff transparent transparent
}

.tipFrame .box .btnClose {
    display: block;
    margin: 0 0 0 auto;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: url(../images/icon_cancel.png) center center no-repeat;
    cursor: pointer;
    overflow: hidden
}

.jtip,.sPage,.sPage .pgbtn {
    display: inline
}

.tipFrame .cont {
    padding: 5px 15px
}

.jTipBox {
    position: absolute;
    border: 1px solid #37c;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background: #fff;
    z-index: 9999
}

.jTipBox .titBar {
    height: 26px;
    line-height: 26px;
    color: #fff;
    padding: 0 5px;
    background: #37c;
    overflow: hidden
}

.jTipBox .arrow {
    position: absolute;
    top: -1px;
    height: 0;
    width: 0;
    border-width: 13px
}

.jTipBox .arrowL {
    left: -14px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #37c transparent transparent;
    border-left: 0 none
}

.jTipBox .arrowR {
    right: -14px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #37c;
    border-right: 0 none
}

.jTipBox .cont {
    padding: 5px 10px
}

.jtip {
    float: left;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    text-indent: -9999px;
    background: url(../images/icon_helptip.png) no-repeat;
    cursor: help;
    overflow: hidden
}

.articleAbout h1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 20px;
    border-bottom: dotted 1px #ccc
}

.agreement {
    width: 800px;
    margin: 24px auto 0;
    line-height: 20px
}

.agreement p {
    text-indent: 2em;
    padding-bottom: 26px
}

.btnShareBar a,.pageBar .pgbtn,.sPage .pgbtn,.starBar .bar a {
    text-indent: -9999px;
    overflow: hidden
}

.agreement h2 {
    margin: 0;
    padding: 0 0 26px
}

.agreement h3 {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 22px
}

.pageBar .pgbtn,.sPage .pgbtn {
    position: relative
}

.sPage {
    float: right;
    height: 18px;
    line-height: 18px;
    margin-top: 5px;
    overflow: hidden
}

.sPage .pg_info {
    float: left;
    display: inline
}

.sPage .pgbtn {
    float: left;
    width: 18px;
    height: 16px;
    margin-left: 5px;
    border: 1px solid #c3c3c3
}

.sPage span.prev {
    background-position: -160px 2px;
    background-color: #efefef
}

.sPage span.next {
    background-position: -200px 2px;
    background-color: #efefef
}

.sPage a.prev {
    background-position: -180px 2px
}

.sPage a.next {
    background-position: -220px 2px
}

.pageBar {
    display: inline-block
}

.pageBar .pg {
    float: left;
    margin: 0 3px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 3px 10px;
    color: #888;
    text-decoration: none
}

.pageBar .current {
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    border: 1px solid ##052391;
    background-color: ##052391
}

.pageBar .pgbtn {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    width: 30px;
    height: 30px
}

.pageBar .current,.pageBar .fl {
    float: left;
    display: inline;
    margin: 0 3px
}

.pageBar input {
    width: 28px;
    height: 16px;
    line-height: 16px;
    text-align: center
}

.pageBar .ok {
    float: left;
    display: inline;
    width: 36px;
    height: 18px;
    line-height: 18px
}

.pageBar span.first {
    background-position: 0 7px
}

.pageBar span.prev {
    background-position: 0 0
}

.pageBar .pgbtn:before {
    display: block;
    position: absolute;
    width: 12px;
    height: 16px;
    background: url(../images/page-sprite.png) no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.pageBar span.next:before {
    background-position: -40px 7px
}

.pageBar a.first {
    background-position: -80px 7px
}

.pageBar a.prev {
    background-position: -100px 7px
}

.pageBar a.next:before {
    background-position: 0 -29px
}

.listBotBar {
    margin-bottom: 10px
}

.listBotBar .opbar {
    height: 30px;
    line-height: 30px;
    padding-top: 8px
}

.listBotBar .opbar .btn1 {
    width: 70px;
    float: left;
    display: inline;
    height: 20px;
    line-height: 20px;
    margin-right: 10px
}

.listBotBar .pageArea {
    height: 22px;
    padding: 8px;
    border-top: solid 1px #eee
}

.imgFarme {
    padding: 10px
}

.imgFarme .crop {
    position: relative;
    float: left;
    display: inline;
    width: 300px;
    height: 300px;
    padding: 1px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    overflow: hidden
}

.imgFarme .uploading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/uploading.gif) center center no-repeat #333;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: .6;
    z-index: 100
}

.imgFarme .btn {
    width: 200px;
    margin: 0 auto 10px;
    position: relative;
    overflow: hidden
}

.imgFarme .fileBar {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    font-size: 55px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.imgFarme .preview {
    float: left;
    display: inline;
    margin-left: 10px
}

.btnShareBar {
    height: 16px
}

.btnShareBar a {
    float: left;
    display: inline;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    background: url(../images/sharebtns.gif) no-repeat
}

.btnShareBar .tencent {
    background-position: 0 -5px
}

.btnShareBar .sina {
    background-position: 0 -30px
}

.btnShareBar .netease {
    background-position: 0 -55px
}

.btnShareBar .douban {
    background-position: 0 -80px
}

.btnShareBar .renren {
    background-position: 0 -106px
}

.btnShareBar .kaixin001 {
    background-position: 0 -130px
}

.btnShareBar .email {
    background-position: 0 -156px
}

.btnShareBar .Qzone {
    background-position: 0 -175px
}

.cArea .tabNav .single {
    color: #37c;
    font-weight: 700;
    border-right: none
}

.cArea .tabNav .singleA {
    color: #37c;
    float: none;
    display: inline;
    border-right: none;
    padding: 0;
    font-size: 12px;
    font-weight: 400
}

.recordList {
    margin: 0 20px
}

.recordList li {
    padding: 10px;
    border-bottom: dotted 1px #ccc
}

.recordList .new {
    border: 1px solid #ffe4c0;
    background: #fffcee;
    border-top: 0 none
}

.recordList .new.first {
    border-top: 1px solid #ffe4c0
}

.recordList .avatar {
    position: absolute;
    top: 0;
    left: -50px;
    width: 40px;
    text-align: center;
    padding: 1px;
    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden
}

.recordList .info {
    position: relative;
    margin-left: 50px
}

.recordList .relatedInfo {
    clear: both;
    color: #888;
    padding-top: 10px;
    zoom: 1
}

.recordList .relatedInfo .info {
    min-height: 60px
}

.recordList .replyBox {
    height: 80px
}

.recordList .line {
    position: relative;
    border-top: solid 1px #eee;
    height: 8px;
    line-height: 8px
}

.recordList .line .arrow {
    position: absolute;
    left: 10px;
    height: 0;
    width: 0;
    border-width: 6px;
    border-style: dashed dashed solid;
    border-top: 0 none;
    overflow: hidden
}

.recordList .line .ar1 {
    border-color: transparent transparent #eee;
    top: -6px
}

.recordList .line .ar2 {
    border-color: transparent transparent #fff;
    top: -5px
}

.recordList .new .line {
    border-color: #ffe4c0
}

.recordList .new .line .ar1 {
    border-color: transparent transparent #ffe4c0;
    top: -6px
}

.recordList .new .line .ar2 {
    border-color: transparent transparent #fffcee;
    top: -5px
}

.recordList .relatedInfo p {
    position: relative;
    line-height: 18px;
    padding-bottom: 5px;
    margin-right: 80px
}

.recordList .relatedInfo .date {
    position: absolute;
    right: -80px;
    top: 0
}

.recordList .time {
    color: #888
}

.recordList .time span {
    margin: 2px 5px 0 0
}

.recordList .pageMore {
    clear: both;
    text-align: center;
    padding-top: 10px;
    display: none
}

.change .btnChange,.change ul,.change ul li,.starBar .bar,.starBar .bar a,.starBar .tipBox {
    display: inline;
    float: left
}

.starBar {
    height: 22px
}

.starBar .bar {
    margin-right: 10px
}

.starBar .bar a {
    width: 20px;
    margin: 0 3px;
    background: url(../images/star.png) center 0 no-repeat
}

.starBar .bar .on {
    background-position: center -28px
}

.starBar .tipBox {
    color: #052391
}

.questionnaire {
    position: fixed;
    top: 250px
}

.change {
    width: 780px;
    height: 72px;
    padding-left: 210px;
    padding-top: 15px;
    margin: -40px auto 20px;
    background: url(../images/change_bg.jpg) center no-repeat;
    position: relative
}

.change ul {
    width: 700px;
    height: 60px;
    padding-top: 12px
}

.change ul li {
    width: 67px;
    height: 25px;
    padding: 0 10px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.change ul li a {
    color: #444
}

.change ul li a:hover {
    text-decoration: none
}

.change .btnChange {
    width: 65px;
    height: 20px;
    text-indent: -999px;
    overflow: hidden;
    margin: 25px 0 0 5px
}

.helpLight {
    background: url(../images/light.jpg) left no-repeat;
    color: #333;
    padding-left: 15px
}

.recommendedTips {
    background: url(../images/tips_ioc.gif) 10px 12px no-repeat #f7ffe6;
    border: 1px solid #d2e8ac;
    color: #333;
    padding: 10px 33px 10px 35px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    float: left;
    display: none
}

.recommendedTips a {
    color: #6a0
}

.recommendedTips a:hover {
    text-decoration: none
}

.recommendedTips span {
    text-decoration: underline;
    color: #37c
}

.recommendedTips .close {
    width: 33px;
    height: 33px;
    float: right;
    display: inline;
    background: url(../images/tips_close.jpg) right top no-repeat;
    text-indent: -999px;
    overflow: hidden;
    color: #37c;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999
}

.tooltip {
    position: fixed;
    right: 60px;
    bottom: 90px;
    background: #fff;
    min-height: 30px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    width: 320px;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    -moz-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc;
    z-index: 1000
}

.tooltip .barPic {
    position: relative;
    top: 25px;
    left: 10px;
    height: 65px
}

.tooltip .barPic img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px
}

.tooltip .close {
    position: absolute;
    z-index: 10;
    top: -1px;
    right: -1px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/close.gif)
}

.tooltip .content {
    margin: 10px 0 0 15px;
    color: #052391;
    font-size: 14px;
    line-height: 20px
}

.tooltip .content img {
    padding-bottom: 5px
}

.tooltip .content a {
    color: #333
}

.tooltip .content a:hover {
    text-decoration: none
}

.scrollTop {
    height: 75px;
    overflow: hidden;
    position: relative
}

.scrollTop .box {
    float: left;
    overflow: hidden;
    left: 0
}

.update_browsers_tip {
    padding: 5px 10px;
    font-size: 16px;
    background: #fdeea9;
    color: #333;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border-bottom: solid 1px #aaa
}

.update_browsers_tip .btnClose {
    width: 15px;
    height: 14px;
    margin-left: 10px;
    margin-top: 9px;
    line-height: 0;
    font-size: 0;
    background: url(../images/btn_b_updateclose.gif) right center no-repeat;
    overflow: hidden;
    text-indent: -999px
}

.update_browsers_tip .btnClose:hover {
    background-position: left center
}

.update_browsers .title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 20px
}

.update_browsers .box {
    font-size: 15px;
    text-align: center
}

.update_browsers .box a {
    display: inline-block;
    height: 23px;
    margin: 10px;
    padding-top: 81px;
    width: 76px;
    background: url(../images/browser.jpg) no-repeat;
    color: #58954E;
    text-decoration: none
}

.update_browsers .box a:hover {
    text-decoration: underline
}

.update_browsers .box .br1 {
    background-position: 6px 1px
}

.update_browsers .box .br2 {
    background-position: -80px 1px
}

.update_browsers .box .br3 {
    background-position: -170px 1px
}

.update_browsers .box .br4 {
    background-position: -260px 1px
}

.grayBg,.grayBg-light {
    width: 100%;
    clear: both;
    display: inline-block
}

.grayBg {
    background: #fff
}

.grayBg-light,.header-bg {
    background: #fff
}

.layout {
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    
}

.header-bg {
    border-bottom: 1px solid #eee
}

.layout-lg .layout {
    
    width: 100%;
    
}

html .layout.footNav {
    max-width: 1060px
}

@media screen and (max-width:1250px) {
    .layout,.layout-lg .layout {
        width: 1000px
    }

    html .footNav dl {
        width: 132px
    }

    html .footNav .s2q {
        margin-left: 5px
    }

    html .header .headNav a {
        margin: 0 18px
    }

    .searchBar.searchBarV4 .bar div.btn {
        width: 16%
    }
}

@media screen and (max-width:1050px) {
    .layout,.layout-lg .layout {
        width: 94%
    }

    html .header .headNav a {
        margin: 0 14px
    }

    html .footNav dl {
        width: 120px
    }
}

.flow-hide {
    overflow: hidden
}

.topNav {
    height: 30px;
    line-height: 30px;
    position: relative
}

.topNav .topLeft .bondCode {
    float: left;
    margin-right: 30px;
    font-size: 14px;
    color: #999
}

.topNav .topLeft .mbLink {
    float: left;
    display: inline;
    padding-left: 20px;
    background: url(../images/mblink.gif) left center no-repeat;
    margin-right: 35px;
    color: #888
}

.topNav .topLeft #otherNavs {
    float: left;
    display: inline;
    position: relative
}

.topNav .topLeft #otherNavs .city-name {
    padding-left: 8px;
    font-size: 14px;
    padding-right: 25px;
    color: ##052391;
    position: relative;
    cursor: pointer
}

.topNav .topLeft #otherNavs h2 i {
    top: 1px;
    right: -2px
}

#otherNavs .cont {
    display: none;
    position: absolute;
    top: 30px;
    left: -1px;
    width: 470px;
    padding: 30px 10px;
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px #e6e6e6;
    -moz-box-shadow: 0 0 3px #e6e6e6;
    box-shadow: 0 0 3px #e6e6e6;
    z-index: 9999;
    border: 1px solid #f2f2f2
}

#otherNavs .cont i,#otherNavs .cont:before {
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #f2f2f2;
    position: absolute;
    top: -14px;
    left: 15px
}

#otherNavs .cont:before {
    border-bottom-color: #fff;
    z-index: 10;
    border-width: 5px;
    top: -10px;
    left: 17px
}

#otherNavs .cont .arrow,#otherNavs .cont .arrow i {
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    font-size: 0;
    line-height: 0
}

#otherNavs dl dd,#otherNavs dl dt {
    display: inline;
    float: left
}

#otherNavs .cont .arrow {
    left: 40px;
    top: -12px;
    border-width: 12px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #c7c7c7;
    border-top: 0 none
}

#otherNavs .cont .arrow i {
    left: -10px;
    top: 2px;
    border-width: 10px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
    border-top: 0 none
}

#otherNavs dl {
    clear: both;
    margin: 0 20px 15px 100px;
    line-height: 28px
}

#otherNavs dl dt {
    position: relative;
    width: 90px;
    margin-left: -90px;
    text-align: right;
    color: #888
}

#otherNavs.other-nav-v4 .cont {
    width: 546px;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,.2);
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    padding-bottom: 20px
}

#otherNavs.other-nav-v4 .cont dt {
    float: none;
    margin: 0 0 0 5px;
    color: #333;
    font-size: 16px
}

#otherNavs.other-nav-v4 .news {
    position: absolute;
    font-size: 12px;
    color: #fff;
    background: #052391;
    line-height: 18px;
    padding: 0 8px;
    right: -10px;
    top: -1px
}

#otherNavs.other-nav-v4 dl {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px
}

#otherNavs.other-nav-v4 dd a {
    width: 89px;
    height: 38px;
    border: 1px solid #c9c9c9;
    text-align: center;
    line-height: 38px;
    margin: 5px;
    font-size: 14px
}

#otherNavs.other-nav-v4 dd a.active,#otherNavs.other-nav-v4 dd a:hover {
    border-color: #052391;
    text-decoration: none
}

#otherNavs dl dd a {
    display: inline-block;
    float: left;
    margin-left: 15px;
    margin-right: 10px;
    color: #666;
    white-space: nowrap
}

#otherNavs dl dd a:hover {
    color: ##052391
}

#otherNavs.hoverOtherNav .cont {
    display: block;
    z-index: 998
}

.topNav .topRight .comIn {
    display: inline-block;
    text-decoration: none;
    background: #052391;
    text-align: center;
    padding: 0 18px;
    height: 30px;
    line-height: 30px;
    color: #fff
}

.topNav .topRight .logout {
    padding-left: 20px
}

.topNav .topRight .a_tnow {
    max-width: 170px;
    float: left
}

.topNav .topRight .perIn {
    color: #ccc;
    margin-right: 10px
}

.topNav .topRight .perIn a {
    margin: 0 8px;
    text-decoration: none;
    color: #888
}

.topNav .topRight .box {
    position: relative;
    float: left;
    width: 60px;
    border: 1px solid transparent;
    border-bottom: 0;
    margin-top: -1px
}

.topNav .topRight .box.hover {
    border-color: #e8e8e8;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.topNav .topRight .box .msg-title {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    background: #fff
}

.topNav .topRight .box .msg-title .loginName {
    color: #000;
    font-size: 14px;
    position: absolute;
    right: 60px;
    padding-right: 10px;
    max-width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left
}

.topNav .topRight .box .msg-title i {
    display: block;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 8px;
    margin: 0;
    cursor: pointer
}

.topNav .topRight .box .msg-title i.icon-email:before {
    display: none;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: -4px;
    margin: 0;
    cursor: pointer;
    content: "";
    background: #fb3447;
    padding: 4px
}

.topNav .topRight .box .cont {
    display: none;
    background: #fff;
    position: absolute;
    top: 28px;
    left: -65px;
    z-index: 9999;
    border: 1px solid #f2f2f2;
    overflow: hidden
}

.topNav .topRight .box .cont:after,.topNav .topRight .box .cont:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #E8E8E8;
    position: absolute;
    top: -15px;
    right: 11px
}

.topNav .topRight .box .cont:after {
    border-width: 6px;
    border-bottom-color: #fff;
    top: -12px;
    right: 12px
}

.topNav .topRight .box .cont a {
    display: block;
    width: 100%;
    color: #4b4b4b;
    font-size: 14px;
    position: relative;
    margin-bottom: -1px;
    line-height: 30px
}

.topNav .topRight .box .cont a span {
    display: block;
    border-top: 1px solid #f2f2f2;
    margin: 0 auto;
    padding: 5px 8%;
    width: 82%
}

.topNav .topRight .box .cont a.last span {
    border-bottom: none
}

.topNav .topRight .box .cont a.last em {
    background: #ccc
}

.topNav .topRight .box .cont a:hover {
    background: ##052391;
    color: #fff;
    text-decoration: none
}

.topNav .topRight .box .cont a:hover em {
    background: #fff;
    color: ##052391
}

.topNav .topRight .box.hover .cont,.topNav .topRight .box:hover .cont {
    display: block
}

.topNav .topRight .box.hover .msg-title,.topNav .topRight .box:hover .msg-title {
    z-index: 10000
}

.topNav .topRight .message .msg-title {
    background-position: left center
}

.topNav .topRight .message .cont {
    width: 123px
}

.topNav .topRight .message .cont a em {
    min-width: 8px;
    height: 16px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #ff5722;
    line-height: 16px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5px;
    display: none;
    padding: 0 5px
}

#perInfo {
    display: none
}

.header .header-logo,.header .login,.header .logo2 {
    display: inline;
    float: left
}

.topNav .topRight {
    position: absolute;
    right: 0
}

.topNav .topRight .perNav .cont {
    width: 125px
}

.topNav .topRight .perNav .cont a {
    text-align: center
}

.topNav .topRight .perNav .cont .last {
    width: 100%;
    padding: 7px 0;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #f0f0f0
}

.topNav .topRight .perNav .cont .last a {
    width: 50%;
    float: left;
    color: #888
}

.topNav .topRight .perNav .cont .last a:hover {
    background: #fff;
    color: ##052391
}

.topNav .topRight .perNav .cont .last span {
    position: absolute;
    line-height: 30px;
    color: #ccc;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 30px;
    overflow: hidden;
    z-index: 100
}

.header .header-logo {
    width: 410px;
    height: 60px;
    overflow: hidden
}

.header .login {
    background: url(../images/logo.jpg) left no-repeat;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -999em
}

.footer2 .footer,.header .headNav .aMore .more {
    background: #fff;
    text-align: center
}

.header .login.login-city,.header .login.login-ids {
    width: 170px
}

.header .logo2 {
    line-height: 60px;
    text-decoration: none;
    font-size: 20px;
    color: #666;
    margin-left: 25px;
    width: 175px;
    white-space: nowrap;
    overflow: visible;
    font-weight: 400;
    position: relative
}

.header .logo2 a {
    display: inline-block;
    position: absolute;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.header .headNav {
    float: right;
    display: inline;
    margin-top: 15px;
    position: relative
}

.header .headNav a {
    font-size: 16px;
    margin: 0 25px;
    color: #666
}

.header .headNav a .super {
    vertical-align: super;
    font-size: 14px
}

.header .headNav a:hover {
    color: ##052391;
    text-decoration: none
}

.header .headNav a.selected {
    color: ##052391
}

.header .headNav .aMore {
    display: inline-block;
    position: relative;
    height: 40px
}

.header .headNav .aMore .more {
    position: absolute;
    padding: 10px 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    line-height: 40px;
    border-top: 2px solid #052391;
    top: 40px;
    visibility: hidden;
    opacity: 0;
    -moz-transition: opacity .5s,visibility .5s;
    -o-transition: opacity .5s,visibility .5s;
    -webkit-transition: opacity .5s,visibility .5s;
    transition: opacity .5s,visibility .5s;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
    -ms-box-shadow: 0 2px 2px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.header .headNav .aMore:hover .more {
    visibility: visible;
    opacity: 1;
    -moz-transition: opacity .5s,visibility .5s 0s;
    -o-transition: opacity .5s,visibility .5s 0s;
    -webkit-transition: opacity .5s,visibility .5s 0s;
    transition: opacity .5s,visibility .5s 0s
}

.header .headNav .more:after {
    position: absolute;
    content: " ";
    border: 5px solid #fff;
    border-bottom-color: #052391;
    top: -12px;
    left: 50%;
    margin-left: -5px
}

.dot,.z-index-first,.z-index-sec {
    position: relative
}

.header .headNav .more a {
    display: block
}

.footer {
    width: 100%;
    background: #f2f2f2;
    padding: 20px 0 24px
}

.footerV3 {
    padding-bottom: 16px
}

.footerV3 .layout {
    width: 960px
}

.footer .footerLeft {
    float: left;
    width: 73%
}

.footer .footerLeft .chitoneLink {
    color: #666;
    line-height: 26px
}

.footer .footerLeft .chitoneLink a {
    color: #666;
    margin: 0 8px
}

.footer .footerLeft .copyright {
    line-height: 30px;
    font-size: 12px;
    color: #888
}

.footer .footerLeft .copyright a {
    color: inherit
}

.footer .footerRight {
    float: right
}

.footer2 .footer .footerLeft,.footer2 .footer .footerRight {
    float: none
}

.footer2 .footer .footerLeft {
    width: 100%;
    margin-bottom: 10px
}

.footer2 .footerV3 .footerLeft {
    margin-bottom: 3px
}

.footer .inspectLogo a,.helpOpTool a {
    background-image: url(../images/imgicon.gif);
    background-repeat: no-repeat
}

.footer .inspectLogo {
    height: 34px;
    margin: 3px auto;
    text-align: center
}

.footer .inspectLogo a {
    height: 34px;
    display: inline-block;
    line-height: 34px;
    margin-left: 20px;
    text-indent: -9999px;
    overflow: hidden
}

.footer .inspectLogo .publicfiles {
    width: 35px;
    background-position: -155px 0
}

.footer .inspectLogo .license {
    width: 26px;
    background-position: -200px 3px
}

.footer .inspectLogo .cnnic {
    width: 75px;
    background-position: -315px 3px
}

.footer .inspectLogo .aqlm {
    width: 90px;
    background: 0 0;
    text-indent: 0
}

.footer .inspectLogo .aqlm img {
    height: 34px;
    width: 90px
}

.white-bg {
    background: #f2f6fd
}

.contrainer {
    width: 1000px;
    margin: 0 auto
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.img-responsive {
    display: block;
    max-width: 100%
}

.border-bottom {
    border-bottom: 1px solid #f2f2f2
}

.shadow-bottom-inset {
    -webkit-box-shadow: inset 1px -1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 1px -1px 2px rgba(0,0,0,.05);
    box-shadow: inset 1px -1px 2px rgba(0,0,0,.05)
}

.shadow-bottom {
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px -10px rgba(16,3,13,1);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -ms-box-shadow: 0 2px 2px rgba(0,0,0,.1)
}

.dot,.padding-dot {
    padding-left: 18px;
    padding-right: 8px
}

.silde-bg {
    background: #fff
}

.z-index-sec {
    z-index: 999
}

.zt-tab {
    border: 1px solid #e8e8e8
}

.zt-tab .hd {
    text-align: center;
    font-size: 14px;
    overflow: hidden
}

.zt-tab .hd>* {
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

.zt-tab .hd>.first {
    border-left: 0
}

.zt-tab .hd>.selected {
    border-bottom-color: transparent
}

.zt-tab .hd>.selected a {
    background-color: #fff;
    color: ##052391;
    position: relative;
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    -moz-transition: color .1s;
    transition: color .1s
}

.dot:before,.zt-tab .hd>.selected a:before {
    position: absolute;
    content: ''
}

.zt-tab .hd>.selected a:before {
    display: block;
    left: 0;
    right: 0;
    top: -1px;
    height: 4px;
    background: #EA5504;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.zt-tab .hd a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666;
    height: 50px;
    line-height: 50px;
    text-decoration: none
}

.zt-tab .cont {
    padding: 5px 20px 10px
}

.zt-tab .item {
    display: none
}

.dot:before,.zt-tab .item.selected {
    display: block
}

.list-group .list-item {
    line-height: 30px
}

.list-item0.dot:before,.list-item1.dot:before,.list-item2.dot:before {
    -moz-border-radius: 0;
    border-radius: 0;
    width: 10px;
    height: 10px;
    left: 0
}

.list-item0.dot:before {
    background-color: ##052391
}

.list-item1.dot:before {
    background-color: #f8aa00
}

.list-item2.dot:before {
    background-color: #ffe349
}

.list-group .list-item>a {
    color: #4d4d4d;
    display: block
}

.list-group .list-item>a:hover {
    color: ##052391
}

.list-group .list-item a.c-gray {
    color: #888
}

.dot:before {
    width: 5px;
    height: 5px;
    background-color: silver;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 3px;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.dot0:before {
    background-color: ##052391
}

.dot1:before {
    background-color: #f8aa00
}

.dot2:before {
    background-color: #ffe349
}

.horizontal .left {
    float: left;
    width: 130px
}

.horizontal .right {
    margin-left: 120px
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.c-base {
    color: #4d4d4d
}

.c-gray-darken {
    color: #666
}

.c-gray {
    color: #888
}

.c-gray-light {
    color: silver
}

.c-money {
    color: ##052391
}

.col-1,.col-10,.col-11,.col-12,.col-2,.col-2-5,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.max-1,.max-10,.max-11,.max-12,.max-2,.max-2-5,.max-3,.max-4,.max-5,.max-6,.max-7,.max-8,.max-9 {
    float: left;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.col-1 {
    width: 8.33333%
}

.col-2 {
    width: 16.66667%
}

.col-2-5 {
    width: 20%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333%
}

.col-5 {
    width: 41.66667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333%
}

.col-8 {
    width: 66.66667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333%
}

.col-11 {
    width: 91.66667%
}

.col-12 {
    width: 100%
}

.max-1 {
    max-width: 8.33333%
}

.max-2 {
    max-width: 16.66667%
}

.max-2-5 {
    max-width: 20%
}

.max-3 {
    max-width: 25%
}

.max-4 {
    max-width: 33.33333%
}

.max-5 {
    max-width: 41.66667%
}

.max-6 {
    max-width: 50%
}

.max-7 {
    max-width: 58.33333%
}

.max-8 {
    max-width: 66.66667%
}

.max-9 {
    max-width: 75%
}

.max-10 {
    max-width: 83.33333%
}

.max-11 {
    max-width: 91.66667%
}

.max-12 {
    max-width: 100%
}

.max-gutter-left {
    padding-left: 8px
}

.max-gutter-right {
    padding-right: 8px
}

.icon,.icon-ids {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    top: -1px
}

.icon {
    background: url(../images/icon-sprite.png) no-repeat
}

.icon-down {
    background-position: -128px -102px;
    width: 20px;
    height: 12px
}

.icon-urgent {
    background-position: -48px -226px;
    width: 20px;
    height: 20px;
    top: 3px;
    position: absolute
}

.icon-iclose {
    background-position: 0 -150px;
    width: 24px;
    height: 24px
}

.icon-attest,.icon-attest-active {
    background-position: -92px -253px;
    width: 40px;
    height: 28px
}

.icon-attest-active {
    background-position: -48px -253px
}

.icon-search {
    width: 28px;
    height: 28px;
    background-position: 0 0
}

.icon-email {
    width: 25px;
    height: 25px;
    background-position: -42px -187px
}

.icon-per-center {
    width: 25px;
    height: 25px;
    background-position: -78px -187px
}

.icon-location,.icon-location-active {
    width: 20px;
    height: 20px
}

.icon-location {
    background-position: 0 -35px
}

.icon-location-active {
    background-position: -21px -35px
}

.icon-location-small {
    width: 12px;
    height: 16px;
    background-position: -35px 0
}

.icon-star {
    width: 14px;
    height: 14px;
    background-position: -53px 0
}

.icon-per {
    display: inline-block;
    position: relative;
    top: 4px;
    width: 30px;
    height: 30px;
    background: url(../images/icon-sprites.png) -60px 0 no-repeat;
    margin-right: 8px
}

.icon-checked {
    width: 20px;
    height: 20px;
    background-position: 0 -235px
}

.icon-arrow-left {
    width: 8px;
    height: 15px;
    background-position: 0 -86px
}

.icon-collect,.icon-report,.icon-tsina,.icon-wx {
    width: 32px;
    height: 32px
}

.icon-wx {
    background-position: -283px -44px
}

.icon-wx.selected,.icon-wx:hover {
    background-position: -283px 0
}

.icon-tsina {
    background-position: -321px -44px
}

.icon-tsina.selected,.icon-tsina:hover {
    background-position: -321px 0
}

.icon-report {
    background-position: -244px -44px
}

.icon-report.selected,.icon-report:hover {
    background-position: -244px 0
}

.icon-collect {
    background-position: -206px -44px
}

.icon-collect.selected,.icon-collect:hover {
    background-position: -206px 0
}

.icon-smile {
    width: 22px;
    height: 22px;
    background-position: -42px -100px
}

.icon-hot {
    width: 30px;
    height: 14px;
    background-position: 0 -64px;
    vertical-align: super;
    top: 1px
}

.icon-add {
    width: 32px;
    height: 32px;
    background-position: -360px -44px
}

.icon-collect.selected {
    background-position: -205px 0
}

.icon-dot3 {
    height: 6px;
    width: 25px;
    background-position: -78px 0
}

.icon-ids-autos,.icon-ids-autos2,.icon-ids-edu,.icon-ids-edu2,.icon-ids-energy,.icon-ids-energy2,.icon-ids-finance,.icon-ids-finance2,.icon-ids-it,.icon-ids-it2,.icon-ids-logistic,.icon-ids-logistic2,.icon-ids-media,.icon-ids-media2,.icon-ids-medicine,.icon-ids-medicine2,.icon-ids-org,.icon-ids-org2,.icon-ids-other,.icon-ids-other2,.icon-ids-outsource,.icon-ids-outsource2,.icon-ids-realty,.icon-ids-realty2,.icon-ids-service,.icon-ids-service2,.icon-ids-sprite,.icon-ids-trade,.icon-ids-trade2 {
    background-image: url(../images/icon-ids-sprite.png);
    background-repeat: no-repeat
}

.icon-ids-autos {
    background-position: 0 0;
    height: 38px;
    width: 37px
}

.hotJob>dl:hover .icon-ids-autos,.icon-ids-autos2 {
    background-position: 0 -38px;
    height: 38px;
    width: 37px
}

.icon-ids-edu {
    background-position: 0 -76px;
    height: 39px;
    width: 40px
}

.hotJob>dl:hover .icon-ids-edu,.icon-ids-edu2 {
    background-position: 0 -115px;
    height: 39px;
    width: 40px
}

.icon-ids-energy {
    background-position: 0 -154px;
    height: 35px;
    width: 40px
}

.hotJob>dl:hover .icon-ids-energy,.icon-ids-energy2 {
    background-position: 0 -189px;
    height: 35px;
    width: 40px
}

.icon-ids-finance {
    background-position: 0 -224px;
    height: 40px;
    width: 37px
}

.hotJob>dl:hover .icon-ids-finance,.icon-ids-finance2 {
    background-position: 0 -264px;
    height: 40px;
    width: 37px
}

.icon-ids-it {
    background-position: 0 -304px;
    height: 36px;
    width: 36px
}

.hotJob>dl:hover .icon-ids-it,.icon-ids-it2 {
    background-position: 0 -340px;
    height: 36px;
    width: 36px
}

.icon-ids-logistic {
    background-position: 0 -376px;
    height: 39px;
    width: 34px
}

.hotJob>dl:hover .icon-ids-logistic,.icon-ids-logistic2 {
    background-position: 0 -415px;
    height: 40px;
    width: 34px
}

.icon-ids-media {
    background-position: 0 -455px;
    height: 39px;
    width: 42px
}

.hotJob>dl:hover .icon-ids-media,.icon-ids-media2 {
    background-position: 0 -494px;
    height: 39px;
    width: 42px
}

.icon-ids-medicine {
    background-position: 0 -533px;
    height: 38px;
    width: 40px
}

.hotJob>dl:hover .icon-ids-medicine,.icon-ids-medicine2 {
    background-position: 0 -571px;
    height: 38px;
    width: 40px
}

.icon-ids-org {
    background-position: 0 -609px;
    height: 38px;
    width: 40px
}

.hotJob>dl:hover .icon-ids-org,.icon-ids-org2 {
    background-position: 0 -647px;
    height: 38px;
    width: 40px
}

.icon-ids-other {
    background-position: 0 -685px;
    height: 40px;
    width: 40px
}

.hotJob>dl:hover .icon-ids-other,.icon-ids-other2 {
    background-position: 0 -725px;
    height: 39px;
    width: 39px
}

.icon-ids-outsource {
    background-position: 0 -764px;
    height: 36px;
    width: 45px
}

.hotJob>dl:hover .icon-ids-outsource,.icon-ids-outsource2 {
    background-position: 0 -800px;
    height: 34px;
    width: 40px
}

.icon-ids-realty {
    background-position: 0 -834px;
    height: 40px;
    width: 38px
}

.hotJob>dl:hover .icon-ids-realty,.icon-ids-realty2 {
    background-position: 0 -874px;
    height: 40px;
    width: 38px
}

.icon-ids-service {
    background-position: 0 -914px;
    height: 40px;
    width: 35px
}

.hotJob>dl:hover .icon-ids-service,.icon-ids-service2 {
    background-position: 0 -954px;
    height: 40px;
    width: 35px
}

.icon-ids-trade {
    background-position: 0 -994px;
    height: 37px;
    width: 37px
}

.hotJob>dl:hover .icon-ids-trade,.icon-ids-trade2 {
    background-position: 0 -1031px;
    height: 37px;
    width: 37px
}

.structure-border.no-margin-top {
    margin-top: 0
}

.structure-border {
    position: relative;
    margin-top: 50px
}

.structure-border>.left {
    width: 72%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background: #f2f6fd
}

.structure-border>.right {
    margin-left: 76%;
    height: 100%;
    position: relative;
    background: #f2f6fd
}

.searchBar.searchBarV3 {
    width: 100%;
}

.searchBar.searchBarV3 .bar {
    padding: 0;
    
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.searchBar.searchBarV3 .keyType {
    height: 100%
}

.searchBar.searchBarV3 .btnKeyType {
    border-top: 0;
    border-bottom: 0;
    z-index: -1
}

.searchBar.searchBarV3 .bar .key label {
    top: 6px
}

.searchBar.searchBarV3 .bar .key input {
    height: 25px;
    width: 220px;
        margin: 20px auto;
    line-height: 25px;
    padding-left: 50px;
}
.key input { background-image:url(../images/sousuo.png);background-repeat: no-repeat;
    background-size: 25px;
    background-position: 3% center;}

.searchBar.searchBarV3 .bar .city {
    width: 260px;
    height: 100%;
    margin: 0;
    background-color: #fff
}

.searchBar.searchBarV3 .bar .city input {
    height: 100%;
    margin: 0;
    background-color: #fff;
    outline: 0;
    width: 88%
}

.searchBar .bar .icon-search {
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

.searchBar.searchBarV3 .bar .city a span {
    padding: 0 30px 0 10px;
    line-height: 46px;
    float: left
}

.searchBar.searchBarV3 .bar .btn {
    
    width: 276px;
    margin:20px auto;
    background-color:#052391;
}

.searchBar .bar .btn:hover,.searchBar.searchBarLg .bar .btn:hover {
    background-color: #f58220
}

.searchBar.searchBarV3 .other .icon-location {
    background-position: 0 -35px;
    margin-right: 100px
}

.searchBar .dropDownArrow {
    background: 0 0
}

.dropDownArrow:before {
    content: '';
    display: block;
    position: absolute;
    right: 6px;
    top: 50%;
    z-index: 10;
    margin-top: -3px;
    background: url(../images/icon-sprite.png) -128px -102px no-repeat;
    width: 16px;
    height: 10px
}

.searchBar.searchBarV3 .dropDownArrow:before {
    border-top-color: #ccc
}

.searchBar.searchBarV3 .other {
    line-height: 50px;
    width: 30px;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 12px
}

.searchBar.searchBarV3 .other p {
    word-wrap: inherit
}

.searchBar.searchBarLg {
    width: 940px
}

.searchBar.searchBarLg .bar {
    background: 0 0;
    width: 870px;
    padding: 0;
    height: 47px
}

.searchBar.theme-border .bar {
    background-color: ##052391
}

.searchBar.searchBarLg .city,.searchBar.searchBarLg .key {
    border: 1px solid #e8e8e8
}

.searchBar.theme-border .btnKeyType,.searchBar.theme-border .city,.searchBar.theme-border .key {
    border-color: ##052391;
    border-width: 2px
}

.searchBar.searchBarLg .selDropDown,.searchBar.theme-border .btnKeyType,.searchBar.theme-border .key {
    border-right: 0
}

.searchBar.theme-border .city {
    border-left: 0
}

.searchBar.theme-border .key:after,.searchBar.theme-border .key:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #d5d5d5
}

.searchBar.theme-border .key:after {
    right: 0
}

.searchBar.theme-border .key:before {
    left: 0
}

.searchBar.searchBarLg .key {
    border-left: 0;
    margin-right: 10px
}

.searchBar.theme-border .key {
    margin-right: 0
}

.searchBar.searchBarLg .bar .key input {
    width: 372px;
    height: 26px;
    line-height: 26px
}

.searchBar.theme-border .bar .key input {
    height: 24px;
    line-height: 24px
}

.searchBar.searchBarLg .bar .btn {
    width: 150px;
    height: 47px;
    background-color: ##052391
}

.searchBar.searchBarLg.theme-border .bar .btn {
    height: 48px;
    width: 162px
}

.searchBar.searchBarLg .bar .city {
    width: 227px;
    height: 46px
}

.searchBar.theme-border .bar .city {
    height: 44px;
    width: 248px
}

.searchBar.searchBarLg .bar .city input {
    width: 85%;
    padding-left: 10px;
    height: 45px;
    line-height: 45px
}

.searchBar.searchBarLg .other {
    margin-left: 10px;
    width: 30px;
    white-space: nowrap;
    overflow: hidden
}

.tao-tag {
    display: inline-block;
    padding: 4px 6px;
    color: #689f38;
    margin: 3px 2px;
    line-height: 16px;
    background-color: #e7f5d8;
    font-size: 12px;
    font-family: '宋体'
}

.tag-theme-border .tao-tag {
    background-color: #fff;
    color: #666;
    border: 1px solid #d1d1d1;
    font-family: inherit;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    box-shadow: 1px 1px 1px rgba(0,0,0,.1)
}

.bread-gutter {
    padding: 18px 0 0
}

.breadcrumb {
    padding: 8px 0;
    list-style: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    color: #888;
    overflow: hidden
}

.breadcrumb.f-base {
    font-size: 14px
}

.breadcrumb h1 {
    font-size: inherit;
    font-weight: 400
}

.breadcrumb>li {
    display: inline-block;
    float: left
}

.breadcrumb>li a {
    color: inherit
}

.breadcrumb>li a:hover {
    color: ##052391
}

.breadcrumb>li+li:after {
    padding-left: 3px;
    color: #888;
    content: ">";
    font-family: initial
}

.box-tag ul:after,.show-more:after {
    content: ''
}

.breadcrumb>.active {
    color: inherit
}

.breadcrumb>.active:after {
    display: none
}

.title-line {
    position: relative
}

.title-line:before {
    display: block;
    position: absolute;
    width: 4px;
    height: 20px;
    background: ##052391;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.aside-title.title-line:before {
    top: 5px;
    left: -1px
}

.aside-wrap .aside-content {
    line-height: 1.8em;
    overflow: hidden
}

.aside-wrap .aside-content .zp-tip {
    color: ##052391
}

.aside-title {
    font-size: 18px;
    padding: 10px 0 12px;
    color: #000
}

.aside-title,.post-details .post-main .title-line.quiz,.title-line {
    text-shadow: 1px 0 0 #7E7E7E;
    -webkit-text-shadow: 1px 0 0 #7E7E7E;
    -ms-text-shadow: 1px 0 0 #7E7E7E;
    -moz-text-shadow: 1px 0 0 #7E7E7E
}

.post-details .post-main .title-line.quiz {
    padding-bottom: 15px;
    margin-top: 20px
}

.aside-tag {
    margin: 0 -6px
}

.aside-tag>a {
    color: #666;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    -moz-border-radius: 19px;
    border-radius: 19px;
    margin-bottom: 5px;
    line-height: normal;
    font-size: 14px
}

.city-tag-box .aside-tag>a {
    float: none;
    line-height: 18px;
    font-size: 14px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-left: 6px;
    padding: 3px 12px;
    margin-bottom: 8px
}

.aside-tag>a:hover {
    color: ##052391
}

.aside-wrap {
    margin-bottom: 0;
    padding-bottom: 10px
}

.show-more {
    position: relative;
    text-decoration: none
}

.show-more:after {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px solid transparent;
    border-top-color: #888;
    position: relative;
    top: 4px;
    margin: 0 5px
}

.show-more.active:after {
    border: 5px solid transparent;
    border-bottom-color: #888;
    top: -4px
}

.search-job-from {
    display: block
}

.search-from .show-more {
    color: #999;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    text-indent: -12px;
    width: 112px;
    height: 28px;
    font-size: 12px;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/icon-sprite.png) -142px -253px no-repeat;
    z-index: 100
}

.search-from .show-more:hover {
    color: ##052391
}

.search-from .show-more:after {
    border: 6px solid transparent;
    border-top-color: silver;
    top: 10px;
    position: absolute
}

.search-from .show-more.isShow:after {
    border-top-color: transparent;
    border-bottom-color: silver;
    top: 3px
}

html .bdsharebuttonbox:after {
    display: none
}

.bdshare-button-style0-16 .bds_more,html .bdshare-button-style0-16 a {
    padding: 0;
    display: inline-block;
    height: 32px;
    width: 32px;
    float: none;
    overflow: hidden;
    position: relative;
    background-image: url(../images/icon-sprite.png);
    background-repeat: no-repeat;
    margin: 0 2px;
    line-height: normal
}

html .bdshare-button-style0-16 a:hover {
    -webkit-filter: none;
    filter: none
}

html .bdshare-button-style0-16 a .icon {
    top: 0
}

.dl-table {
    border: 1px solid #e8e8e8;
    border-bottom: 0
}

.dl-table .th {
    color: #777
}

.dl-table .td {
    border-left: 1px solid #e8e8e8
}

.dl-table .td,.dl-table .th {
    border-bottom: 1px solid #e8e8e8;
    padding: 5px 7px;
    height: 33px
}

.city-tag {
    float: left;
    display: inline;
    padding: 0 23px;
    line-height: 33px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #888;
    background: #fff;
    margin-left: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid #e8e8e8
}

.city-tag:hover {
    border-color: ##052391;
    color: ##052391;
    text-decoration: none
}

.box-tag,.box-tag ul li {
    border: 1px solid #e8e8e8
}

.aside-list a {
    text-decoration: none
}

.box-tag {
    background: #fff;
    position: relative;
    min-height: 30px;
    cursor: pointer;
    padding: 10px 40px 5px 10px
}

.box-tag span {
    position: absolute;
    display: block;
    width: 20px;
    height: 15px;
    background-position: 0 -286px;
    top: 16px;
    right: 5px;
    cursor: pointer
}

.box-tag ul:after {
    clear: both;
    display: block
}

.box-tag ul li {
    float: left;
    display: inline;
    padding-right: 27px;
    line-height: 24px;
    margin-top: 10px;
    height: 24px;
    padding-left: 5px;
    margin-left: 15px;
    position: relative
}

.box-tag ul li i {
    position: absolute;
    display: block;
    width: 20px;
    height: 24px;
    top: 0;
    right: 2px;
    margin: 0;
    cursor: pointer;
    text-align: center;
    color: ##052391;
    font-size: 22px;
    line-height: 24px
}

.dn,.sel-ul {
    display: none
}

.box-tag ul li i:before {
    content: '×'
}

.box-tag ul li a {
    color: ##052391;
    font-size: 14px;
    cursor: default
}

.box-tag ul li a:hover {
    text-decoration: none
}

.box-tag ul li i:hover {
    color: #97c744
}

em.collect {
    color: #888;
    padding-left: 22px;
    height: 18px;
    line-height: 18px;
    background: url(../images/collect.png) no-repeat;
    cursor: pointer
}

em.collect.selected {
    color: #97c744;
    background-position: 0 -26px
}

.sel-ul {
    background: #fff;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 1px;
    overflow: auto;
    max-height: 235px
}

.sel-ul a,.selDropDown.open .sel-ul {
    display: block
}

.sel-ul a {
    padding: 5px 8px;
    color: #666;
    text-decoration: none;
    position: relative
}

.sel-ul a:hover {
    color: ##052391
}

.sel-ul a.selected {
    background-color: ##052391;
    color: #fff
}

.selDropDown[data-type=multi] .sel-ul a.selected {
    background-color: transparent;
    color: #666
}

.selDropDown[data-type=multi] .sel-ul a.selected:after {
    color: ##052391;
    content: '✔';
    line-height: 8px;
    text-indent: 2px
}

.selDropDown[data-type=multi] .sel-ul a:after {
    content: '';
    display: block;
    width: 12px;
    border: 1px solid #eee;
    height: 12px;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto
}

.selDropDown.open {
    z-index: 800
}

.selDropDown.open .dropDownArrow:before {
    border-bottom-color: #ddd;
    border-top-color: transparent;
    margin-top: -5px
}

.seltoggle {
    cursor: pointer;
    top: 0;
    position: absolute
}

.condition-item {
    border: 1px solid #e5e5e5;
    padding: 0 8px;
    margin-right: 7px;
    color: ##052391;
    margin-bottom: 5px;
    display: inline-block
}

.condition-item .close {
    padding-left: 8px;
    font-size: 1.5em;
    position: relative;
    top: 1px;
    right: -4px;
    cursor: pointer;
    line-height: 16px;
    color: inherit;
    text-decoration: none
}

.condition-item .close:hover {
    color: #97c744
}

.warn-tip {
    background: #fff3e1;
    padding: 10px 20px 20px;
    line-height: 1.8em
}

.warn-tip .title {
    font-size: 14px;
    color: ##052391
}

.warn-tip .content {
    font-size: 12px;
    color: ##052391;
    text-indent: 2em
}

input::-ms-clear {
    display: none
}

.friendLink .hd,.friendLink .hd h3 {
    display: inline-block
}

body .friendLink {
    padding-bottom: 20px;
    padding-top: 20px
}

.friendLink .hd h3 {
    font-size: 18px;
    cursor: pointer;
    padding-right: 5px;
    padding-bottom: 8px
}

.friendLink .hd .selected {
    color: ##052391;
    border-color: ##052391
}

.friendLink .hd span {
    color: #ccc;
    padding: 0 10px;
    font-size: 16px;
    display: none
}

.friendLink .cont .item {
    color: #888;
    line-height: 1.8em
}

.friendLink .cont .item a {
    color: #888
}

.height-light>em {
    color: red
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #999
}

input:-moz-placeholder,textarea:-moz-placeholder {
    color: #999
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #999!important
}

.sel-ul::-webkit-scrollbar,div::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.sel-ul::-webkit-scrollbar-thumb,.sel-ul::-webkit-scrollbar-track,div::-webkit-scrollbar-thumb,div::-webkit-scrollbar-track {
    border-radius: 999px
}

.sel-ul::-webkit-scrollbar-track,div::-webkit-scrollbar-track {
    background: 0 0
}

.sel-ul::-webkit-scrollbar-thumb,div::-webkit-scrollbar-thumb {
    min-height: 10px;
    background-clip: content-box;
    background: rgba(0,0,0,.15)
}

.sel-ul::-webkit-scrollbar-corner,div::-webkit-scrollbar-corner {
    background: 0 0
}

.footNav {
    padding: 20px 0 0
}

.footNav .hr {
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 10px;
    margin-bottom: -1px
}

.footNav .hr i {
    float: left;
    border-top: 4px solid #f90;
    width: 70px;
    margin-top: -1px
}

.footNav dl {
    float: left;
    display: inline;
    width: 145px;
    margin: 0 5px 0 0
}

.footNav dl dt {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #666
}

.footNav dl dd {
    line-height: 30px
}

.footNav dl dd a {
    color: #888
}

.footNav dl dd a:hover {
    color: ##052391
}

.footNav .s2q {
    float: right;
    display: inline;
    width: 100px;
    margin: 0 8px
}

.footNav .s2q dt {
    color: #888;
    text-align: center;
    font-size: 14px;
    line-height: normal
}

.footNav .s2q dd {
    position: relative;
    background-image: url(../images/share.gif);
    background-repeat: no-repeat;
    line-height: normal;
    width: 100px;
    height: 100px
}

.footNav .s2q dd img {
    width: 100%;
    display: block
}

.footNav .s2q .wechat {
    background-position: left
}

.footNav .s2q .sain {
    background-position: -110px 0
}

.footNav .s2q .jobPlace {
    background-position: -220px 0
}

.footNav .s2q .zjj {
    background-position: right
}

.link-inline a {
    color: #666;
    margin: 2px 0;
    display: inline-block;
    text-decoration: none
}

.link-inline a:hover {
    color: ##052391
}

.link-inline .split {
    color: #ccc;
    padding: 0 5px
}

.helpOpTool .toorbar-tel {
    display: block;
    position: fixed;
    width: 48px;
    height: 48px;
    background: #f5c593;
    z-index: 10000
}

.helpOpTool .toorbar-tel:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 9px;
    left: 10px;
    background: url(../images/tel-bg.png) 0 -49px no-repeat
}

.helpOpTool .toorbar-tel:hover:before {
    content: '电话';
    color: #fff;
    text-align: center;
    line-height: 48px;
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f48000;
    font-size: 14px
}

.helpOpTool a .tel-left {
    position: absolute;
    top: 0;
    left: -120px;
    width: 115px;
    height: 48px;
    background: url(../images/tel-bg.png) no-repeat;
    display: none;
    padding: 0
}

.helpOpTool .toorbar-tel:hover .helpOpTool a .tel-left {
    display: block
}

.headerV4 {
    background: #fff;
    height: 70px
}

.login-placeholder {
    height: 80px;
    background: #fff
}

.login-placeholder.active .login-footer-bar {
    position: relative
}

.login-footer-bar {
    background: url(../images/footer-bar-bg.png) bottom repeat-x;
    padding-bottom: 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    z-index: 1000
}

.footer-bar-bg {
    width: 96px;
    margin: -26px 0 0 10px
}

.footer-bar-bg img {
    width: 100%
}

.login-footer-bar .layout {
    height: 85px
}

.login-footer-bar .counter {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 2%;
    color: #ffaf86;
    white-space: nowrap
}

.login-footer-bar .counter>p {
    font-size: 24px;
    color: #fff;
    margin: 12px 0
}

.login-footer-bar .counter>.num {
    font-size: 24px;
    font-family: simsun;
    color: #ffe6d9;
    margin-left: 10%
}

.login-footer-bar .counter>.num_01 {
    margin-left: 0
}

.login-footer-bar .weChat_touch {
    margin: -40px 3.3% 0 4.1%;
    text-align: center;
    font-size: 12px;
    color: #fff
}

.login-footer-bar .weChat_touch>img {
    display: inline-block;
    margin-bottom: -4px
}

.login-footer-bar .login_reg a.hide-after-login {
    padding: 8px 20px;
    position: relative
}

.login-footer-bar .login_reg a.hide-after-login>.arrow_right {
    position: absolute;
    top: 11px;
    right: 18px;
    background-position: 0 -6px;
    height: 17px;
    width: 8px;
    background-image: url(../images/icon-sprite.png);
    background-repeat: no-repeat
}

.login-footer-bar .login_reg a.reg_01 {
    padding-left: 26px;
    padding-right: 36px
}

.login-footer-bar .btn {
    font-size: 18px;
    border: 1px solid #fff;
    padding: 10px 40px;
    margin-top: 26px;
    margin-left: 10px;
    color: #fff;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    text-decoration: none
}

.login-footer-bar .layout {
    position: relative
}

.login-footer-bar .footer-close {
    position: absolute;
    right: 0;
    top: 9px
}

@media screen and (max-width:1250px) {
    .footer-bar-bg {
        width: 90px
    }

    .login-footer-bar .counter .num {
        font-size: 14px
    }

    .login-footer-bar .btn {
        font-size: 16px;
        padding: 8px 25px;
        margin-top: 30px
    }
}

@media screen and (max-width:1100px) {
    .login-footer-bar .counter {
        padding-left: 10px
    }
}






.friendLink .hd {
    border-bottom: 1px solid ##052391;
    width: 100%;
    margin-bottom: 5px;
    padding: 0
}

.friendLink .hd h3 {
    float: left;
    padding: 0;
    height: 36px;
    width: 120px;
    line-height: 36px;
    text-align: center;
    margin-bottom: -1px;
    border: 1px solid transparent;
    margin-right: -1px;
    color: #888
}

.friendLink .hd h3.selected {
    border: 1px solid ##052391;
    border-bottom-color: #f5f5f5;
    color: ##052391;
    position: relative;
    z-index: 2
}