@charset "utf-8";

/* CSS Document */

body {
    background-color: #fff;
}

.subPage {
    width: 100%;
    min-height: 800px;
}

.subPage_con {
    max-width: 1200px;
    min-height: 650px;
    margin: 20px auto;
    overflow: hidden;
}

.sub_left {
    width: 209px;
    overflow: hidden;
    float: left;
    z-index: 1;
    padding-bottom: 260px;
    margin-bottom: 60px;
    position: relative;
}

.sub_leftTitle {
    width: 100%;
    height: 82px;
    background: #023b87;
}

.sub_leftTitle h2 {
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
}

.sub_nav {
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
}

.sub_nav li {
    border-bottom: 1px solid #ddd;
}

.sub_nav li a {
    display: block;
    padding: 12px 0;
    /* padding-left: 4px; */
    text-align: center;
}

.sub_nav li a.active,
.sub_nav li a:hover {
    background: #DEF0FF;
    color: #023b87;
}

.sub_right {
    margin: 0 0 0px 242px;
}

.sub_banner {
    margin-bottom: 15px;
}

.subTitle {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
}

.sub_rightT .subTitle {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-top: 15px;
}

.subTitle h2 {
    font-weight: normal;
    font-size: 18px;
    color: #333;
}

.bread {
    float: right;
    font-size: 0.8em;
}

.bread span {
    color: #888;
}

.bread span a {
    color: #888;
}

.bread span a:hover {
    color: #023b87;
}

.sub_banner {
    width: 100%;
}

.Banner02 {
    max-width: 1200px;
    margin: 0 auto;
}

.sub_mbtn {
    width: 100%;
    height: 40px;
    background: url(../images/sub-mbtn02.png) no-repeat center center;
    background-color: #DEF0FF;
    cursor: pointer;
    display: none;
}

.open {
    background: url(../images/sub-mbtn.png) no-repeat center center;
    background-color: #003770;
}

.sub_navm {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-bottom: 20px;
}

.sub_navm h2 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #003770;
    color: #fff;
    padding: 0
}

.sub_navm h2 a {
    font-size: 18px;
    display: block;
    color: #fff;
}

.sub_navm ul {
    background-color: #DEF0FF;
}

.sub_navm li {}

.sub_navm li a {
    color: #515151;
    padding-left: 13px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d3d3d3;
    display: block;
}

.sub_navm li a:hover {
    color: #003770;
    background: #fff;
}

.sub_navm li.sub_has span {
    margin-left: 10px;
}

.sub_navm li.on a {
    color: #003770;
    display: block;
    width: 100%;
}

.sub_navm dl {
    display: none;
    background-color: #cac9c9;
    padding: 0px 0px 5px;
}

.sub_navm dl dd {
    padding-left: 30px;
    line-height: 18px;
    padding: 5px 0px 5px 30px;
}

.sub_navm li.on dl dd a {
    font-size: 14px;
    color: #282828;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
}

.sub_navm li dl dd a {
    font-size: 14px;
    color: #282828;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
}

.sub_navm li dl dd a:hover {
    color: #a70510;
}

.threeBtn {}

.threeMenu {
    display: none;
}

.threeMenu span {
    display: block;
    font-size: 14px;
}

.sub_left .sub_nav li .subNav dl dd .threeMenu a {
    background-color: #fff;
    padding: 8px 10px 8px 12px;
}

.sub_left .sub_nav li .subNav dl dd a.threeBtn {
    background: url(../images/arrow_right.png) no-repeat 180px center #eee;
}

.mobile_threeBtn {
    float: right;
    width: 35px;
    text-align: center;
    height: 30px;
    cursor: pointer;
    background: url(../images/title01_bg2.png) no-repeat center;
}

.mobile_threeMenu {
    display: none;
}

.mobile_threeMenu span {
    display: block;
    border-bottom: 1px solid #ddd;
}


/*大图展示页*/

.wrap_banner_con {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.wrap_banner {
    width: 100%;
    overflow: hidden;
}

.erji_banner {
    max-width: 1380px;
    margin: 0 auto;
    max-height: 350px;
    position: relative;
    *height: 350px;
    *overflow: hidden;
}

.big_title {
    font-size: 26px;
    color: #ffffff;
    position: absolute;
    bottom: 15%;
    left: 20px;
    background: rgba(2, 59, 135, 0.6);
}

.big_title h2 {
    font-size: 26px;
    color: #ffffff;
    padding: 10px;
}

.con {
    max-width: 1200px;
    height: auto;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
}

.lightbox_back {
    z-index: 99998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none;
}

.lightbox_fore {
    z-index: 99999;
    left: 20%;
    top: 10%;
    width: 60%;
    height: 80%;
    min-height: 440px;
    position: fixed;
    background: white;
    border: 1px solid;
    display: none;
}

#id_LB_corner {
    position: absolute;
    top: 2px;
    right: 3px;
    font-size: 1.5em;
    width: 24px;
    height: 24px;
    border-radius: 15px;
    line-height: 24px;
    background-color: #eda700;
    text-align: center;
}

#id_LB_corner a {
    color: #fff;
    display: block;
}

.teacher1 h3 {
    font-size: 20px;
    color: #023b87;
    font-weight: normal;
    margin: 30px 0 35px 0;
}

.teacher1 h3 a {
    color: #023b87;
}

.teacher1 h4 {
    font-size: 16px;
    color: #023b87;
    font-weight: normal;
    margin: 0 0 15px 0;
}

.teacher1 h4 a {
    color: #023b87;
}

.teacher1 dl {
    overflow: hidden;
    margin: 0 -15px;
}

.teacher1 dl dd {
    width: 25%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 30px 0;
}

.teacher1 dl dd a {
    display: block;
    margin: 0 15px;
}

.teacher1 dl dd span {
    height: 0px;
    overflow: hidden;
    display: block;
    padding-bottom: 130%;
}

.teacher1 dl dd span img {
    width: 100%;
}

.teacher1 dl dd strong {
    display: block;
    font-size: 14px;
    color: #222222;
    text-align: center;
    margin: 13px auto 8px;
    font-weight: bold;
}

.teacher1 dl dd p {
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin: 0 0 15px 0;
}

.teacher2 h3 {
    font-size: 20px;
    color: #023b87;
    font-weight: normal;
    margin: 30px 0 35px 0;
}

.teacher2 h3 a {
    color: #023b87;
}

.teacher2 h4 {
    font-size: 16px;
    color: #023b87;
    font-weight: normal;
    margin: 0 0 15px 0;
    width: auto;
    float: left;
}

.teacher2_title {
    overflow: hidden;
}

.teacher2 .more {
    margin: 0 0 0 25px;
    padding: 0 0 0 15px;
    border-left: 1px solid #cccccc;
    font-size: 14px;
    color: #999999;
}

.teacher2 h4 a {
    color: #023b87;
}

.teacher2 dl {
    overflow: hidden;
    margin: 30px -15px 0;
}

.teacher2 dl dd {
    width: 25%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 30px 0;
}

.teacher22 dl dd {
    width: 50%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 30px 0;
}

.teacher2 dl dd a {
    display: block;
    margin: 0 15px;
    overflow: hidden;
    padding: 0 0 10px 0;
}

.t_left {
    width: 30%;
    float: left;
}

.t_right {
    margin: 0 0 0 36%
}



.teacher2 dl dd span {
    height: 0px;
    overflow: hidden;
    display: block;
    padding-bottom: 130%;

}

.teacher22 dl dd .t_left span {
    height: 0px;
    overflow: hidden;
    display: block;
    padding-bottom: 130%;

}

.teacher2 dl dd span img {
    width: 100%;
}

.teacher2 dl dd strong {
    display: block;
    font-size: 14px;
    color: #222222;
    text-align: center;
    margin: 13px auto 8px;
    font-weight: bold;
}



.teacher22 dl dd p {
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin: 0 0 15px 0;
}

.teacher22 dl dd .t_right p {
    text-align: left;
    overflow: hidden;
}

.teacher22 dl dd .t_right p span {
    font-weight: bold;
    width: 70px;
    /* display: inline-block; */
    text-align-last: justify;
    display: block;
    float: left;
    height: auto;
    padding: 0px;
}

.t_right i {
    font-style: normal;
    /* display: inline-block; */
    /* margin: 0 0 0 10px; */
    margin: 0 0 0 76px;
    display: block;
    overflow: hidden;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
}
.t_right p:last-child i{ height:40px; line-height:20px;}
.teacher22 dl dd .t_right i strong {
    margin: 0px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*#id_LB_name {
  font-size: 1.4em;
 height:33px;line-height:33px;width:120px;}*/

.lightbox_fore .map_title {
    margin: 3em 0;
}

.lightbox_fore .map_title h3 {
    font-weight: normal;
}

.lightbox_fore .map_title strong {
    height: 33px;
    line-height: 33px;
    width: 120px;
    float: left;
    padding-left: 10px;
    border-left: 3px;
    font-size: 1.4em;
}

.cls_LB_data {
    height: 80%;
    overflow: scroll;
    overflow-x: hidden;
}

.lightbox_fore .leaderImg {
    width: 224px;
    height: 301px;
    float: left;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 20px;
    overflow: hidden;
}

.lightbox_fore .leaderImg img {
    width: 100%;
    display: block;
}

.buct_info {
    padding: 0 3em 2em 3em;
}

.buct_info p {
    text-indent: 2em;
    font-size: 1.4em;
    line-height: 24px;
}

#id_LB_footer {
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 100%;
    line-height: 50px;
    /* zb */
    font-size: 1.4em;
}

.banerYearList {
    overflow: hidden;
    height: 50px;
}

.banerYearList ul {
    overflow: hidden;
}

.banerYearList ul li {
    float: left;
    line-height: 50px;
    margin-right: 20px;
}

.banerYearList ul li a {
    display: block;
}

.banerYearList ul li a:hover,
.banerYearList ul li.on a {
    color: #ac0303;
    border-top: 2px solid #ac0303;
}

.bannerPicList {
    overflow: hidden;
}

.btPicList {
    overflow: hidden;
    margin: 25px 0;
}

.btPicTitle {
    height: 50px;
    line-height: 50px;
}

.btPicTitle {
    border-bottom: 2px solid #ddd;
}

.btPicTitle h2 {
    width: 135px;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    border-bottom: 2px solid #ac0303;
}

.btPicList ul {
    overflow: hidden;
    margin-top: 10px;
}

.btPicList ul li {
    float: left;
    margin: 25px 28px;
}

.btPicList ul li a {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.btPicList ul li a img {
    display: block;
    width: 343px;
    height: 129px;
}

.btPicList ul li a span {
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 0;
    position: absolute;
    bottom: -31px;
    left: 0;
    width: 100%;
}

.btPicList ul li i {
    display: block;
    font-style: normal;
    color: #888;
    padding: 10px 0 5px;
    text-align: center;
}

.btPicList ul li:hover a span {
    bottom: 0;
    transition: bottom .5s ease-in;
    -webkit-transition: bottom .5s ease-in;
    -o-transition: bottom .5s ease-in;
    -moz-transition: bottom .5s ease-in;
}


/*侧边栏列表页*/

.sub_list {
    margin: 20px 0 38px 0;
}

.sub_list .rightDate {
    float: right;
    color: #888;
    font-size: 14px;
}

.sub_list li {
    padding-left: 25px;
    margin-bottom: 20px;
    background: url(../images/content_li.png) no-repeat center left;
}

.sub_list li a {
    font-size: 14px;
}

.sub_left .sub_nav li {
    position: relative;
}

.sub_left .sub_nav li a.skipBtn {
    border: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 40px;
    height: 45px;
    position: absolute;
    right: 1px;
    top: 0px;
    background: url(../images/arrow_right.png) no-repeat center;
    margin: 0;
}

.sub_left .sub_nav li a.skipBtn:hover {
    background-color: #fff;
}

.sub_left .sub_nav li .subNav dl dd a {
    background: #eee;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.subNav1 {
    display: none;
}

.sub_navm li .subNav dl {
    display: none;
}

.sub_navm li {
    position: relative;
}

.sub_navm li a.skipBtn {
    border: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 40px;
    height: 43px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/content_li.png) no-repeat center;
    margin: 0;
}

.sub_navm li a.skipBtn:hover {
    background-color: #fff;
}

.sub_navm dl dd {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding-left: 13px;
}

.sub_navm dl {
    padding: 0;
}

.sub_left .sub_nav li .subNav dl dd span a {
    font-size: 12px;
}


/*侧边栏文章页*/

.subArticle {
    min-height: 500px;
}

.subArticleTitle {
    text-align: center;
}

.subArticleTitle h2 {
    margin: 20px 0 10px 0;
    color: #023b87;
    line-height: 28px;
    font-weight: normal;
    font-size: 18px;
}

.subArticleTitle span {
    color: #888;
    font-size: 14px;
}

.subArticleCon {
    margin: 20px 0 40px 0;
}

.subAffix {}

.subAffixTitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.subAffixTitle h2 {
    color: #003770;
}

.subAffix ul li {
    background: url(../images/content_li.png) no-repeat center left;
    padding-left: 24px;
    margin-bottom: 8px;
}

.subAffix ul li a {
    font-size: 14px;
}


/*侧边栏图片页*/

.subPicList {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin: 30px 0;
    padding-bottom: 20px;
}

.subPicList li {
    margin-bottom: 40px;
    width: 23%;
    float: left;
    margin-right: 2%;
    *margin-right: 22px;
}

.subPicList li a {
    text-align: center;
    display: block;
}

.subPicList li a span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.subPicList li.NoMargin {
    margin-right: 0;
}

.subPicList li a:hover span {
    color: #003770;
}


/*通栏图片页*/

.sub_rightT .subPicList li img {
    width: 100%;
}


/*通栏列表页*/

.sub_rightT {
    width: 100%;
}


/*侧边栏图片列表页*/

.subPicImgList {
    overflow: hidden;
    margin-top: 20px;
}

.subPicImgList li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.subPicImgList li:hover {
    background: #efefef;
}

.subPicImgBox {
    overflow: hidden;
}

.subPicImgBox .subPicImgLf {
    width: 16%;
    float: left;
    overflow: hidden;
}

.subPicImgBox .subPicImgRt {
    width: 82%;
    float: right;
    overflow: hidden;
    padding-bottom: 10px;
    min-height: 167px;
}

.subPicImgBox .subPicImgRt {
    line-height: 24px;
}

.subPicImgBox .subPicImgRt h2 {
    color: #b1040e;
    font-size: 14px;
}

.subPicImgBox .subPicImgRt span {
    display: inline-block;
    color: #b1040e;
    font-size: 14px;
    font-weight: bold;
}

.subPicImgBox .subPicImgRt i {
    font-style: normal;
    font-size: 14px;
}

.subPicImgBox .subPicImgRtT {
    width: 100%;
    float: right;
    overflow: hidden;
    padding-bottom: 10px;
    min-height: 167px;
}

.subPicImgBox .subPicImgRtT {
    line-height: 24px;
}

.subPicImgBox .subPicImgRtT h2 {
    padding-left: 20px;
    color: #b1040e;
    font-size: 14px;
}

.subPicImgBox .subPicImgRtT span {
    display: inline-block;
    color: #b1040e;
    font-size: 14px;
    font-weight: bold;
}

.subPicImgBox .subPicImgRtT i {
    font-style: normal;
    font-size: 14px;
}

.subPicImgBox .subPicImgRtT p {
    padding-left: 20px;
}


/*教师名字分类页*/

.teacherNames {
    overflow: hidden;
    border-bottom: 1px solid #000;
}

.teacherNames ul li {
    float: left;
    width: 170px;
    margin: 10px 30px;
    text-align: center;
    border-bottom: #ccc 1px dashed;
    padding-bottom: 5px;
}

.teacherNames ul li a {
    font-size: 14px;
}

.teacherNames .labName {
    margin: 30px 0 10px;
    color: #023b87;
    font-weight: normal;
    font-size: 1.2em;
}


/*教师队伍*/

.subTeachList {
    overflow: hidden;
    margin-top: 37px;
}

.subTeachList li {
    float: left;
    margin: 0px 10px 40px;
    width: 30%;
}

.subTeachBox {
    overflow: hidden;
}

.subTeachBox .subTeachLf {
    float: left;
    overflow: hidden;
}

.subTeachBox .subTeachLf img {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    display: block;
}

.subTeachBox .subTeachRt {
    margin-left: 120px;
    overflow: hidden;
    padding-bottom: 10px;
}

.subTeachBox .subTeachRt h2 a {
    color: #b1040e;
    font-size: 14px;
}

.subTeachBox .subTeachRt p {
    font-size: 12px;
    overflow: hidden;
    margin: 3px 0;
    height: 34px;
}


/*分页*/

.pages {
    text-align: center;
    height: 28px;
    *height: 29px;
    line-height: 28px;
    margin: 25px 0 40px 0;
    overflow: hidden;
    padding-left: 15px;
}

.pages img {
    vertical-align: middle;
}

.pages span {
    color: #003770;
    padding: 0 20px 0 0px;
}

.pages a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    *vertical-align: middle;
    width: 27px;
    height: 28px;
    *height: 29px;
    text-align: center;
    color: #636363;
}

.pages a img {
    *display: block;
    *margin-top: 8px;
}

.pages a:hover {
    color: #003770;
}

.pages a.on_pages {
    background: url(../images/pages03.jpg) no-repeat center top;
    color: #003770;
}

.pages_min {
    margin-top: 25px;
    overflow: hidden;
    display: none;
    padding: 0 18px;
}

.pages_min a.prev_min,
.pages_min a.next_min {
    display: block;
    width: 100px;
    height: 30px;
    float: left;
    background: #DEF0FF;
    border-radius: 3px;
    color: #003770;
    line-height: 30px;
    text-align: center;
}

.pages_min a.next_min {
    float: right;
}

.pages_min a:hover {
    background: #003770;
    color: #fff;
    transition: 0.5s;
}

@media screen and (max-width:1200px) {
    .subPage_con {
        width: 98%;
        margin: 0 auto;
    }

    .sub_tech dl dd {
        width: 15%;
    }

    .con {
        width: 98%;
        margin: 0 auto;
    }

    .btPicList ul li {
        margin: 20px 3%;
    }
}

@media screen and (max-width:1000px) {
    .subTeachList li {
        width: 45%;
    }

    .sub_list .rightDate {
        float: none;
        display: block;
    }

    .sub_list li {
        background: url(../images/content_li.png) no-repeat left 18px;
    }
}

@media screen and (max-width:800px) {
    .sub_mbtn {
        display: block;
        margin-top: 10px;
    }

    .sub_left {
        display: none;
    }

    .sub_right {
        width: 98%;
        margin: 0 auto;
    }

    .sub_leftTitle {
        background: none;
    }

    .pages {
        display: none;
    }

    .pages_min {
        display: block;
    }

    .sub_leftTitle {
        height: 48px;
    }

    .subTechTitle h2 {
        font-size: 14px;
    }

    .sub_tech dl dd a {
        font-size: 12px;
    }

    .sub_list li a {
        font-size: 12px;
    }

    .sub_list .rightDate {
        font-size: 12px;
    }

    .subPicList li {
        width: 30%;
    }

    .subPicList li.NoMargin {
        margin-right: 2.65%;
    }

    .bread {
        float: none;
    }

    .subTitle h2 {
        font-size: 18px;
        margin-top: 10px;
    }

    .subPage {
        margin-bottom: 30px;
    }

    .btPicList ul li {
        margin: 20px 1%;
    }

    .btPicList ul li a span {
        font-size: 12px;
    }

    .btPicList ul li i {
        font-size: 12px;
    }
}

@media screen and (max-width:640px) {
    .leaderPic {
        float: none;
        width: 100%;
    }

    .leaderCon {
        float: none;
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }

    .sub_leftTitle {
        height: 30px;
    }

    .sub_leftTitle h2 {
        font-size: 14px;
    }

    .sub_navm h2 {
        height: 30px;
        line-height: 30px;
    }

    .sub_navm li a {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }

    .bread span {
        font-size: 12px;
    }

    .bread a {
        font-size: 12px;
    }

    .subTitle h2 {
        font-size: 16px;
    }

    .sub_mbtn {
        height: 30px;
    }

    .subPicList li {
        width: 45%;
        margin-right: 5%;
    }

    .btPicList ul {
        margin: 0 auto;
    }

    .btPicList ul li a img {
        height: auto;
    }

    .subTeachList li {
        width: 100%;
    }

    .btPicList ul li a img {
        width: 100%;
    }

    .btPicList ul {
        margin-top: 20px;
    }

    .btPicList ul li {
        margin: 9px 6px;
    }

    .btPicList {
        margin: 10px 0;
    }

    .sub_navm li a.skipBtn {
        height: 31px;
    }

    .teacher2 dl dd {
        width: 100%;
    }

    .teacher1 dl dd {
        width: 50%;
    }
}

@media screen and (max-width:480px) {
    .sub_tech dl dd {
        width: 25%;
    }

    .subPicList li {
        width: 100%;
    }

    .subPicList li img {
        width: 100%;
    }

    .subPicImgBox .subPicImgLf {
        float: none;
        width: 100%;
    }

    .subPicImgBox .subPicImgRt {
        float: none;
        width: 100%;
    }

    .teacher2 dl dd {
        width: 100%;
        float: none;
    }

    .teacher1 dl dd {
        width: 100%;
        float: none;
    }
}

@media screen
/*and (min-width:320px)*/

and (max-width:360px) {
    .subTeachBox .subTeachLf {
        width: 100%;
        float: none;
    }

    .subTeachBox .subTeachRt {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}