/*
    layout颜色控制参数

    主题色：#b11c17 深红
    辅助色：#9a0000 浅红
    top背景栏色：#9a0000 深红

    
*/

.top-container {    
    background-color: #9a0000;
}
.nav-level1 > span {
    border-left: 1px solid #d54343;
    box-shadow: -2px 0 0 #8a0000;
}
.nav-level1:hover {    
    color: #b11c17 !important;
}
.nav-level2:hover {
    color: #b11c17 !important;
}
.nav-level3:hover span {
    background: #b11c17;
}
.calendarTitle {   
    color: #b11c17;
}
#iCalendar a.dayon {
    background: #b11c17
}
.articlesimplelist-infoPoint, .departmentsimplelist-infoPoint, .positionsimplelist-infoPoint, .milkroundsimplelist-infoPoint, .campustalksimplelist-infoPoint {
    background-color: #b11c17;
}
.articlesimplelist-infoTitle a:hover {
    color: #b11c17;
}
.positionsimplelist-infoTitle a:hover {
    color: #b11c17;
}
.milkroundsimplelist-infoTitle a:hover {
    color: #b11c17;
}
.campustalksimplelist-infoTitle a:hover {
    color: #b11c17;
}
.positionsimplelist-infoTitle a:hover {
    color: #b11c17;
}
#tablist .tabTitle-active {    
    background-color: #b11c17;
}
    #tablist .tabTitle-active:first-child {
        background: #f7f7f7 !important;
    }
    #iCalendar a.dayon {
        background: #b11c17 !important;
        border: 3px solid #e8615d;
        color: #ffffff !important;
    }
#tablist-2 .tabTitle-active {   
    background-color: #b11c17;
}
#tablist-2 .milkroundsimplelist-infoTime, #tablist-2 .campustalksimplelist-infoTime {
    border-right: 1px solid #d54343;
    color: #d54343;
}
#slider-side .slick-active {
    background-color: #b11c17 !important;
}
#tablist-4 .tabTitle-active {
    color: #b11c17;
    width: 120px;
    height: 43px;
    color: #ffffff;
    background-color: #b11c17;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 1px 0 #b11c17;
    border-radius: 2px;
}
.tabslider-title li {
    color: #b11c17;
}
.sliderBottom-container .job-guide {   
    color: #b11c17;   
}
#logins li:hover {
    background-color: #b11c17;
}
.bottom-container {
    background-color: #9a0000;
}
.contact-info {
    border-left: 1px solid #d54343;
    box-shadow: -2px 0 0 #8a0000;
}
.download {
    border-left: 1px solid #d54343;
    box-shadow: -2px 0 0 #8a0000;
}
.shareBtn {
    border-top: 1px solid #b11c17;
}
    .shareBtn > button {
        background-color: #d54343;
    }
.scenery-title p {
    color: #b11c17;
    border-left: 6px solid #b11c17;
}
.fixed-module .fixed-content .share-module {
    background-color: #9a0000;
}
.fixedActive {
    background-color: #b11c17;
}
.download-code {   
    background-color: #b11c17;   
}
.download-code .triangle {
    border-left: 15px solid #b11c17;       
}


/*
    面包屑导航
*/

.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: 154px;
   
}
    .top-container > .top-logo {
        width: 1200px;
        height: 154px;
        margin: 0 auto;
        position: relative;
        line-height: 154px;
        background-image: url(../images/images-header/top.png);
    }
        .top-container > .top-logo > a {
            cursor:default;
        }
        .top-container > .top-logo > a > img {
            position: absolute;
            top: 20px;
            left: -66px;
            width: 520px;
            height: 90px;
        }

    .nav-container {
        height: 52px !important;
        background-image:url(../images/images-header/navBackground.png)
    }

    .nav-container .nav-content {
        height: 52px !important;
        position:relative;
    }

.nav-main {
    float: left;
}

    .nav-main .nav-list {
        height: 52px !important;
        
    }
.nav-list .nav-single, .nav-list .nav-level1,.nav-list .nav-level2 {
    width: 110px;
}
.nav-list .nav-level1 > span {
    width: 106px;
}
.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 {
    height: 165px;
    padding: 30px 0 40px 0;
}

    .users-login .login-list {
        margin: 0 auto;
        width: 1200px;
    }

.login-list div {
    float: left;
    width: 394px;
    height: 95px;
    border-radius: 10px;
    line-height: 95px;
    padding: 0 26px 0 18px;
    color: #ffffff;
}
.login-list div>a{
    color:#ffffff;
}
.student-login {
    background-color: #ff9f03;
}

.employer-login {
    background-color: #0085cc;
    margin-left: 9px;
}

.insider-login {
    background-color: #46a35c;
    margin-left: 9px;
}

.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: "";
}










/*日历样式*/
.calendarBox img {
    margin-bottom: 7px;
    margin-left: 10px;
}
.calendar {
    width: 480px;
    top: -5px;
}

#iCalendar {
    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 20px 3px 20px !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: 58px;
    line-height: 58px;
}

.dateBox {
    margin: 2px 11px 0 11px;
    /*border-top:none;*/
}


.calendarTitle {
    font-size: 18px;
   
}


/*table样式*/
.tablist-content .tablist-inner{
    margin-top:10px;
}
.tablist-panel .departmentsimplelist-infoTitle {
    float: left;    
    width: 300px;
    margin-left:20px;
}
.tablist-panel > div > ul {
    height: 288px !important;
    margin-top: 10px;
}
.articlesimplelist-infoPoint, .departmentsimplelist-infoPoint, .positionsimplelist-infoPoint{
    width: 6px;
    height: 6px;
    margin-top: 13px;
}

.articlesimplelist-infoTitle a, .departmentsimplelist-infoTitle a, .positionsimplelist-infoTitle a, .milkroundsimplelist-infoTitle a, .campustalksimplelist-infoTitle a, .positionbriefsimplelist-infoTitle a {
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
}
#tablist .articlesimplelist-infoTitle a {
    max-width: 420px;
}
#tablist .tablist-title:first-child {
    color:#b11c17;
}
#tablist .tablist-title:first-child span {
    margin-right:10px;

}
#tablist-5 .articlesimplelist-infoTitle a, #tablist-5 .departmentsimplelist-infoTitle a, #tablist-5 .positionsimplelist-infoTitle a{
    max-width:640px;
}


.departmentsimplelist-infoTime, .positionsimplelist-infoTime, .articlesimplelist-infoTime {
    font-size: 14px;
    color: #333333;
    float: right;
}
.articlesimplelist-infoTitle, .positionsimplelist-infoTitle, .departmentsimplelist-infoTitle {
    height: 35px;
    line-height: 35px;
}
    .articlesimplelist-infoTitle a,.positionsimplelist-infoTitle a, .departmentsimplelist-infoTitle a{
        max-width: 508px;
    }
    /*新闻*/
    #tablist .tablist-title {
        height: 52px;
        width: 120px;
        line-height: 52px;
        font-size: 18px;
    }

#tablist .tablist-header {
    width: 600px;
    height: 52px;
    background-color: #f7f7f7;
}

#tablist .tabTitle-active {
    color: #ffffff;
   
}
/*宣讲会*/
#tablist-2, #tablist-3 {
    margin-right: 30px;
}

    #tablist-2 .tablist-title {
        height: 52px;
        width: 120px;
        line-height: 52px;
        font-size: 18px;
    }

    #tablist-2 .tablist-header {
        width: 690px;
        height: 52px;
        border-bottom: 1px solid #dddddd;
    }

    #tablist-2 .tabTitle-active {
        color: #ffffff;
        
    }

    #tablist-2 .tablist-panel:after {
        display: block;
        clear: both;
        content: "";
    }
    #tablist-2 .tablist-panel li:after {
        display: block;
        clear: both;
        content: "";
    }
    #tablist-2 .tablist-panel li {
        width: 335px;
        height: 50px;
        margin-top: 20px;
        float: left;
        word-break: break-all;
        word-wrap: break-word;
    }
     #tablist-2 .tablist-panel li>div{
         float:left;
     }
        #tablist-2 .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, #tablist-2 .positionsimplelist-infoTime, #tablist-2 .positionbriefsimplelist-infoTime {
        width: 80px;
        height: 50px;
        text-align: center;
    }

    #tablist-2 .milkroundsimplelist-infoTime-day, #tablist-2 .campustalksimplelist-infoTime-day, #tablist-2 .positionsimplelist-infoTime-day, #tablist-2 .positionbriefsimplelist-infoTime-day {
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
    }

    #tablist-2 .milkroundsimplelist-infoTime-month, #tablist-2 .campustalksimplelist-infoTime-month, #tablist-2 .positionsimplelist-infoTime-month, #tablist-2 .positionbriefsimplelist-infoTime-month {
        font-size: 12px;
        line-height: 20px;
    }

    #tablist-2 .tablist-panel > div > ul a {
        font-size: 16px;
        max-width: 220px;
        line-height: 22px !important;
    }
    #tablist-2 .positionsimplelist-infoTime, #tablist-2 .milkroundsimplelist-infoTime, #tablist-2 .positionbriefsimplelist-infoTime {
        border-right: 1px solid #b11c17;
        color: #b11c17;
    }
    /*在线招聘*/
    #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: #b11c17;
        border-bottom: 1px solid #ffffff;
        box-shadow: 0 1px 0 #b11c17;
        border-radius: 2px;
    }
/*第二讲堂*/
#tablist-4 .tablist-title {
    height: 45px;
    width: 140px;
    line-height: 45px;
    font-size: 18px;
}
    #tablist-4 .tablist-title>span>img{
        margin:-5px 20px 0 0;
    }
    #tablist-4 .tablist-header {
        width: 480px;
        height: 45px;
        border-bottom: 1px solid #dddddd;
    }



#tablist-4 .articlesimplelist-infoTitle > a {
    max-width: 310px;
}
/*西部计划*/
#tablist-5 .tablist-title {
    height: 45px;
    width: 120px;
    line-height: 42px;
    font-size: 18px;
}

#tablist-5 .tablist-header {
    width: 840px;
    height: 45px;
    border-bottom: 1px solid #dddddd;
}

#tablist-5 .tabTitle-active {
    width: 120px;
    height: 43px;
    color: #ffffff;
    background-color: #b11c17;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 1px 0 #b11c17;
    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;
}




/*底部轮播图*/
.sliderBottom-container {
    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 .slick-slide {
        width: 180px !important;
        margin-left:20px;
    }

    .sliderBottom-container .slider-main {
        margin-top: 30px !important;
    }

#slider-3 .slick-dots {
    display: none !important;
}

.sliderSpace-container > .slider-main > div {
    margin-top: -20px;
}

#slider-3 .slick-prev:before, #slider-3 .slick-next:before {
    color: rgba(0,0,0,0.6);
}










    /*友情链接样式*/
    .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 {
    height: 280px;
    margin-top:40px;
}

.bottom-container {
    /*height: 290px;*/
    padding-top: 30px;
}
.bottom-container .friendlink-group {
    width: 650px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}
.bottom-container .friendlink-group span {
    float: left;
    color: #ffffff;
}
.friendlinksimple-main {
    cursor: pointer;
    float: left;
    width: 200px !important;
    position: relative;
    height: 40px;
    background-color: inherit;
    border-radius: 2px;
    border: 1px solid #ffffff !important;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;

}
.inside-link > .friendlinksimple-main {
    margin: 0 0 0 250px !important;
}

.friendlink-group .inside-link {
    margin-left: 40px;
}
    .friendlink-group .inside-link > span {
        padding-left:106px;
    }
.friendlinksimple-main ul {
    width: 198px !important;
    position: absolute;
    bottom: 40px !important;
    left: 0 !important;
    z-index: 99999;
    display: none;
    box-shadow: -1px -1px 2px #cccccc;
}
.friendlinksimple-main ul {
    background: #981e1e !important;
}
    .friendlinksimple-main ul li {
        line-height: 30px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 198px !important;
        text-align: center !important;
        white-space: nowrap;
        font-size: 14px;
        text-align: left;
    }
        .friendlinksimple-main ul li > a {
            color:#fff;
        }
        .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-logo {
    float: left;
    padding:30px 0px 0px 69px;
}
    .bottom-logo > img {
        width: 500px;
        margin-left: -150px;
        margin-top: 20px;
    }
.contact-info {
    
    float: left;
    padding:10px 0px 0px  69px;
}

.contact-info .contactUs {
    width: 260px;
    border-bottom: 1px solid #ffffff;
    font-size: 18px;
    line-height: 48px;
}

.contact-info > div {
    font-size: 12px;
    line-height: 27px;
}

.contact-info>.contactAddress {
    margin-top: 15px;
}

    .contact-info > div span {
        display: block;
        float: left;
    }

    .contact-info > div:after {
        display: block;
        clear: both;
        content: "";
    }

.download {
   
    float: left;
    padding-left: 96px;
    padding-top: 40px;
}

.download .QRcode {
    padding-bottom: 12px;
}

.download .QRcode:after {
    display: block;
    clear: both;
    content: "";
}

.download .QRcode img {
    float: left;
    width:94px;
    height:94px;
 }

.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;
}
.emailBox {
    width: 160px;
    height: 50px;
    position: absolute;
    top:100px;
    right: 10px;
    padding: 0;
}

    .emailBox > span {
        font-size: 14px;
    }


    /*底部广告*/
#slider-5 a {
    width: 586px;
    height: 120px;
    float: left;
}
#slider-5  a:nth-child(2n+1) {
    margin-right: 12px;
}
#slider-5 a:nth-child(1) {
    margin-bottom: 12px;
}
#slider-5 a:nth-child(2) {
    margin-bottom: 12px;
}
#aircampustalklist .aircampustalklist-info .aircampustalklist-infoTitle {
    margin-top: 0;
}


.download-code p {
    padding-top: 7px;
    font-size: 12px;
    color: #fff;
}