/*
    layout颜色控制参数

    主题色：#9D2019 红色
    
*/


.slick-slide div > a {
    width:100%;height:100%;
}
.slick-slide div > a>div {
    width: 100% !important;
    height: 100% !important;
    background-size:100% 100%!important;
}
.nav-container {
    background-color: #9D2019;
}
.nav-level1:hover {   
    color: #9D2019 !important;
}
.nav-level2:hover {
    color: #9D2019 !important;
}
.nav-level3:hover span {
    background: #9D2019;   
}
.calendar-main{
    float:left;
}
#iCalendar a.dayon {
    background: #9D2019 !important;
    border: 3px solid #c7605a;
    color: #ffffff !important;
}
.calendarBox {
    border-bottom: 1px solid #dddddd;
}
.calendarTitle {   
    color: #9D2019;
}
.tablist-content .tablist-inner:nth-child(2) .articlesimplelist-main:first-child .articlesimplelist-infoTitle:first-child a {
    color: #9D2019;
}
.articlesimplelist-infoTitle a:hover {
    color: #9D2019;
}
.positionsimplelist-infoTitle a:hover {
    color: #9D2019;
}
.positionbriefsimplelist-infoTitle a:hover{
    color:#9D2019;
}
.departmentsimplelist-infoTitle a:hover {
    color: #9D2019;
}
.milkroundsimplelist-infoTitle a:hover {
    color: #9D2019;
}
.campustalksimplelist-infoTitle a:hover {
    color: #9D2019;
}
#tablist .tablist-title, #tablist-2 .tablist-title, #tablist-3 .tablist-title, #tablist-4 .tablist-title, #tablist-5 .tablist-title, #tablist-6 .tablist-title, #tablist-7 .tablist-title {
    color: #9D2019;
}

#tablist > .tablist-header, #tablist-2 > .tablist-header, #tablist-3 > .tablist-header, #tablist-4 .tablist-header, #tablist-5 .tablist-header, #tablist-6 .tablist-header, #tablist-7 .tablist-header {
    border-bottom: 1px solid #dddddd;
}

.tabslider-title li {
    color: #9D2019;
}
.sliderBottom-container .job-guide {   
    border-bottom: 1px solid #9D2019;    
    color: #9D2019;   
}
#slider-side .slick-active {
    background-color: #9D2019 !important;
}
#logins li:hover {
    background-color: #15820a;
}
.bottom-logo {
    border-right: 1px solid #ffffff;
}
.contact-info {
    border-right: 1px solid #ffffff;
}
.scenery-title p {
    color: #9D2019;
    border-left: 6px solid #9D2019;
}
.fixed-module .fixed-content .share-module {
    background-color: #9D2019;
}
.fixedActive {
    background-color: #ab151e;
}
.download-code {
    background-color: #9D2019;
}
    .download-code .triangle {
        border-left: 15px solid #9D2019;
    }
.friendlinksimple-main ul {
    background: #9D2019 !important;
}

/*
    面包屑导航
*/

.breadcrumb {
    background-color: inherit !important;
    width: 1200px;
    margin: 10px auto;
    padding:8px 0;
}
.breadcrumb a{
    display:inline-block;
    text-align:center;
   
}

/*头部 header*/
.top-container {
    height: 140px;
    background-image: url(../images/images-header/top-background.png);
    background-size: 100% 100%;
}

    .top-container > .top-logo {
        width: 1200px;
        height: 140px;
        margin: 0 auto;
        background-image: url(../images/images-header/top.png);
        background-size: 100% 100%;
        position:relative;
        background-position-x:230px;
    }
        .top-container > .top-logo .gif {
            position: absolute;
            top: 0;
            right: 0;
        }
        .top-container > .top-logo > .logo-name > a{
            float:left;
            cursor:default;
        }
        .top-container > .top-logo > .logo-name {
            display: inline-flex;
            align-items: center;
            height:140px;
        }
            .top-container > .top-logo > .logo-name:after{
                display:block;
                clear:both;
                content:"";
            }

            .nav-container {
                height: 54px !important;
            }

    .nav-container .nav-content {
        height: 54px !important;
        position: relative;
    }

.nav-main {
    float: left;
}
    .nav-main .nav-list {
        height: 54px !important;
    }
        .nav-main .nav-list .nav-single {
            width: 70px !important;
            height: 54px !important;
            line-height: 54px !important;
            margin: 0 20px
        }
        .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;
    width: 110px !important;
    height: 54px !important;
    line-height: 54px !important;
    font-size: 18px;
    font-weight:bold;
}
.nav-dropdown a span{
    width:110px; 
}
.nav-level2 {
    width: 110px !important;
    font-size: 14px;
    color: #565656 !important;
    font-weight: bold;
}

.nav-level3 {
    width: 110px !important;
    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: 94px;
    height: 36px;
    line-height: 36px;
    margin: 7px 8px;
    border-radius: 2px;
}

.nav-single {
    font-size: 14px !important;
}

.inp-search {
    float: right;
    margin-top: 12px;
    width: 200px;
    height: 30px;
    border-radius: 30px;
    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-top:20px;
    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 10px;
     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;
    padding-top:8px!important;
 }
    .employer-login .user-type {
        line-height: 20px;
    }
        .employer-login .user-type span {
            font-size: 10px;
        }
.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 {
    width: 380px;
    margin-top:30px;
}

#iCalendar {
    width: 480px;
    background-color: #fcfcfc;
}
#iCalendar .date-header {
    height: 50px !important;
    line-height: 50px !important;
    background-color: #9D2019;
}

#iCalendar .left-btn, #iCalendar .right-btn {
        
    height: 56px !important;
    line-height: 56px !important;
}
#iCalendar .left-btn{
    background:url(../../Shared/images/images-public/leftArrow.png) no-repeat center center !important;
}
    #iCalendar .right-btn {
        background: url(../../Shared/images/images-public/rightArrow.png) no-repeat center center !important;
    }

#iCalendar {
    height:310px;
    padding: 0 !important;
    border-radius: 4px;
}

#iCalendar a.dayon {
       
    line-height:21px;
}

.date-header > div {
    display: inline-block;
    color: #333333;
}

#iCalendar > b {
    margin: 6px 15px 5px 14px !important;
    color:#2e2e2d !important;
}

#iCalendar > .dateBox > b, #iCalendar > .dateBox > a {
    margin: 0px 7px 0px 8px !important;
    width: 27px !important;
    height: 27px !important;
}

#iCalendar #date-cap {
    color: #ffffff;
    font-size: 18px;
    height: 56px !important;
    line-height: 56px !important;
}

.calendarBox {
    height: 42px;
    line-height: 42px;
    
}
.calendarBox>img{
    margin: 0 10px 6px 0;
}

.dateBox {
    margin: 5px 6px 5px 6px;
    /*border-top:none;*/
}


.calendarTitle {
    font-size: 18px;
   font-weight:bold;
}




#iCalendar .day.dayon {
    color: #fff;
}


/*table样式*/



.articlesimplelist-infoPoint,
.departmentsimplelist-infoPoint,
.positionsimplelist-infoPoint,
.positionbriefsimplelist-infoPoint,
.milkroundsimplelist-infoPoint,
.campustalksimplelist-infoPoint {
    width: 6px;
    height: 6px;
    margin-top: 14px;
    background-color: #999999;
}

.articlesimplelist-infoTitle a,
.positionsimplelist-infoTitle a,
.positionbriefsimplelist-infoTitle a,
.milkroundsimplelist-infoTitle a,
.campustalksimplelist-infoTitle a,
.departmentsimplelist-infoTitle a {
    font-size: 16px;
    color: #333333;
    margin-left: 10px;
}
#tablist .articlesimplelist-infoTitle a,
#tablist-2 .articlesimplelist-infoTitle a,
#tablist-5 .articlesimplelist-infoTitle a ,
#tablist-6 .articlesimplelist-infoTitle a,
#tablist-7 .articlesimplelist-infoTitle a{
    max-width: 270px;
}
/*新闻*/
#tablist .tablist-title > span > img,
#tablist-2 .tablist-title > span > img,
#tablist-3 .tablist-title > span > img,
#tablist-4 .tablist-title > span > img,
#tablist-5 .tablist-title > span > img,
#tablist-6 .tablist-title > span > img,
#tablist-7 .tablist-title > span > img {
    margin: -5px 10px 0 0;
}
#tablist .articlesimplelist-infoTitle, #tablist-2 .articlesimplelist-infoTitle, #tablist-5 .articlesimplelist-infoTitle, #tablist-6 .articlesimplelist-infoTitle, #tablist-7 .articlesimplelist-infoTitle {
    height: 34px;
    line-height: 34px;
}
#tablist .articlesimplelist-infoTime, #tablist-2 .articlesimplelist-infoTime, #tablist-5 .articlesimplelist-infoTime, #tablist-6 .articlesimplelist-infoTime , #tablist-7 .articlesimplelist-infoTime {
    font-size: 12px;
    color: #333333;
    float: right;
}
#tablist .tablist-title, #tablist-2 .tablist-title, #tablist-5 .tablist-title, #tablist-6 .tablist-title, #tablist-7 .tablist-title {
    height: 48px;
    width: 110px;
    line-height: 48px;
    margin-right: 27px;
    font-size: 18px;
    font-weight: bold;
}
#tablist > .tablist-header, #tablist-2 > .tablist-header, #tablist-5 > .tablist-header, #tablist-6 > .tablist-header, #tablist-7 > .tablist-header {
    width: 380px;
    height: 50px;
}
#tablist .tabTitle-active, #tablist-2 .tabTitle-active, #tablist-5 .tabTitle-active, #tablist-6 .tabTitle-active, #tablist-7 .tabTitle-active {
    color: #ffffff;
    background-color: #9D2019;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 1px 0 #9d2019;
    border-radius: 2px;
}
#tablist .articlesimplelist-infoTitle > .articlesimplelist-top,
#tablist-2 .articlesimplelist-infoTitle > .articlesimplelist-top,
#tablist-5 .articlesimplelist-infoTitle > .articlesimplelist-top
#tablist-6 .articlesimplelist-infoTitle > .articlesimplelist-top
#tablist-7 .articlesimplelist-infoTitle > .articlesimplelist-top {
    margin-top: 12px;
}
#tablist .articlesimplelist-infoTitle > .articlesimplelist-new,
#tablist-2 .articlesimplelist-infoTitle > .articlesimplelist-new,
#tablist-5 .articlesimplelist-infoTitle > .articlesimplelist-new,
#tablist-6 .articlesimplelist-infoTitle > .articlesimplelist-new,
#tablist-7 .articlesimplelist-infoTitle > .articlesimplelist-new {
    margin-top: 10px;
}
#tablist-2, #tablist-6, #tablist-7 {
    margin-left: 30px;
}
/*新闻幻灯片*/
#slider-2{
    float:left;
    margin-left:30px;
    margin-top:66px;
}
#slider-2 .slick-dots {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0 !important;
    text-align: right !important;
}
#slider-2 .slick-slide > div > a > div {
    position: relative;
}

#slider-2 .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-2 .slick-next, #slider-2 .slick-prev {
    display: none !important;
}
#slider-2 .slick-dots > li {
    border-radius: 50%;
    background-color: #eeeeee;
    margin: 5px !important;
}

#slider-2 .slick-dots > li button:before {
    content: none !important;
}

#slider-2 .slick-active > button {
    color: #ffffff !important;
}
#slider-2 .slick-active{
    background-color:#9D2019 !important;
}
#slider-2 .slick-dots li button {
    color: #696969;
    font-size: 12px;
}

.slider3-container #slider-2 {
    float: left;
    margin-left: 0px !important;
    margin-top: 20px !important;
}
/*宣讲会*/
#tablist-3 .tablist-title {
    height: 34px;
    width: 110px;
    line-height: 34px;
    margin-right: 27px;
    font-size: 18px;
    font-weight: bold;
}

#tablist-3 .tabTitle-active {
    color: #ffffff;
    background-color: #9D2019;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 1px 0 #9D2019;
    border-radius: 2px;
}
#tablist-3 .tablist-panel > div > ul {
    margin-top: 0;
}


#tablist-3 .tablist-header {
    width: 790px;
    height: 42px;
    border-bottom: 1px solid #dddddd;
}

#tablist-3 .tablist-panel:after {
    display: block;
    clear: both;
    content: "";
}
#tablist-3 .campustalksimplelist-infoTime,
#tablist-3 .milkroundsimplelist-infoTime,
#tablist-3 .positionbriefsimplelist-infoTime,
#tablist-3 .positionsimplelist-infoTime,
#tablist-3 .departmentsimplelist-infoTime,
#tablist-3 .articlesimplelist-infoTime {
    font-size: 12px;
    color: #333333;
    float: right;
}
#tablist-3 .tablist-panel > div > ul:after {
    display: block;
    clear: both;
    content: "";
}

#tablist-3 .milkroundsimplelist-infoTitle,
#tablist-3 .campustalksimplelist-infoTitle,
#tablist-3 .articlesimplelist-infoTitle,
#tablist-3 .positionsimplelist-infoTitle,
#tablist-3 .positionbriefsimplelist-infoTitle,
#tablist-3 .departmentsimplelist-infoTitle {
    float: left;
    width: 380px;
    height: 34px;
    line-height: 34px;
    margin-right: 30px
}
#tablist-3 .departmentsimplelist-infoTitle a{
    max-width:360px;
}
#tablist-3 .campustalksimplelist-top{
    margin-top:12px;
}
#tablist-3 .more, #tablist-4 .more {
    right: 35px;
}

.tablist-inner.active .milkroundsimplelist-infoTitle, .tablist-inner.active .campustalksimplelist-infoTitle, .tablist-inner.active .positionbriefsimplelist-infoTitle {
    height: 34px;
    line-height: 34px;
}

    .tablist-inner.active .milkroundsimplelist-infoTitle a, .tablist-inner.active .campustalksimplelist-infoTitle a, .tablist-inner.active .positionbriefsimplelist-infoTitle a {
        width: 280px;
    }

.milkroundsimplelist-infoTitle a,
.campustalksimplelist-infoTitle a,
#tablist-3 .articlesimplelist-infoTitle a,
.positionbriefsimplelist-infoTitle a,
.positionsimplelist-infoTitle a {
    max-width: 280px;
} 




/*招聘信息*/
#tablist-4 .tablist-title {
    height: 42px;
    width: 100px;
    line-height: 42px;
    font-size: 18px;
    margin-right: 27px;
    font-weight: bold;
}
    /*#tablist-4 .tablist-title:nth-child(2){
        width:200px;
    }*/
    #tablist-4 .tablist-header {
        width: 790px;
        height: 42px;
        border-bottom: 1px solid #dddddd;
    }
#tablist-4 .tabTitle-active {
    height: 42px;
    color: #ffffff;
    background-color: #9D2019;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 1px 0 #9D2019;
    border-radius: 2px;
}
#tablist-4 .tablist-panel > div > ul {
    margin-top:0;
}

#tablist-4 .tablist-panel:after {
    display: block;
    clear: both;
    content: "";
}
#tablist-4 .articlesimplelist-infoTitle a{
    max-width:273px;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height:42px;
}
#tablist-4 .tablist-panel li:after {
    display: block;
    clear: both;
    content: "";
}

#tablist-4 .tablist-panel > div > ul:after {
    display: block;
    clear: both;
    content: "";
}

#tablist-4 .articlesimplelist-infoTitle{
    float: left;
    width: 380px;
    height: 34px;
    line-height:34px;
    margin-right:30px;
}
#tablist-4 .articlesimplelist-infoTime {
    float:right;
    font-size:12px;
}
#tablist-4 .articlesimplelist-top{
    margin-top:12px;
}
#tablist-4 .articlesimplelist-new {
    margin-top: 10px;
}
.tablist-panel > div {
    position: relative;
    padding:10px 0 0 0 !important;
}

.more {
    position: absolute;
    top: -32px;
    right: 5px;
}

    .more > a {
        color: #666666;
        font-size: 14px;
    }
.tablist-content .tablist-inner{
    margin-top:30px;
    position:relative;
}
.tablist-content .tablist-inner:after {
    display: block;
    clear: both;
    content: "";
}
#slider-3{
    float:left;
    margin-left:10px;
    position:absolute;
    top:-20px;
    right:0;
}
#slider-3>div{
    width:410px;
}
#slider-3 > div>a{
    display:block;
    float:left;
    width:175px;height:70px;
    margin:15px 0 0 30px;
}
/*广告展示位*/
.sliderSpace-container {
    width: 321px;
    float: left;
    margin-left: 25px;
}
.sliderSpace-container .sliderSpace-header{
    width:301px;
    height:50px;
    line-height:50px;
    font-size:18px;
    color:#9D2019;
    border-bottom:1px solid #dddddd;
    margin-left:20px;
}
.sliderSpace-container>.slider-main>div{
    width:321px;
    height:260px;
    margin-top:30px;
}
    .sliderSpace-container > .slider-main > div > a {
        width: 140px;
        height: 110px;
        display: block;
        margin:20px 0 0 20px;
        float:left;
    }



/*底部轮播图*/
/*.sliderBottom-container{
    margin-top:20px;
}*/
.sliderBottom-container .job-guide {
    width: 1200px;
    margin: 0 auto;
    
    font-size: 18px;
    
    line-height:48px;
}
.sliderBottom-container .slick-slide {
    width:180px !important;
    height:100px;
    margin-left:18px;
}
    .sliderBottom-container .slider-main {
        margin-top: 30px !important;
    }
.sliderBottom-container .slick-slide>div>a>div{
    background-size:100% 100% !important;
}













    /*友情链接样式*/
    .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: 281px;
    background-color: #ab151e;
    padding-top: 48px;
}
.bottom-inner {
    
    margin: 0 auto;
    width: 1200px;height:120px;margin-top:35px;
}

.bottom-inner > div {
    height: 120px;
    color: #ffffff;
}

.bottom-inner:after {
    display: block;
    clear: both;
    content: "";
}

.bottom-logo {
    width: 540px;
    float: left;  
}
.bottom-logo img{
    width: 500px;
    margin-top:20px;
}

.contact-info {
    width: 400px;
    float: left;
    padding-left:60px;
    padding-top:20px;
}

.contact-info .contactUs {
    font-size:14px;
}

.contact-info .contactUs > li{
    list-style-type:square;
    margin-top:10px;
}
.contact-info .contactUs .contactTel {
    margin-top: 0;
}

.download {
    float: left;
    padding-left:10px;
}

    .download:after {
        display: block;
        clear: both;
        content: "";
    }

    .download img {
        width: 80px;
        height: 80px;
    }

    .download .QRcodes {
        float: left;
        text-align:center;
        font-size: 14px;
        margin-left:30px;
        line-height: 30px;
    }
.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;
}



.bottom-container .friendlink-group {
    width: 1200px;
    margin: 0 auto;
    height:40px;
    line-height:40px;
    position:relative;
}
.bottom-container .friendlink-group>span{
    position:absolute;
    left:0;
    font-size:16px;
    color:#ffffff;
}
.friendlink-group>div{
    float:left;
    
}
.friendlink-group .outside-link{
    margin-left:20px;
}
.friendlink-group .inside-link {
    margin-left: 40px;
}
.friendlink-group>div:after{
    display:block;
    clear:both;
    content:"";
}
.friendlinksimple-main {
    cursor: pointer;
    float: left;
    width: 270px !important;
    position: relative;
    height: 40px !important;
    background-color: #ffffff !important;
    border:none;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #666666;
    margin:0 0 0 130px !important;
    /*text-align:left !important;
    background:url(../images/images-footer/toggleDown.png) no-repeat 245px;
    padding:0 17px;*/

}

    .friendlinksimple-main ul {

       
        width: 268px !important;

        position: absolute;
        bottom: 40px !important;
        left: 0 !important;
        z-index: 99999;
        display: none;
        box-shadow: -1px -1px 2px #cccccc;
    }

        .friendlinksimple-main ul li {
            line-height: 30px !important;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 268px !important;
            white-space: nowrap;
            font-size: 14px;
            text-align: left;
            padding:0 17px;
        }
            .friendlinksimple-main ul li a{
                color:#ffffff !important;
            }

            .friendlink-group:after {
                display: block;
                clear: both;
                content: "";
            }



/*一站式*/
/*.oneStop-service{
    float:left;
    width:303px;
    margin-left:45px;
}
    .oneStop-service .oneStop-header {
        width: 301px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #9D2019;
        border-bottom: 1px solid #dddddd;
    }
    .oneStop-service .oneStop-content {
        padding: 0 35px;
        margin-top: 40px;
        width: 301px;
        height: 275px;
        border: 1px solid #dddddd;
    }
        .oneStop-service .oneStop-content>img{
            margin-top:30px;
        }
.oneStop-content .oneStop-guides a {
    display: block;
    width: 200px;
    height: 34px;
    margin:10px 0 0 30px;
}
.oneStop-content .oneStop-guides .student-guide{
    background:url(../images/images-middle/student-guide.png) no-repeat;
}
.oneStop-content .oneStop-guides .employer-guide {
    background: url(../images/images-middle/employer-guide.png) no-repeat;
}
.oneStop-content .oneStop-userType{
    margin-top:20px;
    padding-left:14px;
}
.oneStop-content .oneStop-userType a {
    display: inline-block;
    width: 105px;
    height: 56px;
}
.oneStop-content .oneStop-userType .oneStop-student {
    background: url(../images/images-middle/oneStop-student.png) no-repeat;
}

.oneStop-content .oneStop-userType .oneStop-employer {
    background: url(../images/images-middle/oneStop-employer.png) no-repeat;
}*/
/*侧边固定栏*/
.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;
           
            border-top-left-radius:6px;
            border-bottom-left-radius: 6px;
        }

.share-module > li {
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top:13px;
}


.fixedActive {
   
    border-top-left-radius: 6px;
    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;
}
.telNumber{
    width:160px;
    height:50px;
    position:absolute;
    top:50px;
    right:10px;
    padding:0;
}
.telNumber>span{
    font-size:16px !important;
}

    .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: 65px;
        right: -15px;
    }

    .download-code .blog {
        position: absolute;
        top: 110px;
        right: -15px;
    }
.download-code .telNum {
    display:none;
}

    .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;
}

#aircampustalklist .aircampustalklist-infoTitle {
    width: 182px !important
}
#aircampustalklist .air_campustalk-cont > img {
    width: 180px;
}
#aircampustalklist .air_campustalk-text span {
    width: 175px;
}
.reds{
    max-width:640px;
}

.rightHref {
    float: left;
    padding-left: 60px;
}

    .rightHref a {
        display: block;
        line-height: 30px;
        color: #FFF;
    }
        .rightHref a:hover {
            text-decoration: underline;
        }

.Students_platform {
     margin-top: 20px; 
}
.aircampustalklist-info {
    height: 320px;
    overflow: hidden;
}