﻿@charset "utf-8";
/* CSS Document */
body {
    background-color: #f6f6f6;
    margin: 0;
    padding: 0;
    font-family: Arial, '微软雅黑',sans-serif;
    color: #333;
    font-weight: normal;
    background: #f6f6f6;
    font-size: 12px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.pd10 {
    padding: 10px;
}
.pdlr10 {
    padding-left:10px;
    padding-right:10px;
}

.pd20 {
    padding: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.bgwrite {
    background-color: #fff;
}

.lh25 {
    line-height: 25px;
}

.pdl0 {
    padding-left: 0;
}

.pdr0 {
    padding-right: 0;
}

#top {
    background: #f3f1f2;
    border-bottom: 1px solid #eeeced;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

#head i.glyphicon {
    margin-right: 10px;
}

.bgwhite {
    background: #fff;
}

#head {
    background-color: #fff;
    line-height: 75px; /*border-bottom:1px solid #000000;*/
    /*margin-top:8px;*/
}

    #head #logo {
        font-size: 26px;
        font-family: "微软雅黑";
    }

    #head .rightphone {
        padding-left: 10px;
        color: #FF0000;
        font-size: 20px;
    }
        #head .rightphone i.iconfont {
            margin-right:5px;
            font-size:18px;
        }
            #head .rightphone i.iconfont.icon-wechat {
                color: #04BE02;
            }

        #head .rightqq {
            color: #1296DB;
            font-size: 20px;
        }
    #head .header-logo {
        margin-top: 23.5px;
        width: 190px;
        display: block;
    }
        #head .header-logo img {
            max-width: 100%;
            max-height: 60px;
            vertical-align: top;
        }

    #head .row-line {
        float: left;
        height: 60px;
        border-right: 1px solid #999;
        margin-top: 25px;
        margin-right: 20px;
        margin-left: 10px;
    }

    #head .header-tex {
        margin-top: 15px;
        float: left;
        width: 574px;
        height: 82px;
        line-height: 27px;
        font-size: 15px;
        color: #2E2B2B;
        overflow: hidden;
        white-space: nowrap;
    }

    #menu {
        height: 46px;
        background-color: #666;
    }

    #menu .nav li {
        float: left;
    }

        #menu .nav li a {
            display: block;
            font-size: 14px;
            width: 140px;
            text-align: center;
            line-height: 46px;
            color: #fff;
            padding: 0px;
        }

            #menu .nav li a:hover, .nav li a.active {
                background-color: #33aae7;
            }

.my_navbar {
    background-color: #3089e7;
    color: #fff;
    border: 0;
}

    .my_navbar .navbar-brand, .my_navbar .navbar-brand:hover, .my_navbar .navbar-brand:visited {
        color: #fff;
    }

    .my_navbar .navbar-nav > li > a {
        color: #fff;
    }

        .my_navbar .navbar-nav > li > a:focus, .my_navbar .navbar-nav > li > a:hover {
            color: #fff;
        }

    .my_navbar .navbar-nav > .active > a, .my_navbar .navbar-nav > .active > a:focus, .my_navbar .navbar-nav > .active > a:hover, .my_navbar .navbar-nav > li:hover {
        color: #fff;
        background-color: #1b72ce;
    }

    .my_navbar a {
        color: #fff;
    }

#main {
}

/* 分页 */
.page {
    text-align: center;
}

    .page a {
        border: #ccc solid 1px;
        margin-left: 3px;
        padding: 4px 4px;
    }

        .page a:hover {
            text-decoration: none;
        }
/*五列样式*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media ( min-width : 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media ( min-width : 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media ( min-width : 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/*end 五列样式*/

/*底部*/
#footerbody {
    position: relative;
    color: #fff;
    text-align: center;
    background: #333;
    /*margin-top: 50px;*/
    text-align: left;
}

    #footerbody li {
        list-style-type: none;
    }

    #footerbody .footer {
        margin-left: 20px;
        width: 75%;
        margin: 0 2%;
    }

.fl {
    float: left;
}

#footerbody .footer .main_product {
    padding: 20px 0 0;
    text-align: left;
}

#footerbody .footer .border_right div p {
    color: #fff;
    -ms-opacity: .7;
    opacity: .7;
    filter: alpha(opacity=70);
    display: inline-block;
    margin-right: 30px;
}

#footerbody .footer a {
    color: #fff;
}
/*end底部*/
/*首页标题*/
.tpl_title {
    height: 13px;
    text-align: center;
    position: relative;
    background: url(../Images/txtbj.png) repeat top;
    margin: 20px 0;
}

    .tpl_title p, .tpl_title h2 {
        max-width: 100%;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        font-size: 23px;
        font-weight: bold;
        background-color: #f6f6f6;
        padding: 0 15px;
        color: #000;
        margin: 0;
        position: relative;
        z-index: 1;
        top: -7px;
    }

        .tpl_title p:before, .tpl_title h2:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-bottom: 16px solid #f6f6f6;
            border-left: 16px solid transparent;
            position: absolute;
            top: 7px;
            right: auto;
            bottom: auto;
            left: -15px;
        }

        .tpl_title p:after, .tpl_title h2:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 16px solid #f6f6f6;
            border-right: 16px solid transparent;
            position: absolute;
            top: 7px;
            right: -15px;
            bottom: auto;
            left: auto;
        }

    .tpl_title:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 16px solid #f6f6f6;
        border-right: 16px solid transparent;
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
    }

    .tpl_title:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-bottom: 16px solid #f6f6f6;
        border-left: 16px solid transparent;
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
    }

    .tpl_title a {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: auto;
        left: auto;
    }
/*end首页标题*/

/*首页联系我们*/
#lx {
    background-color: #fff;
}

    #lx .title {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        font-weight: bold;
        color: #444;
        padding: 0 0 5px 0;
        position: relative;
        border-bottom: 1px dashed #ccc;
        text-align: left;
    }

    #lx .more {
        float: right;
        font-size: 14px;
    }
/*end首页联系我们*/
/*首页分类样式*/
.fllist {
    list-style-type: none;
}

    .fllist li {
        list-style: none;
        float: left;
        margin: 4px 10px;
        display: inline;
    }

    .fllist a {
        border-radius: 20px;
        background: #fff;
        color: #444;
        padding: 6px 10px 5px 10px;
        display: inline-block;
        border: 1px solid #ddd;
    }


/*end首页分类样式*/

/*首页新闻*/
.indexlist p {
    /*height:25px;*/
    line-height: 25px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
    /*border-bottom: 1px dashed #898989;*/
}

    .indexlist p a {
        display: block;
    }

        .indexlist p a strong {
            float: left;
        }

        .indexlist p a span {
            float: right;
        }
/*end首页新闻*/

/*
    缩略图标题
*/
.thumbnail .caption h4 {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 14px;
}


/*底部提交*/
.footsubmitfix {
    width: 100%;
    background: #051223;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

    .footsubmitfix .rightform {
        height: 100%;
        position: relative;
    }

    .footsubmitfix .close {
    }

.mobilefootfix {
    width: 100%;
    overflow: hidden;
    background-color: #ffa21c;
}

    .mobilefootfix .item1, .mobilefootfix .item2, .mobilefootfix .item3 {
        padding: 20px 0;
        text-align: center;
    }
.mobilefootfix a { color: #fff; text-decoration: none;}
.mobilefootfix a:hover { color: #fff; }
    .mobilefootfix .item1 {
        background-color: #ffa21c;
    }

    .mobilefootfix .item2 {
        background-color: #3aa400;
    }

    .mobilefootfix .item3 {
        background-color: #4f4f4f;
    }
.mobilefootfix { display: block}
.footsubmitfix { display: none}
@media (min-width: 768px) {
    .mobilefootfix { display: none}
    .footsubmitfix { display: block}
}

.courselogo {
    /*margin: 10px -15px 0 0;
    padding:10px;
    border: 1px solid #ddd;
    vertical-align: middle;*/
    margin-top: 20px;
    display: block;
    /*padding: 4px;*/
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    /*border-radius: 4px;*/
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .courselogo img {
        margin-right: auto;
        margin-left: auto;
        display: block;
        max-width: 100%;
        height: auto;
        /*position: relative; 
        top: 50%; 
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);*/
    }
.content {
    font-size:16px;
    line-height:2;
}
.content img, .artinfo img {
    max-width: 100%;
    height: auto;
}

.btnleft {
    float: left;
    margin-right: 10px;
}

/*新闻详细页*/
h1.title {
    font-size: 22px;
    font-weight: bolder;
    text-align: center;
}

.artinfo {
    text-align: center;
}

    .artinfo hr {
        margin: 10px 0;
    }

.indexlist b {
    font-size: 14px;
}

a {
    color: #555;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #3089e7;
    }


#gbookList {
    font-size: 14px;
}

    #gbookList .title {
        font-weight: bold;
        color: #fff;
        background-color: #b9b9b9;
        height: 22px;
        line-height: 22px;
        text-indent: 22px;
    }

    #gbookList .list {
        color: #565656;
        border-bottom: 1px dotted #cbcbcb;
        line-height: 2;
        margin: 15px auto;
        width: 100%;
    }

        #gbookList .list th {
            width: 105px;
            color: #c8c8c8;
            font-weight: normal;
            text-align: right;
        }

        #gbookList .list .n {
            color: #db6118;
        }

        #gbookList .list .date {
            color: #c9c9c9;
        }

        #gbookList .list .b {
            height: 15px;
            overflow: hidden;
        }
.xxxwimg img {
    display: block;
}

.school-course-list .item {
    height: 290px;
    overflow: hidden;
}
.school-course-list .thumbnail{
     padding: 0; 
     border-width: 1px;
     border-radius: 0;
     margin-bottom:20px;
}
.thumbnail {
    padding: 2px;
    border-radius: 0;
}
.school-course-list .thumbnail .txt-detail {
    height: 33px;
    overflow: hidden;
}



/* 滚动显示*/
.roll-wrap:hover .control {
    display: block;
}

.roll-wrap {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

    .roll-wrap .roll__list {
        padding: 0;
        margin: 0;
    }

.roll_row .roll__list::before, .roll_row .roll__list::after {
    content: "";
    display: table;
    line-height: 0;
}

.roll_row .roll__list::after {
    clear: both;
}

.roll_row .roll__list {
    width: 9999px;
}

    .roll_row .roll__list li {
        float: left;
        display: block;
        margin-right: 20px;
        width: 200px;
        height: 200px;
        line-height: 100px;
        font-weight: bold;
        font-size: 30px;
        text-align: center;
        color: #fff;
    }

.control {
    position: absolute;
    top: 80px;
    display: none;
    padding: 10px 5px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
}

    .control:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, .5);
    }

    .control.pre {
        left: 5px;
    }

    .control.next {
        right: 5px;
    }


/*学校简介*/

.index-agency-intro-right dt { height: 20px; margin-left: 10px; display: inline-block; float: left; font-size: 14px; line-height: 20px; color: #8c8c8c; }
.index-agency-intro-right dd { display: inline-block; float: left; font-size: 14px; line-height: 20px; color: #262626; }
.index-agency-intro-right { /*width: 565px; min-height: 339px;*/ width: 610px; min-height: 200px; margin-left: 40px; padding-top: 10px;padding-bottom: 60px; position: relative;}
.index-agency-intro-pj { height: 28px; line-height: 28px; margin-bottom: 18px;}
.index-agency-intro-pj em, .index-agency-intro-pj span, .index-agency-intro-pj ul { display: inline-block; float: left; }
.index-agency-intro-pj a { display: inline-block; font-size: 14px; text-decoration: underline; color: #262626; }
.index-agency-intro-pj a:hover{text-decoration: underline;}
.agency-right-more:hover a { color: #1a8cff; }
.index-agency-intro-pj em { font-size: 32px; letter-spacing: 0; color: #fe1940; }
.index-agency-intro-pj span { height: 24px; margin-right: 5px; margin-left: 6px; padding: 2px 8px 2px 6px; font-size: 14px; line-height: 21px; letter-spacing: 0; color: #fff; -moz-border-radius: 13px 13px 13px 0; border-radius: 13px 13px 13px 0; background: #fe1940; }
.index-agency-intro-pj li { margin-left: 10px; float: left; font-size: 14px; color: #262626; }
.index-agency-intro-nopj{ font-size: 13px; color: #8C8C8C; letter-spacing: 0; margin-bottom: 17px;}
.index-agency-intro-right dt { height: 18px; margin-left: 0; }
.index-agency-intro-right dt, .index-agency-intro-right dd { line-height: 18px; }
.index-agency-intro-ts { /*margin-top: 17px; */ margin-bottom: 18px;}
.index-agency-intro-ts dd{/*width: 490px;*/ width:440px}
.index-agency-intro-ts span { margin-right: 22px; margin-bottom: 4px; display: inline-block; float: left; }
/*.index-agency-intro-ts span:first-child { margin-left: 0; }*/
.index-agency-intro-ts span img { width: 16px; height: 16px; margin-top: -1px; margin-right: 3px; display: inline-block; }
.index-agency-intro-jj, .index-agency-intro-xq { /*margin-top: 18px;*/ margin-bottom: 18px; }
/*.index-agency-intro-jj { display:flex;}
    .index-agency-intro-jj dd { flex:auto;}*/
    .index-agency-intro-jj dt {
        line-height: 22px;
    }
.index-agency-intro-jj dd, .index-agency-intro-xq dd { width: 490px; }
.index-agency-intro-jj dd p { /*max-height: 66px;*/ /*display: -webkit-box; overflow: hidden;*/ font-size: 14px; line-height: 22px; text-align: justify; white-space: normal !important; letter-spacing: 0; /*text-overflow: ellipsis; word-wrap: break-word;*/ color: #262626; /*-webkit-line-clamp: 3; -webkit-box-orient: vertical;*/ }
.index-agency-intro-jj .agency-right-more { /*margin-top: 4px;*/ font-size: 14px;}
/*.index-agency-intro-xq { margin-top: 13px; }*/
.index-agency-intro-xq p { /*max-width: 454px;*/ max-width: 494px; float: left; }
.index-agency-intro-xq .agency-right-more { height: 18px; margin-left: 4px; float: none; font-size: 14px; line-height: 18px; }
/*.index-agency-intro-right .class-detail-right-btn { margin-top: 69px; }*/
/*清除浮动*/
.clearfloat:after { height: 0; display: block; visibility: hidden; clear: both; content: ''; }
.clearfloat { zoom: 1; }

/*单行省略*/
.ellipsis-1 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

/*两行省略*/
.ellipsis-2 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

/*框架*/
.contWidth { width: 1220px; margin: 0 auto; }
.contWidth a:hover { text-decoration: none; outline: 0; }
.fl { float: left; *display: inline; }
.fr { float: right; *display: inline; }
.fontArial { font-family: arial; }
.class-detail-right-btn {width: 100%; height: 48px; /*margin-top: 21px;*/ line-height: 48px; position: absolute; bottom: 0;}
.class-detail-right-btn .jyb-btn, .class-detail-right-btn p { float: left; }
.class-detail-right-btn .jyb-btn { width: 180px; height: 48px; margin-right: 10px; line-height: 46px; }
.class-detail-right-btn p { margin-left: 5px; font-size: 13px; color: #666; }
.class-detail-right-btn p span { color: #1a8cff; }

/*color primary blue*/
.jyb-btn { height: 40px; padding: 0 25px; display: inline-block; font-size: 14px; font-weight: 500; line-height: 38px; cursor: pointer; -webkit-transition: .1s; -webkit-transition: .1s; -moz-transition: .1s; -moz-transition: .1s; transition: .1s; text-align: center; white-space: nowrap; color: #595959; border: 1px solid #d9d9da; border-color: #d9d9da; -moz-border-radius: 2px; border-radius: 2px; background: #fff; }
.jyb-btn-icon .icon-control { display: inline-block; -webkit-animation: rotateele 1.6s linear infinite; -moz-animation: rotateele 1.6s linear infinite; animation: rotateele 1.6s linear infinite; }

.jyb-btn-blue { color: #fff; border-color: #1a8cff; background-color: #1a8cff; }
.jyb-btn-blue:hover { color: #fff; border-color: #1a8fee; background-color: #1a8fee; }
.jyb-btn-blue.active, .jyb-btn-blue:active { position: relative; color: #fff; border-color: #1a8cff; background-color: #1a8cff; }
.jyb-btn-blue.active::before, .jyb-btn-blue:active::before { width: 100%; height: 100%; position: absolute; z-index: 2; top: 0; left: 0; display: inline-block; content: ''; background: rgba(0, 0, 0, .10); }
.jyb-btn-blue.disable { cursor: not-allowed; color: #fff; border-color: #88c1f0; background-color: #88c1f0; }
.jyb-btn-blue.disable::before { display: none; }

.px_title {
    width: 100%;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    padding: 12px 10px;
    line-height: 1.1;
}
    .px_title h3 {
        margin: 0px;
        padding: 0px;
        font-size: 16px;
        font-weight: bold;
    }
    .px_title h3 span.icon-tb { width: 3px;height: 17px;background: #008aff;border-radius: 100px;float: left;margin-right: 6px;}
.px_content { padding: 10px 0;}

.map_xiaoqu { font-size: 14px;}
.map_xiaoqu .diqu {
    width: 100%;
    height: 268px;
}
.map_xiaoqu .dt_zt { font-size: 16px;}
.map_xiaoqu ul { padding: 0; margin: 0;}
    .map_xiaoqu ul li {
        list-style: none;
        border-bottom: 1px dashed #d5d5d5;
        height: 72px;
        margin-bottom: 15px;
    }
.diqu li p i {
    background: url(../images/dztb.png) no-repeat;
    width: 20px;
    height: 27px;
    text-align: center;
    float: left;
    line-height: 24px;
    color: #fff;
    margin-right: 8px;
}
.diqu li .dt_ztys {
    color: #999;
    padding-left: 28px;
}
.diqu li a.ckdz {
    position: relative; left: 20px;
    font-size: 12px;
    
    width: 110px;
    height: 27px;
    display: inline-block;
    border-radius: 24px;
    background: #008aff;
    color: #fff;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
}
.diqu li a.ckdz {
float:right;
margin-right:20px;
}
.dt_left {
    width: 100%;
    height: 246px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}


.footer-list-lg ul, .footer-list-lg li, .footer-list-lg p, .footer-list-lg h1, .footer-list-lg h2, .footer-list-lg h3, .footer-list-lg h4, .footer-list-lg h5, .footer-list-lg h6, .footer-list-lg dl, .footer-list-lg dt, .footer-list-lg dd {
    margin: 0px;
    padding: 0px;
    border: none;
    list-style: none;
}
.footer-list-lg{
    width: 100%;
    /*background: url(/assetsnew/imgs/footer-bg.jpg) no-repeat center;*/
    padding: 3rem 0 2rem;
}
.footer-list-top{
    display: flex;
    display: -webkit-flex;
    margin-top: 3.2rem;
}
.footer-listleft,
.footer-listrt{
    flex: 1;
}

.footer-list-lg .footer-listmid {
    height: 50px;
    width: 1px;
    background: #3E3E3E;
    margin: 0 50px;
    margin-top: 15px;
}
.footer-list-lg .ftleft-title, .footer-list-lg .ftrt-title {
    font-size: 2rem;
    font-weight: 600;
    color: #000000;
    letter-spacing: 2px;
    padding-bottom: 1.2rem;
}
.footer-list-lg .ftrt-title img {
    width: 26px;
    height: 26px;
}
.footer-list-lg .ftleft-con,
.footer-list-lg .ftrt-con {
    display: flex;
    display: -webkit-flex;
}
.footer-list-lg .ftleft-con > li:first-child {
    width: 32px;
}
.footer-list-lg .ftleft-con > li:nth-child(2) {
    width: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
}
.footer-list-lg .ftleft-con > li:last-child {
    flex: 1;
}
.footer-list-lg .ft-item1 li:nth-child(2) {
    width: 1px;
    height: 2rem;
    background: #BEBEBE;
    margin: 10px auto;
}
.footer-list-lg .ft-item2 li {
    line-height: 2.4rem;
    font-size: 1.6rem;
    letter-spacing: 1px;
    color: #191919;
}
/*.footer-list-lg .ft-item2 li:last-child {
    margin-top: 1rem;
}*/
/*.ftrt-con li:nth-child(2),
.ftrt-con li:last-child{
    width: 100px;
    margin-left: 15px;
    letter-spacing: 1px;
    color: #0A0A0A;
}*/
.footer-list-lg .ftrt-item1 {
    font-size: 1.6rem;
    color: #171717;
    letter-spacing: 1px;
}
.footer-list-lg .ftrt-item1 p {
    height: 3rem;
    line-height: 3rem;
}
.footer-list-lg .ftrt-item1 p img {
    vertical-align: middle;
    width: 18px;
    height: 18px;
}
/*.ftrt-con li:nth-child(2) img,
.ftrt-con li:last-child img{
    width: 100%;
    height: 100%;
}*/

.footer-list-lg .footer-title {
    color: #e61931;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 1px;
}


/*首页新闻  */


.news_zz {
    background: #FFFFFF;
    margin: 10px 0;
    height: 390px;
}

    .news_zz h2 {
        line-height: 49px;
        font-size: 15px;
        border-bottom: 1px solid #EAEAEA;
        margin: 0;
    }

        .news_zz h2 b {
            color: #097DF2;
            margin-left: 17px;
        }

        .news_zz h2 span {
            float: right;
            width: 95px;
            font-size: 12px;
            font-weight: normal;
        }

            .news_zz h2 span a {
                color: #999;
                display: block;
                text-align: center;
            }

                .news_zz h2 span a:hover {
                    color: #097DF2;
                }

    .news_zz dl {
        overflow: hidden;
        margin: 20px 0 17px;
    }

        .news_zz dl dt {
            float: left;
            margin-left: 22px;
            ;
            width: 125px;
            height: 125px;
        }

            .news_zz dl dt img {
                width: 100%;
                height: 100%;
            }

        .news_zz dl dd {
            float: left;
            background: #fafafa;
            width: 197px;
            height: 85px;
            padding: 20px 10px 20px 16px;
        }

            .news_zz dl dd p {
                font-size: 12px;
                color: #666;
                line-height: 20px;
                margin-top: 8px;
            }

    .news_zz .news_mh {
        margin-top: 10px;
    }

        .news_zz .news_mh p {
            padding: 0 22px;
            margin: 0;
        }

            .news_zz .news_mh p a {
                color: #444;
            }

                .news_zz .news_mh p a:before {
                    width: 4px;
                    height: 4px;
                    background: #999;
                    float: left;
                    content: "";
                    margin-top: 15px;
                    margin-right: 7px;
                    border-radius: 50px;
                }

                .news_zz .news_mh p a:hover {
                    color: #097DF2;
                }

            .news_zz .news_mh p span {
                color: #ff580e;
            }

        .news_zz .news_mh .time {
            margin-bottom: 16px;
            font-size: 12px;
            color: #999;
        }

        .news_zz .news_mh .p2 {
            line-height: 33px;
            font-size: 14px;
            height:33px;
            overflow:hidden;
        }

        .news_zz .news_mh p i {
            color: #999999;
            float: right;
            font-size: 12px;
        }

.course-right-info {
    line-height: 2;
    font-size: 14px;
}
    .course-right-info h1.right-title {
        font-size: 24px;
    }

.btn, .panel {
    border-radius: 0;
}
.panel {
    border: 0;
}

.panel-default > .panel-heading {
    background-color: transparent;
}
.container-fluid { padding-left: 0; padding-right: 0;}

/*咨询框*/
.class_zixun{height: 368px;padding: 20px 15px;background: url(../images/ly_bg.jpg) no-repeat center center;background-size: 100%;}
.class_zixun>span{display: block;text-align: center;font-size: 26px;color: #FFFFFF;}
.class_zixun>i{display: block;width: 20px;height: 4px;background-color: #f2445d;margin: 20px auto;}
.class_zixun>p{text-align: center;font-size: 14px;color: #b4b9c1;line-height: 30px;margin-bottom: 20px;}
.class_zixun>form>p{border-radius:5px ;margin-bottom: 14px;}
.class_zixun>form>p>input{background-color: #FFFFFF;height: 40px;line-height: 40px;padding-left: 20px;width: 100%;border-radius:5px ;}
.class_zixun>form>#sub{background-color: #f2445d;width: 100%;height: 41px;line-height: 40px;font-size:16px;color: #FFFFFF;border-radius:5px ;cursor: pointer; border: 0;}


/*input*/
input[type='text'] {
    border: none;
    padding: 0 10px;
    height: 37px;
    font-size: 16px;
    line-height: 38px;
    color: #333;
    outline: none;
    font-family: "\5FAE\8F6F\96C5\9ED1"!important;    
}
    input[type='text'].text {
        height: 25px;
        line-height: 26px;
        margin-bottom: 1px;
    }
.xqjr {
    font-size: 14px;
    line-height: 32px;
    /*font-weight: bold;*/
}
.xqjr a {
    font-weight: bold;
    padding: 3px 10px;
    background: #deecfe;
    border-radius: 4px;
    color: #287ddc;
    font-weight: normal;
    display: inline-block;
}


.sy_weqq{ width:100%; overflow:hidden; margin-top:26px;}
.sy_weqq ul { padding: 0; margin: 0;}
.sy_weqq ul li{ list-style: none; font-size:16px; font-weight:bold; float:left; margin-left:14px;padding:8px 10px; }
.sy_weqq ul .sy_xqjr{padding:0}
.sy_weqq ul li a{ font-weight:bold; padding:8px 10px; background:#deecfe; border-radius:4px; color:#287ddc; font-weight:normal; display:inline-block;}
.sy_weqq ul li span{color:#f87513;}
.sy_weqq ul .ys_zxdh{ background:#287ddc; color:#FFFFFF;border-radius:4px;}
.sy_weqq ul .ys_zxqq{ background:#ff1d1d; ;border-radius:4px;padding:0}
.sy_weqq ul .ys_zxqq a{ background:#ff1d1d;color:#fff}

.lxwm{ width:100%; padding:30px 40px; background:#fff; min-height:380px;}
.lxwm h2{ font-size:20px;padding-bottom:15px; color:#555; border-bottom:1px solid #eee; margin-bottom:25px;}
.lxwm ul, .lxwm li { margin: 0;padding: 0; list-style: none;}
.lxwm ul{width:50%; float:left; border-right:1px solid #eee; margin-right:60px; margin-left:10px;}
.lxwm ul li{ height:52px; line-height:52px; font-size:18px; color:#666; letter-spacing:1px;}
.lxwm ul li img{ margin-right:8px; margin-bottom:2px;}
.lxwm ul li b{ font-size:13px; color:#999; font-weight:normal; cursor:pointer; }
.lxwm ul li b img{ margin-left:20px;}
.lxwm ul li b:hover{ color:#008aff;}
.lxwm ul li .dwjt{width:150px; height:40px; display:block; border-radius:40px; background:#1ea2ff; margin-top:18px; text-align:center; line-height:40px; color:#fff; font-size:17px;}
.lxwm ul li .dwjt img{ margin-right:5px; margin-bottom:3px;}
.lxwm ul li .dwjt:hover{ background:#008aff;}


/*学校首页幻灯片*/
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100%;
}

.navbar-nav > li {
    font-size:16px;
}
.navbar-brand {
font-size:16px;
}
#coursebm {
    font-size: 16px;
    line-height: 2;
}

nav.my_navbar {
    margin-bottom:0px!important;
}

.roll-wrap .thumbnail {
height:200px;
overflow:hidden;
position: relative;
}
    .roll-wrap .thumbnail .caption {
        position: absolute;
        bottom: 0;
        background-color: #ffffff;
        opacity: 0.9;
        filter: alpha(opacity=90); /* 针对 IE8 以及更早的版本 */
        width:100%;
        padding: 0 5px;
    }
.schoolnewslist {
    padding: 0px;
}

@media (max-width: 767px) {
    /*手机端*/
    .schoolnewslist { padding:0 15px;    }
        .schoolnewslist .row .col-sm-4 { padding: 0;}
        .foot-list-top {
            display: none !important;
        }
    .school-course-list .item {
    height:auto;
    }
    .roll_row .roll__list {
        width:100%;
    }
        .roll_row .roll__list li {
            width:50%;
            margin-right:0;
        }
    .roll-wrap .thumbnail {
    height:150px;
    }
    .roll-wrap {
        height: 150px;
    }
    #coursebm {
        display:none !important;
    }
    .lxwm {
        width:100%;
        min-height:100px;
        padding:0 10px;
    }
        .lxwm ul {
            width:100%;
            border-right:0;
            margin-right:0;
        }
            .lxwm ul li {
                height: 30px;
                line-height: 30px;
                font-size: 14px;
            }
                .lxwm ul li .dwjt {
                    display:none;
                }
        .lxwm .ewm img {
            max-width: 150px !important;
            display: none;
        }
    #head .header-logo {
        width: 100px;
        line-height: 50px;
    }
    #head .row-line {
        height: 30px;
        margin-right: 10px;
    }
    #head .head-schoolname {
        font-size:18px;
        max-width:220px;
        overflow:hidden;
        line-height:80px;
        height:80px;
    }
}

.caption .btn-default {
    color:#333;
    padding:1px 5px;
    border-radius:0;
}