body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;    word-wrap: break-word;
    word-break: break-word;}
body{font:14px "微软雅黑","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%}
a{font-family: "微软雅黑";color:#424242;text-decoration:none;
    word-wrap: break-word;
    word-break: break-word;}
a:hover{color:#dbb06e;text-decoration:none;}
i{font-style:normal}
table,tbody,tr,td,ul,ol,li{list-style:none;margin: 0;padding: 0;}
img{border:0;vertical-align:middle;display: inline-block;}
/* 清除浮动 */
.clearfix::after{
    content:"";
    height:0;
    visibility:hidden;
    display:table;
    clear:both;
}
.clearfix{
    zoom:1;
}
*{
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: break-word;
}
.areaheart{
    width: 1200px;
    margin:0 auto;
}
.lf{
    float: left;
}
.rgt{
    float: right;
}
.sheng{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}
body{
    background: url('../img/banner01.png') no-repeat top center;
}
/* 页面顶部 */
.top{
    width: 100%;
    height: 110px;
    padding: 20px 0;
    /* background: rgba(255, 255, 255, .8); */
    background: url('../img/top_bg.png') repeat;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 5px 2px #C7C9D8;
}
.logo h2{
    font-family: "方正粗黑宋简体";
    font-size: 36px;
    color: #243b2b;
    display: inline-block;
    line-height: 110px;
    margin-left: 30px;
}
.top_more{
max-width: 417px;
   }
.top_txt{
       padding: 20px 0;
}
.top_txt li{
    float: left;
    padding: 0 8px;
    border-left: 1px solid #B8B6B7;
}
.top_txt li.first{
    width: 81px;
    border-left: 0 none;
}
.top_txt li.last{
    padding-right: 0;
}
.top_txt li a{
    font-family: "方正粗黑宋简体";
    font-size: 15px;
    color: #333;
}
.top_txt li a:hover{
    color: #DEA973;
}
.top_txt li i{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background: url('../img/down01.png') no-repeat center;
}
.top_txt ul>li{
    position: relative;
}
.top_txt ul>li ol{
    position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    background: #DEE0EC;
    display: none;
}
.top_txt ul>li ol li{
    float: none;
    line-height: 24px;
    text-align: center;
    border-left: 0 none;
}
.top_txt ul>li ol li:hover{
    background: #B1B3C8;
}
.top_txt ul>li ol li:hover a{
    color: #fff;
}
.top_search{
    float: right;
    width: 280px;
    border-bottom: 1px solid #233B2D;
}
.top_search input{
    border: 0 none;
    line-height: 30px;
    height: 30px;
    background: #fff;
    outline: none;
    font-family: "方正粗黑宋简体";
    font-size: 15px;
}
.top_search .sec{
    width: 240px;
    background: none;
    line-height: 1px;
    color: #333;
    /* 兼容IE8 */
    line-height: 30px\9;
    vertical-align: middle;
}
.top_search .sub{
    width: 40px;
    cursor: pointer;
    background: url('../img/icon_search.png') no-repeat center;
}
/* banner */
.banner{
    height: 500px;
    position: relative;
}
.data{
    position: absolute;
    right: 0;
    bottom: 70px;
    color: #fff;
    line-height: 2;
    text-align: right;
}
.nav{
    position: absolute;
    left: 0px;
    bottom: -30px;
    height: 80px;
    width: 1200px;
    background: #fff;
    box-shadow: 0 2px 5px 2px #EDEBDF;
}
.nav li{
    float: left;
    line-height: 80px;
    font-size: 16px;
    font-weight: bold;
    z-index: 2;
}
.nav>ul>li{
    position: relative;
    z-index: 2;
}
.nav ul>li ol{
    background: #BAB1A8;
    position: absolute;
    left: 0;
    top: 80px;
    display: none;
    z-index: 1;
    width: 100%;
}
.nav ul>li ol li{
    line-height: 54px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #DDE0EF;
}
.nav ul>li ol li:hover{
    background: #fff;
}
.nav li a{
    color: #333;
    display: block;
    height: 100%;
    padding: 0 20px;
}
.nav li:hover{
    background-color: #E7E3D7;
}
/* .nav>ul>li:last-child{ */
.nav>ul>li.last{
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.nav ul>li .nav_more_icon{
    width: 100px;
    height: 80px;
    background: url('../img/nav_more.png') no-repeat center;
}
.nav ul>li .nav_more{
    position: absolute;
    top: 80px;
    right: 0;
    width: 180px;
    background: #BAB1A8;
    display: none;
    z-index: 1;
}
.nav ul>li .nav_more li{
    width: 100%;
    text-align: center;
    line-height: 54px;
    border-top: 1px solid #DDE0EF;
    position: relative;
background: #BAB1A8;
}
.nav ul>li .nav_more li:hover{
    background: #fff;
}
.nav ul>li .nav_more li ol{
    top: -1px;
    width: 180px;
    left: -180px;
    border-right: 1px solid #DDE0EF;
}
/* 首页主体部分 */
.content{
    padding-top: 60px;
    padding-bottom: 30px;
    background: #F6F6EE
}
.content_in{
    background: url('../img/left_bg.jpg') no-repeat left bottom;
    background-color: #E7E3D7;
    border: 1px solid #E4E4DA;
    border-radius: 10px;
   display: flex; 
}
.oneself{
    width: 309px;
    padding: 30px;
    padding-bottom: 200px;
    min-height: 1732px;
}
.part_one .hd_pic{
    width: 190px;
    height: 190px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #EDEDEB;
    margin: 40px auto;
    margin-bottom: 20px;
    background: #fff;
  
    justify-content: center;
    align-items: center;
}
.part_one .hd_pic img{
    max-width: 100%;
    max-height: 100%;
    scale: 1;
}
.part_one .txt{
    font-size: 22px;
    line-height: 38px;
    text-align: center;
}
.part_one .txt span{
    font-size: 18px;
    color: #df2d35;
    display: inline-block;
    text-indent: 1.8em;
    margin-top: 10px;
    margin-bottom: 30px;
    background: url('../img/icon_focus.png') no-repeat left center;
}
.part_one .recommend p{
    display: block;
    font-size: 17px;
    color: #333;
    line-height: 50px;
    margin-bottom: 20px;
    background: #fff;
    padding: 0 20px;
}
.part_two{
    margin-top: 45px;
}
.part_two img{
    margin-left: -45px;
}
.part_two .info_tit{
    position: relative;
}
.part_two .info_tit h2{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 23px;
    color: #0a102b;
    font-family: "方正粗黑宋简体";
    font-weight: normal;
    line-height: 72px;
}
.info_con{
    padding-top: 10px;
    font-size: 14px;
    line-height: 34px;
    color: #333;
}
.info_con li span,
.info_con li h4{
    display: inline-block;
    float: left;
}
.part_three .ewm{
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 30px auto;
}
.message{
    width: 791px;
    padding: 20px;
    position: relative;
    *position: static;
    background: #fff;
    border-radius: 10px;
    min-height: 1924px;
    z-index: 0;
}
.message .line{
    position: absolute;
    left: -20px;
    top: 0;
    width: 39px;
    height: 100%;
    background: url('../img/center_bg.png') repeat-y;
}
.resume{
    padding: 0 20px 20px 20px;
    background: #fff;
    /* margin-bottom: 20px; */
}
.resume h3{
    font-family: "方正粗黑宋简体";
    font-size: 24px;
    color: #0a102b;
    font-weight: normal;
    line-height: 60px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E7E6D2;
}
.resume h3 .more{
    float: right;
    font-family: "方正粗黑宋简体";
    font-size: 24px;
}
.resume p{
    font-size: 14px;
    line-height: 28px;
    color: #333;
}
.resume h4{
    display: inline-block;
    *width: 124px;
    font-size: 14px;
    color: #fff;
    background: #BBB2A9;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0 16px;
    position: relative;
    border-bottom: 1px solid #E7E6D2;
}
.resume h4::before{
    content: "";
    width: 37px;
    height: 22px;
    display: block;
    position: absolute;
    left: -37px;
    top: 0;
    background: url('../img/icon_jt.png') no-repeat center;
}
.resume ul.p40{
    padding-left: 40px;
    position: relative;
}
.resume ul.p40::before{
    content: "";
    display: block;
    width: 2px;
    height: 93%;
    background: #BAB3A9;
    position: absolute;
    left: 7px;
    top: 14px;
}
.resume li{
    margin-bottom: 15px;
}
.research li{
    margin-bottom: 0;
}
.research li p{
    line-height: 30px;
}
.resume .bust{
    padding-top: 20px;
}
.resume .bust li{
    width: 167px;
    float: left;
    margin-right: 20px;
    text-align: center;
}
.resume .bust li:hover{
    box-shadow: 0 1px 0 0px #C7C9D8;
}
.resume .bust li:hover a span{
    color: #DEA973;
}
.resume .bust li:last-child{
    margin-right: 0;
}
.resume .bust li a span{
    font-size: 16px;
    color: #333;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.bust_img_box{
    width: 167px;
    height: 220px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
display: table-cell;
    vertical-align: middle;
}
.bust_img_box img{
    max-width: 100%;
    max-height: 100%;
}
.footer{
    padding: 15px 0;
    font-size: 16px;
    color: #0a102b;
    line-height: 30px;
    text-align: center;
    /* background: #BAB1A8; */
    background: url('../img/footer_bg.png') no-repeat center;
}

/* 结构内容页面 */
/* .stru{
    padding-top: 20px;
    padding-bottom: 1px;
}
 */
.struture{
    width: 778px;
    padding-left: 25px;
    padding-right: 28px;
}
.con_title{
    min-height: 60px;
    font-family: 方正粗黑宋简体;
    font-size: 24px;
    color: rgb(10, 16, 43);
    font-weight: normal;
    line-height: 60px;
    border-bottom: 1px solid #E7E6D2;
overflow: hidden;
}
.con_title h3{
    float: left;
    font-size: 24px;
    font-weight: normal;
}
.con_title p{
    float: right;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #888;
}
.con_title p a{
    color: #888;
}
.con_title p span{
    color: #bab2a9;
}
.con_title p a:hover{
    color: #DEA973;
}
.art_title{
    padding: 0 20px;
    padding-top: 25px;
    line-height: 42px;
    
}
.art_title h4{
    font-size: 18px;
    color: #333;
    text-align: center;
}
.art_info{
    border-bottom: 1px dashed #DEDEDE;
    text-align: center;
}
.art_info ul{
    display: inline-block;
}
.art_info li{
    float: left;
    margin: 0 5px;
    font-size: 14px;
    color: #888;
}
.art_in ul{
    padding: 20px 0;
}
.art_in li{
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.art_in li h4{
    color: #000;
    display: inline-block;
}
.art_img li{
    width: 500px;
    height: 334px;
    padding: 10px;
    margin: 10px auto;
    /* float: left; */
    border: 1px solid #DBDBDB;
}
.art_img li:nth-child(2){
    float: right;
}
.art_img_box{
  padding: 0 0 0 110px;
  margin:10px;
}
.art_img_box img{
   
}



.art_foot{
    padding: 20px 0;
    clear: both;
}
.art_foot h4{
    font-size: 18px;
    line-height: 42px;
    color: #695d57;
    font-weight: normal;
    font-family: "方正粗黑宋简体";
}
.art_foot ul{
    padding-left: 20px;
}
.art_foot li{
    color: #000;
    margin-bottom: 8px;
    list-style: square;
}
.art_foot li a{
    font-size: 14px;
    line-height: 28px;
    color: #333;
}
.art_foot li a:hover{
    color: #DEA973;
}
.art_page{
    padding: 20px 0;
    border-top: 1px solid #DDDDDD;
}
.art_page li{
    font-size: 14px;
    line-height: 28px;
    color: #333;
}
.art_page li a:hover{
    color: #DEA973;
}

/* 文章列表页面 */
.article_list ul{
    padding: 20px 0;
    padding-left: 20px;
}
.article_list li{
    font-size: 14px;
    line-height: 28px;
    color: #333;
    list-style: square;
    margin-bottom: 20px;
}

/* 文章内容页面 */
.art_con{
    padding: 0 20px;
    padding-top: 10px;
}
.art_con p{
    font-size: 14px;
    line-height: 26px;
    color: #333;
    padding: 10px 0;
}
.art_in_img{
    width: 100%;
    /* height: 100%; */
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.art_in_img img{
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}
/* 教师列表页面 */
.teacher_list .bust h5{
    font-size: 18px;
    line-height: 30px;
    color: #243b2b;
    margin-bottom: 20px;
}
.teacher_list{
    padding: 0;
}
.teacher_list .bust{
    margin-top: 0;
}
.teacher_list .bust ul{
    padding: 0 22px;
}
.teacher_list .bust li{
    width: 196px;
    height: 276px;
    overflow: hidden;
    margin-right: 72px;
}
.teacher_list .bust li.s3{
    margin-right: 0;
}
.teacher_list .bust_img_box{
    width: 176px;
    height: 220px;
    border: 10px solid #F3F4F9;
}
/* .teacher_list li img{
    display: inline-block;
    border: 10px solid #F3F4F9;
} */

/* 图片列表页面 */
.pic_list{
    padding: 40px 22px;
}
.pic_list li{
    float: left;
    width: 223px;
    height: 200px;
    font-size: 14px;
    color: #333;
    line-height: 46px;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 32px;
}
.pic_list li.s3{
    margin-right: 0;
}
.pic_list li .bust_img_box{
    width: 203px;
    height: 135px;
    border: 10px solid #F3F4F9;
}
.pic_list li img{
    max-width: 100%;
    max-height: 100%;
}
.pic_list li span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 教师内容页面 */
.teacher_in{
    padding-bottom: 30px;
}

/* 综合页面 */
.all_in{
    margin-top: 16px;
}
.all_in ul{
    padding: 20px 10px;
}
.all_title{
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    font-size: 18px;
    font-family: "方正粗黑宋简体";
    background: #E7E3D7;

}
.all_title h3{
    float: left;
    font-weight: normal;
    color: #333;
}
.all_title a{
    font-family: "方正粗黑宋简体";
    float: right;
    color: #9A9A9C;
}
.all_con{
    padding: 20px 10px;
}
.all_con p{
    font-size: 14px;
    color: #333;
    line-height: 30px;
}











/*分页*/
/* .pageBox1{margin-top: 10px;} */
.pageMenu li::selection{background:transparent;}
.clearfix{zoom:1;}
.clearfix:after{content:"";display: block;clear: both;}
.pageBox{width:800px;background: #eee;border:1px solid #ebebeb;padding: 10px;margin: 0 auto;}
.pageDiv{width: 98.75%;background: #fff;padding-left: 1.25%;margin-bottom: 10px;}
.pageDiv li{margin-bottom: 10px;border:1px solid #dbdbdb;width: 21.5%;margin-right: 1.25%;float:left;margin-top: 10px;padding: 1%;text-align: center;}
.hide{display: none;}
.notContent{padding: 15px 0;text-align: center;}

.page{text-align: center;width: 100%;margin: 10px auto;}
.pageMenu{display: inline-block;}

.pageMenu li{list-style: none; background: #eee; border: solid thin #ddd;margin: 3px;float: left;padding: 0px 10px;cursor: pointer;}
.pageMenu li:hover{ background: #B1B3C8;color: #fff; }
.pageMenu li.disabled{ background-color: #DDDDDD;   cursor: not-allowed;}
.pageMenu li.active{ border: solid thin #0099FF;background-color: #0099FF;color: white;}
.pageMenu li.last{background: transparent;border:0;position: relative;}
.page .keuInput{width: 30px;border: solid thin #ddd;height: 25px;outline: none;text-align: center;font-size: 16px; top: 2px;position: relative;}
.page .btnSure{padding: 4px 10px;border: solid thin #ddd;outline: none;text-align: center;font-size: 16px;background: #fff;position: relative;top: 2px;}
.page .btnSure:hover{cursor: pointer;}
.pageObj{float: left;}
.pageMenu li.last:hover{
    color: #333;
}

.pageBox1{ text-align: center;}
.pageBox1 table{display: inline-block;}
