/*
    layout颜色控制参数

    主题色：#2e9ef4 浅蓝
    辅助色：#77c2fc 浅蓝+    栏目上方小三角
    
*/
#nav {
    width: 1000px !important;
}

.nav-container {
    background-color: #2e9ef4;
}

.nav-level1:hover {
    color: #2e9ef4 !important;
}

.nav-level2:hover {
    color: #2e9ef4 !important;
}

.nav-level3:hover span {
    background: #2e9ef4;
}

.calendar-main {
    margin-left: 45px;
}

#iCalendar a.dayon {
    background: #2e9ef4 !important;
    border: 3px solid #2e9ef4;
    color: #ffffff !important;
}

.calendarBox {
    border-bottom: 1px solid #dddddd;
}

#iCalendar a.dayon {
    background: #15820a;
}

.articlesimplelist-infoTitle a:hover {
    color: #2e9ef4;
}

.positionsimplelist-infoTitle a:hover {
    color: #2e9ef4;
}

.milkroundsimplelist-infoTitle a:hover {
    color: #2e9ef4;
}

.campustalksimplelist-infoTitle a:hover {
    color: #2e9ef4;
}

.positionbriefsimplelist-infoTitle a:hover {
    color: #2e9ef4;
}

#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: #ffffff;
}

#tablist > .tablist-header, #tablist-2 > .tablist-header, #tablist-3 > .tablist-header {
    border-bottom: 1px solid #dddddd;
}

.tabslider-header {
    color: #2e9ef4;
}

.sliderBottom-container .job-guide {
    border-bottom: 1px solid #dddddd;
    background: url(../images/images-middle/columnBackImg.png) no-repeat;
    background-position: 0 10px;
}

    .sliderBottom-container .job-guide > p {
        color: #ffffff;
        font-size: 18px;
        margin-left: 15px;
    }

#slider-side .slick-active {
    background-color: #2e9ef4 !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: #2e9ef4;
    border-left: 6px solid #2e9ef4;
}

.fixed-module .fixed-content .share-module {
    background-color: #2e9ef4;
}

.fixedActive {
    background-color: #2e9ef4;
}

.download-code {
    background-color: #2e9ef4;
}

    .download-code .triangle {
        border-left: 15px solid #2e9ef4;
    }

.friendlinksimple-main ul {
    background: #2e9ef4 !important;
}

/*
    面包屑导航
*/

.breadcrumb {
    background-color: inherit !important;
    width: 1200px;
    margin: 10px auto;
    padding: 8px 0;
}

    .breadcrumb a {
        display: inline-block;
        text-align: center;
    }

/*头部 header*/


.layout-top {
    height: 198px;
}

.top-container {
    height: 144px;
    background-image: url(../images/images-header/top-background.png);
    background-size: 100% 100%;
}

    .top-container > .top-logo {
        width: 1200px;
        height: 144px;
        margin: 0 auto;
/*        background-image: url(../images/images-header/top.png);*/
        background-size: 100% 100%;
    }
        .top-container > .top-logo > .logo-name {
            height: 144px;
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .top-container > .top-logo > .logo-name > span {
            display: inline-block;
            line-height: 144px;
            font-family: "宋体" !important;
            font-size: 36px;
            color: #ffffff;
            margin-left: 30px;
        }

            .top-container > .top-logo > .logo-name > a {
                display: inline-block;
                cursor: default;
            }
            .top-container > .top-logo > .logo-name > a > img {
                max-height: 90px;
            }





.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: 110px !important;
            height: 54px !important;
            line-height: 54px !important;
            margin: 0 12px;
            font-weight:bold;
        }

.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: 16px;
}

.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 {
    height: 165px;
    padding: 30px 0 30px 0;
}

    .users-login .login-list {
        margin: 0 auto;
        width: 1200px;
    }

.login-list div {
    float: left;
    width: 390px;
    height: 100px;
    border-radius: 10px;
    line-height: 100px;
    padding: 0 26px 0 18px;
    color: #ffffff;
}

    .login-list div > a {
        color: #ffffff;
    }

.student-login {
    background-color: #faab5e;
}

.employer-login {
    background-color: #0085cc;
    margin-left: 15px;
}

.insider-login {
    background-color: #4eb683;
    margin-left: 15px;
}

.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: "";
}








.tablist-inner {
    margin-top: 10px;
}



/*日历样式*/
.calendar {
    width: 301px;
    margin-top: 30px;
}

#iCalendar {
    width: 480px;
    background-color: #fcfcfc;
    border: 1px solid #cccccc;
}

    #iCalendar .date-header {
        height: 56px !important;
        line-height: 56px !important;
        border-bottom: 1px solid #e8e8e8;
        background-color: #2e9ef4;
    }

    #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 {
    padding: 0 !important;
    border-radius: 4px;
}

    #iCalendar a.dayon {
        line-height: 21px;
    }

.date-header > div {
    display: inline-block;
    color: #333333;
}

#iCalendar > b {
    margin: 6px 7px 5px 10px !important;
    color: #2e2e2d !important;
}

#iCalendar > .dateBox > b, #iCalendar > .dateBox > a {
    margin: 0px 1px 2px 2px !important;
    width: 27px !important;
    height: 27px !important;
}

#iCalendar #date-cap {
    color: #ffffff;
    font-size: 18px;
    height: 56px !important;
    line-height: 56px !important;
}

.calendarBox {
    height: 50px;
    line-height: 50px;
    background: url(../images/images-middle/columnBackImg.png) no-repeat;
    background-position: 0 10px;
}

    .calendarBox > img {
        margin-bottom: 6px;
    }

.dateBox {
    margin: 6px 6px 7px 6px;
    /*border-top:none;*/
}


.calendarTitle {
    font-size: 18px;
    color: #ffffff;
    margin-left: 15px;
}




#iCalendar .day.dayon {
    color: #fff;
}


/*table样式*/

/*table样式*/
/*通知公告+新闻动态*/
#tablist .tablist-panel > div > ul, #tablist-2 .tablist-panel > div > ul {
    margin-top: 10px;
}


#tablist .tablist-title {
}

#tablist .tablist-panel li:after {
    display: block;
    clear: both;
    content: "";
}

#tablist-2 .tablist-panel li:after {
    display: block;
    clear: both;
    content: "";
}

#tablist .articlesimplelist-infoTitle, #tablist-2 .articlesimplelist-infoTitle {
    margin-top: 20px;
    float: left;
    width: 400px;
    height: 50px;
}

    #tablist .articlesimplelist-infoTitle a, #tablist-2 .articlesimplelist-infoTitle a {
        line-height: 25px;
        width: 280px;
        white-space: pre-wrap;
    }

#tablist .tablist-panel li > div, #tablist-2 .tablist-panel li > div {
    float: left;
}

#tablist .articlesimplelist-infoTime, #tablist-2 .articlesimplelist-infoTime {
    width: 72px;
    height: 56px;
    background-color: #f3f3f3;
    color: #2e9ef4;
    text-align: center;
}

#tablist .articlesimplelist-infoTime-day, #tablist-2 .articlesimplelist-infoTime-day {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

#tablist .articlesimplelist-infoTime-month, #tablist-2 .articlesimplelist-infoTime-month {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
}


.tablist-panel > div > ul {
    height: 288px !important;
    margin-top: 10px;
}



.articlesimplelist-infoPoint,
.departmentsimplelist-infoPoint,
.positionsimplelist-infoPoint,
.milkroundsimplelist-infoPoint,
.campustalksimplelist-infoPoint,
.positionbriefsimplelist-infoPoint {
    width: 6px;
    height: 6px;
    margin-top: 19px;
    background-color: #999999;
}

.articlesimplelist-infoTitle a,
.positionsimplelist-infoTitle a,
.milkroundsimplelist-infoTitle a,
.campustalksimplelist-infoTitle a,
.departmentsimplelist-infoTitle a,
.positionbriefsimplelist-infoTitle a {
    font-size: 14px;
    color: #333333;
    margin-left: 20px;
}

.articlesimplelist-infoTitle a {
    max-width: 250px;
}


.articlesimplelist-infoTime, .positionsimplelist-infoTimem, .positionbriefsimplelist-infoTime, .positionsimplelist-infoTime {
    font-size: 14px;
    color: #666666;
    float: right;
}

.positionsimplelist-infoTitle a {
    max-width: 244px;
}

.positionbriefsimplelist-infoTitle a {
    max-width: 244px;
}

.articlesimplelist-infoTitle, .positionsimplelist-infoTitle, .departmentsimplelist-infoTitle, .positionbriefsimplelist-infoTitle {
    height: 43px;
    line-height: 43px;
}
/*新闻*/
#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 20px 0 0;
}

#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 {
    line-height: 50px;
    font-size: 18px;
    margin-left: 15px;
}

#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 {
    width: 375px;
    height: 50px;
    line-height: 50px;
    background: url(../images/images-middle/columnBackImg.png) no-repeat;
    background-size: 52% 64%;
    background-position: 0 10px;
}

#tablist-2 {
    margin-left: 45px;
}
/*#tablist .tabTitle-active {
    color: #ffffff;
    background-color: #b11c17;
}*/
/*招聘信息*/



#tablist-3 .tablist-panel:after {
    display: block;
    clear: both;
    content: "";
}

#tablist-3 .tablist-panel li:after {
    display: block;
    clear: both;
    content: "";
}

#tablist-3 .tablist-panel > div > ul:after {
    display: block;
    clear: both;
    content: "";
}

#tablist-4 {
    margin-left: 35px;
}

    #tablist-4 .tablist-header {
        border-bottom: 1px solid #dddddd;
    }
#tablist-7 {
    margin-left: 35px;
}

    #tablist-7 .tablist-header {
        border-bottom: 1px solid #dddddd;
    }

#tabslider {
    margin-top: 10px;
    height: 380px;
}

    #tabslider .tabslider-header .tabsliderTitle-active {
        color: #2e9ef4;
    }
/*就业政策*/

#tablist-5 {
}


    #tablist-5 .tablist-header {
        width: 402px;
        height: 50px;
    }

    #tablist-5 .tablist-header {
        border-bottom: 1px solid #dddddd;
    }

/*生源信息*/
#tablist-6 {
    margin-left: 45px;
}

    #tablist-6 .tablist-header {
        width: 402px;
        height: 50px;
    }

    #tablist-6 .tablist-header {
        border-bottom: 1px solid #dddddd;
    }

.tablist-panel > div {
    position: relative;
    padding: 0 !important;
}

.more {
    position: absolute;
    top: -42px;
    right: 20px;
}

    .more > a {
        color: #666666;
        font-size: 14px;
    }

.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;
}

#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 !important;
    font-size: 12px;
}

#slider-4 > div > a > div {
    background-size: 100% 100% !important;
}






/*招聘会样式*/
.tabslider-content {
    margin-bottom: 30px;
}

.MilkroundSlider-info > div, .campustalkSlider-info > div {
    padding: 10px 0;
    border-bottom: 1px solid #F3F3F3;
    line-height: 30px;
}

.MilkroundSlider-info > p {
    font-size: 14px;
    color: #666666;
}

.MilkroundSlider-main, .campustalkSlider-main {
    display: none;
}

.MilkroundSlider-cover, .campustalkSlider-cover {
    height: 120px;
    width: 280px;
}

    .MilkroundSlider-cover img, .campustalkSlider-cover img {
        width: 278px;
        height: 120px;
    }

.MilkroundSlider-info, .campustalkSlider-info {
    padding: 0 20px;
    text-align: left;
    height: 130px;
    line-height: 30px;
}

/*.tabslider-title {
   
    margin: 0 0 30px 0;
   
}*/

.tabslider-header {
    height: 60px;
    width: 100%;
}

.tabslider-title {
    float: left;
    width: 120px !important;
    color: #333333;
}

.tabSliserContainer {
    width: 1200px;
    margin: 0 auto;
}

/*广告展示位*/
.sliderSpace-container {
    width: 321px;
    float: left;
    margin-left: 25px;
}

    .sliderSpace-container .sliderSpace-header {
        width: 301px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        border-bottom: 1px solid #dddddd;
        margin-left: 20px;
        background: url(../images/images-middle/columnBackImg.png) no-repeat;
        background-position: 0 10px;
    }

        .sliderSpace-container .sliderSpace-header > p {
            margin-left: 15px;
            color: #ffffff;
        }

    .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;
}

.sliderBottom-container .slider-main .slick-list .slick-track {
    width: 1200px !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: 255px;
    background-image: url(../images/images-footer/bottom.png);
    background-size: 100% 100%;
    padding-top: 48px;
}

.bottom-inner {
    margin: 0 auto;
    width: 1200px;
    height: 100px;
    margin-top: 30px;
}

    .bottom-inner > div {
        height: 102px;
        color: #ffffff;
    }

    .bottom-inner:after {
        display: block;
        clear: both;
        content: "";
    }

.bottom-logo {
    width: 448px;
    float: left;
    padding-right:20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .bottom-logo > img {
        max-width: 100%;
        max-height: 100%;
    }

.contact-info {
    width: 400px;
    float: left;
    padding-left: 60px;
}

    .contact-info .contactUs {
        font-size: 14px;
    }

        .contact-info .contactUs > li {
            list-style-type: square;
            margin-top: 8px;
        }

        .contact-info .contactUs .contactTel {
            margin-top: 0;
        }

.download {
    float: left;
    width: 350px;
    display: flex;
    justify-content: center;
    gap: 50px;
}

    .download > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .download img {
        width: 94px;
        height: 94px;
    }

    .download .QRcode-intro {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
    }

.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;
        border-bottom: 1px solid #dddddd;
        background: url(../images/images-middle/columnBackImg.png) no-repeat;
        background-position: 0 10px;
    }

        .oneStop-service .oneStop-header > p {
            color: #ffffff;
            font-size: 18px;
            margin-left: 15px;
        }

    .oneStop-service .oneStop-content {
        /*padding: 0 35px;*/
        margin-top: 20px;
        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: 100px;
    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;
}

.articlesimplelist-infoTitle div a {
    max-width:280px;
}