/*
    layout颜色控制参数

    主题色：#004d9b 深红
    辅助色：#d54343 浅红
    top背景栏色：#004d9b 深红

    
*/

.top-container {    
    background-color: #004d9b;
}
.nav-level1 > span {
    /*border-left: 1px solid #d54343;
    box-shadow: -2px 0 0 #8a0000;*/
}
.nav-level1:hover {    
    color: #004d9b !important;
}
.nav-level2:hover {
    color: #004d9b !important;
}
.nav-level3:hover span {
    background: #004d9b;
}
.calendartitle {   
    color: #004d9b;
}
#icalendar a.dayon {
    background: #004d9b
}
.articlesimplelist-infopoint, .departmentsimplelist-infopoint,
.positionsimplelist-infopoint, .milkroundsimplelist-infopoint,
.campustalksimplelist-infopoint, .positionsimplelist-infopoint,
.positionbriefsimplelist-infopoint, .carrerconsultlist-infopoint {
    background-color: #004d9b;
}
.articlesimplelist-infotitle a:hover {
    color: #004d9b;
}
.positionsimplelist-infotitle a:hover {
    color: #004d9b;
}
.milkroundsimplelist-infotitle a:hover {
    color: #004d9b;
}
3.campustalksimplelist-infotitle a:hover {
    color: #004d9b;
}
.positionsimplelist-infotitle a:hover {
    color: #004d9b;
}
#tablist .tabtitle-active {    
    background-color: #004d9b;
}
#icalendar a.dayon {
    background: #004d9b !important;
    border: 3px solid #336fae;
    color: #ffffff !important;
}
#tablist-2 .tabtitle-active, #tablist-3 .tabtitle-active, #tablist-4 .tabtitle-active {
    background-color: #004d9b;
}
#tablist-2 .positionbriefsimplelist-infotime, #tablist-2 .carrerconsultlist-infotime, #tablist-2 .articlesimplelist-infotime, #tablist-2 .positionsimplelist-infotime,
#tablist-3 .articlesimplelist-infotime, #tablist-3 .positionsimplelist-infotime, #tablist-3 .positionbriefsimplelist-infotime, #tablist-3 .departmentsimplelist-infotime, #tablist-3 .carrerconsultlist-infotime, #tablist-3 .campustalksimplelist-infotime, #tablist-3 .milkroundsimplelist-infotime,
#tablist-4 .campustalksimplelist-infotime, #tablist-4 .milkroundsimplelist-infotime, #tablist-4 .articlesimplelist-infotime {
    border-right: 1px solid #004d9b;
    color: #004d9b !important;
}
#slider-side .slick-active {
    background-color: #004d9b !important;
}
#tablist-4 .tabtitle-active {
    color: #004d9b;
}
.tabslider-title li {
    color: #004d9b;
}
.sliderbottom-container .job-guide {   
    color: #004d9b;   
}
#logins li:hover {
    background-color: #004d9b;
}
.bottom-container {
    background-color: #004d9b;
}
.contact-info {
    border-left: 1px solid #136bc7;
    box-shadow: -2px 0 0 #1a62ac;
}
.download {
    border-left: 1px solid #136bc7;
    box-shadow: -2px 0 0 #1a62ac;
}
.sharebtn {
    border-top: 1px solid #004d9b;
}
    .sharebtn > button {
        background-color: #d54343;
    }
.scenery-title p {
    color: #004d9b;
    border-left: 6px solid #004d9b;
}
.fixed-module .fixed-content .share-module {
    background-color: #d54343;
}
.fixedactive {
    background-color: #004d9b;
}
.download-code {   
    background-color: #004d9b;   
}
.download-code .triangle {
    border-left: 15px solid #004d9b;       
}


/*
    面包屑导航
*/

.breadcrumb {
    background-color: inherit !important;
    width: 1200px;
    margin: 10px auto;
    padding:8px 0;
}
.breadcrumb a{
    display:inline-block;
    text-align:center;
   
}

/*头部 header*/



.layout-top {
    
}

.top-container {
    height: 200px;
   
}
    .top-container > .top-logo {
        width: 1200px;
        height: 200px;
        margin: 0 auto;
        position: relative;
        line-height: 200px;
        background:  no-repeat right center / 360px;
    }
        .top-container > .top-logo a {
            cursor:default;
        }
        .top-container > .top-logo > a > img {
            position: absolute;
            top: 27px;
            left: 35px;
            width: 341px;
            height: 107px;
        }

    .nav-container {
        height: 52px !important;
        background-image:url(/uploads/image/cuiimages-header/navbackground.png)
    }

    .nav-container .nav-content {
        height: 52px !important;
        position:relative;
    }

.nav-main {
    float: left;
}

    .nav-main .nav-list {
        height: 52px !important;
        
    }

        .nav-main .nav-list .nav-single {
            height: 52px !important;
        }
        .nav-dropdown {
            background-color: #ffffff;
            box-shadow: 7px 7px 20px #999999;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }
.nav-level1 {
    color: #ffffff !important;
    height: 52px !important;
    line-height: 14px !important;
    font-size: 16px;
}

    .nav-level1 > span {
        display: inline-block;
        width: 116px;
        height: 16px;
        vertical-align: middle;
        margin-top: 18px; 
       
    }

    .nav-level2 {
        font-size: 14px;
        color: #565656 !important;
        font-weight: bold;
    }

.nav-level3 {
    font-size: 14px;
    color: #666666 !important;
}


.nav-level1:hover {
    background: #ffffff;
    
}
.nav-level1:hover > span {
    border: none;
    box-shadow: none;
}




    .nav-level3:hover span {
        
        color: #ffffff !important;
        width: 90px;
        height: 36px;
        line-height:36px;
        margin:7px 15px;border-radius:2px;
    }

.nav-single {
    font-size: 14px !important;
}

.inp-search {
    float: right;
    margin-top: 11px;
    width: 200px;
    height: 30px;
    border-radius: 4px;
    border: none;
    text-indent: 20px;
    outline: none;
}

.nav-container .nav-content:after {
    display: block;
    clear: both;
    content: "";
}

* {
    font-family: "微软雅黑",'microsoft yahei';
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

/*.nav-container {
    background: #9e2926;
}*/

/*轮播图*/




/*登录*/
.users-login {
   margin-bottom:15px;
}

.users-login .login-list {
    margin: 0 auto;
    width: 1200px;
}

.login-list div {
    float: left;
    margin:0 5px;
    cursor:pointer;
    width: 290px;
    height: 55px;
    line-height: 55px;
    padding: 0 26px 0 18px;
    color: #ffffff;
    text-align: center;
    border-radius:10px;
    box-shadow:5px 0 5px #777;
}
.login-list div>a{
    color:#ffffff;
}
.student-login {
    background-color: #ff9f03;
}

.employer-login {
    background-color: #0085cc;
   
}

.insider-login {
    background-color: #46a35c;
}
.query-login {
    background-color: #f66;
}
.user-type {
    font-size: 18px;
}

.login-btn {
    float: right;
    font-size: 16px;
    cursor:pointer;
}

.login-list div:after {
    display: block;
    clear: both;
    content: "";
}

.users-login .login-list:after {
    display: block;
    clear: both;
    content: "";
}










/*日历样式*/
.calendar-main {
    margin-left:20px;
}
.calendarbox img {
    margin-bottom: 8px;
    margin-left: 10px;
    width:30px;
}
.calendar {
    width: 390px;
    top: -5px;
}

#icalendar {
    height:325px;
    width: 480px;
    background-color: #fafafa;
}

    #icalendar .date-header {
        height: 52px !important;
        line-height: 52px !important;
        border-bottom: 1px solid #e8e8e8;
    }

    #icalendar #date-cap {
        height: 52px !important;
        line-height: 52px !important;
    }

    #icalendar .left-btn, #icalendar .right-btn {
        height: 52px !important;
        line-height: 52px !important;
    }

#icalendar {
    padding: 0 15px 14px 5px !important;
    border-radius:4px;
}

    #icalendar a.dayon {
        
        line-height: 21px;
    }

.date-header > div {
    display: inline-block;
    color: #333333;
}

#icalendar > b {
    margin: 10px 9px 3px 18px !important;
    color: #2e2e2d !important;
}

#icalendar > .datebox > b, #icalendar > .datebox > a {
    margin: 6px 8px 6px 8px !important;
    width: 27px !important;
    height: 27px !important;
}

#icalendar #date-cap {
    color: #333333;
    font-size: 16px;
}

.calendarbox {
    height: 50px;
    /*line-height: 58px;*/
}

.datebox {
    margin: 2px 0px 0 9px;
    /*border-top:none;*/
}


.calendartitle {
    font-size: 22px;
   
}


/*table样式*/
.tablist-content .tablist-inner{
    margin-top:15px;
}
.tablist-panel .departmentsimplelist-infotitle {
    float: left;    
    width: 790px;
    /*margin-left:20px;*/
}
.tablist-panel > div > ul {
    height: 225px !important;
    margin-top: 10px;
}
.articlesimplelist-infopoint, .departmentsimplelist-infopoint, .positionsimplelist-infopoint, .positionbriefsimplelist-infopoint, .campustalksimplelist-infopoint, .milkroundsimplelist-infopoint, .carrerconsultlist-infopoint {
    width: 6px;
    height: 6px;
    margin-top: 15px;
}

.articlesimplelist-infotitle a, .departmentsimplelist-infotitle a, .positionsimplelist-infotitle a,
.milkroundsimplelist-infotitle a, .campustalksimplelist-infotitle a, .positionbriefsimplelist-infotitle a, .carrerconsultlist-infotitle a{
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
}
#tablist .articlesimplelist-infotitle a {
    max-width: 600px;
}
#tablist-5 .articlesimplelist-infotitle a, #tablist-5 .departmentsimplelist-infotitle a, #tablist-5 .positionsimplelist-infotitle a, #tablist-7 .articlesimplelist-infotitle a {
    max-width: 600px;
}


.departmentsimplelist-infotime, .articlesimplelist-infotime, .campustalksimplelist-infotime, .milkroundsimplelist-infotime, .positionsimplelist-infotime, .positionbriefsimplelist-infotime, #tablist-3 .departmentsimplelist-infotime, #tablist-3 .carrerconsultlist-infotime, #tablist-5 .carrerconsultlist-infotime, #tablist-2 .carrerconsultlist-infotime {
    font-size: 14px;
    color: #333333;
    /*margin-left: 10px;*/
    padding-right: 15px;
    float: right;
}

#tablist-2 .departmentsimplelist-infotitle,.articlesimplelist-infotitle, #tablist .positionsimplelist-infotitle, #tablist .campustalksimplelist-infotitle, #tablist .positionbriefsimplelist-infotitle, #tablist-5 .departmentsimplelist-infotitle, #tablist-5 .positionbriefsimplelist-infotitle, #tablist-6 li, #tablist-7 li, #tablist-5 .carrerconsultlist-infotitle, #tablist-5 .positionsimplelist-infotitle {
    height: 35px;
    line-height: 35px;
}
#tablist-2 .departmentsimplelist-info .departmentsimplelist-infotitle {
    margin-top: 0;
}
    .positionsimplelist-infotitle a, .positionbriefsimplelist-infotitle a {
        max-width: 500px;
    }
.departmentsimplelist-infotitle a {
    max-width:236px;
}
/*新闻*/
#tablist .tablist-title {
    height: 52px;
    width: 180px;
    line-height: 52px;
    font-size: 18px;
}

#tablist .tablist-header {
    width: 100%;
    height: 52px;
    background-color: #f7f7f7;
}

#tablist .tabtitle-active {
    color: #ffffff;
   
}
/*宣讲会*/
#tablist-2, #tablist-3 {
    margin-right: 15px;
}

    #tablist-2 .tablist-title, #tablist-3 .tablist-title, #tablist-4 .tablist-title {
        height: 52px;
        padding: 0 15px;
        line-height: 52px;
        font-size: 18px;
    }

    #tablist-2 .tablist-header, #tablist-3 .tablist-header, #tablist-4 .tablist-header {
        width: 100%;
        height: 52px;
        border-bottom: 1px solid #dddddd;
    }

    #tablist-2 .tabtitle-active, #tablist-3 .tabtitle-active, #tablist-4 .tabtitle-active {
        color: #ffffff;
    }

    #tablist-2 .tablist-panel:after, #tablist-3 .tablist-panel:after, #tablist-4 .tablist-panel:after {
        display: block;
        clear: both;
        content: "";
    }
    #tablist-2 .tablist-panel li:after, #tablist-3 .tablist-panel li:after, #tablist-4 .tablist-panel li:after {
        display: block;
        clear: both;
        content: "";
    }
    #tablist-2 .tablist-panel li, #tablist-3 .tablist-panel li, #tablist-4 .tablist-panel li {
        width: 335px;
        margin-top: 20px;
        float: left;
        word-break: break-all;
        word-wrap: break-word;
    }
        #tablist-2 .tablist-panel li{
            width:390px;
        }
        #tablist-2 .tablist-panel li > div, #tablist-3 .tablist-panel li > div, #tablist-4 .tablist-panel li > div {
            float: left;
        }
            #tablist-2 .tablist-panel li > div > span, #tablist-3 .tablist-panel li > div > span, #tablist-4 .tablist-panel li > div > span {
                line-height: 28px;
                color: #666666;
                font-size: 12px;
                margin-left: 10px;
                width: 240px;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
    #tablist-2 .milkroundsimplelist-infotime, #tablist-2 .campustalksimplelist-infotime {
        width: 80px;
        height: 50px;
        text-align: center;
    }

    #tablist-2 .milkroundsimplelist-infotime-day, .campustalksimplelist-infotime-day, .articlesimplelist-infotime-day, .milkroundsimplelist-infotime-day, .positionsimplelist-infotime-day, .positionbriefsimplelist-infotime-day, .departmentsimplelist-infotime-day,.carrerconsultlist-infotime-day {
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
    }

    #tablist-2 .milkroundsimplelist-infotime-month, .campustalksimplelist-infotime-month, .articlesimplelist-infotime-month, .milkroundsimplelist-infotime-month, .positionsimplelist-infotime-month, .positionbriefsimplelist-infotime-month, .departmentsimplelist-infotime-month, .carrerconsultlist-infotime-month {
        font-size: 12px;
        line-height: 20px;
    }

    #tablist-2 .tablist-panel > div > ul a, #tablist-3 .tablist-panel > div > ul a, #tablist-4 .tablist-panel > div > ul a {
        /*font-size: 16px;*/
        max-width: 256px;
    }
    /*在线招聘*/
    /*#tablist-3 .tablist-title {
        height: 45px;
        width: 120px;
        line-height: 42px;
        font-size: 18px;
    }

    #tablist-3 .tablist-header {
        width: 690px;
        height: 45px;
        border-bottom: 1px solid #dddddd;
    }

    #tablist-3 .tabtitle-active {
        width: 120px;
        height: 43px;
        color: #ffffff;
        background-color: #004d9b;
        border-bottom: 1px solid #ffffff;
        box-shadow: 0 1px 0 #004d9b;
        border-radius: 2px;
    }*/
/*西部计划*/
#tablist-5 .tablist-title, #tablist-6 .tablist-title, #tablist-7 .tablist-title {
    height: 45px;
    width: 120px;
    line-height: 42px;
    font-size: 18px;
}

#tablist-5 .tablist-header, #tablist-6 .tablist-header, #tablist-7 .tablist-header {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #dddddd;
}

#tablist-5 .tabtitle-active, #tablist-6 .tabtitle-active, #tablist-7 .tabtitle-active {
    width: 120px;
    height: 43px;
    color: #ffffff;
    background-color: #004d9b;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 1px 0 #004d9b;
    border-radius: 2px;
}



.tablist-panel > div {
    position: relative;
}

.more {
    position: absolute;
    top: -42px;
    right: 20px;
}

    .more > a {
        color: #999999;
        font-size: 12px;
    }

.tablist-content .tablist-inner:after {
    display: block;
    clear: both;
    content: "";
}
/*第二个轮播*/
.tablist-content .tablist-inner #slider-side {
    width: 570px;
    height: 340px;
    float:left;
    margin-left:25px;
}

.tablist-content .tablist-inner #slider-side .slick-slide>div>a>div{
    position:relative;
}
    .tablist-content .tablist-inner #slider-side .slick-slide > div > a > div > p {
        width: 100%;
        height: 30px !important;
        background-color: rgba(0,0,0,0.3);
        position: absolute;
        left: 0px;
        bottom:0;
        font-size: 14px;
        color: #ffffff !important;
        line-height:30px;
        z-index: 9999;
        display:block !important;
        padding-left:10px;
    }
#slider-side .slick-dots {
    width: 100%;
    height: 30px;
    /*background-color: rgba(0,0,0,0.3);*/
    position: absolute;
    bottom: 0 !important;
    text-align: right !important;
}
    #slider-side .slick-dots > li {
        border-radius: 50%;
        background-color: #eeeeee;
        margin: 5px !important;
    }
#slider-side .slick-dots>li button:before{
    content:none !important;
}

#slider-side .slick-active>button{
    color:#ffffff !important;
}
#slider-side .slick-dots li button{
    color:#696969;
    font-size:12px;
}






.tabslider-title {
    height: 60px;
    width: 100%;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #dddddd;
}

.tabslider-title ul {
    list-style: none;
}

.tabslider-title li {
    float: left;
    width: 100px;
    margin: 15px 10px 15px 0;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
   
    cursor: pointer;
    padding: 0 15px;
    text-align: left;
    border-bottom: none;
}

.tabslisercontainer {
    width: 1200px;
    margin: 0 auto;
}

/*广告展示位*/
.sliderspace-container{
    width:298px;
    float:left;
    margin-left:44px;
}
.sliderspace-container>.slider-main>div>a{
    padding-top:1px;
    margin-top:30px;
    display:block;
}

.bottom-survey>p{
    width: 240px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
/*底部轮播图*/
.sliderbottom-container {
    height: 210px;
    margin-top: 20px;
}
.sliderbottom-container .job-guide {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    
    line-height:48px;
}
    .sliderbottom-container .job-guide>span{
        margin-left:18px;
    }
    .sliderbottom-container .slick-slide {
        width: 276px !important;
        margin-left: 18px;
    }
    .sliderbottom-container .slider-main {
        margin-top: 30px !important;
    }
#slider-3  div > a > div {
    background-size: 100% 100% !important;
}



.sliderspace-container>.slider-main > div {
    margin-top: 40px;
}









    /*友情链接样式*/
    .friendlinkpanel-content {
        margin-bottom: 30px;
    }



/*#loginbtn {
    float: right;
    cursor: pointer;
    width: 200px;
    height: 80px;
    padding: 25px 20px;
    text-align: right;
}
#loginbtn img {
    border: 1px solid #cccccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}*/
#namespace {
    float: right;
    width: 200px;
    height: 80px;
    padding: 25px 20px;
    text-align: right;
    line-height: 30px;
}

#exit {
    cursor: pointer;
    color: #999999;
    display: inline-block;
    margin-left: 30px;
}

.top-search {
    position: relative;
}

    .top-search img {
        border: none !important;
        height: 25px;
        position: absolute;
        right: 10px;
        top: 27px;
        cursor: pointer;
    }



#logins li {
    width: 100px;
    height: 35px;
    line-height: 35px;
}




.layout-top .top:after {
    display: block;
    clear: both;
    content: "";
}

/*底部栏*/
.layout-bottom {
    margin-top:40px;
}

.bottom-container {
    height: 220px;
   
}

.bottom-inner {
    margin: 0 auto;
    width: 1200px;
    padding: 24px 0;
}

.bottom-inner > div {
    height: 172px;
    width: 398px;
    color: #ffffff;
}

.bottom-inner:after {
    display: block;
    clear: both;
    content: "";
}

.bottom-survey {
    float: left;
    padding-left: 69px;
}
.contact-info {
    
    float: left;
    padding-left: 69px;
}

    .contact-info .contactus {
        width: 260px;
        border-bottom: 1px solid #ffffff;
        font-size: 18px;
        /*line-height: 48px;*/
        padding-bottom: 13px;
    }

.contact-info > div {
    font-size: 12px;
    line-height: 25px;
}

.contact-info>.contactaddress {
    margin-top: 10px;
}

    .contact-info > div span {
        display: block;
        float: left;
    }

    .contact-info > div:after {
        display: block;
        clear: both;
        content: "";
    }

.download {
   
    float: left;
    padding-left: 70px;
    padding-top: 26px;
}

.download .qrcode {
    float:left;
    margin-right:20px;
}
    .download .qrcode p {
        text-align:center;
        margin-top:10px;
    }
    .download .qrcode:after {
        display: block;
        clear: both;
        content: "";
    }

.qrcode-intro {
    float: left;
    margin-left: 15px;
}

.qrcode-intro > p {
    font-size: 18px;
    width: 90px;
    line-height: 48px;
    border-bottom: 1px solid #ffffff;
}

.qrcode-intro > span {
    font-size: 12px;
    line-height: 22px;
}

.sharebtn {
    width: 204px;
    padding-top: 12px;
   
}

.sharebtn > button {
    width: 98px;
    height: 32px;
    
    border: none;
    border-radius: 4px;
    outline: none;
}
    .sharebtn > button > a {
        display: inline-block;
        width: 98px;
        height: 32px;
        color: #ffffff;
        line-height: 32px;
        font-size: 12px;
    }

.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;
}











/*校园风景*/
.slick-track {
    min-width: 1200px;
}

.scenery {
    height: 125px;
}

    .scenery .scenery-content {
        width: 1200px;
        height: 340px;
        margin: 0 auto;
    }

.scenery-content .scenery-title {
    height: 60px;
    width: 1200px;
    margin-bottom: 30px;
    margin-top: 10px;
    border-bottom: 1px solid #dddddd;
}

.scenery-title p {
    display: inline-block;
    margin: 15px 10px 15px 0;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    
    cursor: pointer;
    padding: 0 15px;
    text-align: left;
    
}

.scenery-inner {
    padding-top: 30px;
    width: 1200px;
    position: relative;
}

    .scenery-inner .left {
        position: absolute;
        left: -45px;
        top: 80px;
    }

    .scenery-inner .right {
        position: absolute;
        right: -45px;
        top: 80px;
    }

    .scenery-inner .imgs {
        float: left;
        width: 294px;
        height: 210px;
        margin-left: 8px;
        position: relative;
    }

        .scenery-inner .imgs img {
            width: 294px;
            height: 210px;
        }

        .scenery-inner .imgs span {
            position: absolute;
            bottom: 0;
            right: 0;
            display: inline-block;
            width: 116px;
            height: 30px;
            border-radius: 4px;
            text-align: center;
            line-height: 30px;
            color: #ffffff;
            font-size: 14px;
            background-color: rgba(51,51,51,0.3);
        }

    .scenery-inner:after {
        display: block;
        clear: both;
        content: "";
    }

.banner-details img {
    width: 100%;
}

.banner-details {
    margin-top: 0 !important;
}





/*侧边固定栏*/
.fixed-module {
    position: fixed;
    bottom: 100px;
    right: 17px;
}
.fixed-module .fixed-content{
    width: 50px;
    height: 250px;
    position:relative;
}
.fixed-module .fixed-content .share-module{
    width:50px;
}
.share-module > li {
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 13px;
}

.back-top{
    border-bottom-left-radius:6px;
}

.share-type {
    position: absolute;
    top: 0;
    right: 52px;
}
.share-type>.type-list{
    display:none;
    width:157px;
    height:183px;
}
.download-code{
    width:142px;
    height:183px;
    padding-top:9px;
    text-align:center;
    
    border-radius:6px;
    position:relative;
}

    .download-code .triangle {
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }
    .download-code .tel {
        position: absolute;
        top: 20px;
        right: -15px;
    }
    .download-code .wechat {
        position: absolute;
        top: 60px;
        right: -15px;
    }
    .download-code .blog {
        position: absolute;
        top: 110px;
        right: -15px;
    }
.download-code img{
    width:124px;
    height:124px;
}
.download-code span{
    color:#ffffff;
    font-size:12px;
    line-height:50px;
}
    .download-code p {
        padding-top: 7px;
        font-size: 12px;
        color: #fff;
    }
.emailbox {
    width: 160px;
    height: 50px;
    position: absolute;
    top: 150px;
    right: 10px;
    padding: 0;
}

    .emailbox > span {
        font-size: 14px;
    }

/*右侧广告*/
#slider-4 {
    float: right;
}

    #slider-4 > div {
        width: 410px;
    }

        #slider-4 > div > a {
            display: block;
            float: left;
            width: 190px;
            height: 84px;
            margin: 15px 0 0 15px;
        }

/*修改*/
.campustalksimplelist-infotitle a, .milkroundsimplelist-infotitle a, .positionbriefsimplelist-infotitle a, .departmentsimplelist-infotitle a, .positionsimplelist-infotitle a, .carrerconsultlist-infotitle a, .articlesimplelist-infotitle a{
    font-size: 16px;
}

.top-container > .top-logo > .logo-name > .logo-icon {
    display: inline-block;
    margin-left: -20px;
}

.departmentsimplelist-infotitle a{
    /*line-height:50px;*/
}

.bottom-survey p{
    margin-bottom:5px;
    border:1px solid #fff ;
}

#tablist-5{
    margin-right:20px;
}
.tablist-title{
    cursor:default;
}


#tablist-6 .positionbriefsimplelist-infotitle a{
    max-width:250px;
}

#tablist-6 .departmentsimplelist-infotitle a{
    max-width:270px;
}

#tablist-6 .departmentsimplelist-infotitle{
    width:390px;
}

.carrerconsultlist-infopoint {
    display: inline-block;
    vertical-align: top;
}
.bottom-survey .friendlinksimple-main {
    margin: 0 0 5px ;
    border-color:#fff;
}

.friendlinksimple-main ul {
    bottom:39px !important;
    left:-1px !important;
    border:1px solid #fff;
}

.download img{
    width:115px;
}
#tablist-4 .articlesimplelist-infotitle{
    height:50px;
    line-height:16px;
}

.logo-name img{
    width:500px;
    height:70px;
}
.logo-icon img{
    width:220px;
    height:60px;
}

.calendar #icalendar .day {
    font-size: 18px;
}
.calendar #icalendar #date-cap {
    font-size: 20px;
}

#tablist-6 .articlesimplelist-infotitle a{
    width:240px;
}

#tablist-7 .tablist-title{
    width:100px;
}

#tablist-3 .aircampustalklist-infotitle{
    width:191px !important;
    height:145px !important;
    margin:0 2px 5px;
    margin-top:0 !important;
}

#tablist-3 .air_campustalk-text span{
    width:180px;
}

#tablist-3 .air_campustalk-cont > img{
    width:191px;
}

#divfloat, #divfloat a{
    height: 180px !important;
    width: 180px !important;
}

#divfloat{
    background-size:180px 180px !important;
}
#tablist-2 .positionbriefsimplelist-info {
    height:290px !important;
    overflow: hidden;
}
.pages .floatr .floatr-name button {
    width:auto;
    padding:0 10px;
}