@charset "utf-8";

/* CSS Document */

body {
    background-color: #fff;
}

.subPage {
    width: 100%;
    overflow: hidden;
}

.subPage_con {
    max-width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}

.sub_left {
    width: 216px;
    overflow: hidden;
    float: left;
    z-index: 99;
    padding-bottom: 260px;
    margin-bottom: 60px;
    position: relative;
}

.sub_leftTitle {
    width: 100%;
    height: 67px;
    background: url(../images/bg01.png) no-repeat left center;
}

.sub_leftTitle h2 {
    text-align: center;
    line-height: 67px;
    color: #fff;
    font-size: 18px;
}

.sub_nav {
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    text-align: center;
}

.sub_nav li {
    border-bottom: 1px solid #ddd;
}

.sub_nav li a {
    display: block;
    padding: 12px 0;
}

.sub_nav li a.active,
.sub_nav li a:hover {
    background: #ffeeeb;
    color: #91200d;
}

.sub_right {
    margin: 0 0 0px 262px;
}

.sub_banner {
    margin-bottom: 15px;
}

.subTitle {
    width: 100%;
    padding-bottom: 20px;
    background: url(../images/sub_title_bg.png) no-repeat bottom left;
    margin-top: 15px;
}

.sub_rightT .subTitle {
    width: 100%;
    padding-bottom: 20px;
    background: url(../images/sub_titlet_bg.png) no-repeat bottom left;
    margin-top: 15px;
}

.subTitle h2 {
    font-weight: normal;
}

.bread {
    float: right;
    font-size: 0.8em;
}

.bread span {
    color: #888;
}

.bread span a {
    color: #888;
}

.bread span a:hover {
    color: #91200d;
}

.sub_mbtn {
    width: 100%;
    height: 40px;
    background: url(../images/sub-mbtn02.png) no-repeat center center;
    background-color: #FFE3DE;
    cursor: pointer;
    display: none;
}

.open {
    background: url(../images/sub-mbtn.png) no-repeat center center;
    background-color: #9e9a60;
}

.sub_navm {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-bottom: 20px;
}

.sub_navm h2 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #792818;
    color: #fff;
}

.sub_navm h2 a {
    font-size: 18px;
    display: block;
    color: #fff;
}

.sub_navm ul {
    background-color: #FFE3DE;
}

.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: #792818;
    background: #fff;
}

.sub_navm li.sub_has span {
    margin-left: 10px;
}

.sub_navm li.on a {
    color: #792818;
    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;
}


/*领导班子*/

.sub_leaderList {
    margin: 20px 0;
}

.sub_leaderList li {
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.sub_leader {}

.leaderPic {
    float: left;
}

.leaderPic img {
    display: block;
    padding: 3px;
    border: 1px solid #ddd;
}

.leaderCon {
    margin: 0 0 0 188px;
}

.leaderCon h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.leaderCon h2 a {
    color: #91200d;
}

.leaderCon h2 span {
    color: #91200d;
    margin-left: 10px;
}

.leaderCon p {
    color: #555;
    font-size: 14px;
    line-height: 24px;
}


/*师资队伍*/

.techList {
    margin-top: 30px;
}

.techList li {
    margin-bottom: 35px;
    width: 100%;
}

.sub_tech {
    overflow: hidden;
}

.subTechTitle {}

.subTechTitle h2 {
    display: inline-block;
    background: #91200d;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
}

.sub_tech dl {
    margin: 15px 0 0 0;
    overflow: hidden;
}

.sub_tech dl dd {
    float: left;
    line-height: 30px;
    width: 8%;
}

.sub_tech dl dd a {
    font-size: 14px;
}

.img_list {
    margin: 20px 0 0 0;
}

.img_list ul {
    margin: 0 -10px
}

.img_list ul li {
    width: 33.3%;
    float: left;
}

.img_list ul li a {
    display: block;
    overflow: hidden;
    margin: 0 10px;
}

.img_list ul li span {
    height: 0px;
    display: block;
    overflow: hidden;
    padding-bottom: 67%;
}

.img_list ul li span img {
    width: 100%;
    transition: .5s;
    transform: scale(1.0);
}

.img_list ul li p {
    text-align: center;
    margin: 10px auto;
}

.img_list ul li:hover span img {
    transition: .5s;
    transform: scale(1.1);
}


}

/*侧边栏列表页*/
.sub_list {
    margin: 20px 0 30px 0;
}
.sub_list .rightDate {
    float: right;
    color: #888;
    font-size: 14px;
}
.sub_list li {
    padding-left: 20px;
    margin-bottom: 15px;
    background: url(../images/content_li.png) no-repeat center left;
}
.sub_list li a {
    font-size: 14px;
}

/*侧边栏文章页*/
.subArticle {
    min-height: 500px;
}
.subArticleTitle {
    text-align: center;
}
.subArticleTitle h2 {
    margin: 20px 0 10px 0;
    color: #91200d;
    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: #91200d;
}
.subAffix ul li {
    background: url(../images/content_li.png) no-repeat center left;
    padding-left: 20px;
    margin-bottom: 8px;
}
.subAffix ul li a {
    font-size: 14px;
}

/*侧边栏图片页*/
.subPicList {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin: 30px 0;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.subPicList li {
    margin-bottom: 20px;
    width: 23%;
    /* float: left; */
    margin-right: 2.65%;
    *
    margin-right: 22px;
}
.subPicList li a {
    text-align: center;
    display: block;
}
.subPicList li a span {
    display: block;
    margin-top: 10px;
}
.subPicList li.NoMargin {
    margin-right: 0;
}
.subPicList li a:hover span {
    color: #91200d;
}

/*通栏图片页*/
.sub_rightT .subPicList li img {
    width: 100%;
}

/*通栏列表页*/
.sub_rightT {
    width: 100%;
}

/*0628*/
.sub_leftTitleBig h2 {
    font-size: 15px;
    padding: 10px;
    line-height: 24px;
}

/*分页*/
.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: #91200d;
    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: #91200d;
}
.pages a.on_pages {
    background: url(../images/pages03.jpg) no-repeat center top;
    color: #91200d;
}
.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: #FFE3DE;
    border-radius: 3px;
    color: #91200d;
    line-height: 30px;
    text-align: center;
}
.pages_min a.next_min {
    float: right;
}
.pages_min a:hover {
    background: #91200d;
    color: #fff;
    transition: 0.5s;
}
@media screen and (max-width:1200px) {
    .subPage {
        width: 98%;
        margin: 0 auto;
    }
    
    .sub_tech dl dd {
        width: 15%;
    }
}
@media screen and (max-width:1000px) {
    .sub_list .rightDate {
        float: none;
        display: block;
    }
    
    .sub_list li {
        background: url(../images/content_li.png) no-repeat left 24px;
    }
}
@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%;
    }
}
@media screen and (max-width:640px) {
    .img_list ul li {
        width: 50%;
    }
    
    .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%;
    }
}
@media screen and (max-width:480px) {
    .sub_tech dl dd {
        width: 25%;
    }
    
    .subPicList li {
        width: 100%;
    }
    
    .subPicList li img {
        width: 100%;
    }
}
@media screen
/*and (min-width:320px)*/
and (max-width:360px) {}