@charset "UTF-8";
/*!===base-Start===*/
/*初始化-开始*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Microsoft Yahei", "微软雅黑";
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: middle;
}

img[src=""] {
    opacity: 0;
}

table {
    border-collapse: collapse;
}

body {
    font: 12px/150% Microsoft Yahei, "微软雅黑", "\5b8b\4f53";
    background: #fff;
    color: #333;
}

input, textarea {
    color: #666;
    font-family: "Microsoft Yahei";
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}

div {
    box-sizing: border-box;
}

/*初始化-结束*/
/*一些公共样式*/
a:hover {
    color: #1e82d2;
}

.main {
    width: 1000px;
    margin: 0 auto;
}

.hide {
    display: none;
}

/*回到顶部*/
#top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 2%;
    bottom: 100px;
    z-index: 5;
    cursor: pointer;
    display: none;
    background: url(../img/huidaodingbu.png) no-repeat #dcdcdc;
}

#top:hover {
    background-color: #1e82d2;
}

/*右侧发布栏*/
#mPublish {
    position: fixed;
    right: 2%;
    top: 160px;
    width: 100px;
    min-height: 200px;
    text-align: center;
    z-index: 9;
    overflow: hidden;
}

#mPublish > div {
    width: 94px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    background: #1e82d2;
    margin: 0 auto;
}

#mPublish > div > img {
    margin-top: -4px;
    margin-right: 6px;
}

#mPublish > ul {
    width: 100%;
    overflow: hidden;
}

#mPublish > ul > li {
    width: 100%;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    /*background: #259ef9;
      margin-top: 1px;*/
    background: url(../img/fabu_beijing.png) no-repeat center center;
    background-size: 100% 40px;
}

#mPublish > ul > li > a {
    /*color: #fff;*/
    color: #333;
}

#mPublish > ul > li > a:hover {
    color: #1e82d2;
}

/*发送消息*/
textarea.send-msg {
    width: 100%;
    height: 160px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #666;
    border: 1px solid #a6c7ff;
    box-sizing: border-box;
    padding: 5px;
}

/*!===base-End===*/
/*定义项目中的按钮的样式*/
.btn {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

/*按钮颜色*/
.btn-green {
    background: #12b6b0;
}

.btn-blue {
    background: #1e82d2;
}

.btn-orange {
    background: #fe7a40;
}

/*按钮位置*/
.btn-left {
    display: block;
    float: left;
}

.btn-center {
    display: block;
    margin: 0 auto;
}

.btn-right {
    display: block;
    float: right;
}

/*!===dialog-Start===*/
div#dialog {
    width: 100%;
    height: 100%;
}

div#dialog > div.dialog-message {
    width: 500px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -250px;
    border: 1px solid #1e82d2;
    border-radius: 3px;
}

div#dialog > div.dialog-message > h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #1e82d2;
}

div#dialog > div.dialog-message > div {
    width: 100%;
    text-align: center;
}

div#dialog > div.dialog-message > div > p.info {
    margin: 40px 0px;
    font-size: 22px;
    color: #ff9940;
}

div#dialog > div.dialog-message > div > p.skip {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    letter-spacing: 1px;
}

div#dialog > div.dialog-message > div > p.skip > a {
    color: #1e82d2;
}

/*!===dialog-Start===*/
/*!===error-Start===*/
div#error {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 40px;
    overflow: hidden;
}

div#error > h1 {
    width: 100%;
    height: 180px;
    line-height: 180px;
    font-size: 170px;
    margin: 15px 0px;
    color: #666;
    text-align: center;
}

div#error > h2 {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    margin: 10px 0px;
    text-align: center;
    font-weight: bold;
    color: #666;
}

div#error > h3 {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin: 10px 0px;
    text-align: center;
    color: #666;
}

div#error > div {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
}

div#error > div > span {
    margin-right: 5px;
}

div#error > div > a {
    margin-left: 5px;
    color: #1e82d2;
    font-weight: bold;
    font-size: 16px;
}

/*!===error-End===*/
/*!===index-Start===*/
/*移入样式*/
.hover-shadow {
    cursor: pointer;
    top: -10px;
    box-shadow: #ccc 0px 0px 10px, #ccc 0px 0px 0px, #ccc 0px 10px 10px, #ccc 0px 0px 10px;
}

/*---顶部---*/
#header {
    height: 64px;
}

#header .main > div {
    height: 54px;
    float: left;
}

#header .main .header-logo {
    width: 290px;
}

#header .main .header-logo > a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #333;
}

#header .main .header-logo > a > img {
    max-width: 200px;
    max-height: 54px;
    display: block;
    border: 0px;
    float: left;
}

#header .main .header-logo > a > span {
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin-left: 9px;
    padding-left: 9px;
    border-left: 1px solid #1e82d2;
    float: left;
    margin-top: 10px;
    color: #999;
}

#header .main .header-menu {
    width: 560px;
}

#header .main .header-menu > ul {
    width: 100%;
    height: 100%;
}

#header .main .header-menu > ul li {
    display: inline-block;
    line-height: 54px;
    padding-right: 24px;
}

#header .main .header-menu > ul li a {
    display: inline-block;
    height: 42px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}

#header .main .header-menu > ul li a.current_page {
    color: #1e82d2;
    border-bottom: 1px solid #1e82d2;
    font-weight: bold;
}

#header .main .header-member {
    width: 150px;
}

#header .main .header-member > ul {
    width: 100%;
    height: 100%;
}

#header .main .header-member ul.member-item-before {
    display: none;
}

#header .main .header-member ul.member-item-before li {
    display: inline-block;
    line-height: 54px;
    padding-left: 20px;
    float: right;
}

#header .main .header-member ul.member-item-before li a {
    display: inline-block;
    height: 42px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}

#header .main .header-member ul.member-item-after li {
    width: 34px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 12px;
    float: right;
    cursor: pointer;
}

#header .main .header-member ul.member-item-after li a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
}

#header .main .header-member ul.member-item-after li.person {
    height: 26px;
    line-height: 26px;
    padding-top: 4px;
    position: relative;
}

#header .main .header-member ul.member-item-after li.person > a {
    display: inline-block;
    width: 26px;
    height: 26px;
}

#header .main .header-member ul.member-item-after li.person > a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
}

#header .main .header-member ul.member-item-after li.person > div {
    position: absolute;
    left: -56px;
    top: 30px;
    background: #333;
    z-index: 9;
    display: none;
    padding: 15px 0;
}

#header .main .header-member ul.member-item-after li.person > div a {
    display: inline-block;
    width: 56px;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    padding: 0px 17px;
}

#header .main .header-member ul.member-item-after li.person > div a:hover {
    background: #1e82d2;
}

#header .main .header-member ul.member-item-after li.person:hover {
    background: #333;
}

#header .main .header-member ul.member-item-after li.person:hover div {
    display: block;
}

#header .main .header-member ul.member-item-after li.publish {
    background: url(../img/fabu_hei.png) no-repeat center center;
    position: relative;
}

#header .main .header-member ul.member-item-after li.publish > div {
    position: absolute;
    top: 30px;
    left: -80px;
    background-color: #333;
    z-index: 9;
    display: none;
    padding: 15px 0px;
}

#header .main .header-member ul.member-item-after li.publish > div a {
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #fff;
    padding: 0px 17px;
}

#header .main .header-member ul.member-item-after li.publish > div a:hover {
    background: #1e82d2;
}

#header .main .header-member ul.member-item-after li.publish:hover {
    background: #333 url(../img/fabu_bai.png) no-repeat center center;
}

#header .main .header-member ul.member-item-after li.publish:hover div {
    display: block;
}

#header .main .header-member ul.member-item-after li.favorite {
    background: url(../img/shoucang_hei.png) no-repeat center center;
}

#header .main .header-member ul.member-item-after li.letter {
    background: url(../img/zhanneixin_hei.png) no-repeat center center;
    position: relative;
}

#header .main .header-member ul.member-item-after li.letter span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: block;
    background: red;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}

#header .main .header-member ul.member-item-after li.sign {
    background: url(../img/qiandao_hei.png) no-repeat center center;
}

/*---轮播---*/
#banner .main {
    overflow: hidden;
}

#banner .main div.banner-left {
    width: 200px;
    float: left;
}

#banner .main div.banner-left > ul.left-item {
    padding: 20px 0px;
    width: 100%;
    position: relative;
    background: #1e82d2;
}

#banner .main div.banner-left > ul.left-item > li {
    width: 100%;
    height: 50px;
}

#banner .main div.banner-left > ul.left-item > li:hover {
    background: #349df8;
}

#banner .main div.banner-left > ul.left-item > li:hover div.item-list-box {
    display: block;
}

#banner .main div.banner-left > ul.left-item > li > a {
    display: block;
    width: 130px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    padding: 0 35px;
    background: url(../img/jiantou_you.png) no-repeat 165px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#banner .main div.banner-left > ul.left-item > li div.item-list-box {
    width: 800px;
    height: 100%;
    padding: 20px 0;
    background: #0a62a9;
    position: absolute;
    left: 200px;
    top: 0;
    display: none;
    z-index: 3;
}

#banner .main div.banner-left > ul.left-item > li div.item-list-box > ul {
    display: block;
    width: 200px;
    height: 100%;
}

#banner .main div.banner-left > ul.left-item > li div.item-list-box > ul > li {
    width: 200px;
    height: 40px;
    position: relative;
}

#banner .main div.banner-left > ul.left-item > li div.item-list-box > ul > li:hover a {
    color: #4aa8ee;
}

#banner .main div.banner-left > ul.left-item > li div.item-list-box > ul > li:hover ul.inner-item-list-box {
    display: block;
}

#banner .main div.banner-left > ul.left-item > li div.item-list-box > ul > li > a {
    display: block;
    width: 160px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    background: url(../img/jiantou_you.png) no-repeat 185px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#banner .main div.banner-left > ul.left-item > li div.item-list-box > ul > li > ul.inner-item-list-box {
    width: 600px;
    position: absolute;
    top: 10px;
    left: 200px;
    display: none;
}

#banner .main div.banner-left > ul.left-item > li div.item-list-box > ul > li > ul.inner-item-list-box > li {
    float: left;
    margin-bottom: 10px;
}

#banner .main div.banner-left > ul.left-item > li div.item-list-box > ul > li > ul.inner-item-list-box > li > a {
    padding: 0px 10px;
    border-left: 1px solid #f2f2f2;
    font-size: 12px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

#banner .main div.banner-left > ul.left-item > li div.item-list-box > ul > li > ul.inner-item-list-box > li:hover a {
    color: #4aa8ee;
}

#banner .main div.banner-right {
    width: 800px;
    float: left;
    position: relative;
}

#banner .main div.banner-right > ul.right-item {
    width: 100%;
}

#banner .main div.banner-right .dots {
    width: 800px;
    height: 10px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    font-size: 0;
}

#banner .main div.banner-right .dots > li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    text-align: center;
    color: #fff;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

#banner .main div.banner-right .dots > li.active {
    background: #fe7a40;
}

/*---内容---*/
#content {
    margin-top: 20px;
    padding-bottom: 30px;
    background-color: #f4f4f4;
}

#content .main {
    /*内容内通用*/
    /*职位*/
    /*广告*/
    /*简历*/
    /*其它*/
    /*资讯*/
}

#content .main > div {
    width: 100%;
}

#content .main h2.content-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 20px 0px;
}

#content .main h2.content-title > span {
    font-size: 20px;
    font-weight: bold;
    float: left;
}

#content .main h2.content-title > a {
    float: right;
    font-size: 14px;
    color: #2c2c2c;
}

#content .main ul.content-item > li {
    width: 480px;
    height: 120px;
    background: #fff;
    float: left;
    position: relative;
    margin: 0px 10px 20px 0px;
    padding-left: 10px;
}

#content .main ul.content-item > li > div {
    width: 480px;
    font-size: 0px;
}

#content .main ul.content-item > li div.item-title {
    height: 40px;
}

#content .main ul.content-item > li div.item-title a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #1e82d2;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content .main ul.content-item > li div.item-issuer {
    height: 25px;
    line-height: 25px;
}

#content .main ul.content-item > li div.item-issuer a {
    display: block;
    float: left;
    font-size: 14px;
    width: 230px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content .main ul.content-item > li div.item-issuer span.company {
    width: 240px;
    height: 25px;
    margin-left: 10px;
    font-size: 14px;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content .main ul.content-item > li div.item-require {
    height: 40px;
    line-height: 40px;
}

#content .main ul.content-item > li div.item-require > span {
    width: 100px;
    font-size: 14px;
    margin-right: 20px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content .main ul.content-item > li div.item-require span.price {
    color: #ff0000;
}

#content .main ul.content-item > li div.item-operate {
    width: 490px;
    height: 25px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0px;
}

#content .main ul.content-item > li div.item-operate > div {
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
}

#content .main ul.content-item > li div.item-operate > div img {
    width: 14px;
    height: 14px;
}

#content .main ul.content-item > li div.item-operate .operate-collect {
    background: #a0a0a0;
}

#content .main ul.content-item > li div.item-operate .operate-collected {
    background: #ff7200;
}

#content .main ul.content-item > li div.item-operate .operate-consult {
    background: #1e82d2;
}

#content .main ul.content-item > li div.item-certificate {
    width: 230px;
    height: 105px;
    float: left;
}

#content .main ul.content-item > li div.item-certificate > div.item-require span {
    margin-right: 10px;
}

#content .main ul.content-item > li div.item-tag {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content .main ul.content-item > li div.item-tag > span {
    font-size: 12px;
    color: #666;
    padding: 2px 8px;
    border: 1px solid #999;
    margin-right: 10px;
}

#content .main ul.content-item > li div.item-contacts {
    width: 230px;
    height: 105px;
    margin-left: 10px;
    float: left;
}

#content .main ul.content-item > li div.item-intro {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content .main ul.content-item > li div.item-intro > span {
    width: 230px;
    display: block;
    font-size: 14px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content .main .content-job {
    width: 100%;
}

#content .main .content-ad {
    width: 100%;
    height: 160px !important;
    overflow: hidden;
}

#content .main .content-ad > a {
    max-width: 100%;
    max-height: 100%;
    display: block;
    border: none;
    overflow: hidden;
}

#content .main .content-ad > a > img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    border: none;
}

#content .main .content-resume {
    width: 100%;
}

#content .main .content-others {
    width: 100%;
}

#content .main .content-others > div {
    width: 325px;
    height: 100%;
    float: left;
    margin-left: 12px;
}

#content .main .content-others > div > h2 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
}

#content .main .content-others > div > img {
    width: 324px;
    height: 162px;
    border: none;
    display: block;
}

#content .main .content-others > div > ul {
    width: 100%;
    max-height: 318px;
    overflow: hidden;
    margin-top: 20px;
}

#content .main .content-others > div > ul li {
    width: 300px;
    height: 35px;
    line-height: 35px;
    padding: 0px;
    padding-left: 25px;
    margin: 0px;
    float: none;
    position: static;
}

#content .main .content-others > div > ul li span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #ccc;
    margin-right: 15px;
    margin-bottom: 13px;
    border-radius: 50%;
}

#content .main .content-others > div > ul li span.b_red {
    background: #fe0100;
    border-radius: 0px;
}

#content .main .content-others > div > ul li span.b_orange {
    background: #ff7200;
    border-radius: 0px;
}

#content .main .content-others > div > ul li span.b_yellow {
    background: #fec100;
    border-radius: 0px;
}

#content .main .content-others > div > ul li a {
    width: 250px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    display: inline-block;
    color: #1e82d2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content .main .content-others .exam-train {
    margin-left: 0px;
}

#content .main .content-message {
    height: 320px;
}

#content .main .content-message div.content-news {
    width: 100%;
}

#content .main .content-message div.content-news > div {
    width: 325px;
    height: 250px;
    float: left;
    overflow: hidden;
    margin-left: 10px;
}

#content .main .content-message div.content-news div.news-picture {
    margin-left: 5px;
    padding: 5px;
}

#content .main .content-message div.content-news div.news-picture > div {
    width: 315px;
    height: 240px;
}

#content .main .content-message div.content-news div.news-picture > div img {
    width: 315px;
    height: 240px;
    display: block;
}

#content .main .content-message div.content-news div.hot > h3 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 20px;
    border-bottom: 1px solid #1e82d2;
    background: url(../img/changfangtiao_lan.png) no-repeat 10px 8px;
}

#content .main .content-message div.content-news div.hot > ul {
    width: 100%;
}

#content .main .content-message div.content-news div.hot > ul li {
    width: 305px;
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
    font-size: 14px;
    overflow: hidden;
    margin: 0px;
}

#content .main .content-message div.content-news div.hot > ul li a {
    display: block;
    float: left;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content .main .content-message div.content-news div.hot > ul li span {
    float: right;
    width: 50px;
    margin-right: 10px;
    color: #666;
}

/*---底部---*/
#footer {
    margin-bottom: 70px;
}

#footer .main > div {
    width: 100%;
    margin: 20px 0px;
}

#footer .main .footer-link > h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

#footer .main .footer-link > .footer-link-list {
    width: 100%;
}

#footer .main .footer-link > .footer-link-list a {
    height: 14px;
    font-size: 14px;
    display: inline-block;
    padding: 8px 15px 8px 0;
}

#footer .main .footer-info {
    height: 54px;
}

#footer .main .footer-info > div {
    float: left;
}

#footer .main .footer-info .footer-info-logo {
    width: 240px;
    height: 100%;
}

#footer .main .footer-info .footer-info-logo > a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #333;
}

#footer .main .footer-info .footer-info-logo > a > img {
    max-width: 200px;
    max-height: 54px;
    display: block;
    border: 0px;
    float: left;
}

#footer .main .footer-info .footer-info-logo > a > span {
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin-left: 9px;
    padding-left: 9px;
    border-left: 1px solid #1e82d2;
    float: left;
    margin-top: 10px;
    color: #999;
}

#footer .main .footer-info .footer-info-list {
    width: 510px;
    height: 100%;
    border-right: 1px solid #1e82d2;
}

#footer .main .footer-info .footer-info-list .footer-info-list-top {
    width: 100%;
    height: 18px;
}

#footer .main .footer-info .footer-info-list .footer-info-list-top a {
    font-size: 14px;
    padding-right: 30px;
}

#footer .main .footer-info .footer-info-list .footer-info-list-bottom {
    width: 100%;
    height: 36px;
}

#footer .main .footer-info .footer-info-list .footer-info-list-bottom p {
    display: inline-block;
    float: left;
    margin-top: 16px;
}

#footer .main .footer-info .footer-info-list .footer-info-list-bottom img {
    display: inline-block;
    float: left;
    margin-left: 20px;
    margin-top: 14px;
}

#footer .main .footer-info .footer-info-number {
    width: 250px;
    height: 100%;
}

#footer .main .footer-info .footer-info-number > p {
    text-align: center;
}

#footer .main .footer-info .footer-info-number .footer-info-number-top {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #fe7a40;
}

#footer .main .footer-info .footer-info-number .footer-info-number-bottom {
    height: 24px;
    line-height: 24px;
}

/*!===index-End===*/
/*!===person-Start===*/
div#person {
    height: 100%;
}

div#person .main {
    height: 100%;
}

div#person .main > div {
    height: 100%;
    float: left;
}

div#person .main div.person-left {
    width: 300px;
}

div#person .main div.person-left a {
    width: 300px;
    height: 54px;
    display: block;
    margin-top: 50px;
}

div#person .main div.person-left a > img {
    max-width: 300px;
    max-height: 54px;
    display: block;
    border: 0px;
    float: left;
}

div#person .main div.person-left a > span {
    width: 60px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin-left: 9px;
    padding-left: 9px;
    border-left: 1px solid #1e82d2;
    float: left;
    margin-top: 10px;
    color: #999;
}

div#person .main div.person-content {
    width: 400px;
}

div#person .main div.person-content div.login, div#person .main div.person-content div.register, div#person .main div.person-content div.password {
    width: 400px;
    margin-top: 140px;
}

div#person .main div.person-content div.password .options div.options-confirm {
    width: 133px;
    text-align: left;
    font-size: 16px;
}

div#person .main div.person-content div.password .options div.options-safety {
    width: 134px;
    text-align: center;
    font-size: 16px;
}

div#person .main div.person-content div.password .options div.options-reset {
    width: 133px;
    text-align: right;
    font-size: 16px;
}

div#person .main div.person-content .options {
    width: 400px;
    height: 70px;
}

div#person .main div.person-content .options > div {
    width: 200px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    float: left;
    font-size: 20px;
    border-bottom: 1px solid #aaa;
}

div#person .main div.person-content .options > div > a {
    color: #333;
}

div#person .main div.person-content .options > div.current {
    border-bottom-color: #1e82d2;
}

div#person .main div.person-content .options > div.current a {
    color: #1e82d2;
}

div#person .main div.person-content .form-list {
    width: 400px;
    height: 40px;
    margin-top: 45px;
    position: relative;
}

div#person .main div.person-content .form-list input[type=text], div#person .main div.person-content .form-list input[type=password] {
    width: 320px;
    padding-left: 78px;
    height: 38px;
    line-height: 38px;
    text-align: left;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    color: #666;
    background: #e5e5e5;
    font-size: 14px;
    box-sizing: content-box;
}

div#person .main div.person-content .form-list span.info-success {
    width: 40px;
    height: 40px;
    background: url(../img/dagou_lan.png) no-repeat center center;
    position: absolute;
    top: 0px;
    left: 400px;
    display: none;
}

div#person .main div.person-content .form-list span.info-error {
    width: 400px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ff0000;
    text-align: left;
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
}

div#person .main div.person-content .form-list label.select {
    cursor: pointer;
}

div#person .main div.person-content .form-list label.select input[type=checkbox], div#person .main div.person-content .form-list label.select input[type=radio] {
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
    cursor: pointer;
}

div#person .main div.person-content div.verification-code input[type=text] {
    width: 130px;
    float: left;
}

div#person .main div.person-content div.verification-code span.info-success {
    left: 210px;
}

div#person .main div.person-content div.verification-code span.picture {
    width: 150px;
    height: 40px;
    float: right;
}

div#person .main div.person-content div.operation {
    height: 16px;
    margin-top: 35px;
    font-size: 14px;
    color: #999;
}

div#person .main div.person-content div.operation > a.forget {
    display: inline-block;
    float: right;
    color: #fab198;
}

div#person .main div.person-content div.operation span.user-agreement {
    color: #1e82d2;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
}

div#person .main div.person-content div.role {
    margin-top: 20px;
    height: 18px;
    font-size: 14px;
    color: #999;
}

div#person .main div.person-content div.role > label.select {
    margin-right: 50px;
}

div#person .main div.person-content div.role > label.check {
    color: #1e82d2;
}

div#person .main div.person-content div.register div.verification-code input[type=text], div#person .main div.person-content div.password div.verification-code input[type=text] {
    width: 160px;
    float: left;
}

div#person .main div.person-content div.register div.verification-code span.info-success, div#person .main div.person-content div.password div.verification-code span.info-success {
    left: 240px;
}

div#person .main div.person-content div.register div.verification-code span.picture, div#person .main div.person-content div.password div.verification-code span.picture {
    width: 120px;
    height: 40px;
    float: right;
}

div#person .main div.person-content div.password div.current-number {
    margin-top: 20px;
    margin-bottom: -20px;
}

div#person .main div.person-content div.password div.current-number > p {
    padding: 0px 5px;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 14px;
}

div#person .main div.person-right {
    width: 300px;
}

div#person .main div.person-right div.right-main {
    width: 300px;
    height: 40px;
    margin-top: 55px;
}

div#person .main div.person-right div.right-main .right-main-text {
    float: right;
    width: 100px;
    height: 40px;
    color: #1e82d2;
    font-size: 12px;
}

div#person .main div.person-right div.right-main .right-main-text > p {
    height: 20px;
    line-height: 20px;
}

div#person .main div.person-right div.right-main > img {
    width: 60px;
    height: 40px;
    float: right;
}

#agree {
    display: none;
    height: 300px;
    padding: 20px;
    color: #666;
    line-height: 20px;
    text-indent: 2em;
    font-size: 14px;
    overflow-y: auto;
    overflow-x: hidden;
}

.layui-layer-title {
    color: #fff !important;
    background-color: #1e82d2 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

/*!===person-End===*/
/*!===menu-Start===*/
div#menu-detail {
    background: #f4f4f4;
    overflow: hidden;
}

div#menu-detail .main {
    /*五项*/
    /*六项*/
    /*七项*/
}

div#menu-detail .main > div {
    width: 100%;
}

div#menu-detail .main label.checkbox-list {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

div#menu-detail .main label.checkbox-list > span {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: 2px;
    border: 1px solid #1e82d2;
    font-size: 14px;
    color: #fe7a40;
    text-indent: 1px;
    line-height: 12px;
}

div#menu-detail .main label.checkbox-list > input[type=checkbox] {
    display: none;
}

div#menu-detail .main label.checkbox-list > input[type=checkbox]:checked + span:before {
    content: "\2714";
}

div#menu-detail .main div.menu-detail-option {
    margin-bottom: 20px;
}

div#menu-detail .main div.menu-detail-option div.option-nav {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    margin-top: 17px;
    margin-bottom: 8px;
    overflow: hidden;
}

div#menu-detail .main div.menu-detail-option div.option-nav > p {
    display: block;
    width: 60px;
    float: left;
}

div#menu-detail .main div.menu-detail-option div.option-nav > ul {
    width: 940px;
    float: left;
    display: block;
    overflow: hidden;
}

div#menu-detail .main div.menu-detail-option div.option-nav > ul li {
    float: left;
    margin-right: 5px;
}

div#menu-detail .main div.menu-detail-option div.option-content {
    width: 100%;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.content-list {
    width: 100%;
    position: relative;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.content-list div.list-left {
    padding-top: 20px;
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #1e82d2;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.content-list ul.list-right {
    width: 880px;
    height: auto;
    display: block;
    background: #349df8;
    float: right;
    padding: 15px 0px 4px 14px;
    position: relative;
    box-sizing: border-box;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.content-list ul.list-right > li {
    float: left;
    margin-bottom: 5px;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.content-list ul.list-right > li > a {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    padding: 5px 12px;
    color: #fff;
    display: inline-block;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.content-list ul.list-right > li > a.visited {
    color: #333;
    background: #fff;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.content-list ul.list-right > li:hover {
    background-color: #fff;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.content-list ul.list-right > li:hover a {
    color: #333;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.certificate ul.list-right > li ul.right-inner-item {
    width: 880px;
    position: absolute;
    left: 0px;
    background: #fff;
    box-sizing: border-box;
    padding-left: 10px;
    display: none;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.certificate ul.list-right > li ul.right-inner-item li {
    width: 100%;
    overflow: hidden;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.certificate ul.list-right > li ul.right-inner-item li > h3 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #1e82d2;
    padding-left: 10px;
    box-sizing: border-box;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.certificate ul.list-right > li ul.right-inner-item li > div {
    width: 100%;
    overflow: hidden;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.certificate ul.list-right > li ul.right-inner-item li > div > a {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    padding: 10px;
    color: #333;
    display: inline-block;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.certificate ul.list-right > li ul.right-inner-item li > div > a:hover {
    color: #1e82d2;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.drop-down ul.list-right {
    padding-bottom: 20px;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.drop-down ul.list-right li > span {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    padding: 5px 20px 5px 10px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.drop-down ul.list-right li > img {
    border: none;
    position: relative;
    left: -19px;
    top: 0;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.drop-down ul.list-right li > div {
    position: absolute;
    left: 0;
    top: 39px;
    display: none;
    width: 880px;
    padding-left: 12px;
    padding-bottom: 1px;
    background-color: #fff;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.drop-down ul.list-right li > div a {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    padding: 5px 12px;
    color: #333;
    display: inline-block;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.drop-down ul.list-right li > div a:hover {
    color: #1e82d2;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.drop-down ul.list-right li:hover span {
    color: #333;
}

div#menu-detail .main div.menu-detail-option div.option-content > div.drop-down ul.list-right li:hover div {
    display: block;
}

div#menu-detail .main div.menu-detail-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

div#menu-detail .main div.menu-detail-img img {
    width: 100%;
    min-height: 100px;
    display: block;
}

div#menu-detail .main div.menu-detail-operation {
    height: 46px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    background: #e9e9e9;
}

div#menu-detail .main div.menu-detail-operation .operation-checkall {
    width: 135px;
    height: 45px;
    float: left;
    padding: 15px 0px 15px 20px;
}

div#menu-detail .main div.menu-detail-operation .operation-collect {
    width: 345px;
    height: 45px;
    float: left;
    padding: 10px 0px;
}

div#menu-detail .main div.menu-detail-operation .operation-collect .collect-button {
    width: 95px;
    text-align: center;
    background: #f67840;
    color: #fff;
    height: 25px;
    line-height: 25px;
    float: left;
    cursor: pointer;
}

div#menu-detail .main div.menu-detail-operation .operation-collect .collect-button > img {
    margin-top: -3px;
}

div#menu-detail .main div.menu-detail-operation .operation-collect .collect-text {
    margin-left: 5px;
    float: left;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}

div#menu-detail .main div.menu-detail-operation .operation-collect .collect-text > img {
    height: 25px;
}

div#menu-detail .main div.menu-detail-operation .operation-collect .collect-text > span a {
    color: #fe7a40;
    text-decoration: underline;
}

div#menu-detail .main div.menu-detail-operation .operation-pagination {
    width: 115px;
    height: 45px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    float: right;
    padding: 10px 0px;
    border-left: 1px solid #aaa;
}

div#menu-detail .main div.menu-detail-operation .operation-pagination > span.current {
    color: #1e82d2;
}

div#menu-detail .main span.menu-list-item {
    display: block;
    float: left;
    height: 45px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#menu-detail .main span.menu-list-item > a.salary {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background: url(../img/shuangjiantou_xia.png) no-repeat 70% center;
}

div#menu-detail .main span.menu-list-item > a.salary.click {
    background: url(../img/shuangjiantou_shang.png) no-repeat 70% center;
}

div#menu-detail .main span.menu-list-item.title-five-first {
    width: 450px;
}

div#menu-detail .main span.menu-list-item.title-five-second {
    width: 150px;
}

div#menu-detail .main span.menu-list-item.title-five-third {
    width: 135px;
}

div#menu-detail .main span.menu-list-item.title-five-four {
    width: 130px;
}

div#menu-detail .main span.menu-list-item.title-five-five {
    width: 135px;
}

div#menu-detail .main span.menu-list-item.title-six-first {
    width: 360px;
}

div#menu-detail .main span.menu-list-item.title-six-second {
    width: 200px;
}

div#menu-detail .main span.menu-list-item.title-six-third {
    width: 110px;
}

div#menu-detail .main span.menu-list-item.title-six-four {
    width: 110px;
}

div#menu-detail .main span.menu-list-item.title-six-five {
    width: 110px;
}

div#menu-detail .main span.menu-list-item.title-six-six {
    width: 110px;
}

div#menu-detail .main span.menu-list-item.title-seven-first {
    width: 360px;
}

div#menu-detail .main span.menu-list-item.title-seven-second {
    width: 110px;
}

div#menu-detail .main span.menu-list-item.title-seven-third {
    width: 120px;
}

div#menu-detail .main span.menu-list-item.title-seven-four {
    width: 100px;
}

div#menu-detail .main span.menu-list-item.title-seven-five {
    width: 100px;
}

div#menu-detail .main span.menu-list-item.title-seven-six {
    width: 100px;
}

div#menu-detail .main span.menu-list-item.title-seven-seven {
    width: 110px;
}

div#menu-detail .main div.menu-detail-title {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #1e82d2;
    color: #fff;
    font-size: 16px;
}

div#menu-detail .main ul.menu-detail-list {
    font-size: 14px;
}

div#menu-detail .main ul.menu-detail-list > li {
    height: 45px;
    line-height: 45px;
    background: #fff;
    box-sizing: border-box;
}

div#menu-detail .main ul.menu-detail-list > li:nth-child(even) {
    background: #e9e9e9;
}

div#menu-detail .main ul.menu-detail-list > li > span.menu-list-item > label.checkbox-list {
    margin-bottom: -3px;
}

div#menu-detail .main ul.menu-detail-list > li > span.menu-list-item > a {
    height: 14px;
    color: #349df8;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#menu-detail .main ul.menu-detail-list > li > span.menu-list-item > a:hover {
    color: #1e82d2;
}

div#menu-detail .main ul.menu-detail-list > li > span.menu-list-item.stick > a {
    color: #ff7041;
    background: url(../img/zhiding_ju.png) no-repeat right center;
    background-size: 30px 45px;
}

div#menu-detail .main ul.menu-detail-list > li > span.menu-list-item.title-five-first {
    text-align: left;
    padding-left: 20px;
}

div#menu-detail .main ul.menu-detail-list > li > span.menu-list-item.title-five-first > a {
    max-width: 360px;
}

div#menu-detail .main ul.menu-detail-list > li > span.menu-list-item.title-six-first {
    text-align: left;
    padding-left: 20px;
}

div#menu-detail .main ul.menu-detail-list > li > span.menu-list-item.title-six-first > a {
    max-width: 270px;
}

div#menu-detail .main ul.menu-detail-list > li > span.menu-list-item.title-seven-first {
    text-align: left;
    padding-left: 20px;
}

div#menu-detail .main ul.menu-detail-list > li > span.menu-list-item.title-seven-first > a {
    max-width: 270px;
}

#message {
    padding: 15px 0px;
    margin-bottom: 10px;
    background: #f4f4f4;
}

#message .main > div {
    float: left;
    margin: 10px 4px;
    background: #fff;
    width: 325px;
    padding: 5px;
}

#message .main > div.message-picture {
    height: 250px;
    overflow: hidden;
}

#message .main > div.message-picture > div {
    width: 315px;
    height: 240px;
}

#message .main > div.message-picture > div img {
    width: 315px;
    height: 240px;
    display: block;
}

#message .main > div.message-hot {
    height: 250px;
    overflow: hidden;
}

#message .main > div.message-hot > h3 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 20px;
    border-bottom: 1px solid #1e82d2;
    background: url(../img/changfangtiao_lan.png) no-repeat 10px 8px;
}

#message .main > div.message-hot > h3 > a {
    float: right;
    margin-right: 10px;
    font-size: 14px;
    color: #666;
}

#message .main > div.message-hot > ul li.current {
    height: 78px;
}

#message .main > div.message-hot > ul li {
    width: 305px;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    font-size: 14px;
    overflow: hidden;
}

#message .main > div.message-hot > ul li > div.title {
    width: 100%;
    height: 26px;
    overflow: hidden;
}

#message .main > div.message-hot > ul li > div.title > a {
    width: 230px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: left;
    color: #333;
}

#message .main > div.message-hot > ul li > div.title > a:hover {
    color: #1e82d2;
}

#message .main > div.message-hot > ul li > div.title > span {
    width: 50px;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    float: right;
    color: #666;
}

#message .main > div.message-hot > ul li > div.content {
    width: 100%;
    height: 52px;
    text-indent: 2em;
    line-height: 26px;
    overflow: hidden;
    color: #666;
    padding-right: 12px;
}

#message .main > div.message-hot > ul li > div.content > div.desc-content {
    display: inline;
}

#message .main > div.message-hot > ul li > div.content > a {
    color: #fe7a40;
}

#message .main > div.message-hot > ul li > div.content > a > em {
    color: #666;
}

#message .main > div.message-list {
    height: 323px;
    overflow: hidden;
}

#message .main > div.message-list > h3 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 20px;
    border-bottom: 1px solid #1e82d2;
    background: url(../img/changfangtiao_lan.png) no-repeat 10px 8px;
}

#message .main > div.message-list > h3 > a {
    float: right;
    margin-right: 10px;
    font-size: 14px;
    color: #666;
}

#message .main > div.message-list > div {
    height: 100px;
}

#message .main > div.message-list > div > a > img {
    width: 100px;
    height: 80px;
    margin: 10px;
}

#message .main > div.message-list > div > div {
    float: right;
    font-size: 14px;
}

#message .main > div.message-list > div > div > p {
    display: block;
    width: 170px;
    height: 26px;
    line-height: 26px;
    padding-right: 25px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#message .main > div.message-list > div > div > p > a {
    color: #1e82d2;
}

#message .main > div.message-list > div > div > div {
    width: 180px;
    height: 52px;
    line-height: 26px;
    padding-right: 15px;
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

#message .main > div.message-list > div > div > div > div {
    display: inline;
}

#message .main > div.message-list > div > div > div > a {
    color: #fe7a40;
}

#message .main > div.message-list > div > div > div > a > em {
    color: #666;
}

#message .main > div.message-list > ul > li {
    width: 305px;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    font-size: 14px;
    overflow: hidden;
}

#message .main > div.message-list > ul > li > a {
    display: block;
    float: left;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

#message .main > div.message-list > ul > li > a:hover {
    color: #1e82d2;
}

#message .main > div.message-list > ul > li > span {
    float: right;
    width: 50px;
    margin-right: 10px;
    color: #666;
}

/*!===menu-End===*/
/*!===menu-detail-Start===*/
div#subject-detail {
    background: #f4f4f4;
}

div#subject-detail .main {
    padding: 15px 30px;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-nav {
    width: 680px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin: 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#subject-detail .main > div.subject-detail-nav > p {
    display: block;
    width: 60px;
    float: left;
}

div#subject-detail .main > div.subject-detail-nav > ul {
    width: 620px;
    float: left;
    display: block;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-nav > ul li {
    float: left;
    margin-right: 5px;
}

div#subject-detail .main > div.subject-detail-left {
    width: 680px;
    overflow: hidden;
    float: left;
}

div#subject-detail .main > div.subject-detail-left > div {
    width: 680px;
    padding-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-left > .left-introduce {
    background-color: #1e82d2;
}

div#subject-detail .main > div.subject-detail-left > .left-introduce > .introduce-top {
    width: 100%;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-left > .left-introduce > .introduce-top > h3 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 15px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 24px;
}

div#subject-detail .main > div.subject-detail-left > .left-introduce > .introduce-top > div {
    width: 100%;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-left > .left-introduce > .introduce-top > div > span {
    margin-right: 15px;
}

div#subject-detail .main > div.subject-detail-left > .left-introduce > .introduce-middle {
    width: 500px;
    height: 1px;
    margin: 20px 0;
    background: #eee;
}

div#subject-detail .main > div.subject-detail-left > .left-introduce > .introduce-bottom {
    width: 100%;
    margin: 10px 0px;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-left > .left-introduce > .introduce-bottom > dl {
    width: 280px;
    margin-bottom: 10px;
    float: left;
    color: #fff;
}

div#subject-detail .main > div.subject-detail-left > .left-introduce > .introduce-bottom > dl > dt {
    width: 80px;
    height: 15px;
    float: left;
}

div#subject-detail .main > div.subject-detail-left > .left-introduce > .introduce-bottom > dl > dd {
    width: 200px;
    height: 15px;
    float: left;
}

div#subject-detail .main > div.subject-detail-left > .left-description {
    background: #fff;
    padding-top: 10px;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-top {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #1e82d2;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-top > div {
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #1e82d2;
    border-bottom: none;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-top > div.current {
    background: #1e82d2;
    color: #fff;
    font-weight: bold;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-top > span.collect {
    width: 95px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    background: #f67840;
    margin-top: 3px;
    margin-left: 10px;
    cursor: pointer;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-top > span.collect > img {
    margin-right: 5px;
    margin-top: -2px;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle {
    border-bottom: 1px solid #ccc;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list {
    width: 100%;
    min-height: 100px;
    font-size: 12px;
    margin: 10px 0px;
    line-height: 25px;
    overflow: hidden;
    display: none;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list dl {
    width: 330px;
    height: 15px;
    line-height: 15px;
    margin: 5px 0px;
    display: block;
    float: left;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list dl > dt {
    width: 80px;
    height: 15px;
    float: left;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list dl > dd {
    width: 240px;
    height: 15px;
    float: left;
    overflow: hidden;
    padding-right: 10px;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list > div.list-dl-box {
    width: 660px;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list > div.list-box {
    width: 660px;
    overflow: hidden;
    float: left;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list > div.list-box > .box-title {
    width: 100%;
    height: 30px;
    background: #1e82d2;
    color: #fff;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list > div.list-box > .box-list {
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list > div.list-box > .box-list li {
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list > div.list-box > .box-list li:nth-child(even) {
    background: #ddd;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list > div.list-box span.list-item {
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    text-align: center;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list > div.list-box span.list-item > a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
    color: #1e82d2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list > div.list-box span.item-four-first {
    width: 270px;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list > div.list-box span.item-four-second {
    width: 130px;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list > div.list-box span.item-four-third {
    width: 130px;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list > div.list-box span.item-four-four {
    width: 130px;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list > div.list-more {
    width: 100%;
    overflow: hidden;
    float: left;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list > div.list-more > a {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #1e82d2;
    box-sizing: border-box;
    padding-right: 30px;
    text-align: right;
    display: block;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-middle > div.middle-list:first-child {
    display: block;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-bottom {
    margin-top: 30px;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-bottom > div {
    min-height: 100px;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-bottom > div.bottom-left {
    width: 260px;
    float: left;
    overflow: hidden;
    font-size: 12px;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-bottom > div.bottom-left > dl {
    width: 260px;
    margin: 15px 0px;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-bottom > div.bottom-left > dl > dt {
    width: 60px;
    height: 15px;
    line-height: 15px;
    float: left;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-bottom > div.bottom-left > dl > dd {
    width: 200px;
    height: 15px;
    line-height: 15px;
    float: left;
    color: #1e82d2;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-bottom > div.bottom-left > p {
    width: 260px;
    height: 20px;
    line-height: 20px;
    margin: 15px 0px;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-bottom > div.bottom-left > p > a {
    color: #1e82d2;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-bottom > div.bottom-right {
    width: 360px;
    float: right;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-bottom > div.bottom-right > span {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    background: #7ac5fe;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    cursor: pointer;
}

div#subject-detail .main > div.subject-detail-left > .left-description > .description-bottom > div.bottom-right > span > img {
    margin-top: -2px;
}

div#subject-detail .main > div.subject-detail-left > .left-information {
    background: #fff;
    padding-top: 10px;
}

div#subject-detail .main > div.subject-detail-left > .left-information > div.information-title {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #1e82d2;
}

div#subject-detail .main > div.subject-detail-left > .left-information > div.information-title > h3 {
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #1e82d2;
    float: left;
}

div#subject-detail .main > div.subject-detail-left > .left-information > div.information-title > a {
    float: right;
    padding-right: 15px;
    line-height: 35px;
}

div#subject-detail .main > div.subject-detail-left > .left-information > ul.information-content {
    width: 100%;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-left > .left-information > ul.information-content > li {
    width: 310px;
    height: 50px;
    margin-right: 20px;
    float: left;
}

div#subject-detail .main > div.subject-detail-left > .left-information > ul.information-content > li > span.dot {
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    border-radius: 50%;
    background: #ccc;
    margin-top: 20px;
    margin-right: 10px;
}

div#subject-detail .main > div.subject-detail-left > .left-information > ul.information-content > li > a {
    width: 210px;
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#subject-detail .main > div.subject-detail-left > .left-information > ul.information-content > li > span.time {
    width: 70px;
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
}

div#subject-detail .main > div.subject-detail-right {
    width: 230px;
    min-height: 650px;
    float: right;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-right > div {
    width: 230px;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-right > div.right-top {
    height: 226px;
    position: relative;
    background: #fff;
}

div#subject-detail .main > div.subject-detail-right > div.right-top > .top-picture {
    width: 100%;
    height: 84px;
    margin-top: 40px;
}

div#subject-detail .main > div.subject-detail-right > div.right-top > .top-picture > a {
    width: 84px;
    height: 84px;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 50%;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-right > div.right-top > .top-picture > a > img {
    width: 84px;
    height: 84px;
    display: block;
    border: none;
}

div#subject-detail .main > div.subject-detail-right > div.right-top > .top-name {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    text-align: center;
}

div#subject-detail .main > div.subject-detail-right > div.right-top > .top-name > em {
    width: 35px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: #Fff;
    background: #ff560c;
    border-radius: 5px;
}

div#subject-detail .main > div.subject-detail-right > div.right-top > .top-company {
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#subject-detail .main > div.subject-detail-right > div.right-top > .top-approve {
    width: 40px;
    height: 56px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 5px;
}

div#subject-detail .main > div.subject-detail-right > div.right-top > .top-approve > img {
    width: 40px;
    height: 56px;
    display: block;
}

div#subject-detail .main > div.subject-detail-right > div.right-middle {
    height: 120px;
    margin-bottom: 30px;
    padding-top: 40px;
    background: #e1e1e1;
    position: relative;
    overflow: visible;
}

div#subject-detail .main > div.subject-detail-right > div.right-middle > a {
    width: 64px;
    height: 64px;
    display: block;
    border: none;
    overflow: hidden;
    position: absolute;
    top: -30px;
    left: 83px;
}

div#subject-detail .main > div.subject-detail-right > div.right-middle > a > img {
    width: 64px;
    height: 64px;
    display: block;
}

div#subject-detail .main > div.subject-detail-right > div.right-middle > div {
    width: 230px;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-right > div.right-middle > div.right-middle-list-two > dl {
    width: 230px;
    box-sizing: border-box;
    padding-left: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

div#subject-detail .main > div.subject-detail-right > div.right-middle > div.right-middle-list-two > dl > dt {
    width: 70px;
    height: 15px;
    float: left;
}

div#subject-detail .main > div.subject-detail-right > div.right-middle > div.right-middle-list-two > dl > dd {
    width: 150px;
    height: 15px;
    float: left;
}

div#subject-detail .main > div.subject-detail-right > div.right-middle > div.right-middle-list-four > dl {
    width: 115px;
    box-sizing: border-box;
    padding-left: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    float: left;
}

div#subject-detail .main > div.subject-detail-right > div.right-middle > div.right-middle-list-four > dl > dt {
    width: 60px;
    height: 15px;
    float: left;
}

div#subject-detail .main > div.subject-detail-right > div.right-middle > div.right-middle-list-four > dl > dd {
    width: 45px;
    height: 15px;
    float: left;
}

div#subject-detail .main > div.subject-detail-right > div.right-bottom {
    background: #fff;
}

div#subject-detail .main > div.subject-detail-right > div.right-bottom > div {
    width: 230px;
    overflow: hidden;
}

div#subject-detail .main > div.subject-detail-right > div.right-bottom > div.bottom-title {
    height: 35px;
    border-bottom: 1px solid #1e82d2;
}

div#subject-detail .main > div.subject-detail-right > div.right-bottom > div.bottom-title > h3 {
    width: 95px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #fff;
    background: #1e82d2;
}

div#subject-detail .main > div.subject-detail-right > div.right-bottom > div.bottom-title > a {
    height: 34px;
    line-height: 34px;
    display: inline-block;
    float: right;
    color: #333;
}

div#subject-detail .main > div.subject-detail-right > div.right-bottom > div.bottom-content {
    margin-top: 15px;
}

div#subject-detail .main > div.subject-detail-right > div.right-bottom > div.bottom-content > dl {
    width: 220px;
    padding: 0px 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

div#subject-detail .main > div.subject-detail-right > div.right-bottom > div.bottom-content > dl > dt {
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: block;
    float: left;
}

div#subject-detail .main > div.subject-detail-right > div.right-bottom > div.bottom-content > dl > dt > img {
    width: 60px;
    height: 60px;
    display: block;
    border: none;
}

div#subject-detail .main > div.subject-detail-right > div.right-bottom > div.bottom-content > dl > dd {
    width: 140px;
    height: 60px;
    margin-left: 10px;
    float: left;
}

div#subject-detail .main > div.subject-detail-right > div.right-bottom > div.bottom-content > dl > dd > a {
    width: 140px;
    height: 15px;
    display: block;
    color: #1e82d2;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#subject-detail .main > div.subject-detail-right > div.right-bottom > div.bottom-content > dl > dd > div {
    width: 140px;
    height: 30px;
    padding: 8px 0px 7px 0px;
}

div#subject-detail .main > div.subject-detail-right > div.right-bottom > div.bottom-content > dl > dd > div > span {
    height: 15px;
    line-height: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

div#subject-detail .main > div.subject-detail-right > div.right-bottom > div.bottom-content > dl > dd > div > span:first-child {
    width: 90px;
}

div#subject-detail .main > div.subject-detail-right > div.right-bottom > div.bottom-content > dl > dd > div > span:last-child {
    width: 50px;
    text-align: right;
}

div#subject-detail .main > div.subject-detail-right > div.right-bottom > div.bottom-content > dl > dd > p {
    width: 140px;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#introduce {
    width: 500px;
    padding: 0px 20px;
    display: none;
    font-size: 14px;
    overflow: hidden;
}

div#introduce div.introduce-list {
    width: 100%;
    margin-top: 25px;
    position: relative;
}

div#introduce div.introduce-list > p {
    width: 100px;
    height: 30px;
    box-sizing: border-box;
    padding-top: 12px;
    float: left;
    font-size: 16px;
    color: #1e82d2;
}

div#introduce div.introduce-list > input[type=text] {
    width: 315px;
    height: 29px;
    border: none;
    border-bottom: 1px solid #1e82d2;
    outline: none;
    padding-left: 15px;
}

div#introduce div.introduce-list > textarea {
    width: 330px;
    height: 180px;
    box-sizing: border-box;
    border: 1px solid #1e82d2;
    padding: 15px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #666;
    outline: none;
    margin-top: 12px;
}

/*!===menu-detail-End===*/
/*!===member-info-Start===*/
div#member-info .main {
    overflow: hidden;
}

div#member-info .main > div {
    min-height: 685px;
    overflow: hidden;
}

div#member-info .main > div.member-info-left {
    width: 270px;
    float: left;
}

div#member-info .main > div.member-info-left > .left-top {
    border: 1px solid #1e82d2;
    min-height: 268px;
    position: relative;
    overflow: hidden;
}

div#member-info .main > div.member-info-left > .left-top > .top-picture {
    height: 84px;
    margin-top: 40px;
}

div#member-info .main > div.member-info-left > .left-top > .top-picture > img {
    width: 84px;
    height: 84px;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}

div#member-info .main > div.member-info-left > .left-top > .top-name {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    text-align: center;
    position: relative;
}

div#member-info .main > div.member-info-left > .left-top > .top-name > span {
    width: 90px;
    height: 56px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#member-info .main > div.member-info-left > .left-top > .top-name > em {
    width: 35px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: #Fff;
    background: #ff560c;
    border-radius: 5px;
    position: absolute;
    top: 18px;
    left: 180px;
}

div#member-info .main > div.member-info-left > .left-top > .top-other > dl {
    width: 104px;
    height: 15px;
    line-height: 15px;
    padding-left: 30px;
    float: left;
    margin-bottom: 20px;
}

div#member-info .main > div.member-info-left > .left-top > .top-other > dl > dt {
    width: 60px;
    float: left;
}

div#member-info .main > div.member-info-left > .left-top > .top-other > dl > dd {
    width: 44px;
    float: left;
}

div#member-info .main > div.member-info-left > .left-top > .top-approve {
    width: 40px;
    height: 56px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 5px;
}

div#member-info .main > div.member-info-left > .left-top > .top-approve > img {
    display: block;
    width: 40px;
    height: 56px;
}

div#member-info .main > div.member-info-left > .left-bottom {
    min-height: 363px;
    color: #fff;
    background: #1e82d2;
    padding: 50px 0px 0px 15px;
}

div#member-info .main > div.member-info-left > .left-bottom > dl {
    width: 255px;
    height: 15px;
    line-height: 15px;
    margin-bottom: 25px;
    font-size: 12px;
}

div#member-info .main > div.member-info-left > .left-bottom > dl > dt {
    width: 70px;
    height: 15px;
    float: left;
}

div#member-info .main > div.member-info-left > .left-bottom > dl > dd {
    width: 185px;
    height: 15px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#member-info .main > div.member-info-right {
    width: 700px;
    float: right;
    overflow: hidden;
    background: #f4f4f4;
}

div#member-info .main > div.member-info-right > .right-top {
    height: 34px;
    border-bottom: 1px solid #1e82d2;
    margin: 15px 0px;
}

div#member-info .main > div.member-info-right > .right-top > .top-item {
    width: 110px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    float: left;
    cursor: pointer;
}

div#member-info .main > div.member-info-right > .right-top > .top-item.current-item {
    background: #1e82d2;
    color: #fff;
    font-weight: bold;
}

div#member-info .main > div.member-info-right > .right-top > .page-number {
    width: 95px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    float: right;
}

div#member-info .main > div.member-info-right > .right-top > .page-number > span {
    margin: 0px 5px;
    cursor: pointer;
}

div#member-info .main > div.member-info-right > .right-top > .page-number > span.current-page {
    color: #1e82d2;
}

div#member-info .main > div.member-info-right > .right-middle {
    margin-bottom: 30px;
    overflow: hidden;
}

div#member-info .main > div.member-info-right > .right-middle > .middle-box {
    display: none;
}

div#member-info .main > div.member-info-right > .right-middle > .middle-box span.item-list {
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    display: block;
    float: left;
}

div#member-info .main > div.member-info-right > .right-middle > .middle-box span.item-four-first {
    width: 300px;
}

div#member-info .main > div.member-info-right > .right-middle > .middle-box span.item-four-second {
    width: 133px;
}

div#member-info .main > div.member-info-right > .right-middle > .middle-box span.item-four-third {
    width: 133px;
}

div#member-info .main > div.member-info-right > .right-middle > .middle-box span.item-four-four {
    width: 134px;
}

div#member-info .main > div.member-info-right > .right-middle > .middle-box > div.middle-title {
    width: 100%;
    height: 45px;
    color: #fff;
    background: #1e82d2;
}

div#member-info .main > div.member-info-right > .right-middle > .middle-box > ul.middle-list {
    width: 100%;
    overflow: hidden;
}

div#member-info .main > div.member-info-right > .right-middle > .middle-box > ul.middle-list > li {
    width: 100%;
    height: 45px;
}

div#member-info .main > div.member-info-right > .right-middle > .middle-box > ul.middle-list > li:nth-child(even) {
    background: #ddd;
}

div#member-info .main > div.member-info-right > .right-middle > .middle-box > ul.middle-list > li a {
    width: 270px;
    height: 45px;
    padding-left: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1e82d2;
}

div#member-info .main > div.member-info-right > .right-middle > .current-box {
    display: block;
}

div#member-info .main > div.member-info-right > .right-bottom {
    overflow: hidden;
    margin: 30px 0px;
}

div#member-info .main > div.member-info-right > .right-bottom > div.bottom-page {
    text-align: center;
    overflow: hidden;
    margin: 0px auto;
}

/*!===member-info-End===*/
/*!===industry-information-detail-Start===*/
div#information-detail {
    background: #f4f4f4;
}

div#information-detail .main {
    overflow: hidden;
}

div#information-detail .main > div.information-detail-nav {
    width: 680px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin: 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#information-detail .main > div.information-detail-nav > p {
    width: 60px;
    float: left;
}

div#information-detail .main > div.information-detail-nav > ul {
    width: 620px;
    float: left;
    display: block;
    overflow: hidden;
}

div#information-detail .main > div.information-detail-nav > ul li {
    float: left;
    margin-right: 5px;
}

div#information-detail .main > div.information-detail-left {
    width: 670px;
    overflow: hidden;
    float: left;
    border-top: 2px solid #1e82d2;
    padding: 25px 40px 0px 40px;
    margin-bottom: 25px;
    background: #fff;
}

div#information-detail .main > div.information-detail-left > div {
    width: 100%;
    overflow: hidden;
}

div#information-detail .main > div.information-detail-left > h2 {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#information-detail .main > div.information-detail-left > div.left-sundry {
    height: 15px;
    line-height: 15px;
    margin: 15px 0px;
}

div#information-detail .main > div.information-detail-left > div.left-sundry > span {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    color: #999;
    margin-left: 30px;
}

div#information-detail .main > div.information-detail-left > div.left-content {
    padding-top: 25px;
    padding-bottom: 40px;
    border-top: 1px solid #ddd;
    word-break: break-all;
}

div#information-detail .main > div.information-detail-left > div.left-content a {
    color: #1e82d2;
}

div#information-detail .main > div.information-detail-left > div.left-chapters {
    margin-bottom: 40px;
}

div#information-detail .main > div.information-detail-left > div.left-chapters > p {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
}

div#information-detail .main > div.information-detail-left > div.left-chapters > p > a {
    color: #1e82d2;
}

div#information-detail .main > div.information-detail-left > div.left-praise {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

div#information-detail .main > div.information-detail-left > div.left-praise > span {
    color: #fe7a40;
    font-size: 20px;
    position: absolute;
    left: 354px;
    top: 0;
    display: none;
}

div#information-detail .main > div.information-detail-left > div.left-praise > img {
    width: 80px;
    height: 78px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

div#information-detail .main > div.information-detail-left > div.left-tags {
    padding: 20px 0px;
}

div#information-detail .main > div.information-detail-left > div.left-tags a {
    height: 26px;
    line-height: 26px;
    color: #1e82d2;
    padding: 0 14px;
    font-size: 12px;
    border: 1px solid #1e82d2;
    border-radius: 14px;
    margin-right: 10px;
    margin-bottom: 8px;
    float: left;
}

div#information-detail .main > div.information-detail-left > div.left-tags > dl {
    width: 590px;
    overflow: hidden;
}

div#information-detail .main > div.information-detail-left > div.left-tags > dl > dt {
    width: 60px;
    float: left;
    margin-right: 10px;
}

div#information-detail .main > div.information-detail-left > div.left-tags > dl > dd {
    width: 500px;
    float: left;
}

div#information-detail .main > div.information-detail-left > div.left-share {
    height: 45px;
    margin-bottom: 10px;
    overflow: visible;
}

div#information-detail .main > div.information-detail-left > div.left-share > span {
    font-size: 13px;
    line-height: 35px;
    margin-left: 390px;
}

div#information-detail .main > div.information-detail-left > div.left-share > a {
    float: right;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background: #555;
    border-color: #555;
    font-size: 18px;
}

div#information-detail .main > div.information-detail-left > div.left-discuss {
    margin-top: 30px;
    padding: 25px 0px;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > h2 {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    padding-left: 35px;
    border-left: 4px solid #1e82d2;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > div.discuss-before-login {
    margin: 15px 0px 15px 35px;
    height: 210px;
    border: 1px solid #ddd;
    text-align: center;
    background: #eee;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > div.discuss-before-login > span {
    line-height: 210px;
    font-size: 14px;
    color: #666;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > div.discuss-before-login > span > a {
    color: #1e82d2;
    text-decoration: underline;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > div.discuss-after-login {
    margin: 15px 0px 15px 35px;
    border: 1px solid #1e82d2;
    padding: 15px 20px;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > div.discuss-after-login > form > textarea {
    width: 100%;
    height: 140px;
    border: none;
    resize: none;
    color: #666;
    line-height: 25px;
    font-size: 14px;
    outline: none;
    overflow-y: hidden;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > div.discuss-after-login > form > div {
    width: 100%;
    height: 30px;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > div.discuss-after-login > form > div > input {
    width: 65px;
    height: 30px;
    background: #1e82d2;
    color: #fff;
    border: none;
    border-radius: 15px;
    float: right;
    cursor: pointer;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > ul.discuss-list {
    margin-top: 30px;
    margin-left: 35px;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > ul.discuss-list > li {
    width: 100%;
    margin: 10px 0px;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > ul.discuss-list > li > dl {
    width: 100%;
    overflow: hidden;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > ul.discuss-list > li > dl > dt {
    width: 48px;
    float: left;
    margin-right: 20px;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > ul.discuss-list > li > dl > dt > img {
    width: 48px;
    height: 48px;
    display: block;
    border: none;
    border-radius: 50%;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > ul.discuss-list > li > dl > dd {
    width: 487px;
    float: left;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > ul.discuss-list > li > dl > dd > p.name {
    line-height: 35px;
    font-size: 14px;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > ul.discuss-list > li > dl > dd > p.time {
    line-height: 15px;
    color: #999;
    margin: 5px 0px;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > ul.discuss-list > li > dl > dd > p.content {
    line-height: 150%;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > div.discuss-list-none {
    padding: 90px 0;
    text-align: center;
    font-size: 20px;
    color: #1e82d2;
}

div#information-detail .main > div.information-detail-left > div.left-discuss > div.discuss-more, div#information-detail .main > div.information-detail-left > div.left-discuss > div.discuss-loading, div#information-detail .main > div.information-detail-left > div.left-discuss > div.discuss-buttom {
    cursor: pointer;
    width: 100px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 10px auto;
    /*display: none;*/
}

div#information-detail .main > div.information-detail-left > div.left-discuss > div.discuss-more {
    border: 1px solid #ddd;
    /*display: block;*/
}

div#information-detail .main > div.information-detail-right {
    width: 300px;
    overflow: hidden;
    float: right;
}

div#information-detail .main > div.information-detail-right h2 {
    width: 100%;
    height: 26px;
    line-height: 22px;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    padding-left: 20px;
    border-left: 4px solid #1e82d2;
}

div#information-detail .main > div.information-detail-right > .right-hot-tags {
    padding: 25px 10px 25px 0;
    background: #fff;
}

div#information-detail .main > div.information-detail-right > .right-hot-tags > div {
    padding-left: 25px;
    overflow: hidden;
}

div#information-detail .main > div.information-detail-right > .right-hot-tags > div > a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    color: #1e82d2;
    padding: 0 14px;
    font-size: 12px;
    border: 1px solid #1e82d2;
    border-radius: 14px;
    margin: 25px 10px 0 0;
    float: left;
}

div#information-detail .main > div.information-detail-right > .right-related-articles {
    padding: 25px 10px 10px 0;
    margin-top: 30px;
    background: #fff;
    margin-bottom: 25px;
}

div#information-detail .main > div.information-detail-right > .right-related-articles > ul {
    padding-left: 25px;
    overflow: hidden;
}

div#information-detail .main > div.information-detail-right > .right-related-articles > ul > li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

div#information-detail .main > div.information-detail-right > .right-related-articles > ul > li > a {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*!===industry-information-detail-End===*/
/*!===industry-information-more-Start===*/
div#information-more {
    background: #f4f4f4;
}

div#information-more .main {
    overflow: hidden;
}

div#information-more .main > div.information-detail-left {
    width: 670px;
    overflow: hidden;
    float: left;
    border-top: 2px solid #1e82d2;
    padding: 25px 40px 0px 40px;
    margin-top: 15px;
    background: #fff;
    margin-bottom: 20px;
}

div#information-more .main > div.information-detail-left > div.left-top {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}

div#information-more .main > div.information-detail-left > div.left-top > p {
    width: 90px;
    height: 20px;
    float: left;
}

div#information-more .main > div.information-detail-left > div.left-top > ul {
    width: 500px;
    height: 20px;
    float: left;
}

div#information-more .main > div.information-detail-left > div.left-top > ul > li {
    height: 20px;
    float: left;
    margin-right: 5px;
}

div#information-more .main > div.information-detail-left > ul.left-middle {
    padding: 25px 0px;
}

div#information-more .main > div.information-detail-left > ul.left-middle > li {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #ccc;
}

div#information-more .main > div.information-detail-left > ul.left-middle > li > a {
    float: left;
    width: 460px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#information-more .main > div.information-detail-left > ul.left-middle > li > em {
    float: right;
}

div#information-more .main > div.information-detail-left > div.left-bottom {
    overflow: hidden;
    margin: 50px 0px;
}

div#information-more .main > div.information-detail-left > div.left-bottom > div.bottom-page {
    text-align: center;
    overflow: hidden;
    margin: 0px auto;
}

div#information-more .main > div.information-detail-right {
    width: 300px;
    overflow: hidden;
    float: right;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

div#information-more .main > div.information-detail-right h2 {
    width: 100%;
    height: 26px;
    line-height: 22px;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    padding-left: 20px;
    border-left: 4px solid #1e82d2;
}

div#information-more .main > div.information-detail-right > .right-hot-tags {
    padding: 25px 10px 25px 0;
}

div#information-more .main > div.information-detail-right > .right-hot-tags > div {
    padding-left: 25px;
    overflow: hidden;
}

div#information-more .main > div.information-detail-right > .right-hot-tags > div > a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    color: #1e82d2;
    padding: 0 14px;
    font-size: 12px;
    border: 1px solid #1e82d2;
    border-radius: 14px;
    margin: 25px 10px 0 0;
    float: left;
}

/*!===industry-information-more-End===*/
/*!===industry-information-tag-Start===*/
div#information-tag {
    background: #f4f4f4;
}

div#information-tag .main {
    overflow: hidden;
}

div#information-tag .main > div.information-detail-left {
    width: 670px;
    overflow: hidden;
    float: left;
    border-top: 2px solid #1e82d2;
    padding: 25px 40px 0px 40px;
    margin-top: 15px;
    background: #fff;
    margin-bottom: 20px;
}

div#information-tag .main > div.information-detail-left > div.left-top > h1 {
    height: 30px;
}

div#information-tag .main > div.information-detail-left > div.left-top > h1 > strong {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}

div#information-tag .main > div.information-detail-left > div.left-top > h1 > a {
    display: block;
    height: 28px;
    line-height: 28px;
    color: #1e82d2;
    padding: 0 14px;
    font-size: 12px;
    border: 1px solid #1e82d2;
    border-radius: 14px;
    float: left;
}

div#information-tag .main > div.information-detail-left > div.left-top > h2 {
    width: 500px;
    height: 20px;
    line-height: 20px;
    margin-top: 25px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
}

div#information-tag .main > div.information-detail-left > ul.left-middle {
    width: 500px;
}

div#information-tag .main > div.information-detail-left > ul.left-middle > li {
    width: 100%;
    height: 45px;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
}

div#information-tag .main > div.information-detail-left > ul.left-middle > li > a {
    width: 100%;
    height: 15px;
    display: block;
    line-height: 15px;
    font-size: 14px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#information-tag .main > div.information-detail-left > ul.left-middle > li > div {
    width: 100%;
    height: 15px;
}

div#information-tag .main > div.information-detail-left > ul.left-middle > li > div > span {
    display: block;
    float: left;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#information-tag .main > div.information-detail-left > ul.left-middle > li > div > span.like, div#information-tag .main > div.information-detail-left > ul.left-middle > li > div > span.comment {
    width: 60px;
    padding-left: 20px;
    cursor: pointer;
}

div#information-tag .main > div.information-detail-left > ul.left-middle > li > div > span.like {
    background: url(../img/dianzan_hui.png) no-repeat left center;
}

div#information-tag .main > div.information-detail-left > ul.left-middle > li > div > span.comment {
    background: url(../img/pinglun_hui.png) no-repeat left center;
}

div#information-tag .main > div.information-detail-left > ul.left-middle > li > div > span.time {
    margin-left: 80px;
}

div#information-tag .main > div.information-detail-left > div.left-bottom {
    overflow: hidden;
    margin: 50px 0px;
}

div#information-tag .main > div.information-detail-left > div.left-bottom > div.bottom-page {
    text-align: center;
    overflow: hidden;
    margin: 0px auto;
}

div#information-tag .main > div.information-detail-right {
    width: 300px;
    overflow: hidden;
    float: right;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

div#information-tag .main > div.information-detail-right h2 {
    width: 100%;
    height: 26px;
    line-height: 22px;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    padding-left: 20px;
    border-left: 4px solid #1e82d2;
}

div#information-tag .main > div.information-detail-right > .right-hot-tags {
    padding: 25px 10px 25px 0;
}

div#information-tag .main > div.information-detail-right > .right-hot-tags > div {
    padding-left: 25px;
    overflow: hidden;
}

div#information-tag .main > div.information-detail-right > .right-hot-tags > div > a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    color: #1e82d2;
    padding: 0 14px;
    font-size: 12px;
    border: 1px solid #1e82d2;
    border-radius: 14px;
    margin: 25px 10px 0 0;
    float: left;
}

/*!===industry-information-tag-End===*/
/*!===info-Start===*/
div#info {
    background: #f4f4f4;
}

div#info .main > div.info-left {
    width: 200px;
    min-height: 600px;
    float: left;
    padding-top: 20px;
    background: #333;
    margin: 20px 0px;
}

div#info .main > div.info-left > a {
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 0 0 40px;
    color: #fff;
}

div#info .main > div.info-left > a:hover {
    background-color: #1e82d2;
}

div#info .main > div.info-left > a.current {
    background: url(../img/jiantou_you.png) no-repeat 180px center #1e82d2;
}

div#info .main > div.info-right {
    width: 800px;
    min-height: 600px;
    float: left;
    padding: 15px 40px 0px 40px;
    margin: 20px 0px;
    background: #fff;
}

div#info .main > div.info-right > div.info-right-title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #1e82d2;
}

div#info .main > div.info-right > div.info-right-content {
    padding-top: 22px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

div#info .main > div.info-right > div.friendly-link > div {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

div#info .main > div.info-right > div.friendly-link > ul {
    width: 100%;
    overflow: hidden;
}

div#info .main > div.info-right > div.friendly-link > ul > li {
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    float: left;
    margin-right: 10px;
}

div#info .main > div.info-right > div.friendly-link > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#info_map .main div.info-map-title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #1e82d2;
}
div#info_map .main div.info-map-content {
    padding-top: 15px;
}

div#info_map .main div.info-map-content > div.map-content-list {
    margin-bottom: 30px;
}

div#info_map .main div.info-map-content > div.map-content-list > h3 {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 20px;
}

div#info_map .main div.info-map-content > div.map-content-list > div {
    font-size: 14px;
}

div#info_map .main div.info-map-content > div.map-content-list > div > dl {
    width: 720px;
    overflow: hidden;
    margin: 10px 0;
}

div#info_map .main div.info-map-content > div.map-content-list > div > dl > dt {
    width: 80px;
    line-height: 30px;
    float: left;
}

div#info_map .main div.info-map-content > div.map-content-list > div > dl > dd {
    width: 640px;
    float: left;
}

div#info_map .main div.info-map-content > div.map-content-list > div > dl > dd > a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
}

/*!===info-End===*/
/*!===personage-Start===*/
div#personage {
    background: #f4f4f4;
}

div#personage .main {
    overflow: hidden;
    /*个人中心-首页*/
}

div#personage .main > div.personage-left {
    width: 160px;
    min-height: 630px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 0px;
    float: left;
    background: #333;
    color: #fff;
    font-size: 14px;
}

div#personage .main > div.personage-left > div {
    margin-bottom: 15px;
}

div#personage .main > div.personage-left > div > p {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 40px;
}

div#personage .main > div.personage-left > div > a {
    font-size: 16px;
    font-weight: bold;
}

div#personage .main > div.personage-left a {
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 40px;
}

div#personage .main > div.personage-left a:hover {
    background: #1e82d2;
}

div#personage .main > div.personage-left a.active {
    background: #1e82d2;
}

div#personage .main > div.personage-right {
    width: 740px;
    margin: 20px 50px 20px 50px;
    padding-top: 20px;
    float: right;
    border-top: 2px solid #1e82d2;
    border-bottom: 2px solid #ddd;
    background: #fff;
    /*!-站内信-*/
    /*!-收藏夹-*/
    /*!-发布信息-*/
    /*!-个人中心-*/
    /*!-推荐人才-*/
    /*!-申请职位-*/
    /*考试报名*/
    /*!-修改资料-*/
}

div#personage .main > div.personage-right > h3 {
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 30px;
}

div#personage .main > div.personage-right div#inmail {
    width: 100%;
    height: 100%;
}

div#personage .main > div.personage-right div#inmail > div {
    width: 600px;
    margin-left: 30px;
}

div#personage .main > div.personage-right div#inmail > .inmail-top {
    overflow: hidden;
    background: #1e82d2;
}

div#personage .main > div.personage-right div#inmail > .inmail-top > span {
    width: 105px;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    text-align: center;
    font-size: 16px;
}

div#personage .main > div.personage-right div#inmail > .inmail-top > span > a {
    color: #fff;
}

div#personage .main > div.personage-right div#inmail > .inmail-top > span.active {
    background: #135e9a;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle {
    overflow: hidden;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > .message-none {
    width: 100%;
    height: 140px;
    line-height: 140px;
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 18px;
    letter-spacing: 5px;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > ul.system-message-list {
    width: 100%;
    overflow: hidden;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > ul.system-message-list > li {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > ul.system-message-list > li > h5 {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    width: 100%;
    font-weight: bold;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > ul.system-message-list > li > h5 > em {
    display: inline-block;
    width: 25px;
    float: left;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > ul.system-message-list > li > h5 > span {
    display: inline-block;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > ul.system-message-list > li > h5 > span > a {
    color: #1e82d2;
    padding: 0px 5px;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > ul.system-message-list > li > div {
    width: 100%;
    padding: 10px 0 0 25px;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > ul.system-message-list > li > div > span {
    font-size: 12px;
    color: #666;
    height: 12px;
    margin-right: 20px;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > ul.inmail-notice-list {
    width: 100%;
    font-size: 14px;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > ul.inmail-notice-list > li {
    width: 100%;
    height: 30px;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > ul.inmail-notice-list > li > div {
    float: left;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > ul.inmail-notice-list > li > div.sn {
    width: 25px;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > ul.inmail-notice-list > li > div.notice_title {
    width: 400px;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > ul.inmail-notice-list > li > div.notice_time {
    width: 175px;
    text-align: right;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > dl.inmail-message-list {
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > dl.inmail-message-list > dt {
    width: 100%;
    height: 30px;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > dl.inmail-message-list > dt > div {
    float: left;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > dl.inmail-message-list > dt > div.sn {
    width: 25px;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > dl.inmail-message-list > dt > div.send_name {
    width: 200px;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > dl.inmail-message-list > dt > div.send_time {
    width: 200px;
    text-align: center;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > dl.inmail-message-list > dt > div.reply {
    width: 55px;
    text-align: right;
    cursor: pointer;
    color: #1e82d2;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > dl.inmail-message-list > dt > div.intro {
    width: 120px;
    text-align: right;
    cursor: pointer;
    color: #fe7a40;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > dl.inmail-message-list > dd {
    text-indent: 25px;
    display: none;
    line-height: 150%;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > div.inmail-notice-content {
    width: 100%;
    padding: 10px;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > div.inmail-notice-content > p {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > div.inmail-notice-content > h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

div#personage .main > div.personage-right div#inmail > .inmail-middle > div.inmail-notice-content > div {
    margin-top: 10px;
    text-indent: 25px;
    font-size: 14px;
    line-height: 180%;
}

div#personage .main > div.personage-right div#inmail > .inmail-bottom {
    overflow: hidden;
    margin: 50px 0px;
}

div#personage .main > div.personage-right div#inmail > .inmail-bottom > div.bottom-page {
    text-align: center;
    overflow: hidden;
    margin: 0px auto;
}

div#personage .main > div.personage-right div#favorite > .favorite-top {
    width: 100%;
    min-height: 55px;
    overflow: hidden;
}

div#personage .main > div.personage-right div#favorite > .favorite-top > .top-item {
    width: 120px;
    height: 25px;
    padding: 0px 15px;
    margin-left: 30px;
    border: 1px solid #aaa;
    border-radius: 15px;
    color: #666;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

div#personage .main > div.personage-right div#favorite > .favorite-top > .top-item > img {
    display: block;
    position: absolute;
    top: 9px;
    left: 100px;
    transition: transform .5s;
}

div#personage .main > div.personage-right div#favorite > .favorite-top > .top-item:hover img {
    transform: rotate(180deg);
}

div#personage .main > div.personage-right div#favorite > .favorite-top > .top-item > ul {
    width: 100%;
}

div#personage .main > div.personage-right div#favorite > .favorite-top > .top-item > ul > li {
    line-height: 25px;
    font-size: 12px;
    cursor: pointer;
}

div#personage .main > div.personage-right div#favorite > .favorite-top > .top-item > ul > li:hover {
    color: #1e82d2;
}

div#personage .main > div.personage-right div#favorite > .favorite-middle {
    width: 600px;
    overflow: hidden;
    margin-left: 30px;
}

div#personage .main > div.personage-right div#favorite > .favorite-middle > h4 {
    width: 100%;
    height: 40px;
    font-size: 16px;
    border-bottom: 2px solid #ccc;
    position: relative;
}

div#personage .main > div.personage-right div#favorite > .favorite-middle > h4 > a {
    width: 80px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

div#personage .main > div.personage-right div#favorite > .favorite-middle > h4 > a.current {
    color: #1e82d2;
    border-bottom: 2px solid #1e82d2;
}

div#personage .main > div.personage-right div#favorite > .favorite-middle > ul {
    width: 100%;
    overflow: hidden;
}

div#personage .main > div.personage-right div#favorite > .favorite-middle > ul > li {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

div#personage .main > div.personage-right div#favorite > .favorite-middle > ul > li > div {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}

div#personage .main > div.personage-right div#favorite > .favorite-middle > ul > li > div > a {
    width: 100%;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

div#personage .main > div.personage-right div#favorite > .favorite-middle > ul > li > p {
    width: 100%;
    height: 20px;
    line-height: 20px;
}

div#personage .main > div.personage-right div#favorite > .favorite-middle > ul > li > p > span {
    display: inline-block;
    width: 100px;
    margin-right: 20px;
    font-size: 14px;
    color: #888;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#personage .main > div.personage-right div#favorite > .favorite-bottom {
    overflow: hidden;
    margin: 50px 0px;
}

div#personage .main > div.personage-right div#favorite > .favorite-bottom > div.bottom-page {
    text-align: center;
    overflow: hidden;
    margin: 0px auto;
}

div#personage .main > div.personage-right div#publish > div.publish-tag {
    width: 600px;
    height: 40px;
    margin-left: 30px;
    background: #1e82d2;
}

div#personage .main > div.personage-right div#publish > div.publish-tag > span {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    float: left;
    cursor: pointer;
}

div#personage .main > div.personage-right div#publish > div.publish-tag > span.active {
    background: #135e9a;
}

div#personage .main > div.personage-right div#publish > div.publish-form {
    width: 600px;
    margin-left: 30px;
    margin-bottom: 50px;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list {
    width: 100%;
    display: none;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item {
    width: 100%;
    margin-top: 25px;
    position: relative;
}
.form-em{
    position: absolute;
    top: 12px;
    left: -9px;
    color: red;
}
.form-em-in{
    position: absolute;
    top: 12px;
    left: 0;
    color: red;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item p.item-title {
    position: relative;
    width: 100px;
    height: 30px;
    box-sizing: border-box;
    padding-top: 12px;
    float: left;
    font-size: 16px;
    color: #1e82d2;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item p.item-cost {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    color: #1e82d2;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item p.item-cost > span {
    display: inline-block;
    margin: 0px 5px;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item div.location {
    width: 500px;
    float: left;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item input[type=text] {
    width: 420px;
    height: 29px;
    border: none;
    border-bottom: 1px solid #1e82d2;
    outline: none;
    padding-left: 30px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item input[type=text].mText {
    width: 150px;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item input[type=text].smText {
    width: 110px;
    padding-left: 20px;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item textarea {
    width: 500px;
    height: 180px;
    box-sizing: border-box;
    border: 1px solid #1e82d2;
    padding: 30px 20px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #666;
    outline: none;
    margin-top: 12px;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item label.checkbox-list {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    color: #fe7a40;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item label.checkbox-list > span {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: 2px;
    border: 1px solid #fe7a40;
    font-size: 14px;
    color: #fe7a40;
    text-indent: 1px;
    line-height: 12px;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item label.checkbox-list > input[type=checkbox] {
    display: none;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item label.checkbox-list > input[type=checkbox]:checked + span:before {
    content: "\2714";
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item label.checkbox-list > em {
    margin: 0px 10px;
    font-size: 12px;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item span.info-error {
    position: absolute;
    top: 30px;
    left: 100px;
    color: #ff0000;
    display: none;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item span.info-explain {
    position: absolute;
    top: 5px;
    left: 290px;
    color: #fe7a40;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item span.item-explain {
    position: absolute;
    top: 30px;
    left: 0px;
    font-size: 12px;
    color: #1e82d2;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item div.item-info {
    width: 500px;
    height: 170px;
    padding: 9px;
    float: left;
    border: 1px solid #1e82d2;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item div.item-info > div {
    width: 230px;
    height: 30px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item div.item-info > div > p {
    width: 80px;
    height: 30px;
    float: left;
    font-size: 14px;
    color: #1e82d2;
    padding-left: 10px;
    padding-top: 12px;
    box-sizing: border-box;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item.stick-item div.stick {
    width: 400px;
    height: 300px;
    position: absolute;
    top: -350px;
    left: 0px;
    z-index: 5;
    display: none;
    background-color: #fff;
    box-shadow: 5px 2px 3px #e9e9e9, 0 2px 3px #e9e9e9, -5px 2px 3px #e9e9e9;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item.stick-item div.stick h4.stick-title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    padding-left: 20px;
    background: #fe7a40;
    color: #fff;
    font-size: 18px;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item.stick-item div.stick h4.stick-title > span.close {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    float: right;
    margin-top: 6px;
    margin-right: 10px;
    background: #feaf8c;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item.stick-item div.stick div.stick-list {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    margin-top: 20px;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item.stick-item div.stick div.stick-list > p {
    padding-top: 0px;
    line-height: 30px;
    color: #fe7a40;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item.stick-item div.stick div.stick-list > div {
    width: 250px;
    float: left;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item.stick-item div.stick div.stick-list > div > span {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 8px;
    cursor: pointer;
    border: 1px solid #fff;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item.stick-item div.stick div.stick-list > div > span:hover {
    border-color: #fe7a40;
    color: #fe7a40;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item.stick-item div.stick div.stick-list > div > span.select {
    border-color: #fe7a40;
    color: #fe7a40;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list div.list-item.stick-item div.stick div.stick-list > div > p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fe7a40;
}

div#personage .main > div.personage-right div#publish > div.publish-form > div.form-list.current {
    display: block;
}

div#personage .main > div.personage-right div.center-top {
    width: 100%;
    min-height: 80px;
    overflow: hidden;
    position: relative;
}

div#personage .main > div.personage-right div.center-top div.top-item-time {
    width: 120px;
    height: 25px;
    padding: 0px 15px;
    margin-left: 30px;
    border: 1px solid #aaa;
    border-radius: 15px;
    color: #666;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    float: left;
    z-index: 5;
    background: #fff;
}

div#personage .main > div.personage-right div.center-top div.top-item-time > img {
    display: block;
    position: absolute;
    top: 9px;
    left: 100px;
    transition: transform .5s;
}

div#personage .main > div.personage-right div.center-top div.top-item-time:hover img {
    transform: rotate(180deg);
}

div#personage .main > div.personage-right div.center-top div.top-item-time > ul {
    width: 100%;
}

div#personage .main > div.personage-right div.center-top div.top-item-time > ul > li {
    line-height: 25px;
    font-size: 12px;
    cursor: pointer;
}

div#personage .main > div.personage-right div.center-top div.top-item-time > ul > li:hover {
    color: #1e82d2;
}

div#personage .main > div.personage-right div.center-top div.top-money {
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 40px;
    left: 40px;
}

div#personage .main > div.personage-right div.center-top div.top-money > span.income {
    margin-right: 35px;
}

div#personage .main > div.personage-right div.center-top div.top-money > span.income > em {
    font-size: 16px;
    font-weight: normal;
    color: #1e82d2;
    margin: 0 5px;
}

div#personage .main > div.personage-right div.center-top div.top-money > span.expend > em {
    font-size: 16px;
    font-weight: normal;
    color: #fe7a40;
    margin: 0 5px;
}

div#personage .main > div.personage-right div.center-top div.top-account {
    font-weight: bold;
    font-size: 14px;
    margin-left: 30px;
}

div#personage .main > div.personage-right div.center-top div.top-account > p:first-child {
    height: 30px;
    line-height: 30px;
}

div#personage .main > div.personage-right div.center-top div.top-account > p:last-child {
    height: 35px;
    line-height: 35px;
    font-weight: normal;
    font-size: 12px;
}

div#personage .main > div.personage-right div.center-top div.top-account > p:last-child > span {
    font-size: 16px;
    margin-right: 5px;
}

div#personage .main > div.personage-right div.center-middle {
    width: 600px;
    overflow: hidden;
    margin-left: 30px;
}

div#personage .main > div.personage-right div.center-middle > h4 {
    width: 100%;
    height: 40px;
    font-size: 16px;
    border-bottom: 2px solid #ccc;
    position: relative;
}

div#personage .main > div.personage-right div.center-middle > h4 > a {
    width: 80px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

div#personage .main > div.personage-right div.center-middle > h4 > a.current {
    color: #1e82d2;
    border-bottom: 2px solid #1e82d2;
}

div#personage .main > div.personage-right div.center-middle ul.middle-item-list {
    width: 100%;
    overflow: hidden;
}

div#personage .main > div.personage-right div.center-middle ul.middle-item-list > li {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

div#personage .main > div.personage-right div.center-middle ul.middle-item-list > li > div {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 14px;
}

div#personage .main > div.personage-right div.center-middle ul.middle-item-list > li > div div.operate {
    width: 120px;
    height: 100%;
    float: right;
    text-align: right;
    font-size: 0px;
}

div#personage .main > div.personage-right div.center-middle ul.middle-item-list > li > div div.operate a {
    color: #1e82d2;
    font-size: 14px;
    margin-left: 5px;
}

div#personage .main > div.personage-right div.center-middle ul.middle-item-list > li > div div.title {
    height: 100%;
    margin-right: 120px;
}

div#personage .main > div.personage-right div.center-middle ul.middle-item-list > li > div div.title > a {
    width: 100%;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

div#personage .main > div.personage-right div.center-middle ul.middle-item-list > li > p {
    width: 100%;
    height: 20px;
    line-height: 20px;
}

div#personage .main > div.personage-right div.center-middle ul.middle-item-list > li > p > span {
    display: inline-block;
    width: 100px;
    margin-right: 20px;
    font-size: 14px;
    color: #888;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#personage .main > div.personage-right div.center-middle ul.middle-item-list > li > p > span:last-child {
    margin-right: 0px;
    text-align: right;
}
div#personage .main > div.personage-right div.center-middle ul.middle-item-list > li > p > span.approve {
    width: 200px;
}

div#personage .main > div.personage-right div.center-middle ul.middle-deal-list {
    width: 100%;
    overflow: hidden;
    display: none;
}

div#personage .main > div.personage-right div.center-middle ul.middle-deal-list > li {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

div#personage .main > div.personage-right div.center-middle ul.middle-deal-list > li:last-child {
    border-bottom: none;
}

div#personage .main > div.personage-right div.center-middle ul.middle-deal-list > li > em {
    float: left;
    line-height: 56px;
    width: 24px;
    color: #1e82d2;
}

div#personage .main > div.personage-right div.center-middle ul.middle-deal-list > li > p {
    float: left;
    width: 66px;
    line-height: 56px;
    color: #1e82d2;
    margin-right: 15px;
}

div#personage .main > div.personage-right div.center-middle ul.middle-deal-list > li > a {
    float: left;
    line-height: 56px;
    width: 200px;
    color: #333;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

div#personage .main > div.personage-right div.center-middle ul.middle-deal-list > li > strong {
    float: left;
    width: 135px;
    line-height: 56px;
    margin-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#personage .main > div.personage-right div.center-middle ul.middle-deal-list > li > span {
    float: right;
    width: 130px;
    line-height: 56px;
    margin-left: 0;
    font-weight: normal;
    text-align: right;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#personage .main > div.personage-right div.center-middle ul.middle-deal-list.current {
    display: block;
}

div#personage .main > div.personage-right div.center-bottom {
    overflow: hidden;
    margin: 50px 0px;
}

div#personage .main > div.personage-right div.center-bottom > div.bottom-page {
    text-align: center;
    overflow: hidden;
    margin: 0px auto;
}

div#personage .main > div.personage-right div#center-introduce-talents dl.introduce-talents-list {
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

div#personage .main > div.personage-right div#center-introduce-talents dl.introduce-talents-list > dt {
    width: 100%;
    height: 30px;
}

div#personage .main > div.personage-right div#center-introduce-talents dl.introduce-talents-list > dt > div {
    float: left;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#personage .main > div.personage-right div#center-introduce-talents dl.introduce-talents-list > dt > div.sn {
    width: 25px;
}

div#personage .main > div.personage-right div#center-introduce-talents dl.introduce-talents-list > dt > div.job_name {
    width: 200px;
}

div#personage .main > div.personage-right div#center-introduce-talents dl.introduce-talents-list > dt > div.introduce_name {
    width: 150px;
    text-align: center;
}

div#personage .main > div.personage-right div#center-introduce-talents dl.introduce-talents-list > dt > div.introduce_mobile {
    width: 150px;
    text-align: center;
}

div#personage .main > div.personage-right div#center-introduce-talents dl.introduce-talents-list > dt > div.intro {
    width: 75px;
    text-align: right;
    cursor: pointer;
    color: #fe7a40;
}

div#personage .main > div.personage-right div#center-introduce-talents dl.introduce-talents-list > dd {
    text-indent: 25px;
    display: none;
    line-height: 150%;
}

div#personage .main > div.personage-right div#center-apply-job ul.apply-job-list {
    width: 100%;
    font-size: 14px;
}

div#personage .main > div.personage-right div#center-apply-job ul.apply-job-list > li {
    width: 100%;
    height: 30px;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
}

div#personage .main > div.personage-right div#center-apply-job ul.apply-job-list > li > div {
    float: left;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#personage .main > div.personage-right div#center-apply-job ul.apply-job-list > li > div.sn {
    width: 25px;
}

div#personage .main > div.personage-right div#center-apply-job ul.apply-job-list > li > div.job_name {
    width: 250px;
}

div#personage .main > div.personage-right div#center-apply-job ul.apply-job-list > li > div.apply_state {
    width: 150px;
    text-align: center;
}

div#personage .main > div.personage-right div#center-apply-job ul.apply-job-list > li > div.apply_time {
    width: 175px;
    text-align: right;
}

div#personage .main > div.personage-right div#center-apply-exam ul.apply-exam-list {
    width: 100%;
    font-size: 14px;
}

div#personage .main > div.personage-right div#center-apply-exam ul.apply-exam-list > li {
    width: 100%;
    height: 30px;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
}

div#personage .main > div.personage-right div#center-apply-exam ul.apply-exam-list > li > div {
    float: left;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#personage .main > div.personage-right div#center-apply-exam ul.apply-exam-list > li > div.sn {
    width: 25px;
}

div#personage .main > div.personage-right div#center-apply-exam ul.apply-exam-list > li > div.apply_name {
    width: 250px;
}

div#personage .main > div.personage-right div#center-apply-exam ul.apply-exam-list > li > div.apply_state {
    width: 150px;
    text-align: center;
}

div#personage .main > div.personage-right div#center-apply-exam ul.apply-exam-list > li > div.apply_time {
    width: 175px;
    text-align: right;
}

div#personage .main > div.personage-right div#modified div.modified-head {
    width: 600px;
    height: 40px;
    margin-left: 30px;
    background: #1e82d2;
}

div#personage .main > div.personage-right div#modified div.modified-head > span {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    float: left;
    cursor: pointer;
}

div#personage .main > div.personage-right div#modified div.modified-head > span.active {
    background: #135e9a;
}

div#personage .main > div.personage-right div#modified div.body-list {
    width: 600px;
    margin-left: 30px;
    margin-bottom: 50px;
    position: relative;
    display: none;
}

div#personage .main > div.personage-right div#modified div.body-list > div.list-picture {
    width: 96px;
    height: 146px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

div#personage .main > div.personage-right div#modified div.body-list > div.list-picture > img {
    width: 96px;
    height: 96px;
    display: block;
    border: none;
    border-radius: 50%;
    overflow: hidden;
}

div#personage .main > div.personage-right div#modified div.body-list > div.list-picture > a {
    display: block;
    width: 94px;
    height: 30px;
    line-height: 30px;
    margin: 20px 1px 0;
    background: #1e82d2;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

div#personage .main > div.personage-right div#modified div.body-list div.list-item {
    width: 100%;
    margin-top: 25px;
    position: relative;
}

div#personage .main > div.personage-right div#modified div.body-list div.list-item > p.item-title {
    width: 100px;
    height: 30px;
    box-sizing: border-box;
    padding-top: 12px;
    float: left;
    font-size: 16px;
    color: #1e82d2;
}

div#personage .main > div.personage-right div#modified div.body-list div.list-item > div.location {
    width: 500px;
    float: left;
}

div#personage .main > div.personage-right div#modified div.body-list div.list-item span.info-error {
    position: absolute;
    top: 30px;
    left: 100px;
    color: #ff0000;
    display: none;
}

div#personage .main > div.personage-right div#modified div.body-list div.list-item > input[type=text] {
    height: 29px;
    border: none;
    border-bottom: 1px solid #1e82d2;
    outline: none;
    padding-left: 30px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}

div#personage .main > div.personage-right div#modified div.body-list div.list-item > input[type=text].small {
    width: 150px;
}

div#personage .main > div.personage-right div#modified div.body-list div.list-item > input[type=text].big {
    width: 350px;
}

div#personage .main > div.personage-right div#modified div.body-list div.list-item > input[type=password] {
    width: 150px;
    height: 29px;
    border: none;
    border-bottom: 1px solid #1e82d2;
    outline: none;
    padding-left: 30px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}

div#personage .main > div.personage-right div#modified div.body-list div.list-item > textarea {
    width: 500px;
    height: 180px;
    box-sizing: border-box;
    border: 1px solid #1e82d2;
    padding: 20px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #666;
    outline: none;
    margin-top: 12px;
}

div#personage .main > div.personage-right div#modified div.body-list div.list-item label.radio-list {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    padding-left: 35px;
    margin-right: 40px;
    margin-top: 12px;
}

div#personage .main > div.personage-right div#modified div.body-list div.list-item label.radio-list > span {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: 2px;
    border: 1px solid #1e82d2;
    border-radius: 50%;
    font-size: 20px;
    color: #1e82d2;
    text-indent: 2px;
    line-height: 10px;
}

div#personage .main > div.personage-right div#modified div.body-list div.list-item label.radio-list > input[type=radio] {
    display: none;
}

div#personage .main > div.personage-right div#modified div.body-list div.list-item label.radio-list > input[type=radio]:checked + span:before {
    content: "\2022";
}

div#personage .main > div.personage-right div#modified div.body-list div.list-item > p.item-info {
    float: left;
    margin-left: 30px;
    margin-top: 5px;
    color: #fe7a40;
}

div#personage .main > div.personage-right div#modified div.body-list div.list-item.gray > p.item-title {
    color: #666;
    padding-top: 5px;
}

div#personage .main > div.personage-right div#modified div.body-list div.list-item.gray > input[type=text] {
    color: #666;
    border: none;
}

div#personage .main > div.personage-right div#modified div.body-list div.pic-save {
    width: 96px;
    margin-top: 30px;
    float: left;
    overflow: hidden;
}

div#personage .main > div.personage-right div#modified div.body-list div.pic-save > img {
    width: 96px;
    height: 96px;
    display: block;
    border: none;
    border-radius: 50%;
    overflow: hidden;
}

div#personage .main > div.personage-right div#modified div.body-list div.pic-save > input[type=button] {
    display: block;
    width: 96px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    background: #1e82d2;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

div#personage .main > div.personage-right div#modified div.body-list div.pic-save > p {
    margin-top: 15px;
    color: #1e82d2;
    line-height: 180%;
}

div#personage .main > div.personage-right div#modified div.body-list div.pic-save > p > span {
    color: #fe7a40;
}

div#personage .main > div.personage-right div#modified div.body-list div.pic-edit {
    width: 400px;
    margin: 30px 0px 0px 60px;
    float: left;
}

div#personage .main > div.personage-right div#modified div.body-list div.pic-edit > .edit-button {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

div#personage .main > div.personage-right div#modified div.body-list div.pic-edit > .edit-button > label {
    width: 165px;
    height: 30px;
    display: block;
    float: left;
    background: #1e82d2;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

div#personage .main > div.personage-right div#modified div.body-list div.pic-edit > .edit-button > label > input[type=file] {
    display: none;
}

div#personage .main > div.personage-right div#modified div.body-list div.pic-edit > .edit-button > input[type=button] {
    width: 65px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    border-radius: 3px;
    background: #1e82d2;
    color: #fff;
    float: right;
    margin-left: 5px;
    cursor: pointer;
    font-size: 14px;
}

div#personage .main > div.personage-right div#modified div.body-list.current {
    display: block;
}

div#personage .main div#center-home {
    width: 740px;
    margin: 20px 50px 0px 50px;
    float: right;
    overflow: hidden;
}

div#personage .main div#center-home > div.home-head {
    width: 100%;
    height: 245px;
    background: #1e82d2;
    padding: 30px;
}

div#personage .main div#center-home > div.home-head > div.head-operate {
    width: 100%;
    height: 15px;
}

div#personage .main div#center-home > div.home-head > div.head-operate > span.operate-menu {
    width: 15px;
    height: 15px;
    display: inline-block;
    float: left;
    cursor: pointer;
    background: url(../img/caidan.png) no-repeat center center;
    position: relative;
}

div#personage .main div#center-home > div.home-head > div.head-operate > span.operate-menu > div {
    width: 120px;
    height: 80px;
    padding: 10px 0px;
    border-radius: 10px;
    background: #fff;
    display: none;
    position: absolute;
    top: 25px;
    left: 0px;
}

div#personage .main div#center-home > div.home-head > div.head-operate > span.operate-menu > div > a {
    width: 90px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    padding-left: 25px;
    padding-right: 5px;
    font-size: 14px;
}

div#personage .main div#center-home > div.home-head > div.head-operate > span.operate-menu > div > a.edit {
    background: url(../img/xiugai.png) no-repeat 17px center;
}

div#personage .main div#center-home > div.home-head > div.head-operate > span.operate-menu > div > a.quit {
    background: url(../img/tuichu.png) no-repeat 17px center;
}
div#personage .main div#center-home > div.home-head > div.head-operate > span.operate-menu > div > a.cancel {
    background: url(../img/cancel.png) no-repeat 17px center;
    background-size: 15px 15px;
}
div#personage .main div#center-home > div.home-head > div.head-operate > a {
    width: 15px;
    height: 15px;
    display: inline-block;
    float: right;
    margin-left: 20px;
    background: url(../img/fabu_bai.png) no-repeat center center;
}

div#personage .main div#center-home > div.home-head > div.head-picture {
    width: 100%;
    height: 98px;
    margin-top: 10px;
}

div#personage .main div#center-home > div.home-head > div.head-picture > img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
}

div#personage .main div#center-home > div.home-head > p {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

div#personage .main div#center-home > div.home-head > p.head-name {
    margin-top: 12px;
    position: relative;
}

div#personage .main div#center-home > div.home-head > p.head-name > a {
    width: 80px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#personage .main div#center-home > div.home-head > p.head-name > span.tag {
    width: 30px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    background: #ff4e00;
    position: absolute;
    top: 5px;
}

div#personage .main div#center-home > div.home-body {
    width: 100%;
    height: 385px;
    border: 1px solid #1e82d2;
    border-top: none;
    padding: 15px;
    overflow: hidden;
    background: #fff;
}

div#personage .main div#center-home > div.home-body > div.body-list-one {
    width: 708px;
    height: 30px;
    margin: 10px 0px;
    font-size: 14px;
}

div#personage .main div#center-home > div.home-body > div.body-list-one > dl {
    width: 708px;
    line-height: 30px;
    overflow: hidden;
}

div#personage .main div#center-home > div.home-body > div.body-list-one > dl > dt {
    width: 108px;
    height: 30px;
    float: left;
}

div#personage .main div#center-home > div.home-body > div.body-list-one > dl > dd {
    width: 600px;
    height: 30px;
    float: left;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#personage .main div#center-home > div.home-body > div.body-list-two {
    width: 708px;
    height: 30px;
    margin: 10px 0px;
    font-size: 14px;
    overflow: hidden;
}

div#personage .main div#center-home > div.home-body > div.body-list-two > dl {
    width: 344px;
    line-height: 30px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

div#personage .main div#center-home > div.home-body > div.body-list-two > dl > dt {
    width: 108px;
    height: 30px;
    float: left;
}

div#personage .main div#center-home > div.home-body > div.body-list-two > dl > dd {
    width: 236px;
    height: 30px;
    float: left;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#personage .main div#center-home > div.home-page {
    overflow: hidden;
    margin: 50px 0px;
}

div#personage .main div#center-home > div.home-page > .bottom-page {
    text-align: center;
    overflow: hidden;
    margin: 0px auto;
}

/*!===personage-End===*/
/*!===exam-apply-Start===*/
div#exam-apply .main {
    overflow: hidden;
}

div#exam-apply .main > div.exam-apply-middle {
    width: 650px;
    overflow: hidden;
    border-top: 2px solid #1e82d2;
    padding: 0px 40px;
    margin: 15px auto;
}

div#exam-apply .main > div.exam-apply-middle div.middle-list {
    width: 100%;
    margin-top: 25px;
    position: relative;
}

div#exam-apply .main > div.exam-apply-middle div.middle-list p.item-title {
    width: 100px;
    height: 30px;
    box-sizing: border-box;
    padding-top: 12px;
    float: left;
    font-size: 16px;
    color: #1e82d2;
}

div#exam-apply .main > div.exam-apply-middle div.middle-list span.info-error {
    position: absolute;
    top: 30px;
    left: 100px;
    color: #ff0000;
    display: none;
}

div#exam-apply .main > div.exam-apply-middle div.middle-list input[type=text] {
    width: 430px;
    height: 29px;
    border: none;
    border-bottom: 1px solid #1e82d2;
    outline: none;
    padding-left: 20px;
    font-size: 14px;
}

div#exam-apply .main > div.exam-apply-middle div.middle-list textarea {
    width: 450px;
    height: 180px;
    box-sizing: border-box;
    border: 1px solid #1e82d2;
    padding: 15px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #666;
    outline: none;
    margin-top: 12px;
}

/*!===exam-apply-End===*/
/*!===exam-apply-detail-Start===*/
div#exam-apply-detail .main {
    overflow: hidden;
}

div#exam-apply-detail .main > div.exam-apply-detail-middle {
    width: 650px;
    overflow: hidden;
    border-top: 2px solid #1e82d2;
    padding: 0px 40px;
    margin: 15px auto;
}

div#exam-apply-detail .main > div.exam-apply-detail-middle > dl.middle-list {
    width: 100%;
    margin-top: 25px;
    font-size: 16px;
    overflow: hidden;
}

div#exam-apply-detail .main > div.exam-apply-detail-middle > dl.middle-list > dt {
    width: 170px;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #1e82d2;
}

div#exam-apply-detail .main > div.exam-apply-detail-middle > dl.middle-list > dd {
    width: 400px;
    float: left;
    color: #666;
}

/*!===exam-apply-detail-End===*/

/*# sourceMappingURL=style.css.map */
