    /*! common ui*/
    /*
------------------------------------------------------------------------------------------------------------------------
重置
------------------------------------------------------------------------------------------------------------------------
*/
    
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    
    body {
        font-family: Microsoft YaHei, Helvetica, sans-serif, PingFangSC-Regular, sans-serif, Arial, 'Hiragino Sans GB';
        font-size: 1.4rem;
        line-height: 1.42857143;
        color: #000;
        margin: 0
    }
    
    html {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-size: 62.5%;
    }
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    nav,
    section,
    summary {
        display: block
    }
    
    audio,
    canvas,
    progress,
    video {
        display: inline-block;
        vertical-align: baseline
    }
    
    figure {
        margin: 0;
        display: inline-block;
    }
    
    audio:not([controls]) {
        display: none;
        height: 0
    }
    
    [hidden],
    template {
        display: none
    }
    
    a {
        cursor: pointer;
        background: transparent;
        color: #333;
        text-decoration: none;
        display: inline-block;
    }
    
    a:hover,
    a:focus {
        outline: 0;
        text-decoration: none
    }
    
    img {
        vertical-align: middle;
        max-width: 100%;
        border: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }
    
    abbr[title] {
        border-bottom: 1px dotted
    }
    
    b,
    strong {
        font-weight: bold
    }
    
    dfn {
        font-style: italic
    }
    
    mark {
        color: #000;
        background: #ff0
    }
    
    small {
        font-size: 75%
    }
    
    sub,
    sup {
        position: relative;
        font-size: 75%;
        line-height: 0;
        vertical-align: baseline
    }
    
    sup {
        top: -.5em
    }
    
    sub {
        bottom: -.25em
    }
    
    svg:not(:root) {
        overflow: hidden
    }
    
    hr {
        height: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #eee
    }
    
    pre {
        overflow: auto
    }
    
    code,
    kbd,
    pre,
    samp {
        font-family: monospace, monospace;
        font-size: 1em
    }
    
    code {
        font-family: Arial, 'Hiragino Sans GB', Microsoft YaHei, Helvetica, sans-serif;
    }
    
    button,
    input,
    optgroup,
    select,
    textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
    }
    
    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer
    }
    
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0
    }
    
    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        line-height: normal;
        margin: 2px 0 0
    }
    
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }
    
    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield
    }
    
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }
    
    fieldset {
        padding: .35em .625em .75em;
        margin: 0 2px;
        border: 1px solid #c0c0c0
    }
    
    legend {
        padding: 0;
        border: 0
    }
    
    textarea {
        overflow: auto
    }
    
    optgroup {
        font-weight: bold
    }
    
    table {
        border-spacing: 0;
        border-collapse: collapse
    }
    
    td,
    th {
        padding: 0
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        font-family: inherit;
        line-height: 1.1;
        color: inherit
    }
    
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
        margin-top: 0;
        margin-bottom: 0
    }
    
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        margin-top: 0;
        margin-bottom: 0
    }
    
    h1,
    .h1 {
        font-size: 6rem
    }
    
    h2,
    .h2 {
        font-size: 5rem
    }
    
    h3,
    .h3 {
        font-size: 1.6rem;
        color: #f9640b;
        margin-bottom: 16px;
    }
    
    h4,
    .h4 {
        font-size: 3rem
    }
    
    h5,
    .h5 {
        font-size: 2rem;
    }
    
    h6,
    .h6 {
        font-size: 1rem
    }
    
    p {
        margin: 0
    }
    
    cite {
        font-style: normal
    }
    
    ul,
    ol {
        list-style: none;
        margin: 0;
        padding: 0
    }
    
    html,
    body {
        -webkit-text-size-adjust: none;
    }
    
    input::-ms-clear {
        display: none;
    }
    
    input:focus,
    textarea:focus {
        outline: 0
    }
    
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    input[type="tel"],
    input[type="url"] {
        width: 100%;
    }
    
    label {
        display: inline-block;
        font-weight: normal;
        margin-bottom: 0px;
        max-width: 100%;
    }
    
    dl,
    dt,
    dd {
        margin: 0
    }
    
    button:active,
    button:visited,
    button:focus {
        outline: 0;
    }
    
    input:-webkit-autofill,
    textarea:-webkit-autofill,
    select:-webkit-autofill {
        background-color: rgb(24, 152, 197)!important;
        background-image: none!important;
        color: rgb(0, 0, 0);
    }
    
    select {
        outline: 0;
    }
    
    .hide {
        display: none;
    }
    
    .noscroll {
        overflow: hidden;
    }
    
    .noselect {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none
    }
    
    .ellipsis {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    
    .clear {
        clear: both
    }
    
    .clear:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    
    .hide {
        display: none !important;
    }
    
    .fl {
        float: left !important
    }
    
    .fr {
        float: right !important
    }
    
    .text-left {
        text-align: left
    }
    
    .text-right {
        text-align: right
    }
    
    .text-center {
        text-align: center
    }
    
    .heightFull {
        height: 100%;
    }
    
    .fontNormal {
        font-weight: normal !important;
    }
    
    a.underline:hover {
        text-decoration: underline;
    }
    
    .relative {
        position: relative;
    }
    
    .align-bottom {
        vertical-align: bottom;
    }
    
    .align-middle {
        vertical-align: middle;
    }
    
    .align-top {
        vertical-align: top;
    }
    
    .inlineBlock {
        display: inline-block;
    }
    
    .overflow-hidden {
        overflow: hidden
    }
    
    .top {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    
    .bottom {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    
    .w {
        margin: 0 auto;
        width: 1200px;
    }
    /*通用基本样式结束*/
    /*top star*/
    
    .top {
        width: 100%;
        height: 100px;
    }
    
    .logo-left {
        float: left;
        line-height: 100px;
    }
    
    .logo-right {
        float: right;
        text-align: right;
    }
    
    .logo-right .top-login-text {
        text-align: right;
        width: 400px;
        height: 40px;
        display: inline-block;
    }
    
    .logo-right .two-code {
        float: right;
        margin: 12px 0px 0px 10px;
        width: 77px;
        height: 77px;
    }
    
    .top-login {
        float: right;
        margin-top: 14px;
        height: 70px;
        width: 400px;
    }

    /*用户未登录按钮star*/
 .home-login-button {
        display: inline-block;
        white-space: nowrap;
        cursor: pointer;
        border: 1px solid #dcdfe6;
        -webkit-appearance: none;
        text-align: center;
        box-sizing: border-box;
        outline: none;
        margin: 0;
        transition: .1s;
        padding: 8px 28px;
        border-radius: 4px;
        margin-left: 8px;
    }   

  .home-login-button a{color:#fff;}      
  .none-login-button {
    color: #fff;
    background-color: #f9702b;
    border-color: #f9702b;
  }
/*已经登录按钮*/
.already-login-button{ 
    color: #fff;
    border-color: #66b1ff;
    background:url(../images/source.png) no-repeat 0 center #66b1ff;}

  
  .login-button-ico img {
    margin-bottom: -3px;
    margin-right: 4px;
  }
     /*top end*/

    /*nav开始*/
    
    .nav {
        width: 100%;
        min-width: 1200px;
        height: 46px;
        background: #006ab6;
        color: #fff;
        line-height: 46px;
        font-size: 16px;
    }
    
    .nav li {
        float: left;
    }
    .nav li a{
     display: block;
     transition: .4s all linear;
     -webkit-transition: .4s all linear;
     -moz-transition: .4s all linear;
     -o-transition: .4s all linear
 }
    
    .nav li a:link,.nav li a:visited {
        display: inline-block;
        color: #fff;
        padding: 0px 26px;
    }
    
    .nav li a:hover,
    .nav li a:active {
        background: #28a4f0;
    }
    .nav .active{
    	background: #28a4f0;
    }
    /*nav结束*/
    /*banner开始*/
 
    /*.banner {
        width: 100%;
        height: 400px;
        background: url(../images/stateimg/main-banner.jpg) no-repeat center center;
        background-size: 100% 100%;
        min-width: 1200px;
        animation: banner 10s infinite;
    }*/ 
	/*动画效果：10s 无限循环*/
	
    @keyframes banner {
    33%{
        background: url(../images/stateimg/main-banner.png); /*图2*/
        }
     66%{
        background: url(../images/stateimg/part-fore-bg.png); /*图3*/
         }
     }
    /*banner结束*/
    /*main-content开始*/
    /*通知公告star*/
    
    .group-content {
        height: 360px;
        margin: 30px 0 30px;
    }
    
    .group {
        width: 370px;
        margin-right: 45px;
        float: left;
    }
    
    .group-content:last-child {
        margin-right: 0px!important;
    }
    
    .group-title {
        height: 40px;
        line-height: 40px;
        border-bottom: 3px solid #f28a17;
        padding-left: 30px;
        background: url(../images/notice.png) left center no-repeat;
    }
    
    .title-left {
        height: 40px;
        line-height: 40px;
        padding-bottom: 2px;
        font-size: 18px;
        font-weight: bold;
    }
    
    .title-right {
        float: right;
        line-height: 40px;
    }
    
    .title-right a:link,
    .title-right a:visited {
        color: #666;
        font-size: 14px;
        font-weight: bold;
    }
    
    .title-right a:hover,
    .title-right a:active {
        color: #28a4f0;
    }
    
    .group-list {
        margin-top: 16px;
    }
    
    .group-list li {
        display: block;
        background: url(../images/arrow.png)left center no-repeat;
        padding-left: 16px;
        margin: 14px 0;
    }
    .group-list li:hover{ background: url(../images/arrow-hover.png)left center no-repeat;}
    .group-list li a {
        display: inline-block;
        width: 260px;
        overflow: hidden;
        word-break: keep-all;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .group-list a:link,
    .group-list:visited {
        color: #000;
    }
    
    .group-list a:hover,
    .group-list:active {
        color: #28a4f0;
    }
    
    .group-list span {
        float: right;
        color: #333;
    }
    /*通知公告end*/
    /*校内招聘star*/
    
    .campus-recruitment-title {
        height: 40px;
        line-height: 40px;
        border-bottom: 3px solid #137ede;
        padding-left: 30px;
        background: url(../images/advertise.png) left center no-repeat;
    }
    /*校内招聘end*/
    /*大记事star*/
    
    .large-note-title {
        height: 40px;
        line-height: 40px;
        border-bottom: 3px solid #91bc15;
        padding-left: 30px;
        background: url(../images/event.png) left center no-repeat;
    }
    /*大记事end*/
    /*快速通道，公招公考，校外招聘，star*/
    /*快速通道star*/
    
    .part-two {
        width: 100%;
        height: 480px;
        background: url(../images/stateimg/layout-bg.png) no-repeat;
        min-width: 1200px;
        background-size: cover;
    }
    
    .part-two a {
        color: #fff;
    }
    
    .part-two span {
        color: #fff;
    }
    
    .fast-channel {
        float: left;
        width: 370px;
        height: 480px;
        background: rgba(107, 174, 226, 0.8);
        margin-right: 45px;
    }
    /*背景渐变*/
    .imglist .channel-box{
        transition: .2s all linear;
     -webkit-transition: .2s all linear;
     -moz-transition: .2s all linear;
     -o-transition: .2s all linear
     }
   .imglist .channel-box:hover{
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
        }

    ul.imglist {
        margin: 0 auto;
        width: 280px;
        overflow: hidden;
        margin-top: 30px;
    }
    
    .fast-channel li{
        float: left;
        margin: 10px;
        width: 120px;
    }
    
    .channel-box {
        width: 120px;
        height: 120px;
        padding: 16px 10px;
        border-radius: 6px;
        text-align: center;
        
    }
    
    .channel-box img {
        display: block;
        margin: 0 auto;
        width: 52px;
        height: 52px;
        text-align: center;
    }
    
    .channel-box p {
        margin-top: 10px;
        text-align: center;
    }
    /*就业调查star*/
    
    .get-job {
        background: #eda74f;
    }
    .get-job:hover{background:#f08e14}
    /*就业调查end*/
    /*用人单位选录指南star*/
    
    .employer-guide {
        background: #de6264;
    }
    .employer-guide:hover{background: #e03134}
    /*用人单位选录指南end*/
    /*职业测评*/
    
    .evaluation {
        background: #83c594;
    }
        .evaluation:hover {
        background: #289c46;
    }
    /*毕业生就业调查*/
    
    .graduate {
        background: #8d7fd9;
    }
        .graduate:hover{
        background: #6653ca;
    }
    /*网络课堂*/
    
    .online-class {
        background: #45b5f1;
    }

        .online-class:hover{
        background: #1899df;
    }
    /*大学生就业*/
    
    .college-students{
        background: #b4c435;
    }
        .college-students:hover {
        background: #9bae0b;
    }
    /*快速通道end*/
    /*公招公考，校外招聘star*/
    
    .recruit-test {
        width: 370px;
        padding:20px;
        background: rgba(0, 0, 0, 0.1);
        padding: 20px;
        color: #fff;
        border-radius: 6px;
        margin-top: 60px;
    }
    
    .test-title {
        height: 40px;
        line-height: 40px;
        border-bottom: 3px solid #fff;
    }
    
    .test-title .title-right a:link,
    .test-title .title-right a:visited {
        color: #fff;
        font-size: 14px;
    }
    
    .test-title .title-right a:hover,
    .test-title .title-right a:active {
        color: #28a4f0;
    }
    
    .test-list {
        margin-top: 16px;
    }
    
    .test-list li {
        display: block;
        background: url(../images/arrow2.png)left center no-repeat;
        padding-left: 16px;
        margin: 14px 0;
    }
    .test-list li:hover {background: url(../images/arrow-hover2.png)left center no-repeat;}
    .test-list li a {
        display: inline-block;
        width: 230px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .test-list a:link,
    .test-list:visited {
        color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: keep-all;
        overflow: hidden;
    }
    
    .test-list a:hover,
    .test-list:active {
        color: #d3d1d1;
    }
    
    .test-list span {
        float: right;
        color: #fff;
    }
    /*公招公考，校外招聘end*/
    /*广告star*/
    
    .student-draft {
        height: 95px;
        margin-top: 10px;
        clear: both;
    }
    /*广告end*/
    /*快速通道，公招公考，校外招聘，end*/
    /*下载专区，毕业生风采,广告star*/
    
    .part-three {
        margin: 30px auto;
    }
    
    .group-load {
        width: 575px;
        height: 340px;
        margin-right: 45px;
        float: left;
    }
    
    .group-load ul {
        height: 280px;
        overflow: hidden;
        margin-top:-14px;
    }
    
    .group-load-title {
        height: 40px;
        line-height: 40px;
        border-bottom: 3px solid #dedede;
    }
    
    .group-load-list {
        margin-top: 16px;
    }
    
    .group-load-list li {
        display: block;
        background: url(../images/arrow.png)left center no-repeat;
        padding-left: 16px;
        margin: 14px 0;
    }
     .group-load-list li:hover { background: url(../images/arrow-hover.png)left center no-repeat;}
    .group-load-list li a {
        display: inline-block;
        width: 450px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .group-load-list a:link,
    .group-load-list:visited {
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: keep-all;
        overflow: hidden;
    }
    
    .group-load-list a:hover,
    .group-load-list:active {
        color: #28a4f0;
    }
    
    .group-load-list span {
        float: right;
        color: #555;
    }
    /*毕业生风采star*/
    
    .graduate-box {
        width: 575px;
        height: 250px;
        background: #f2f3f3;
        margin-top: 16px;
    }
    
    .graduate-box-img {
        float: left;
        width: 150px;
        height: 250px;
        line-height: 250px;
        text-align: center;
        background: #c7dbeb;
        margin-right: 20px;
    }

    .graduate-box-img img{max-width:150px; min-width: 100px; max-height:250px; min-height: 150px;}
    
    .duate-box-img img {
        margin: 0px auto;
    }
    
    .graduate-message {
        float: left;
        width: 380px;
        margin-top: 20px;
    }
    
    .graduate-message p {
        line-height: 24px;
    }
    
    .graduate-message p span {
        color: #f9640b;
    }
    
    .graduate-message p a:link,
    .graduate-message p a:visited {
        color: #f9640b;
    }
    /*毕业生风采列表star*/
    .g-list{width:380px; height:124px; margin-top:16px; overflow: hidden;}
    .g-list ul li{background: url(../images/arrow.png)left center no-repeat; padding-left:16px;   margin: 14px 0;}
   .g-list span{float: right;}
   .g-list a{display: inline-block;
    width:280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;        
   }
   .g-list ul li:hover{background:url(../images/arrow-hover.png)left center no-repeat;  padding-left:16px;}
   .g-list a:hover,.g-list a:active{color: #28a4f0;}    
    /*毕业生风采列表end*/
    
    /*毕业生风采end*/
    /*下载专区，毕业生风采,广告end*/
    /*求职技巧，创业指南，一站式服务star*/
    
    .part-four {
        width: 100%;
        min-width: 1200px;
        height: 464px;
        background: url(../images/stateimg/part-fore-bg.png) no-repeat;
        background-size: cover;
        color: #fff;
    }
    
    .part-four-title {
        margin-top: 50px;
        height: 52px;
        line-height: 52px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        padding-left: 40px;
    }
    
    .part-four-title .title-left {
        float: left;
        line-height: 52px;
        padding-bottom: 2px;
        font-size: 18px;
        font-weight: bold;
    }
    
    .part-four-title .title-right {
        float: right;
        line-height: 52px;
        padding-right: 16px;
    }
    
    .part-four-title .title-right a:link,
    .part-four-title .title-right a:visited {
        color: #fff;
        font-size: 14px;
    }
    
    .part-four-title .title-right a:hover,
    .part-four-title .title-right a:active {
        color: #28a4f0;
    }
    
    .part-four-list {
        width: 370px;
        height: 292px;
        background: rgba(0, 0, 0, 0.5);
        padding: 20px 0px;
        color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    
    .part-four-list li {
        display: block;
        background: url(../images/arrow2.png) 16px center no-repeat;
        padding: 6px 30px;
    }
     .part-four-list li:hover{background: url(../images/arrow-hover2.png) 16px center no-repeat;}
    .part-four li a {
        display: inline-block;
        width: 220px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #fff;
    }
    
    .part-four a:link,
    .part-four:visited {
        color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: keep-all;
        overflow: hidden;
    }
    
    .part-four a:hover,
    .group-list:active {
        color: #d3d1d1;
    }
    
    .part-four span {
        float: right;
        color: #fff;
    }
    /*求职技巧star*/
    
    .job-skills {
        height: 52px;
        line-height: 52px;
        border-bottom: 4px solid #cc700a;
        background: url(../images/skills.png) 16px center no-repeat #f28a17;
    }
    /*求职技巧end*/
    /*创业指南star*/
    
    .business-guide {
        height: 52px;
        line-height: 52px;
        border-bottom: 4px solid #0c60ac;
        background: url(../images/guide.png) 16px center no-repeat #137ede;
    }
    /*创业指南end*/
    /*服务系统star*/
    
    .service-system {
        height: 52px;
        line-height: 52px;
        border-bottom: 4px solid #6b8f03;
        background: url(../images/service-system.png) 16px center no-repeat #91bc15;
    }
    /*student, teacher,button,star*/
    /*按钮star*/
    
    .part-four-list .teacher-student-button {
        display: inline-block;
        white-space: nowrap;
        cursor: pointer;
        border: 1px solid #dcdfe6;
        -webkit-appearance: none;
        text-align: center;
        box-sizing: border-box;
        outline: none;
        margin: 0;
        transition: .1s;
        padding: 8px 26px;
        border-radius: 4px;
        margin-right: 20px;
    }
    /* student-button */
    
    .part-four-list .student-button {
        color: #fff;
        background-color: #f5683d;
        border-color: #f5683d;
        float: left;
    }
    
    .part-four-list .student-button:hover {
        color: #fff;
        border-color: #f28a17;
        background-color: #f28a17;
    }
    /* teacher-button */
    
    .part-four-list .teacher-button {
        float: right;
        color: #fff;
        background-color: #35bc9c;
        border-color: #35bc9c;
    }
    
    .part-four-list .teacher-button:hover {
        color: #fff;
        border-color: #3ed6b2;
        background-color: #3ed6b2;
    }
    /*student, teacher,button,end*/
    
    .part-four-list .jobs-information {
        clear: both;
        padding: 20px 30px;
        color: #fff;
    }
    
    .part-four-list .jobs-information-text {
        float: left;
        color: #f5683d
    }
    
    .part-four-list .jobs-information-more {
        float: right;
    }
    
    .part-four-list .jobs-information a:link,
    .jobs-information a:visited {
        color: #f5683d;
    }
    
    .part-four-list .Jobs-information a:hover,
    .jobs-information a:active {
        color: #f28a17;
        ;
    }
    
    .part-four-list .Jobs-information p {
        color: #f5683d;
    }
    /*服务系统end*/
    /*求职技巧，创业指南，一站式服务end*/
    /*main-content结束*/
    /*友情链接star*/
    
    .my-links {
        clear: both;
        width: 100%;
        height: 60px;
        line-height: 60px;
        background-size: cover;
        min-width: 1200px;
        background: #eae8e8;
    }
    
    .my-links select {
        width: 160px;
        margin-right: 80px;
    }
    /*友情链接end*/
    /*footer star*/
    
    .footer {
        width: 100%;
        min-width: 1200px;
        background-size: cover;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #006ab6;
        color: #fff;
    }
    /*footer end*/
    /*二级页面star*/
    /*左边star*/
    /*学校简介star*/
    
    .main-content {
        margin-top: 20px;
        min-height: 400px;
        _height: 400px;
    }
    
    .nav-left {
        float: left;
        width: 320px;
        margin-right: 30px;
    }
    
    .school {
        width: 320px;
        border: 1px solid #dedede;
    }
    
    .school h2,
    .nav-channel h2 {
        height: 52px;
        line-height: 52px;
        font-size: 16px;
        color: #fff;
        padding-left: 16px;
        background: url(../images/title-arrow.png) no-repeat 274px center #006ab6;
        ;
    }

    
    .school-list li {
        padding-left: 30px;
        height: 52px;
        line-height: 52px;
        border-bottom: 1px solid #dedede;
        
        background: url(../images/arrow.png) 16px center no-repeat;
    }
    .school-list li a{display: block;}
    .school-list li:last-child{border-bottom:0px;}
    .school-list .active a{color:#137ede;}
    .school-list li.active, .school-list li:hover,.school-list li:active{color: #137ede;  background: url(../images/arrow-hover.png) 16px center no-repeat #f3f3f3; }
     .school-list li a:hover,.school-list li a:active{color: #137ede;}  
    
 


    /*学校简介end*/
    /*left快速通道star*/
    
    .nav-channel {
        width: 320px;
        height: 360px;
        border: 1px solid #dedede;
        margin-top: 20px;
        background: url(../images/school-imgbg1.png) no-repeat center bottom;
    }
    
    .nav-channel ul {
        margin: 10px auto;
    }
    
    .nav-channel li {
        float: left;
        width: 154px;
        height: 68px;
        line-height: 60px;
        margin: 2px;
    }
    
    .nav-channel a {
        color: #000;
    }
    
    .nav-channel-box {
        width: 154px;
        height: 68px;
        padding: 4px;
        text-align: center;
    }
    
    .nav-channel-box img {
        float: left;
        margin-top: 17px;
        display: block;
        width: 30px;
        height: 30px;
        text-align: left;
        margin: 17px 8px;
    }
    
    .nav-channel-box p {
        text-align: left;
    }
    
    .nav-channel-bg {
        background: rgba(255, 255, 255, 0.7);
    }
    .nav-active,.nav-channel-bg:hover{background: #fff;}

    /*就业调查star*/
    /*left快速通道end*/
    /*征兵图star*/
    
    .draft-img {
        width: 320px;
        height: 94px;
        margin: 20px auto;
    }
    /*征兵图end*/
    /*左边end*/
    /*右边star*/
    
    .mainR {
        width: 850px;
        float: right;
        min-height: 300px;
        _height: 300px;
    }
    /*子页面标题及面包屑路径star*/
    
    .mainR-route {
        height: 52px;
        line-height: 52px;
        border-bottom: 2px solid #dedede;
    }
    
    .route-title {
        float: left;
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }
    
    .route-right {
        float: right;
    }
    
    .route-right a:link,
    .route-right a:visited {
        color: #333;
        margin: 0px 6px;
    }
    
    .route-right a:hover,
    .route-right a:active {
        color: #006ab6;
    }
    /*子页面标题及面包屑路径end*/
    /*子页面右边列表star*/
    
    .mainR-list {
        width: 100%;
        border-bottom: 1px dashed #dedede;
        padding: 20px 0 8px 0;
        position: relative;
    }
    
    .mainR-list h3 a {
        display: inline-block;
        width:750px;
        overflow: hidden;
        word-break: keep-all;
        white-space: nowrap;
        /*text-overflow: ellipsis;*/       
        color: #333;
        font-size: 16px;
    }
    
    .mainR-list h3 a:hover {
        color: #006ab6;
        text-decoration: underline
    }
    
    .mainR-list-information a {
        white-space: initial;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 850px;
        /*height:50px;*/
        line-height: 25px;
        color: #656565;
    }
    
    .mainR-list-information a:hover {
        color: #006ab6;
    }
    
    .date {
        position: absolute;
        top: 0;
        right: 0;
        color: #333;
        padding: 20px 0 20px 0;
    }
    /*子页面右边列表列表end*/
    /*右边end*/
    /*分页开始*/
    
    .page_turning {
        text-align: left;
        margin: 30px auto;
    }
    
    ul.pagination {
        display: inline-block;
        padding: 0;
        margin: 0;
    }
    
    ul.pagination li {
        display: inline;
    }
    
    ul.pagination li a {
        color: black;
        float: left;
        padding: 4px 8px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
        margin: 0 6px 0 0;
    }
    
    ul.pagination li a.active {
        background-color: #0686e2;
        color: white;
        border: 1px solid #0686e2;
    }
    
    ul.pagination li a:hover:not(.active) {
        background-color: #ddd;
    }
    /*分页结束*/
    /*二级页面end*/
    /*三级页面star*/
    
    .mainR h1 {
        font-size: 20px;
        text-align: center;
        margin: 30px 0px 20px 0px;
        line-height: 30px;
    }
    
    .article-info {
        color: #666;
        text-align: center;
        margin-bottom:30px;
    }
    .article-info span{margin:0 10px;}
    .article {
        line-height: 25px;
        text-indent: 2em;
        margin: 30px auto;
    }
    .article-img{margin:20px auto;}
    /*page招聘时间，地点*/
    .recruitment{color:red;font-size:16px; font-weight:bold; line-height: 26px;}
    .space{margin:20px 0;}
    .recruitment-number{text-indent: 0em;}
    .space h4{font-weight: bold; text-align: center; font-size: 14px;}
    /* 通用表格开始 */
  
  .main_table {
    width: 100%;
    margin: 10px auto;
    line-height: 24px;
  }
  
  .main_table td,
  .main_table th {
    font-size: 1em;
    border: 1px solid #e7e4e4;
    padding: 9px 7px 8px 7px;
  }
  
  .main_table th {
    font-size: 1.1em;
    text-align: left;
    padding-top: 9px;
    padding-bottom: 8px;
    background-color: #f3f3f3;
  }
  
  table {
    border-collapse: collapse;
  }


    /*三级页面end*/
    /*登录star*/
    
    .login-bg {
        background: url(../images/login-bg.png) no-repeat left center
    }
    
    .login-user {
        margin-top: 60px;
        margin-bottom: 60px;
        width: 400px;
        height: 330px;
        padding: 30px;
        background: #fff;
        margin-left: 430px;
        border: 1px solid #ccc;
    }
    
    .login-user h3 {
        font-size: 22px;
        color: #666;
        float: left;
        margin-bottom: 20px;
    }
    
    .login-box li {
        margin: 0px auto;
        width: 100%;
        border: 2px #000;
        border-radius: 6px;
        -webkit-border-radius: 6pxem;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        list-style: none;
        background: #fff;
    }
    
    .login-box li>span {
        float: left;
    }
    
    .login-box input {
        float: left;
        padding: 8px 50px;
        margin: 10px auto;
        color: #606266;
    }
    
    .suer-bg {
        background: url(../images/user.png) no-repeat 0px center;
    }
    
    .login-box img {
        margin: 10px;
    }
    .login-box input{border:1px solid #dcdfe6}
    .password-bg {
        background: url(../images/password.png) no-repeat 0px center;
    }
    .login-box input{border:1px solid #dedede}
    .find-password a{color:blue; float:right;}
    /*按钮star*/
    
    .main-button {
        display: inline-block;
        white-space: nowrap;
        cursor: pointer;
        border: 1px solid #dcdfe6;
        -webkit-appearance: none;
        text-align: center;
        box-sizing: border-box;
        outline: none;
        margin: 0;
        transition: .1s;
        padding: 8px 24px;
        border-radius: 4px;
        margin-left: 8px;
    }
    

    /* 默认按钮 */
    
    .button-primary {
        color: #fff;
        background-color: #006ab6;
        border-color: #006ab6;
    }
    
    .button-primary:hover {
        color: #fff;
        border-color: #66b1ff;
        background-color: #66b1ff;
    }
    
    .button-ico img {
        margin-bottom: -3px;
        margin-right: 10px;
    }
    /* 朴素默认按钮 */
    
    .plain_defaut_button {
        color: #606266;
        background: #fff;
        border: 1px solid #dcdfe6;
    }
    
    .plain_defaut_button:hover {
        color: #409eff;
        border-color: #c6e2ff;
        background-color: #ecf5ff;
    }
    /*朴素默认结束*/
    /*按钮end*/
    /*登录end*/
    /*用户注册页面star*/
    
    .user-login {
        margin-top: 50px;
    }
    
    .fr {
        width: 120px;
        line-height: 50px;
        float: right;
    }
    
    .fr span {
        margin-right: 6px;
        color: red;
    }
    
    .fl {
        float: left;
        width: 260px;
        line-height: 50px;
        margin-left: 10px;
    }
    
    .user-login input {
        height: 30px;
        border: 1px solid #dedede;
    }
    
    .user-login .login-button {
        /*text-align: center;*/
        height: 80px;
    }
    /*用户注册页面end*/


    /*404错误页面star*/
   .content-404{width:100%;}
    .content-404 .error-img{width:262px; height:408px; margin: 20px auto;}
    .content-404 .error-state{margin: 0 auto; text-align: center; margin-bottom:40px;}
     .error-state span{color:#f00;}
 
    /*404错误页面end*/