/*dp20240328*/
* {margin:0px; padding:0px;  }
img{ border:0 none; padding:0;}
input,button,select,textarea{outline:none} 
textarea{resize:none}
table{border-spacing:0;}
div,ul,li{ list-style-type:none;}
html,body{ font-size:16px; position: relative; margin:0 auto; color:#111111; font-family:'Microsoft Yahei',"PingFang SC","Helvetica Neue",Georgia,Helvetica,Arial,sans-serif;}
@media screen and (max-width:600px){
html,body{ font-size:14px;}
}
a{color:#111111; font-size:16px; text-decoration:none;  font-family:'Microsoft Yahei',"PingFang SC","Helvetica Neue",Georgia,Helvetica,Arial,sans-serif; }
a:hover{ color:#791CB5;}
.clear{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}
a,.transition,:before,img {
    -webkit-transition: All .5s ease;
    transition: All .5s ease;
}
@font-face {
  font-family: "georgia";
  src: url("fonts/georgia.woff") format("woff"),
       url("fonts/georgia.ttf") format("truetype"),
	   url("fonts/georgia.eot") format("embedded-opentype"),
       url("fonts/georgia.svg") format("svg");
}
/***************************************首页*****************/
body{ background:url(indexbg1.png) no-repeat 50% 100%; background-size:100%; }
.top{ width:100%; margin:0 auto; height:180px; background:url(topbg.png) no-repeat 100% 0%}
.top .logo{ float:left; padding-top:40px; padding-left:100px;}
.top .logo img{ display:block;  vertical-align:middle; width:733px; height:98px;}
.top .pcsousuo {
	float:right;
    width: 220px;
    height:40px;
	position:relative;
	margin-right:100px;
	margin-top:80px; 
}
.pcsousuo .s-l {
	position:absolute;
	left:0;
	top:0;
  	width: 180px;
	height:40px;
	line-height:40px;
	background-color:#F5E5EF;
	text-indent:10px;
}
.pcsousuo .s-r {
	position:absolute;
	right:0;
	top:0;
}

/*pc导航*/
.navbox{ width:100%; height:60px; background:url(navbg1.png) no-repeat 0% 0%;}
#pcnav{ width:100%; margin:0 auto; text-align:center;}
#pcnav, #pcnav ul{height:60px; line-height:60px;z-index:5; position:relative;}
#pcnav .yiji{display:inline-block; height:60px; line-height:60px;  margin-right:-4px;/*去掉li间的空白*/ position:relative; z-index:20;}
#pcnav .yiji a{display:block; height:60px; line-height:60px; width:80px;  padding:0 40px;  text-align:center; font-size:1.25rem;  z-index:35;  }/*一级栏目间距*/
#pcnav .erji{position:absolute; display:none; width:160px; top:60px;}/*二级列表菜单*/
#pcnav .erji a{ width:160px; padding:0; height:60px; line-height:60px; font-size:1rem; text-align:center; color:#3A4674; position:relative;}/*二级栏目间距*/
#pcnav .sanji{position:absolute; left:160px;  top:0; width:160px; }		
#pcnav a:hover,  #pcnav a:focus, #pcnav a.xuanzhong{color:#791CB5;}
#pcnav .erji li{background-color:#ffffff; margin-right:0; position:relative;}/*二级菜单样式背景色*/
#pcnav .erji a:hover, #pcnav .erji a:focus{background-color:#791CB5; color:#fff;}/*二级菜单鼠标经过样式背景色*/
#pcnav li:hover ul ul, #pcnav li:hover ul ul ul, #pcnav li:hover ul ul ul ul{display:none;}
#pcnav li:hover ul, #pcnav li li:hover ul, #pcnav li li li:hover ul, #pcnav li li li li:hover ul{display:block;}

@media screen and (max-width:1800px){
#pcnav .yiji a{width:80px;  padding:0 25px; }/*一级栏目间距*/
#pcnav .erji{ left:-20px;}
#pcnav .erji a{ width:160px; padding:0;}
}
@media screen and (max-width:1500px){
#pcnav .yiji a{width:80px;  padding:0 15px; font-size:1.0625rem;}/*一级栏目间距*/
#pcnav .erji{ left:-25px;}
#pcnav .erji a{ width:160px; padding:0; font-size:1rem;}
}

/*------------------------------------------------------手机端顶部开始------------------------------*/
.m_header_box {transition:.6s; display:none; height:4rem; position: relative; z-index: 100000;}
.m_header_box header{padding:0; height:4rem; background:url(topbg.png) no-repeat 0% 0%; position: fixed; top:0; left:0; right:0; z-index:100; display:flex; justify-content:space-between; align-items:center; }
.m_header_box header #logo img{width:299px; height:40px; margin-left:10px;}
.m_header_box header #logo{padding:0; width: 100%;}
nav {
    box-sizing: border-box;/*很重要，不加这句点开手机导航按钮，最下面的链接看不到，无法继续滚动*/
}
#m_nav .list1 li .a{ color: #fff}

/*手机端顶部导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {/* background: #fff; */}
#nav_btn_box{position:relative; width:5rem; height:4rem; display:flex; align-items: center; justify-content: center; z-index: 1; min-width:5rem;}

#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }

#nav_btn .point {display:inline-block; width:2rem; height:18px; position:relative; outline:none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before {width: 100%;}
#nav_btn .navbtn {position: absolute;top: 50%;left: 0;display: inline-block;width: 100%;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;margin-top: -1px;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 100%;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after {top: -8px;}
#nav_btn .navbtn::before {top: 8px;}
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}

#m_nav {z-index:99999; position:fixed; width:100%; height:100vh;  top:0;  padding:4rem 0; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; display: block; background:#9348C4; background-size:cover; opacity: 0; visibility: hidden; -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); overflow: hidden; overflow-y: scroll;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}
#m_nav .list1{justify-content: center;}

.list_box_nav_mobile{width:100%; padding: 0 0 10px; margin: 0;/* flex: 1; */}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative; padding-left:1rem;}
.list_box_nav_mobile>li .a{width: 100%; border-bottom: 1px solid rgba(255,255,255,.15); line-height:4rem; color: #ffffff; padding: 0; font-size:1.0625rem; display: flex; position: relative; transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1; filter: alpha(opacity=100);  width:4rem; height:4rem; display: inline-block; background: url(arr-down.png) center no-repeat; background-size: 15px 15px !important; position: absolute; display: block; right:1rem; top: 0;}
.list_box_nav_mobile>li.on1 i{ background: url(arr-r.png) center no-repeat; background-size: 15px 15px !important;}

.list_box_nav_mobile>li.on .a{color: rgba(255,255,255,1);}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px; color: #ffffff; line-height: 2.5; width:49%; float:left;}

/*移动端搜索*/
.wap_search{ font-size:16px; color:#fff; text-align:center; overflow:hidden; display:block; height:40px;  padding:1rem;}
.wap_search form{position:relative;  display:block;  height:40px;}
.wap_search .inputs {
	float: left;
    font-size:14px;
    color:#444;
    height:40px;
    line-height:40px;
    background: #fff;
	border:0;
    width: calc(100% - 40px);}
.wap_search .btn_blue {
    float:right;
    cursor: pointer;     
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url(sicon.png) center no-repeat;
    background-size:40px;
	background-position:50% 50%;
}

/*-----------------------------------------------------------------------------end 手机端顶部-----------------------------------------------------------------------------------------------------*/


@media screen and (max-width:1280px){
.top{ display:none;}/*pc顶部不显示*/
.navbox{ display:none;}/*pc导航不显示*/
.m_header_box { display:block;}
}
@media screen and (max-width:600px){
.m_header_box header #logo img{width:227px; height:30px; margin-left:10px;}
}



/*首页大图切换 swiper*/
.wrapbanner{ width:100%; margin:0 auto; position:relative;}
.swiper1 .swiper-slide img{width:100%; max-width:100%;}
.swiper-pagination1 .swiper-pagination-bullet {
	width: 18px;
	height:20px;
	display: inline-block;
	border-radius: 0;
	background: url(dot2.png);
	background-size:18px 20px;
	opacity:1;
}
.swiper-pagination1 .swiper-pagination-bullet-active {
	width: 18px;
	height:20px;
	opacity: 1;
	background: url(dot1.png);
}
/*首页内容区开始-----------------------------------------------------------*/
.mainbox{ width:100%; margin:0 auto; height:auto;}
.wp{ padding:20px;}

/***************************************************************************************************************************/
.section1{ width:100%; height:auto;  margin-top:3rem;}
/*section1左侧-----------------------------*/
.s1-left{ width:65.8%; float:left;}/*31.6+2.6+31.6*/

/*学院动态栏目标题*/
.menu{ width:100%; position:relative; height:2rem; margin-bottom:1.5rem;  }
.menu span{ position:absolute; left:0; bottom:0; font-size:1.875rem; }
.menu span b{ color:#999999; font-weight:normal; font-size:1.125rem; margin-left:.5rem; font-family:Georgia;}
.menu a{ display:inline-block; position:absolute; right:0; width:90px; height:24px; line-height:24px; border:1px solid #999999; color:#999999; text-indent:10px; background:url(icon1.png) no-repeat 85% 50%; font-size:1.25rem; font-family:Georgia; transition:all 0.2s ease-out 0s;}
.menu a:hover{ border:1px solid #791CB5; color:#ffffff; background:url(icon2.png) #791CB5 no-repeat 95% 50%; transition:all 0.2s ease-out 0s;}
/*学院动态左侧图片*/
.xw-pic{ width:48.7%; float:left;}
.swiper2.swiper-container{ padding:5px;}
.swiper2 .swiper-slide{ position:relative; height:100%; }
.swiper2 .pic {
    height: 25rem;
    position: relative;
    overflow: hidden;
}
.swiper2 .pic a{    
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;}
.swiper2 .txt {
    padding:1.2rem 2rem 1.8rem; 
	height:2rem; 
	box-shadow:0 0 5px rgba(0,0,0,0.1);
	background-color:#ffffff;}
.swiper2 .txt .title{ }
.swiper2 .txt .title a{ display:inline-block; font-size:1.125rem; font-weight:normal; line-height:2rem; height:2rem; overflow:hidden;}
.swiper2 .txt:hover .title a{color:#791CB5;}
.swiper-pagination2 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #dddddd;
    opacity:1;
}
.swiper-pagination2 .swiper-pagination-bullet-active {
    opacity: 1;
    background:#9449C4;
}	
/*学院动态右侧新闻列表*/
.xw-list{ width:48.7%; float:right;}

.ul-list1 li{ display:block; border-top:1px solid #ddd;}
.ul-list1 li:first-child{ border-top:0; }
.ul-list1 li a{ display:block; font-size:1.125rem; height:3.75rem; line-height:3.75rem; transition:all 0.3s ease-out 0s;}
.ul-list1 li a:hover{ transition:all 0.3s ease-out 0s; }
.ul-list1 .name{ float:left; width:87%; height:3.75rem; line-height:3.75rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size:1.0625rem;}
.ul-list1 .time{ float:right; width:9%; height:3.75rem; line-height:3.75rem; font-size:1rem; color:#9348C4; font-family:Verdana, Geneva, sans-serif;}


/*section1右侧-----------------------------*/
.s1-right{ width:31.6%; float:right;}
/*通知公告*/
.ul-list2 li{ display:block; height:4rem; padding:1rem 0; border-bottom:1px solid #ddd;}
.ul-list2 li:nth-of-type(5){ border-bottom:0;}
.ul-list2 li a{ display:block; height:4rem;}
.ul-list2 li a:hover{ transition:all 0.3s ease-out 0s; }
.ul-list2 .time{ float:left; width:4rem; height:4rem; background:url(timebg.png) repeat-x 0% 0%; font-family:Verdana, Geneva, sans-serif;}
.ul-list2 .time b{display:block; width:100%; height:2rem; line-height:2rem; margin-top:.4rem;  color:#ffffff; text-align:center; font-size:1.5rem; font-weight:normal; }
.ul-list2 .time em{display:block; width:100%; height:1.2rem; line-height:1.2rem;  color:#ffffff; text-align:center; font-size:.8125rem; font-style:normal; }
.ul-list2 .name{ float:right; width:calc(100% - 4rem - 1.25rem); line-height:1.5rem; height:3rem; margin-top:.5rem; margin-bottom:.5rem; overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; font-size:1.0625rem;}
.ul-list2 li a:hover .name{}
@media screen and (max-width:1280px){	
.section1{ margin-top:1rem;}
.s1-left{ width:100%;}
.s1-right{ width:100%; margin-top:3rem; }
}

@media screen and (max-width:800px){
	
	.xw-pic{ width:100%; float:left; overflow:hidden;}	
	.xw-list{ width:100%; }
	.ul-list1 .time{width:8%;}

}
@media screen and (max-width:500px){
		.swiper2 .pic {
			height: 20rem;
			position: relative;
			overflow: hidden;
		}
	.ul-list1 .time{width:12%;}
}
@media screen and (max-width:420px){
		.swiper2 .pic {
			height: 17rem;
			position: relative;
			overflow: hidden;
		}
	.ul-list1 .time{width:12%;}
	.menu span{font-size:1.5rem; }
}


/*首页快速链接--------------------------------------------*/
.section2{ width:100%; height:auto;  margin-top:3rem;}
.linkbox{ width:100%;}
.linkbox .t{ float:left; width:359px; height:75px; line-height:75px; background:url(linkbg.png) no-repeat 0% 50%; color:#ffffff; text-align:center; font-size:1.875rem;}
.linkbox .linklist{ float:right; width:calc(100% - 359px - 20px);}
.linkbox .linklist a{ display:block; float:left; width:12.6%; height:70px; line-height:70px; border-bottom:5px solid #A3D900; font-size:1.25rem; text-align:center; background-color:#f5f5f5; margin-right:0.8%;}
.linkbox .linklist a:nth-of-type(7){width:19.6%; margin-right:0; border-bottom:5px solid #00B2B2;}
.linkbox .linklist a:hover{ background-color:#791CB5; border-bottom:5px solid #9449C4; color:#ffffff;}
@media screen and (max-width:1280px){	
.linkbox .t{ display:none;}
.linkbox .linklist{ width:100%;}
}
@media screen and (max-width:800px){	
.linkbox .linklist a{ width:22.75%; margin-right:3%; margin-bottom:1rem; }
.linkbox .linklist a:nth-of-type(4){ margin-right:0;}
.linkbox .linklist a:nth-of-type(7){ width:48.5%; margin-right:0;}
}
@media screen and (max-width:600px){	
.linkbox .linklist a{ font-size:1.0625rem;}
}


/*首页内容区3 党群工作 学生工作 学术动态*/
.section3{ width:100%; height:auto;}
.newbox1{ float:left; width:31.6%; margin-right:2.6%; margin-top:3rem;}
.newbox1:nth-of-type(3n){ margin-right:0;}
.newbox1 .item a{ display:block; margin-bottom:20px;}
.newbox1 .item .title {
    font-size: 1.0625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newbox1 .item a:hover .title {
    color: #791CB5;
}
.newbox1 .item .date {
    margin-top: 10px;
    position: relative;
    
    color: #9246C4;
	font-size:0.875rem;
	font-family:Verdana, Geneva, sans-serif;
}
.newbox1 .item .date:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-top: 1px solid #ddd;
    transition: all 0.3s ease-out 0s;
}

.newbox1 .item a:hover .date:before {
    border-color: #9246C4;
}

.newbox1 .item .date span {
    background: #fff;
    padding-right: 10px;
    display: inline-block;
    position: relative;
}
@media screen and (max-width:1280px){
.newbox1{ width:48.7%; margin-right:2.6%;}
.newbox1:nth-of-type(3n){ margin-right:2.6%;}	
.newbox1:nth-of-type(2n){ margin-right:0;}	
}
@media screen and (max-width:800px){
.newbox1{ width:100%; margin-right:0;}
.newbox1:nth-of-type(3n){ margin-right:0;}	
	
}

/*底部版权*/
.footer{ width:100%; margin:0 auto; background:url(indexbg2.jpg) no-repeat 50% 100%; background-size:cover; height:250px;  margin-top:3rem; text-align:center;}
.footer .foot-logo{ padding-top:50px;}
.footer .foot-logo img{ width:435px; height:61px;}
.footer .contact{ margin-top:40px;}
.footer .contact p{ font-size:0.875rem; line-height:2; color:#ffffff;}

@media screen and (max-width:500px){
.footer{ height:180px; margin-top:0;}
.footer .foot-logo{ padding-top:20px;}
.footer .foot-logo img{ width:300px; height:40px;}	
.footer .contact{ margin-top:10px; padding:0 10px;}
}


/*------------------------------------------文字列表页-------------------------------------------------------------------------------------*/
.listimg{ width:100%; position:relative; margin:0 auto;}
.listimg img{ width:100%; display:block;}

.subpage{ width:100rem; max-width:94%; margin:0 auto; min-height:20rem; }
.sub_left{ width:20rem; float:left;}
.sub_right{ width:calc(100% - 20rem - 3rem); float:right;}
.sub_con{ padding:10px; min-height:30rem;}
.msub-box{ display:none;}/*移动端侧边导航*/

/*pc左侧导航*/

.side-nav{ padding:1rem; min-height:20rem; background-color:#FCF9FD;}
.side-nav .nav-name{ background:url(menubg1.jpg) no-repeat 100% 0%; height:6rem; line-height:6rem; color:#ffffff; font-size:1.5rem; padding-left:1.5rem;}
.side-nav .nav-box{ border-bottom:1px solid #DFC8ED; }
.side-nav .p-yiji{}
.side-nav .p-yiji a{ position:relative; display:block; font-size:1.125rem; line-height:1.125rem; padding:1.5rem 1.5rem;}
.side-nav .p-yiji a.xuanzhong1 { color:#791CB5;}
.side-nav .p-yijibox{display:none;  padding-left:2rem;}
.side-nav .p-yijibox a{ position:relative; display:block; font-size:1rem; line-height:1rem; padding:1rem;}
.side-nav .p-yijibox a.xuanzhong{ color:#791CB5; font-weight:700; }


.lujing{ width:100%; position:relative;  height:4rem;  border-bottom:1px solid #ddd;}
.lujing h4{ display:inline-block; font-size:1.25rem; line-height:4rem;  color:#791CB5;}
.weizhi{ position:absolute; right:0; top:0; line-height:4rem; background:url(weizhi_icon.png) no-repeat 0% 50%;}
.weizhi, .weizhi a{ color:#999; font-size:0.875rem; font-weight:normal; margin:0 .2rem;}

/*列表页文字列表*/
.ul-list li { border-bottom:1px solid #eee ;}
.ul-list li .a { display: flex; height: 5rem; align-items: center;}
.ul-list li .a .time {  width: 7.5rem; padding: 0 .5rem; font-size: 1rem; color: #999; display: flex; align-items: center; position: relative; z-index: 1; font-family:Verdana, Geneva, sans-serif;}
.ul-list li .a .time:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 1rem;
    background: #9449C4;
}
.ul-list li .a .time img {  margin: 0 .5rem 0 0; height:16px; vertical-align: middle;}
.ul-list li h4 {  flex: 1; padding: 0 0 0 1rem; font-size: 1.0625rem; font-weight: normal; line-height: 1.75; overflow: hidden; text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.ul-list li .a:hover .time{ color:#791CB5;}
.ul-list li .a:hover h4{ color:#791CB5; font-weight:700;}


@media screen and (max-width:1024px){/*移动端开始*/
.wp{ padding:10px;}
.sub_left{ display:none;}
.side-nav{ display:none;}
.sub_right{ width:100%;}
.sub_con{ }

/*移动端列表页二级导航*/
.msub-box{ display:block; margin:1.5rem 0;}
.msub-nav{ width:100%; background-color:#9449C4; height:3.5rem; line-height:3.5rem; position:relative;}	

.msub-nav span{ color:#ffffff; font-size:1.125rem; margin-left:1rem;}
.msub-nav .mmenubtn{ position:absolute; right:1rem; color:#ffffff; font-size:1.5rem;}
.msub-list{ padding:0 1rem 2rem;  }
.msub-list{ display:none;}
.msub-list li{ padding:1rem 0; border-bottom:1px dashed #ddd;}
.msub-list li a{ font-size:1.125rem;}
.msub-list li a:hover{ color:#B15234; font-weight:600;}
.msub-list li .msub-san a{ display:inline-block; width:32%; height:1rem; padding:1rem 0; text-align:left; font-size:1rem;}
.msub-list li .msub-san a.active{ color:#9449C4; font-weight:600;}

.ul-list li h4 {  line-height: 1.5;}

}


/*-------------------------------------------------------------内容页详情-------------------------------*/
.nr-box {
    margin: 0 auto;
    max-width: 1000px;
}
.nr-box .nr-title{ font-size:1.5rem; padding:2rem 0; text-align:center;}
.nr-box .nr-time{ font-size:0.875rem; color:#999999;  font-family: 'bebasregular'; text-align:center; font-weight:normal;}
.nr-box .nr-article{ font-size:1.125rem !important; line-height:2.5 !important; margin:3rem 0;}
.nr-box .nr-article img{ max-width:100% !important; height: auto !important; text-indent:0; text-align:center;}
.shangyitiao, .xiayitiao, .shangyitiao a, .xiayitiao a{ font-size:1rem; color:#666;}
.shangyitiao{ margin-top:3rem; margin-bottom:1rem;}
.xiayitiao{margin-bottom:2rem;}

/*----------------------------------单页------------------------------------------------------------------------*/
.danye-title{
	font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 1rem;
    margin-bottom:3rem;
    border-bottom: 1px #eeeeee solid;
    color: #333;}
.danye-nr p{  font-size:1.125rem; line-height:2; margin-bottom:1rem; font-family:'Microsoft Yahei',"PingFang SC","Helvetica Neue",Georgia,Helvetica,Arial,sans-serif;}
.danye-nr p img{ max-width:800px; text-align:center; margin:0 auto;}
@media screen and (max-width:1024px){
	.danye-title{ font-size:1.25rem; text-align:center; margin-top:2rem; margin-bottom:2rem;}
	.danye-nr{ padding:0; font-size:1rem;}
	.danye-nr p img {max-width:100% !important; height:auto !important;}
}
@media screen and (max-width:640px){
	.danye-title{ font-size:1.25rem; margin-top:1rem; margin-bottom:1rem;}
	.danye-nr{ font-size:1rem; }
	.danye-nr p{font-size:1rem; }
}

/*教师列表页------------------------------------------*/
.ul-teacher { margin: -5px; overflow: hidden; margin-top:2rem;}
.ul-teacher li{ display:block; float:left; width: 20%;}
.ul-teacher li a {
    display: block;
    margin: 5px;
    padding: 1.5rem 2rem;
    background:#FCF9FD;
    overflow: hidden;
    transition: all 0.2s ease;
}
.ul-teacher li a:hover{ background-color:#9449C4; color:#fff;}
@media screen and (max-width:1200px){
.ul-teacher li{ display:block; float:left; width:33.33%;}
}
@media screen and (max-width:400px){
.ul-teacher li{ display:block; float:left; width:50%;}
}

/*招生宣传名师风采-------------------------------------------*/
.ul-student{ margin:-1rem; overflow:hidden; margin-top:2rem;}
.ul-student li{ display:block; float:left; width:20%;}
.ul-student li a{ display:block; margin:1rem; transition: all 0.2s ease; border:1px solid #fff; }
.ul-student li a .s-img { position:relative; width:100%; height:0; padding-top:133%; overflow:hidden;}
.ul-student li a .s-img img{ position:absolute; left:0; top:0; width:100%;  z-index:3;}
.ul-student li a .s-name{ height:2rem; line-height:2rem; text-align:center;}
.ul-student li a:hover .s-name{ background-color:#FCF9FD; font-weight:700;}
.ul-student li a:hover{ border:1px solid #9449C4;}
@media screen and (max-width:800px){
.ul-student li{ width:25%;}
}
@media screen and (max-width:500px){
.ul-student{ margin:-0.5rem;  margin-top:2rem;}
.ul-student li{width:33.33%;}
.ul-student li a{ margin:.5rem;}
}
@media screen and (max-width:400px){
.ul-student{ margin:-0.5rem;  margin-top:2rem;}
.ul-student li{width:50%;}

}