/*
    layout颜色控制参数

    主题色：#0078bd 蓝
    辅助色：#44a2d9 浅蓝
    
*/
.body_content {
    width: 1200px;
    margin: 0 auto;}

.nav-level1 {
    border: 1px solid #0078bd;}

.nav-level2 {
    background: #0078bd;}

.nav-level2-box {
    background: #0078bd;}

.nav-level3 {
    background: #44a2d9;}

.nav-level2:hover {
    background: #44a2d9;}

.nav-level3:hover {
    color: #0078bd !important;}

.nav-container {
    background: #0078bd;}

.tabTitle-active {
    background-color: #0078bd !important;}

.tablist-main .tablist-header .tablist-title {
    color: #0078bd;}

.milkroundsimplelist-infoPoint,
.campustalksimplelist-infoPoint,
.positionsimplelist-infoPoint,
.articlesimplelist-infoPoint {
    background-color: #0078bd;}

.calendarBox {
    color: #0078bd;}

#iCalendar a.dayon {
    background: #0078bd;}











* {
    font-family: "微软雅黑",'Microsoft YaHei';
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;}



/*头部 header*/
* {
    font-family: "微软雅黑",'Microsoft YaHei';
    box-sizing: border-box !important;}

.layout-top .top-logo:after {
    display: block;
    clear: both;
    content: "";}

.layout-top .top-logo {
    height: 130px;
    position: relative;}

.top-logo .login {
    position: absolute;
    top: 50px;
    right: 50px;}

    .top-logo .login > span {
        font-size: 16px;
        cursor: pointer;
        font-weight: bold;}

        .top-logo .login > span:hover {
            color: #0078bd;}

.layout-top .top-logo .logo {
    float: left;
    height: 90px;}

.top-logo .logo > span {
    display: inline-block;
    font-size: 24px;
    border-left: 2px solid #999999;
    padding-left: 20px;
    margin: 28px 0 0 20px;
    vertical-align: top;}

.top-logo a {
    display: inline-block;
    cursor:default;}

    .top-logo a > img {
        width: 1200px;
        height: 130px;}

.layout-top .top-logo .top-search {
    height: 90px;
    float: right;
    position: relative;}

.top-logo .top-search .inp-search {
    margin-top: 26px;
    width: 180px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #333333;
    text-indent: 20px;
    outline: none;}

#exit {
    cursor: pointer;
    color: #999999;
    display: inline-block;
    margin-left: 30px;}

#nameSpace {
    float: right;
    width: 200px;
    height: 90px;
    padding: 30px 20px;
    text-align: right;
    line-height: 30px;}

.top-logo .top-search .search-result {
    position: absolute;
    top: 64px;
    right: 0;
    width: 180px;}

.layout-top .top-nav .top {
    height: 66px;
    width: 1300px;
    margin: 0 auto;}

.layout-top .top:after {
    display: block;
    clear: both;
    content: "";}


/*导航*/
.nav-content {
    height: 40px !important;}

.nav-single {
    width: initial !important;
    height: 40px !important;
    font-size: 16px !important;
    line-height: 40px !important;
    position: relative;}

.nav-dropdownBox {
    position: absolute;}

.nav-list {
    height: 40px !important;}

.nav-level1 {
    font-weight: bold;
    width: unset !important;
    line-height: 20px !important;
    height: 20px !important;
    color: #ffffff !important;
    border-right: 2px solid #ffffff;
    padding: 0 25px;
    margin-top: 10px;}

.nav-level2 {
    width: 110px !important;
    font-size: 14px;
    color: #ffffff !important;}

.nav-dropdown {
    position: relative;
    top: -1px !important
;}

    .nav-dropdown a span {
        width: 110px !important;}



.nav-level3 {
    font-size: 14px;
    color: #ffffff !important;}

.nav-level2:hover {
    color: #ffffff !important;}

.nav-level3:hover {
    background: #ffffff;
    color: #ffffff;}

.nav-container {
    height: 40px !important;}

.tablist-content {
    padding-top: 40px;}

.layout-bottom {
    margin-top: 10px;}

.bottom-container {
    border-top: 1px solid #9A9A9A;
    height: 82px;
    padding-top: 10px;
    text-align: center;
    position: relative;}

    .bottom-container > p {
        font-size: 14px;
        line-height: 24px;}

    .bottom-container .QRcode {
        margin-bottom: 20px;}

        .bottom-container .QRcode > div {
            display: inline-block;
            margin-left: 30px;}

        .bottom-container .QRcode img {
            width: 93px;
            height: 93px;}

    .bottom-container a {
        margin-left: 20px;
        display: inline-block;
        color: #333333;}

        .bottom-container a:hover {
            color: #337ab7;}


.bottom-copyright {
    height: 60px;}

.copyright-inner {
    width: 1200px;
    margin: 0 auto;
    line-height: 60px;}

    .copyright-inner:after {
        display: block;
        clear: both;
        content: "";}

    .copyright-inner img {
        float: right;
        margin-top: 13px;}




/*中间新闻列表*/
#tablist, #tablist-2, #tablist-4 {
    margin-top: 17px;}

.tablist-container:after {
    display: block;
    clear: both;
    content: "";}
/*头部选项卡*/
#tablist .tablist-header, #tablist-2 .tablist-header, #tablist-4 .tablist-header {
    width: 445px;
    height: 30px;}

.tablist-header {
    margin-bottom: 0 !important;}

#tablist .tablist-panel, #tablist-2 .tablist-panel, #tablist-4 .tablist-panel {
    height: 250px;
    border-radius: 4px;
    box-shadow: 0 0 10px #666;
    margin-top: 5px;
    padding: 15px 12px 0 5px;}

#tablist .tablist-title, #tablist-2 .tablist-title,#tablist-4 .tablist-title {
    width: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;}

.tabTitle-active {
    color: #ffffff !important;}

#emptyPage {
    margin-top: 0;
    height: 286px;
    padding-top: 175px;}

#tablist-2, #tablist-4 {
    margin-left: 30px;}

    #tablist .articlesimplelist-new,
    #tablist-2 .articlesimplelist-new,
    #tablist-4 .articlesimplelist-new {
        margin-top: 3px;}
    .articlesimplelist-new,.articlesimplelist-top{
        margin-left:0 !important;}

    #tablist .articlesimplelist-top,
    #tablist-2 .articlesimplelist-top,
    #tablist-4 .articlesimplelist-top {
        margin-top: 5px;}

.more {
    position: absolute;
    right: 0;}
/*新闻内容*/
.articlesimplelist-infoTitle a,
.positionsimplelist-infoTitle a,
.milkroundsimplelist-infoTitle a,
.campustalksimplelist-infoTitle a {
    /* float: left; */
    max-width: 170px;
    font-size: 14px;
    color: #333333;}
.articlesimplelist-infoTitle a{
    max-width:130px;}
#tablist-3 .articlesimplelist-infoTitle a {
    max-width: 175px;
    line-height: 35px;
    font-size: 14px;}

#tablist-3 ul {
    margin-bottom: 0 !important;}

#tablist-3 .tablist-panel {
    padding: 0 15px;}

#tablist-3 .more {
    position: absolute;
    right: 0px;
    top: -22px;}

    #tablist-3 .more a {
        color: #ffffff;
        font-size: 14px;}

#tablist .tablist-panel > div > ul > li, #tablist-4 .tablist-panel > div > ul > li, #tablist-2 .tablist-panel > div:nth-last-child(n+2) > ul > li {
    line-height: 26px;
    font-size: 14px;}

    .tablist-main .tablist-panel > div > ul > li:after {
        display: block;
        clear: both;
        content: "";}

.milkroundsimplelist-infoPoint,
.campustalksimplelist-infoPoint,
.positionsimplelist-infoPoint,
#tablist .articlesimplelist-infoPoint,
#tablist-2 .articlesimplelist-infoPoint,
#tablist-4 .articlesimplelist-infoPoint {
    width: 23px;
    height: 11px;
    background: url(../images/images-middle/do.gif);
    vertical-align: middle;}

.positionsimplelist-infoTime, .milkroundsimplelist-infoTime, .campustalksimplelist-infoTime, .articlesimplelist-infoTime {
    float: right;}

.articlesimplelist-infoTitle a,
.positionsimplelist-infoTitle a,
.milkroundsimplelist-infoTitle a,
.campustalksimplelist-infoTitle a {
    color: #333333;
    vertical-align: middle !important;}

#tablist-3 .tablist-title {
    width: 210px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;}

.rightList {
    height: 302px;
    float: left;
    margin-left: 30px;
    border-radius: 4px;
    box-shadow: 0 0 10px #666;
    margin-top: 5px;}

    .rightList > div {
        height: 151px;}

    .rightList .title {
        width: 210px;
        height: 30px;
        background-color: #0078bd;
        text-align: center;
        line-height: 30px;
        color: #ffffff;
        font-size: 16px;}

#slider-2, #slider-3 {
    padding: 0 15px;}

    #slider-2 a, #slider-3 a {
        display: block;
        width: 180px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 35px;
        color: #333333;
        font-size: 14px;}

        #slider-2 a:hover, #slider-3 a:hover {
            text-decoration: underline;
            color: #0078bd;}

.school_motto {
    margin-top: 25px;
    height: 40px;
    background: url(../images/images-middle/xiaoxun.jpg);}
/*友情链接*/
.friendlink-group {
    width: 1200px !important;
    position: relative;}

    .friendlink-group > span {
        position: absolute;
        right: 216px;
        line-height: 40px;}

.friendlinksimple-main {
    background-color: #ffffff !important;
    width: 150px !important;
    height: 20px !important;
    margin: 10px 60px 0 0 !important;
    line-height: 20px !important;
    float: right !important;
    font-size: 14px !important;}

    .friendlinksimple-main ul {
        width: 148px !important;
        bottom: unset !important;}

        .friendlinksimple-main ul li {
            line-height: 20px !important;}


/*.body_content {
    width:100% !important;
}*/

/*网络双选会*/
/*.box_inner>.box_content {
    margin:0px 50px !important;
}
box_list box_active {
    width: 1100px !important;
}
.tabs_box {
    width: 1100px !important;
}*/
.col-lg-3, .col-md-3 {
    width: 22.5% !important;}
.tabs_box .box_lis {
    width: 1100px !important;}
.talent_list {
    width:265px !important;}
.tabs_box {
    width: 1100px !important;
    margin: 0 auto !important;}
.tabs_box .box_list {
    width:1100px !important;}
.box_list .position_list {
    width: 353px !important;}
.position_left > .position_name {
    width: 260px !important;}
.position_source > .source_info > .name {
    width: 259px !important;}
company_name > .name {
    width: 239px !important;}
.company_data > div > p {
    width: 107px !important;}

/*宣讲会修改*/
#tablist-4 .tablist-header .tablist-title:nth-of-type(2) {
    padding-left: 15px;}

#tablist-4 .tablist-header .tablist-title:nth-of-type(n+2) {
    width: 90px;}

.aircampustalklist-info .aircampustalklist-infoTitle {
    display: block;
    width: 100% !important;
    height: 90px !important;
    border-radius: 5px;}

.air_campustalk-cont {
    display: inline-block;
    vertical-align: top;}

.air_campustalk-item .air_campustalk-cont > img {
    width:140px;
    height: 88px;}

.aircampustalklist-infoTitle .air_campustalk-text {
    display: inline-block;
    width: 96px;
    padding-top: 6px;
    font-size:0;}

    .aircampustalklist-infoTitle .air_campustalk-text span {
        overflow: hidden;
        width: 128px;
        text-overflow: ellipsis;
        font-size:12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: inherit;}

#tablist-4 .aircampustalklist-info .more {
    top: -47px;}

#tablist-2 .positionsimplelist-infoPoint,#tablist-2 .milkroundsimplelist-infoPoint{
    margin-top:7px;}