@charset "utf-8";
/* CSS Document */
.subPage {
    min-height: 80vh;
    width: 1160px;
    margin: 0 auto;
    position: relative;
    /*overflow: hidden;*/
}

.subLeft {
    width: 245px;
    float: left;
    overflow: hidden;
    background-color: #ececec;
    padding-bottom: 160px;
    margin-top: 34px;
}

.subLeft h3 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #5b0e02;
    height: 60px;
    line-height: 70px;
    background-color: #d0d0d0;
    border-top: 3px solid #831f0f;
    text-align: center;
    font-weight: normal;
}

.subLeft ul {
    width: 100%;
    overflow: hidden;
    background-color: #ececec;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #c7c7c7;
}

.subLeft li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c7c7c7;
    height: 45px;
    line-height: 45px;
    color: #000;
    text-align: center;
    width: 100%;
    float: left;
}

.subLeft li a {
    border-left: 3px solid #ececec;
    border-right: 3px solid #ececec;
    display: block;
}

.subLeft li a:hover, .subLeft li.active a {
    border-left: 3px solid #c88f06;
    border-right: 3px solid #c88f06;
    background-color: #fff;
}

/*移动端二级导航开始*/
.phone_subNav {
    margin: 30px 0 20px;
}

.phone-icon01 {
    width: auto;
    height: 36px;
    background-color: #e5e5e5;
    display: block;
}

.sub_navm {
    width: auto;;
    overflow: hidden;
    display: none;
}

.sub_navm ul {
    background-color: #f5f5f5;
    text-align: left;
    width: 100%;
    overflow: hidden;
}

.sub_navm li {
    border-bottom: 1px solid #dadada;
    width: 100%;
    overflow: hidden;
}

.sub_navm li a {
    font-size: 14px;
    color: #515151;
    padding-left: 13px;
    height: 35px;
    line-height: 35px;
    display: block;
    width: 100%;
    float: left;
}

.sub_navm li a:hover {
    color: #003c7f;
}

.sub_navm li.sub_has span {
    margin-left: 10px;
}

.sub_navm li.on a {
    color: #003c7f;
    float: left;
    overflow: hidden;
}

.sub_navm dl {
    display: none;
    background-color: #fff;
    overflow: hidden;
    width: auto;
    border: 1px solid #f5f5f5;
    clear: both;
}

.sub_navm dl dd {
    padding-left: 30px;
    line-height: 18px;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
}

.sub_navm dl dd:last-child {
    border-bottom: none;
}

.sub_navm li.on dl dd a {
    font-size: 13px;
    color: #444;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
    float: left;
}

.sub_navm li.on {
    border-bottom: none;
}

.sub_navm li strong {
    float: right;
    width: 30px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #b8b8b8;
    font-size: 18px;
}

.phone_subNav {
    display: none;
}

.phone-icon01 {
    text-align: center;
    display: block;
}

.phone_subNav .mobile-inner-header-icon {
    display: inline-block;
    float: none;
    width: 36px;
    height: 36px;
}

.phone_subNav {
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
}

.phone_subNav .mobile-inner-header-icon span {
    background-color: #6a1305
}

.subRight {
    margin-left: 286px;
    min-height: 550px
}

.bread {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 23px;
    background: url(../images/home_bg.png) no-repeat left center;
    text-indent: 30px;
}

.bread span {
    margin: 0 10px;
}

.bread a {
    color: #1d1d1d
}

.bread a:hover {
    color: #831f0f;
}

.list03 {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.list03 li {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    background: url(../images/li_bg02.png) no-repeat left center;
}

.list03 li a {
    padding-left: 34px;
}

.list03 li span {
    float: right;
    margin-left: 10px;
}

/*师资力量*/
.teacher_list {
    width: 100%;
    overflow: hidden;
}

.teacher_list li {
    position: relative;
    /*min-height: 340px;*/
    box-sizing: border-box;
    text-align: center;
    width: 19%;
    display: inline-block;
    overflow: hidden;
    background-color: #ececec;
    margin-top: 20px;
    /*margin-right: 20px;*/
    padding: 8px;
    transition: all 0.3s ease-in-out;
}

.teacher_list .item-img03 {
    margin: 6px auto;
    width: 140px;
    height: 170px;
    display: block;
    border: 1px solid #c88f06;
    padding: 2px;
    background-color: #fff;
}

.teacher_list .item-img03 img {
    width: 140px;
    height: 170px;
}

.teacher_list .item-img03 a {
    width: 100%;
    height: 0;
    /*padding-bottom: 108.12%;*/
    display: block;
}

.teacher_list .item-txt03 {
    margin-top: 16px;
    text-align: center;
    display: block;
}

.teacher_list .item-txt03 h3 {
    /*padding: 28px 0 5px;*/
    font-size: 18px;
    font-size: 2rem;
    margin-bottom: 10px;
}

.teacher_list .item-txt03 p {
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    line-height: 24px;
}

.teacher_list .item-txt03 p strong {
    font-weight: bold;
}

.more02 {
    position: absolute;
    bottom: 16px;
    right: 16px;
    margin-top: 10px;
    color: #831f0f;
    text-decoration: underline;
}

.teacher_list .item-txt03 .email {
    margin-right: 60px;
    padding: 6px 0;
}

.teacher_list .item-txt03 p span {
    margin: 0 20px 0 0;
    display: inline-block;
}

.teacher_list li:hover {
    box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.125)
}

/*教师介绍*/
.teacher_list2 {
    width: 100%;
    overflow: hidden;
}

.teacher_list2 li {
    width: 100%;
    overflow: hidden;
    overflow: hidden;
    background-color: #ececec;
    margin-top: 25px;
    padding: 30px 0;
}

.teacher_list2 .item-img03 {
    width: 185px;
    height: 200px;
    float: left;
    display: block;
}

.teacher_list2 .item-img03 a {
    width: 100%;
    height: 0;
    /*padding-bottom: 108.12%;*/
    display: block;
}

.teacher_list2 .item-txt03 {
    margin: 0 10px 0 220px;
    position: relative;
}

.teacher_list2 .item-txt03 h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
}

.teacher_list2 .item-txt03 h3 span {
    font-size: 14px;
    color: #aa0101;
    margin-left: 20px;
}

.teacher_list2 .item-txt03 p.title2 {
    line-height: 24px;
    padding: 6px 0;
}

.teacher_list2 .item-txt03 p.title2 strong {
    font-weight: bold;
    color: #aa0101;
}


/*分页*/
.page {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    clear: both;
    margin: 40px 0px 40px;
}

.page a {
    padding: 0 5px;
}

.pages_min {
    margin: 30px 0 30px;
    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: #6a1305;
    border-radius: 3px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.pages_min a.next_min {
    float: right;
}

.teacher-detail {
}

.teacher-detail li {
    background: none;
}

.resume {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 100px;
}

.resume h3 {
    height: 35px;
    line-height: 35px;
    background-color: #ececec;
    border-left: 6px solid #9d2b19;
    text-indent: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 15px;
}

.resume p {
    line-height: 35px;
}

.picList {
    width: 105%;
    overflow: hidden;
    padding-top: 10px;
}

.picList li {
    width: 269px;
    height: 215px;
    float: left;
    margin: 23px 30px 0 0;
}

.item-img04 {
    width: 100%;
    height: 0;
    display: block;
    padding-bottom: 63.197%
}

.item-txt04 {
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
}

/*文章页*/
.pageArticle {
    width: 100%;
    overflow: hidden;
}

.articleTitle {
    padding: 20px 10px 5px;
    line-height: 26px;
}

.articleTitle h3 {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 26px;
    text-align: center;
    color: #1d1d1d;
    padding: 20px 0 0 0;
}

.articleAuthor {
    text-align: center;
    line-height: 20px;
    padding: 10px 0;
    color: #5e5e5e;
}

.articleAuthor span {
    margin-right: 15px;
    color: #999;
    font-size: 12px;
}

.articleAuthor strong {
    color: #9d2b19;
}

.article {
    line-height: 35px;
    font-size: 14px;
    padding: 25px 0
}


.article ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

.sub_share {
    float: right;
}

.Annex {
    padding: 0px;
    overflow: hidden;
    margin-bottom: 30px;
    clear: both;
}

.Annex h3 {
    font-size: 16px;
    line-height: 16px;
    color: #9d2b19;
    padding-left: 10px;
    border-left: 4px solid #9d2b19;
    margin: 10px 0;
    height: 16px;
}

.Annex ul li {
    height: 26px;
    line-height: 26px;
    background: url(../images/li_bg01.png) no-repeat 10px center;
    padding-left: 28px;
}

.Annex ul li a {
    font-size: 12px;
    line-height: 24px;
    color: #656464;
}

.Annex ul li a:hover {
    color: #9d2b19;
}

/*教师名字分类页*/
.teacherNames {
    overflow: hidden;
}

.teacherNames ul li {
    float: left;
    width: 21%;
    margin: 10px 30px;
    border-bottom: #ccc 1px dashed;
    padding-bottom: 5px;
    background: url(../images/t_li2.jpg) no-repeat left center;
    padding-left: 35px;
}

.teacherNames ul li a {
    font-size: 14px;
}


/* panel list */
.panelList:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.panelList {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    zoom: 1;
}

.panelList .gridLeft, .panelList .gridRight {
    width: 48%;
}

.panelList .gridLeft {
    float: left;
}

.panelList .gridRight {
    float: right;
}

.panelList .panel {
    margin-bottom: 20px;
}

.panelList .panelTitle {
    font-size: 16px;
    height: 55px;
    line-height: 54px;
    background-color: #e0e6eb;
    position: relative;
    padding-left: 20px;
}

.panelList .panelTitle::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 50px;
    height: 4px;
    background: #5b0e02;
}

.panelList .panelContent {
    background-color: #f4f4f4;
    padding: 20px 20px 0;
}

.panelList .panelItem {
    padding-bottom: 20px;
}

.panelList .tips {
    margin-top: 10px;
    font-size: 0.9em;
    color: #999;
}

.panelList .panelItemLeft, .panelList .panelItemCenter, .panelList .panelItemRight {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}

.panelList .panelItemRight {
    text-align: right;
}

.originPanels {
    display: none;
}

.tabList001 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 5px;
}

.tabList001 .lf, .tabList001 .rt {
    width: 50%;
    float: left;
}

.tabList001 .lf .articleList001 {
    margin-right: 15px;
}

.tabList001 .rt .articleList001 {
    margin-left: 15px;
}

.listTitle001 {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #831f0f;
    font-size: 16px;
}

.listTitle001 span {
    float: right;
    font-size: 14px;
}

.list001 {
    width: 100%;
    overflow: hidden;
    padding-top: 5px;
}

.list001 li {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    background: url(../images/li_bg001.png) no-repeat left center;
}

.list002 li {
    background: url(../images/li_bg02.png) no-repeat left center;
}

.list001 li a {
    padding-left: 30px;
}

.txImg {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.txImg img {
    width: auto;
    margin: 0 auto;
    display: block
}

/*教师*/
.department {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}

.dWrap02 {
    width: 1005;
    overflow: hidden;
    margin: 20px 0 0;
    position: relative;
}

.dWrap_title02 {
    width: 100%;
}

.dWrap_title02 h3 {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    border-bottom: 2px solid #e5e5e5;
    color: #963020;
}

.dTitle_list02 {
    width: 100%;
    padding: 8px 0;
    overflow: hidden
}

.dTitle_list02 dd {
    width: 28px;
    height: 30px;
    margin-right: 6px;
    line-height: 30px;
    text-align: center;
    color: #666;
    float: left;
    font-size: 20px;
    font-style: italic;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
}

.dTitle_list02 dd:hover, .dTitle_list02 dd.active {
    background-color: #932311;
    color: #fff;
}

.dList02 {
    width: auto;
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 10px 15px 20px;
}

.dList_info {
    width: 100%;
    overflow: hidden;
}

.dList_info li {
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    *display: inline;
    *zoom: 1
}

.dList_info li:hover a, .dList_info li.highLight a {
    color: #932311;
}

@media screen  and (max-width: 1160px) {
    .teacher_list li {
        width: 28%;
    }

    .subPage {
        width: auto;
        padding: 0 15px;
    }

    .picList {
        width: 100%;
    }

    .picList li {
        margin-right: 0;
        width: 33.333%;
        height: auto;
    }

    .picList li a {
        display: block;
        margin: 0 15px;
    }
}

@media screen  and (max-width: 950px) {
    .teacher_list li {
        width: 46%;
        min-height: 370px;
    }

    .teacher_list .item-img03, .teacher_list .item-img03 img {
        width: 180px;
        height: 200px;
    }

    .subLeft {
        display: none;
    }

    .subRight, .bread {
        width: 100%;
        margin: 0;
    }

    .phone_subNav {
        display: block;
    }
}

@media screen  and (max-width: 845px) {
    .teacherNames ul li {
        width: 23%;
    }

}

@media screen  and (max-width: 768px) {
    .page {
        display: none;
    }

    .pages_min {
        display: block;
    }

    .panelList .gridLeft, .panelList .gridRight {
        width: 100%;
    }

    .teacher_list2 .item-txt03 h3 span {
        display: block;
        margin-left: 0
    }
}

@media screen and (max-width: 640px) {
    .item-txt03 h3 {
        padding-top: 15px;
    }

    .more02 {
        display: block;
    }

    .picList {
        padding-top: 20px;
    }

    .picList li {
        width: 50%;
        margin-top: 10px;
    }

    .tabList001 .lf .articleList001, .tabList001 .rt .articleList001 {
        margin: 0;
    }

    .tabList001 .lf, .tabList001 .rt {
        width: 100%;
    }

}

@media screen and (max-width: 600px) {
    .teacher_list li, .teacher_list2 li {
        height: auto;
    }

    .teacher_list li, .teacher_list2 li {
        width: 100%;
    }

    .teacher_list li .item-txt03, .teacher_list2 li .item-txt03 {
        margin: 0;
        padding: 0 15px 15px;
        width: auto;
    }

    .teacher_list li .item-img03, .teacher_list2 li .item-img03 {
        float: none;
        /*height: auto;*/
        display: block;
        margin-bottom: 0;
    }

    .teacherNames ul li {
        width: 34%;
    }
}

@media screen and (max-width: 480px) {
    .picList li {
        width: 100%;
    }

    .teacherNames ul li {
        width: 83%;
    }


}

@media screen and (max-width: 460px) {

}

@media screen /*and (min-width:320px)*/
and (max-width: 360px) {


}
