/*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{ min-width:375px; font-size:16px; position: relative; margin:0 auto; color:#111111; font-family:'Microsoft Yahei',"PingFang SC","Helvetica Neue",Georgia,Helvetica,Arial,sans-serif;}
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:#1AB1C2;}
a:link{
    color: #111111;
    text-decoration: none;
}
a:visited{
    color: #111111;
    text-decoration: none;
}
.clear{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}

@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");
}
/***************************************首页*****************/

.top{ width:100%; margin:0 auto; height:180px; background:url(topbg.png) #1AB1C2 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:#ffffff;
	text-indent:10px;
}
.pcsousuo .s-r {
	position:absolute;
	right:0;
	top:0;
}


/*pc导航*/
.navbox{ width:100%; height:60px; background-color:#ffffff;}
#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; float:left; width:8.333%; text-align:center;}
#pcnav .yiji a{display:block; height:60px; line-height:60px; width:100%;   text-align:center; font-size:1.125rem;  z-index:35;  }/*一级栏目间距*/
#pcnav .erji{position:absolute; display:none; width:100%; top:60px;}/*二级列表菜单*/
#pcnav .erji a{ width:100%; padding:0; height:60px; line-height:60px; font-size:1rem; text-align:center; position:relative; border-bottom:1px solid #ffffff;}/*二级栏目间距*/
#pcnav .sanji{position:absolute; left:160px;  top:0; width:160px; }		
#pcnav a:hover,  #pcnav a:focus, #pcnav a.xuanzhong{color:#1AB1C2;}
#pcnav .erji li{ margin-right:0; position:relative; background: rgba(255, 255, 255, .7);}/*二级菜单样式背景色*/
#pcnav .erji a:hover, #pcnav .erji a:focus{background-color:#1AB1C2; 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:1500px){
#pcnav .yiji a{ font-size:1.0625rem;}/*一级栏目间距*/
#pcnav .erji a{ font-size:1rem;}
}

/*------------------------------------------------------手机端顶部开始------------------------------*/
.m_header_box {transition:.6s; display:none; height:5rem; position: relative; z-index: 100000;}
.m_header_box header{padding:0; height:5rem; background:url(topbg.png) #1AB1C2 0% 0%; background-size:cover; 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:4rem; height:4rem; display:flex; align-items: center; justify-content: center; z-index: 1; min-width:4rem;}

#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:1.5rem; 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:5rem 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:#F2F6F8; 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;  border-bottom: 1px solid #ddd;}
.list_box_nav_mobile>li .con{ position:relative; padding-left:1rem; padding-right:1rem;}
.list_box_nav_mobile>li .a{width: 100%; line-height:4rem; color: #1AB1C2; 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(add.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(minus.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 20px;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:14px; color: #444; line-height: 2.5; width:49%; float:left; }

/*移动端搜索*/
.wap_search{ font-size:16px; color:#fff; text-align:center; overflow:hidden; display:block; height:40px;  margin:1rem; position:relative;  }
.wap_search form{position:relative;  display:block;  height:40px;}
.wap_search .input {
	float: left;
    font-size:14px;
    color:#666;
    height:40px;
    line-height:40px;
	text-indent:10px;
    background: #fff;
	border:0;
    width: calc(100% - 40px);}
.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url(ssicon.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:32px;
	height:32px;
	display: inline-block;
	border-radius: 0;
	background: url(fy1.png);
	background-size:32px 32px;
	opacity:1;
}
.swiper-pagination1 .swiper-pagination-bullet-active {
	width: 32px;
	height:32px;
	opacity: 1;
	background: url(fy2.png);
}
.swiper1.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 30px;
    left: 0;
    width: 100%;
}
/*首页内容区开始-----------------------------------------------------------*/
.mainbox{ width:100%; margin:0 auto; height:auto;}
.wp{ padding:60px 60px 40px;}

/***************************************************************************************************************************/
.section1{ width:100%; height:auto; background:url(indexbg1.png) no-repeat 50% 0%;}
/*section1左侧-----------------------------*/
.s1-left{ width:69.5%; 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:26px; }
.menu a{ display:inline-block; position:absolute; right:0; width:60px; height:24px; line-height:24px; color:#999999; font-size:14px; background:url(more1.png) no-repeat 100% 50%; transition:all 0.2s ease-out 0s;}
.menu a:hover{ color:#1AB1C2;  background:url(more2.png) no-repeat 100% 50%;  transition:all 0.2s ease-out 0s;}
/*学院动态左侧图片*/
.xw-pic{ width:45.6%; float:left;}
.swiper2.swiper-container{}
.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 {
	position:relative;
	padding:1rem 0;
	height:2rem; 
	background-color:#ffffff;}
.swiper2 .txt .shijian{ float:left; width:90px; height:2rem; line-height:2rem; text-align:center; background-color:#1AB1C2; color:#ffffff; font-size:1rem; font-family:Arial, Helvetica, sans-serif;}
.swiper2 .txt .title{ float:right; width:calc(100% - 110px);  }
.swiper2 .txt .title a{ display:block; width:100%; height:2rem; line-height:2rem; font-size:17px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.swiper2 .txt:hover .title a{color:#1AB1C2;}
.swiper-button-prev.swiper-button-prev2, .swiper-container-rtl .swiper-button-next2 {
    background-image: url(arrow_lf.png);
    left: 0;
    right: auto;
}
.swiper-button-next.swiper-button-next2, .swiper-container-rtl .swiper-button-prev2 {
    background-image: url(arrow_rt.png);
    right: 0;
    left: auto;
}
.swiper-button-next.swiper-button-next2.swiper-button-disabled, .swiper-button-prev.swiper-button-prev2.swiper-button-disabled {
    opacity: .65;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next.swiper-button-next2, .swiper-button-prev.swiper-button-prev2 {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 50px;
    margin-top:-25px ;
    z-index: 10;
    cursor: pointer;
    background-size: 30px 50px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper2.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 70px;
    left: 0;
    width: 100%;
}
.swiper-pagination2 .swiper-pagination-bullet{
	background-color:#ffffff;
	 opacity: .6;}	
.swiper-pagination2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff
}

/*学院动态右侧新闻列表*/
.xw-list{ width:52%; float:right;}

.ul-list1 li{ display:block; height:4rem; border-top:1px solid #ddd; padding:1rem 0;}
.ul-list1 li a{ display:block; height:4rem;}
.ul-list1 li a:hover{ transition:all 0.3s ease-out 0s; }
.ul-list1 .time{ float:left; width:75px; height:65px;}
.ul-list1 .time b{display:block; width:100%; height:2rem; line-height:2rem; margin-top:.4rem;  color:#1AB1C2; font-size:26px;  font-family: Arial, Helvetica, sans-serif; }
.ul-list1 .time em{display:block; width:100%; height:1.2rem; line-height:1.2rem;  color:#666666;  font-size:.8125rem; font-style:normal;  font-family: Arial, Helvetica, sans-serif;}
.ul-list1 .name{ float:right; width:calc(100% - 75px); 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-list1 li a:hover .name{}
/*section1右侧-----------------------------*/
.s1-right{ width:27%; float:right;}
/*通知公告*/
.ul-list2 li{ display:block; height:4rem; padding:1rem 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:75px; height:65px; background-color:#E8F7F9;}
.ul-list2 .time b{display:block; width:100%; height:2rem; line-height:2rem; margin-top:.4rem;  color:#1AB1C2; text-align:center; font-size:26px;  font-family: Arial, Helvetica, sans-serif; }
.ul-list2 .time em{display:block; width:100%; height:1.2rem; line-height:1.2rem;  color:#666666; text-align:center; font-size:.8125rem; font-style:normal;  font-family: Arial, Helvetica, sans-serif;}
.ul-list2 .name{ float:right; width:calc(100% - 75px - 20px); 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:2rem; }
}

@media screen and (max-width:800px){	
	.xw-pic{ width:100%; float:left; overflow:hidden;}	
	.xw-list{ width:100%; margin-top:20px; }

}

@media screen and (max-width:500px){
		.swiper2 .pic {
			height: 20rem;
			position: relative;
			overflow: hidden;
		}
	.ul-list1 .time{width:15%;}
}
@media screen and (max-width:420px){
		.swiper2 .pic {
			height: 17rem;
			position: relative;
			overflow: hidden;
		}

	.menu span{font-size:1.5rem; }
}




/*首页内容区2 党群工作 教学 学术动态 学团*/
.section2{ width:100%; height:auto; background-color:#F2F6F8; padding-bottom:30px;}
.newbox1{ float:left; width:22.6%; margin-right:3.2%; }
.newbox1:nth-of-type(4){ margin-right:0;}
.menu1{ width:100%; position:relative; height:2rem; margin-bottom:2rem;  }
.menu1 span{display:inline-block; width:125px; height:35px; line-height:35px; font-size:26px; background:url(line1.png) no-repeat 100% 80%; margin-right:25px; }
.menu1 a{ display:inline-block; color:#999999;  font-size:14px;  transition:all 0.2s ease-out 0s;}
.menu1 a:hover{ font-weight:700; color:#1AB1C2; transition:all 0.2s ease-out 0s;}

.newbox1 .hezi{ padding:20px 20px 50px;  background-color:#ffffff;}
.newbox1 .hezi.bgline1{ border-top:3px solid #1AB1C2;}
.newbox1 .hezi.bgline2{ border-top:3px solid #FF7F00;}
.newbox1 .hezi.bgline3{ border-top:3px solid #00D9A3;}
.newbox1 .hezi.bgline4{ border-top:3px solid #D9A300;}

.newbox1 .item a{ display:block; border-bottom:1px solid #ddd; padding:15px 0;}
.newbox1 .item a:nth-of-type(5){ border-bottom:0;}
.newbox1 .item .title {
	line-height:25px;
    font-size: 1.0625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newbox1 .item a:hover{ background-color:#f9f9f9;}
.newbox1 .item a:hover .title {
    color: #1AB1C2;
	font-weight:700;
}
.newbox1 .item .date {
	color:#1AB1C2;
	font-size:0.875rem;
	font-family: Arial, Helvetica, sans-serif;
	line-height:22px;
}


@media screen and (max-width:1280px){
.newbox1{ width:48.7%; margin-right:2.6%; margin-top:30px;}
.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(footbg.jpg) no-repeat 50% 100%; background-size:cover; height:450px; }
.footer .f-left{ float:left; width:34%; margin-right:8%;}
.footer .f-center{ float:left; width:34%;}
.footer .f-right{ float:right; width:150px;}
.f-left h3{ font-size:26px; color:#ffffff; background:url(arrow1.png) no-repeat 0% 50%; padding-left:25px; font-weight:normal; margin-bottom:30px;}
.f-left ul{ padding-left:25px;}
.f-left ul li{ float:left; display:block; width:50%;}
.f-left ul li a{ display:block; margin-right:30px; border-bottom:1px solid #99FFFF; font-size:14px; color:#ffffff; height:45px; line-height:45px;}

.f-center h3{ font-size:26px; color:#ffffff; background:url(arrow1.png) no-repeat 0% 50%; padding-left:25px; font-weight:normal;  margin-bottom:30px;}
.f-center .lianxi p{ color:#ffffff; font-size:14px; line-height:30px;}
.f-center .lianxi img{ width:460px; margin-top:40px;}

.f-right .erweima img{ width:140px; border:5px solid #fff;}
.f-right .erweima p{ line-height:40px; text-align:center; text-align:center; color:#fff; font-size:14px;}
@media screen and (max-width:1440px){
	.footer .f-left{ float:left; width:40%; margin-right:8%;}
	.f-center .lianxi img{ width:300px; margin-top:40px;}
}
@media screen and (max-width:1280px){
	.footer .f-left{ float:left; width:46%; margin-right:3%;}
}
@media screen and (max-width:1024px){
	.footer { padding-top:30px; padding-bottom:30px; height:auto;}
	.footer .f-left{ width:100%; margin-right:0; margin-bottom:30px;}
	.footer .f-center{ float:left; width:calc(100% - 130px);}
	.footer .f-right{ float:right; width:120px;}
	.f-right .erweima img{ width:110px; border:5px solid #fff;}
}
@media screen and (max-width:440px){
	.f-left h3{ margin-bottom:15px;}
	.f-left ul{ padding-left:0;}
	.f-left ul li a{ display:block; margin-right:10px; font-size:12px; color:#ffffff; height:35px; line-height:35px;}
	
	.footer .f-center{ width:100%;}
	.f-center h3{margin-bottom:15px;}
	.f-center .lianxi img { margin-top:10px;}
	.footer .f-right{ width:100%; margin:0 auto; text-align:center; margin-top:30px;}
	
}
/*------------------------------------------文字列表页-------------------------------------------------------------------------------------*/
.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{ border-left:5px solid #1AB1C2;}
.side-nav .nav-name{ background-color:#1AB1C2; height:6rem; line-height:6rem; color:#ffffff; font-size:2rem; font-weight:700; padding-left:1.5rem;}
.side-nav .nav-box{ border-bottom:1px solid #ececec; margin:10px 20px; }
.side-nav .p-yiji{}
.side-nav .p-yiji a{ position:relative; display:block; font-size:20px; line-height:1.125rem; padding:1.5rem 1.5rem;}
.side-nav .p-yiji a.xuanzhong1, .side-nav .p-yiji a:hover { color:#1AB1C2; font-weight:700;  background:url(dot3.png) no-repeat 100% 50%;}
.side-nav .p-yijibox{display:none;  padding:0 1.5rem;}
.side-nav .p-yijibox a{ position:relative; display:block; font-size:1rem; line-height:1rem; padding:1rem;}
.side-nav .p-yijibox a.xuanzhong{ color:#1AB1C2; font-weight:700; }


.lujing{ width:100%; position:relative;  height:4rem;  border-bottom:1px solid #ddd;}
.lujing h4{ display:inline-block; font-size:20px; line-height:4rem;  color:#1AB1C2;}
.weizhi{ position:absolute; right:0; top:0; line-height:4rem; background:url(home.png) no-repeat 0% 50%;}
.weizhi, .weizhi a{ color:#999; font-size:0.875rem; font-weight:normal;}
.weizhi{padding:0 0 0 1rem;}

/*列表页内容区右侧文字列表*/
.ul-list{ margin-top:32px; }
.ul-list li{ display:block; height:90px; border-bottom:1px solid #dddddd;}
.ul-list li a{ display:block; height:90px; padding:0 30px;}
.ul-list .time{ float:left; width:80px; height:60px;  text-align:center; padding-top:15px; padding-bottom:15px;}
.ul-list .time b{ display:block; width:100%; font-size:26px; color:#1AB1C2;  font-family: Arial, Helvetica, sans-serif; padding-top:5px;}
.ul-list .time p{ width:100%; color:#666;  font-size:14px; font-family: Arial, Helvetica, sans-serif;  }
.ul-list .name{ float:right; width:calc(100% - 120px);  line-height:90px; height:90px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; font-size:18px;}
.ul-list li:hover{border-bottom:1px solid #fff; background-color:#1AB1C2;}
.ul-list li:hover a .time b{ color:#ffffff;}
.ul-list li:hover a .time p{ color:#ffffff;}
.ul-list li:hover a .name{ color:#ffffff;}
@media screen and (max-width:1280px){/*移动端开始*/
.wp{ padding:10px;}
.sub_left{ display:none;}
.side-nav{ display:none;}
.sub_right{ width:100%;}
.sub_con{ padding:0; }

/*移动端列表页二级导航*/
.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;}

}

@media screen and (max-width:400px){
	.ul-list li a{ display:block; height:90px; padding:0;}
	.ul-list .name{ float:right; width:calc(100% - 100px);}
}
/*-------------------------------------------------------------内容页详情-------------------------------*/
.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:1000px; 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:1000px; 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;}
	
	.nr-box .nr-title{font-size:1.25rem; }
	.nr-box .nr-article 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: 15px 5px;
    padding: 1.5rem 2rem;
    background:#E8F7F9;
    overflow: hidden;
    transition: all 0.2s ease;
	text-align:center;
}
.ul-teacher li a:hover{ background-color:#1AB1C2; 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%;}
}


/*校友风采----------------------------------------------------------------------------------*/
.stu-box ul li{ list-style:none;  width:16.66%; float:left;}
.stu-box ul li a{ display:block; padding:0.5rem; border:1px solid #eee; margin:0.3rem;}
.stu-box ul li a .pic{ position:relative; width:100%; height:0; padding-top:140%; overflow:hidden; background-color:#f5f5f5; }
.stu-box ul li a .pic img{ position:absolute; left:0; top:0; width:100%; height:auto;}
.stu-box ul li a .text{}
.stu-box ul li a .text p{    
    font-size: 1rem;
    color: #202020;
    /* line-height: 1.5rem; */
    height: 3rem;
    padding-top: 0.5rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    /* vertical-align: middle; */
    align-items: center;

}
.stu-box ul li a .text p::after{
	position: absolute;
    top: 0;
    left: 0;
    width:3rem;
    height: 2px;
    background: url(line.png) no-repeat center;
    background-size: 100%;
    transition: 0.4s;
    content: "";
}
.stu-box ul li a:hover .text p::after{width: 100%;transition: 0.4s;}
.stu-box ul li a:hover{border:1px solid #1AB1C2;}
@media screen and (max-width:1400px){
	.stu-box ul li a .text p{ font-size: 0.8rem;}
	
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:640px){
	.stu-box ul li{ width:33.33%;}
	
}
@media screen and (max-width:400px){
	.stu-box ul li{ width:50%;}
}