/*二级页公共样式*/
.list-banner{width:100%;height:3.5rem}
.list-banner img{width:100%;height:100%;object-fit:cover}
.main_left{width:22.5%}
.top_name{position:relative;width:100%;height:.75rem;line-height:.75rem;background:rgba(255,255,255,.6);text-align:center;color:#015ab1;border-top:.05rem solid #015ab1;font-size:.3rem;font-weight:700;margin-top:-.8rem}
.main_right{width:75%;min-height:5rem}
.this-name{background:#015ab1;line-height:.4rem;height:.4rem;padding:0 .2rem;margin:.17rem 0 0 0}
.this-name h1{color:#fff;font-size:.2rem;font-weight:700;line-height:.39rem;height:.39rem;padding-left:.3rem;float:left;background:url(../img/ico_wz.png) left center no-repeat;background-size:.21rem .21rem;margin:0;font-weight:400}
.this-name span{float:right;color:#fff;font-size:.16rem}
.this-name span a{color:#fff;display:inline}
/*二级导航*/
.main_nav{width:100%;border-left:.05rem solid #e9e9e9;border-top:.02rem solid #e9e9e9;position:relative;box-sizing:border-box;background:#fff}
.main_nav span{width:100%;background:#015ab1;color:#fff;padding:.05rem 0;text-align:center;font-size:.14rem;display:none}
.main_nav li{line-height:.55rem;border-bottom:1px solid #ddd;position:relative}
.main_nav li a{font-size:.16rem;color:#333;display:block;padding:0 .05rem;padding-left:.3rem}
.li_xlz{position:absolute;right:.15rem;top:.195rem;cursor:pointer}
.navContent{display:none}
.navContent li{padding-left:.2rem}
.li_xlz.on{transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg)}
.main_nav li.cur a{color:#015ab1}
.main_nav li.cur::before{content:'';position:absolute;left:-.05rem;width:.05rem;background-color:#015ab1;height:.55rem}
.main_nav li.cur .navContent{display:block;}
.main_nav li:hover a{color:#015ab1}


/*文章内容*/
.article{height:auto;overflow:hidden;position:relative;margin:.2rem auto;padding:0 .1rem;min-height:5rem}
.article .c-title{font-size:.3rem;color:#333;line-height:.5rem;text-align:center}
.article .other-s{font-size:.14rem;line-height:.35rem;text-align:center;color:#767676;background:#ededed;margin:.15rem auto 0;padding:0 .2rem}
.article .nr-info{height:auto;overflow:hidden;position:relative;text-align:left}
.article .nr-info p{font-size:.16rem;color:#434343;line-height:.34rem;margin:.15rem 0;text-indent:2em;text-align:left}
.article .nr-info img{max-width:100%;margin:.1rem auto;display:block;height:auto}
.article .nr-info a{display:inline;}


/*组织机构*/
.list_jg{margin-top:.3rem}
.list_jg a{width:48%;height:.5rem;display:block;margin-right:4%;text-align:left;background:#ededed;float:left;margin-bottom:.25rem}
.list_jg a:nth-child(2n){margin-right:0}
.list_jg h3{color:#333;line-height:.5rem;padding-left:.15rem;font-weight:400;font-size:.16rem}
.list_jg a:hover h3{color:#015ab1}
.list_jg a .line{width:0;height:.02rem;background:#015ab1;transition:.6s all}
.list_jg a:hover .line{width:100%}


/*图文列表*/
.picture_list{height: auto;overflow: hidden;margin: 0 auto;padding: .2rem 0;}
.picture_list ul li{width:32%; height:2.3rem;float:left;margin-right:2%;margin-bottom:.1rem;}
.picture_list ul li:nth-child(3n){margin-right:0;}
.picture_list ul li a{width: 100%;height: 100%;}
.picture_list ul li .picture{width:100%;height:1.8rem;overflow:hidden;}
.picture_list ul li .picture img{width:100%;height:100%;object-fit: contain;transition: 0.6s all;}
.picture_list ul li:hover .picture img{transform: scale(1.1,1.1);}
.picture_list ul li .picture_txt{line-height:.35rem; color:#434343; text-align:center; margin-top:.05rem;font-size: .16rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.picture_list ul li:hover .picture_txt{color:#015ab1;}


/*文章列表*/
.lm_list{height:auto;overflow:hidden;padding:.1rem 0 .2rem}
.lm_list ul{margin-bottom:.2rem}
.lm_list li{line-height:.6rem;font-size:.16rem;color:#999;text-align:right;padding:0;background:url(../img/dxhx.png) bottom repeat-x}
.lm_list li a{color:#4a4a4a;float:left;padding-left:.15rem;background:url(../img/ico_001.png) left center no-repeat;max-width:calc(100% - 1.1rem);overflow:hidden;display:block;white-space:nowrap;text-overflow:ellipsis}
.lm_list li a:hover{color:#015ab1}

/*师资队伍*/
.picture_list.teacher_list ul li{width: 23.5%;height: 3.2rem;}
.picture_list.teacher_list ul li:nth-child(3n){margin-right:2%;}
.picture_list.teacher_list ul li:nth-child(4n){margin-right:0px;}
.picture_list.teacher_list ul li .picture{height:2.7rem;}