@charset "utf-8";
@import url("edittext.css");

/* 样式重置 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}

/*html5 reset*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/*section,article,aside,header,footer,nav,dialog,figure{display:block;}*/
menu, figure{margin:0;padding:0;}
body{
	background:#fff;
	color:#555;
	font:normal 14px/1.5 "Microsoft YaHei", tahoma, Simsun,"Arial Unicode MS",Mingliu,Arial,Helvetica;
}
body,html{}
table{border-collapse:collapse;border-spacing:0}
table,td,th{vertical-align: middle;}
input,select{vertical-align:middle;}
input,select,textarea{font-family:"Microsoft YaHei",arial,verdana,sans-serif;font-size:14px;}
/*input:focus{outline:0 none}*/
h1,h2,h3,h4,h5,h6{
 font-weight: normal;    
 font-size: 100%; 
}
ul,ol,menu{list-style:none;}
a img{border:none;}
img{ vertical-align:top;}
p{margin-bottom:1.2em;}
fieldset{padding:0 1em 1em 1em; margin:1.6em 0;border:1px solid #ccc;} /*** padding-top is margin-top for fieldsets in Opera ***/
legend{padding-left:.8em; padding-right:.8em;}
legend+*{margin-top:1em;} /*** compensates for the opera margin bug ***/
sub{ font-size:smaller; line-height:0; vertical-align:sub;}
sup{ font-size:smaller; line-height:0; vertical-align:super;}

a{color:#555;cursor:pointer; text-decoration:none;}
a:hover{color:#1295d8;text-decoration:underline;}
a:focus{}
hr { border:none; border-bottom:1px dotted #ccc; }

/*基础样式*/
.t12{font-size:12px;}
.t14{font-size:14px;}
.t16{font-size:16px;}
.t18{font-size:18px;}
.t24{font-size:24px;}
.black{color:#000;}
.white{color:#fff;}
.grey{color:#ccc;}
.red{color:#db0210;}
.blue{color:#03f;}
.green{color:#008000;}
.mcolor{color:#900;}
.b{font-weight:bold;}
.clear{clear:both;}
.delete{text-decoration:line-through;}
.nob{border:none;background:none;}
.fl{float:left;}
.fr{float:right;}
.float_left {float:left;padding:7px;}
.float_right {float:right;padding:7px;}
.img_float_left {float:left;clear:left;margin:0 30px 20px 0;}
.img_float_right {float:right;clear:right;margin:0 0 20px 30px;}

.highlight {background:#ff0;}
.thin{font-weight: lighter;}
.error_tips,.notice_tips,.success_tips{padding:.3em .8em;margin-bottom:1em;border:2px solid #ddd;}
.error_tips{background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice_tips{background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success_tips{background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error_tips a{color:#8a1f11;}
.notice_tips a{color:#514721;}
.success_tips a{color:#264409;}
.center{text-align: center;}
.tdu{text-decoration:underline;}
.errorMessage{ color:#f00;}
.hidden{ display:none;}
.oh{overflow:hidden;}
.lefthalf{
	float:left;
	width:48%;
}
.righthalf{
	float:right;
	width:48%;
}

.h1{ font-size:36px;}
.h2{ font-size:24px;}
.h3{ font-size:18px;}
.h4{ font-size:16px;}
.h5{ font-size:14px;}
.h6{ font-size:12px;}

.submit{ cursor:pointer; overflow:visible;}
.radio, .checkbox{ margin:0 5px 3px 0;}
.input, .textarea{
	padding:8px;
	color:#555;
	border:1px solid #ddd;
	color:#474747;
	/*-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:1px 1px 1px #eee;
	-moz-box-shadow:1px 1px 1px #eee;
	box-shadow:1px 1px 1px #eee;
	background: url(../images/bg_input.png) no-repeat left top;
	-webkit-box-shadow: 1px 1px 1px #f2f2f2 inset;
	-moz-box-shadow: 1px 1px 1px #f2f2f2 inset;
	box-shadow: 1px 1px 1px #f2f2f2 inset;*/
}
.input:focus, .textarea:focus{
}
.formbox .input,.formbox  .textarea{
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	-ms-transition:all .2s ease;
	transition:all .2s ease;
	
}
.formbox .input:focus, .formbox .textarea:focus{
	background:#FFFFFF;
    border: 1px solid #1295d8;
	
	-webkit-box-shadow: 1px 1px 1px #f2f2f2 inset;
	-moz-box-shadow: 1px 1px 1px #f2f2f2 inset;
	box-shadow: 1px 1px 1px #f2f2f2 inset;
}

input::-moz-placeholder {
    color: #999;
	/*opacity:1;filter:Alpha(opacity=100);*/
}
textarea::-moz-placeholder {
    color: #999;
	/*opacity:1;filter:Alpha(opacity=100);*/
}


/*清除浮动*/
.clearfix:after {content: "\0020";display: block;height: 0;clear: both;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
* html .clearfix {height: 1%;}
* html .clearfix {display: block;}

.mainwidth:after,.container:after,.contop:after,.mainwidth:after,.searchcon:after,.connmenu ul:after,.botleftcon:after,.aboutconbox:after,.eventslist:after,.lecturelist:after,.selectyearlist:after,.item_in:after,.label_item:after{ content:'\0020'; display:block; height:0; clear:both;}
.mainwidth,.container,.contop,.mainwidth,.searchcon,.connmenu ul,.botleftcon,.aboutconbox,.eventslist,.lecturelist,.selectyearlist{ zoom:1;}



/*all*/
/*.body_none{
	overflow:hidden;
}*/
.wrapper{
	font-size:14px;
	background:#fff;
	overflow:hidden;
}

/*mainwidth*/
.mainwidth{
	width:1200px;
	max-width:1200px;
	margin:0 auto;
}

/*container*/
.container{
	padding:10px 0 0;
	background-color:#f3f3f3;
}
.container_index{
	padding-top:0px;
}

/*头部*/
.header{
	height:157px;
	width:100%;
	position:relative;
	z-index:999;
}
.header .topbar{
	height:86px;
	width:100%;
	background:#9a0000 url(../images/header_img1.png) no-repeat 50% 50%;
	padding:14px 0 0;
	overflow:hidden;
}
.header .topbar .mainwidth{
	position:relative;
}
.header .rightbar{
	position:absolute;
	top:0;
	right:0;
	overflow:hidden; zoom:1;
}
.header .topbar .search{
	float:left;
	width:185px;
	padding:4px 42px 4px 15px;
	overflow:hidden; zoom:1;
	background:#fff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.header .topbar .search .input_text{
	width:97%;
	padding:0;
	border:none;
}
.header .topbar .search a{
	display:inline-block;
	float:right;
	width:31px;
	height:22px;
	margin-right:-40px;
}
.header .topbar .search img{
	padding-right:15px;
}

.header .topbar .home{
	display:block;
	float:right;
	width:60px;
	height:30px;
	background:url(../images/header_img3.png) no-repeat center center;
}
/*.header .topbar .search a{
	background:url(../images/header_img2.png) no-repeat 0 0;
	width:17px;
	height:17px;
	display:block;
	border:none;
	margin-left:3px;

	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}*/
.header .logo{
	display:block;
	/*width:370px;*/
	width:463px;
	margin:0 auto;
}
.header .logo_off{
	display:none;
}
.topbar .alumni_link{
	position:absolute;
	top:0;
	left:10px;
	color:#fff;
}
.topbar .alumni_link a{
	margin:0 10px;
	color:#fff;
	font-weight:bold;
}

/*菜单*/
.header .nav_out{
	background:#FFF;
	height:57px;
	font-size:16px;
}
.header .nav{
	position:relative;
	margin:0 125px;
}
.header .nav li{
	float:left;
	width:14.28%;
	text-align:center;
}
.header .nav li .nav_a{
	display:block;
	line-height:57px;
}
.header .nav li .nav_down{
	position:absolute;
	z-index:99;
	display:none;
	width:180px;
	border-top:3px #9e0a0a solid;
	color:#333;
	background-color:#fff;

	-webkit-box-shadow:-1px 0px 7px 0px #e0e0e0,1px 1px 7px 0px #e0e0e0;
	-moz-box-shadow:-1px 0px 7px 0px #e0e0e0,1px 1px 7px 0px #e0e0e0;
	box-shadow:-1px 0px 7px 0px #e0e0e0,1px 1px 7px 0px #e0e0e0;
}
.header .nav li .nav_a:hover,.header .nav li:hover .nav_a,.header .nav li.cur .nav_a{
	color:#9a0000;
	text-decoration:none;
}
.header .nav li:hover .nav_down{
	display:block;
}
.header .nav li .nav_down a{
	display:block;
	height:50px;
	line-height:50px;
	border-top:1px #f0f0f0 solid;
}
.header .nav li:hover .nav_down a:hover{
	color:#af0412;
	text-decoration:none;
}

/*banner*/
.banner_out{
	width:100%;
	padding-top:15px;
}
.banner{
	width:100%;
    height: 520px;
	max-width:1200px;
	max-height:520px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.banner .img{
	position:relative;
	width:1200px;
	height:100%;
	max-width:1200px;
	max-height:520px;
	overflow:hidden;
}
.banner .text{
	position:absolute;
	left:120px;
	bottom:30px;
	height:60px;
	padding:0 90px 0 20px;
	line-height:60px;
	font-size:22px;
	color:#fff;
	background-color:rgba(0,0,0,0.6);
}
/*.banner .page{
	position:absolute;
	right:205px;
	bottom:36px;
	z-index:99;
}
.banner .page .swiper-pagination-switch{
	display:block;
	float:left;
	width:28px;
	height:2px;
	margin-right:6px;
	background-color:rgba(255,255,255,0.4);
}
.banner .page .swiper-active-switch{
	background-color:#fff;
}*/

.banner .page_b{
	position:absolute;
	right:115px;
	bottom:30px;
	z-index:99;
}
.banner .prev,.banner .next,.banner .num{
	width:45px;
	height:45px;
	display:block;
	float:left;
}
.banner .prev{
	background:url(../images/banner_prev.png) no-repeat center center;
}
.banner .prev_none{
	background:url(../images/banner_prev_2.png) no-repeat center center;
}
.banner .next{
	background:url(../images/banner_next.png) no-repeat center center;
}
.banner .next_none{
	background:url(../images/banner_next_2.png) no-repeat center center;
}
.banner .num{
	background:url(../images/banner_numb.png) no-repeat center center;
	margin:0 1px;
	font-size:40px;
	color:#fff;	
}
.banner .num .cur{
	font-size:22px;
	color:#fff;
	display:block;
	margin:-2px 0 0 9px;
}
.banner .num .total{
	font-size:14px;
	display:block;
	color:rgba(255,255,255,0.44);
	*color:#a9a9a9;
	margin:-8px 0 0 29px;
}

/*首页南燕新闻*/
.part_out{
	padding:40px 0 70px;
}
.part_out .title,.notice .title{
	overflow:hidden;
	height:44px;
	margin:0px 0 5px;
	line-height:44px;
}
.part_out .titlein{
	float:left;
	font-size:22px;
	line-height:28px;
	color:#960814;
}
.part_out .titlein img{
	margin-right:16px;
}
.part_out .title .more,.part_out .schoolmate .title .more_gray{
	float:right;
	color:#999;
	font-size:14px;
}
.part_out .title .more:hover,.part_out .schoolmate .title .more_gray:hover{
	color:#9b0000;
}
.part_out{
	overflow:hidden; zoom:1;
}
.item_btn{
	display:block;
	width:160px;
	height:45px;
	line-height:45px;
	margin:0 auto 0px;
	background-color:#b00314;
	color:#fff;
	border:none;
	text-align:center;
}
.back{
	width:340px;
	margin:0 auto;
	overflow:hidden; zoom:1;
}
.back .item_btn,.back .back_btn{
	float:left;
}
.back .back_btn{
	margin-left:20px;
}
input.item_btn{
	background-color:#b10415;
	font-size:16px;
	cursor:pointer;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-appearance:none;
}
.item_btn:hover,.pop_close:hover,.alumni_btn:hover{
	color:#fff;
	text-decoration:none;
}
.news{
	float:left;
	width:65%;
	padding-right:1.6%;
}
.news_list li{
	margin-bottom:20px;
	padding-left:245px;
	overflow:hidden; zoom:1;
}
.news_list .img_a{
	position:relative;
	display:block;
	float:left;
	width:225px;
	height:140px;
	margin-left:-245px;
}
.news_list .img_a img{
	width:100%;
}
.news_list li .img_box{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	width:221px;
	height:136px;
	border:#b00314 2px solid;

	transition:all ease .5s;
}
.news_list li:hover .img_box{
	opacity:1;
}
.news_list .text{
	float:left;
	width:100%;
}
.news_list .title_list{
	color:#333;
	font-size:18px;
	margin:8px 0 10px;
}
.news_list li:hover .title_list a{
	color:#af0414;
	text-decoration:none;
}
.news_list .info{
	color:#666;
	min-height:45px;
}
.news_list .date{
	margin-top:10px;
	color:#999;
}

/*首页通知公告*/
.notice{
	float:right;
	width:32%;
	max-width:365px;
	/*margin-left:1.3%;*/
}
.notice_list li{
	min-height:58px;
	padding:17px 23px 15px 15px;
	border-top:#ebebeb solid 1px;
	background-color:#f9f9f9;
}
.notice_list li.first{
	border:none;
}
.notice_list li a{
	width:100%;
	color:#333;
	font-size:16px;
}
.notice_list li .date,.alumni .img_alumni{
	float:left;
	display:block;
	width:41px;
	height:47px;
	padding:7px 8px;
	margin:-3px 15px 0 0px;
	background-color:#fff;
}
.alumni .img_alumni,.alumni .img_alumni img{
	width:55px;
	height:55px;
}
.notice_list li .year{
	display:block;
	color:#999;
	font-size:18px;
}
.notice_list li:hover a,.notice_list li:hover .year{
	color:#b00314;
	text-decoration:none;
}

.news::after,.notice_out:after,.school:after,.footer .mainwidth:after,
.slip:after,.header .nav:after,.schoolmate:after{
	content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*首页校友活动*/
.schoolmate_out{
	background:#9d0815 url(../images/index_img10.png) no-repeat 50% 50%;
	background-size:auto 100%;
}
.schoolmate{
	position:relative;
}
.schoolmate .swiper-container{
    overflow:hidden;
    min-height:600px;
	width:100%;
}
.schoolmate .swiper-container .swiper-slide{
	/*width:408px;
    height:550px;
	margin-right:20px;*/
	width:365px;
}
.schoolmate .swiper-pagination{
	position:absolute;
	bottom:0px;
	left:46%;
	overflow:hidden;
	display:none;
}
.schoolmate .swiper-pagination .swiper-pagination-switch{
	background:#c5c5c5;
	width:9px;
	height:9px;
	display:block;
	float:left;
	margin-right:8px;
	text-indent:100em;
	opacity:1;
	cursor:pointer;

	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.schoolmate .swiper-pagination .swiper-active-switch,.schoolmate .swiper-pagination .swiper-visible-switch{
	background:#fff;
	display:block;
}
.schoolmate_in{
	width:365px;
	min-height:525px;
	margin:0 auto;
	padding-bottom:25px;
	background-color:#fff;
}
.schoolmate_in .img_a{
	display:block;
	width:100%;
	height:230px;
}
.schoolmate_in .img_a img{
	width:100%;
	height:100%;
}
.mate_first{
	margin-left:0;
}
.schoolmate_out .titlein{
	color:#fff;
}
.schoolmate_in .title_n{
	margin:20px 20px 0;
	padding-bottom:15px;
	border-bottom:1px #ebebeb solid;
}
.schoolmate_in .title_n a{
	font-size:18px;
	color:#333;
}
.schoolmate .title .more,.schoolmate .title .more:hover{
	color:#fff;
}
.donate .title .more:hover{
	color:#9b0000;
}
.mate_text{
	min-height:250px;
}
.alumni_style .mate_text{
	min-height:300px;
}
.schoolmate_in .text{
	font-size:14px;
	color:#666;
	margin:12px 20px 0;
	padding-bottom:50px;
	line-height:24px;
}
.schoolmate_in .text .date{
	margin-bottom:10px;
}
.schoolmate_in .text .time{
	display:block;
	font-size:16px;
	color:#333;
}
.mate_item .title_n{
	position:relative;
	min-height:55px;
}
.mate_item:hover .title_n a{
	color:#af0414;
	text-decoration:none;
}
.mate_item .title_n:before{
	position:absolute;
	bottom:-1px;
	left:0;
	right:0;
	margin:auto;
	content:'';
	width:0;
	height:1px;
	background-color:#af0414;
	transition:all .5s ease;
}
.mate_item:hover .title_n:before{
	width:100%;
}
.end_state .text,.end_state .text .time{
	color:#999;
}
.end_state .item_btn{
	background-color:#bbb;
}
.schoolmate_out .prev,.schoolmate_out .next{
	position:absolute;
	top:50%;
	z-index:200;
	display:block;
	width:35px;
	height:65px;
	margin-top:-33px;
}
.schoolmate_out .prev{
	background:url(../images/news_prev.png) no-repeat center center;
	left:-114px;
}
.schoolmate_out .next{
	background:url(../images/news_next.png) no-repeat center center;
	right:-114px;
}
.schoolmate .ctrl{
	position:absolute;
	bottom:30px;;
	left:50%;
	overflow:hidden;
}
.schoolmate .ctrl a{
	background:#c5c5c5;
	width:9px;
	height:9px;
	display:block;
	float:left;
	margin-right:8px;
	text-indent:100em;

	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.schoolmate .ctrl .activeSlide{
	background:#9b0000;
}

/*首页校友风采*/
.alumni_style{
	background:#fff;
}
.alumni_style .schoolmate{
	float:left;
	width:32%;
	max-width:365px;
	margin-right:4%;
	overflow:hidden; zoom:1;
}
.alumni_style .schoolmate_in{
	float:left;
	width:100%;
	/*margin-left:50px;*/
	background-color:#f9f9f9;
}
.alumni_style .titlein{
	color:#960814;
}
.alumni_style .mate_first{
	margin-left:0;
}
.alumni li{
	background-color:#fff;
}
.alumni .img_alumni{
	padding:0;
}

/*首页捐赠和校友服务*/
/*.donate{
	background:#fff;
}
.donate .mate_item{
	background-color:#f9f9f9;
}
.donate .title .more{
	color:#999;
}
.service li{
	position:relative;
	width:365px;
	height:auto;
	padding:0;
	border-bottom:1px #ebebeb solid;
	border-top:none;
}
.service .last{
	border-bottom:none;
}
.service li .notice_on img{
	width:325px;
	height:150px;
	margin:0 0px 20px;
}
.service li .service_title{
	display:block;
	height:80px;
	line-height:80px;
	margin:0 20px;
	background:#f9f9f9 url(../images/arrow_down.png) no-repeat right center;
	font-size:20px;
	color:#666;
}
.service li:hover,.service .notice_list .li_on{
	background-color:#fcfcfc;
}
.service li:hover .service_title,.service .li_on .service_title{
	color:#b00314;
	background:#fcfcfc url(../images/arrow_up.png) no-repeat right center;
}
.service .notice_list .notice_none{
	display:none;
	padding:0 20px;
}
.service .notice_list .notice_on,.service .notice_list .last .notice_on{
	display:block;
	padding-bottom:45px;
	background-color:#fcfcfc;
}
.notice_on .notice_text{
	display:block;
	color:#666;
	font-size:16px;
}
.notice .detail_btn{
	display:block;
	margin:30px 0 0px;
	color:#999;
	text-align:center;
	font-size:16px;
}
.service .notice_list li:hover .notice_on{
	display:block;
}
.service li:hover .service_title{
	color:#b00314;
}
.service li .img_bg{
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	color:#fff;
	background-color:rgba(175,5,20,0.9);

}
.service li:hover .img_bg{
	display:block;
}
.service li .img_bg:hover{
	color:#fff;
}
.service li .img_bg .title{
	display:block;
	font-size:20px;
	text-align:center;
	padding:7px 20px 0px;
}
.service li .img_bg .text{
	display:block;
	padding:0 20px;
	font-size:14px;
	color:#fff;
}
.service li .img_bg .see_detail{
	position:absolute;
	bottom:15px;
	left:0;
	width:100%;
	display:block;
	font-size:12px;
	text-align:center;
	padding-bottom:16px;
	margin:20px 0 10px;
	color:#fff;
	text-align:center;
	background:url(../images/see_detail.png) no-repeat center bottom;
}*/
.donate{
	background:#fff;
}
.donate .mate_item{
	background-color:#f9f9f9;
}
.donate .title .more{
	color:#999;
}
.service li{
	position:relative;
	width:365px;
	height:200px;
	min-height:150px;
	padding:0;
	margin-bottom:10px;
}
.service li img{
	width:100%;
	height:200px;
}
.service li .service_title{
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:20px;
	padding:30px 0 20px;
	text-align:center;
	background-color:#f9f9f9;
	font-size:20px;
	color:#fff;
	font-size:18px;
	text-align:center;
	background:url(../images/title_bg3.png) repeat-x center bottom;
}
.service li:hover .service_title{
	color:#b00314;
}
.service li .img_bg{
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	color:#fff;
	background-color:rgba(175,5,20,0.9);

}
.service li:hover .img_bg{
	display:block;
}
.service li .img_bg:hover{
	color:#fff;
}
.service li .img_bg .title{
	display:block;
	font-size:20px;
	text-align:center;
	padding:7px 20px 0px;
}
.service li .img_bg .text{
	display:block;
	padding:0 20px;
	font-size:14px;
	color:#fff;
}
.service li .img_bg .see_detail{
	position:absolute;
	bottom:15px;
	left:0;
	width:100%;
	display:block;
	font-size:12px;
	text-align:center;
	padding-bottom:16px;
	margin:20px 0 10px;
	color:#fff;
	text-align:center;
	background:url(../images/see_detail.png) no-repeat center bottom;
}

/*列表页*/
.main_content{
	overflow:hidden; zoom:1;
	background-color:#f3f3f3;
	padding-left:250px;
}
.main_content .intro{
	float:left;
	width:230px;
	margin-left:-250px;
}
.main_content .intro_on{
	position:fixed;
	top:0;
}
.main_content .leftlist{
	background:#fff url(../images/navon_img1.png) no-repeat 104px -80px;
}
.main_content .leftside .title{
	height:26px;
	padding:18px 0 25px 25px;	
	background:#b10415 url(../images/leftside_img3.png) no-repeat right bottom;
}
.main_content .leftside .title span{
	color:#fff;
	font-size:20px;
	display:block;
}
.main_content .leftlist li{
	line-height:50px;
	color:#4c4c4c;
	border-bottom:#e2e2e2 1px solid;

	-webkit-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.main_content .leftlist li:hover{
    -webkit-box-shadow:0 5px 12px 0 rgba(124,124,124,0.3);
	-moz-box-shadow:0 5px 12px 0 rgba(124,124,124,0.3);
	box-shadow:0 5px 12px 0 rgba(124,124,124,0.3);
	-webkit-transform:translateY(-2px);
	-ms-transform:translateY(-2px);
	-o-transform:translateY(-2px);
	transform:translateY(-2px);
}
.main_content ul li.last{
	border-bottom:none;
}
.main_content .leftlist li a{
	color:#4c4c4c;
	font-size:16px;
	padding:1px 0 1px 25px;
}
.main_content .leftlist li a:hover,.main_content .leftlist li .cur{
	padding-left:23px;
	text-decoration:none;
	color:#9b0000;
	border-left:#b10415 2px solid;
}
.leftside2 .leftlist li a:hover,.leftside2 .leftlist li:hover a,.leftside2 .leftlist li .cur{
	padding-left:25px;
	border-left:0;
	color:#9a0000;
}
.main_content .mainside{
	float:left;
	width:100%;
	min-height:670px;
	margin:0 0 50px 0px;
	padding:0px 0px 30px 0px;
	color:#666;
	background-color:#fff;
}

.main_content .leftside2{
	margin-top:20px;
	background-color:#fbfbfb;
}
.main_content .leftside2 .leftlist{
	background:#fff;
}
/*.main_content .leftside2 .card{
	padding:30px 0 5px;
	border:1px #eaeaea solid;
}
.main_content .leftside2 .card_btn{ 
	display:block;
	width:138px;
	height:38px;
	line-height:38px;
	margin:0 auto 20px;
	text-align:center;
	border:1px #666 solid;
	font-size:16px;
	color:#333;
}
.main_content .leftside2 .card_btn:hover{ 
	border-color:#b10415;
	color:#b10415;
	text-decoration:none;
}*/
.main_content .leftside2 .card{
	padding:10px 0;
	border:1px #eaeaea solid;
	text-align:center;
	background:#5eb571;
}
.main_content .leftside2 .card2{
	background-color:#48c0ce;
}
.main_content .leftside2 .card_btn2{
	padding:10px 16px 10px 0;
	text-align:center;
	font-size:16px;
	color:#fff;
	background:url(../images/card_img1.png) no-repeat right center;
}
.main_content .leftside2 .card:hover .card_btn2{
	color:#fff;
	text-decoration:none;
}

.main_content .leftside2 .leftlist2{
	padding:10px 0 18px;
	background:#fff;
}
.main_content .leftside2 .title{
	padding:18px 25px;
	color:#fff;
	font-size:16px;
	background:#f76a38;
}
.main_content .leftlist2 li {
	line-height:37px;
	border-bottom:#e9e9e9 solid 1px;
	padding-left:20px;
}
.main_content .leftlist2 li a{
	color:#999;
	display:block;
	background:url(../images/rightlist_img1.png) no-repeat left center;
	padding-left:17px;
}
.main_content .leftlist2 li:hover a{
	color:#9b0000;
	text-decoration:none;
	background:url(../images/rightlist_img2.png) no-repeat left center;
}
.column{
	font-size:16px;
	color:#666;
	padding-bottom:22px;
	margin:0 20px;
}
.activity_side .column{
	margin:0;
}
.column .topresult{
	overflow:hidden;
	background-color:#fff;
	padding:20px 33px;
	border-top:4px #f8f8f8 solid;
	border-bottom:1px #f8f8f8 solid;
}
.column .topresult li{
	float:left;
	padding:0 16px;
	border-left:1px #666 solid;
	line-height:18px;
}
.column .topresult li.first{
	border:none;
}
.column .topresult li a,.column .column_list li a{
	color:#666;
}
.column .topresult li a:hover,.column .topresult li.cur a{
	color:#9b0000;
	text-decoration:none;
	border-bottom:1px #9b0000 solid;
}
.notice_side .column_list{
	width:950px;
}
.column .column_list .find{
	line-height:50px;
}
.column .column_list li{
	overflow:hidden;
	padding:25px 0 23px 0px;
	border-bottom:1px #f3f3f3 solid;
}
.column .column_list li .img_a img{
	float:left;
	width:225px;
	height:140px;
}
.column .column_list li .title_s{
	margin:5px 0 8px;
}
.column .column_list li .title_s a{
	color:#333;
	font-size:18px;
}
.column .column_list li:hover .title_s a,.column .column_list li .title_s a:hover{
	color:#9a0000;
	text-decoration:none;
}
.column .column_list li .text{
	overflow:hidden; zoom:1;
	padding-left:15px;
}
.column .column_list li .result_text{
	color:#9b0000;
}
.column .column_list li .time{
	margin:10px 0 5px;
	font-size:14px;
	color:#999;
}
.column .column_list li.news_imgnone{
	padding-left:0;
}
.pagenumber{
	margin:30px 0 0 0;
	overflow:hidden;
	width:100%;
	text-align:center;
}
.pagenumber .prev{
	width:85px;
	height:34px;
	line-height:34px;
	display:inline-block;
	padding-left:5px;
	margin:5px 0;
	border:1px #eaeaea solid;
	vertical-align:top;
	color:#555;
	background:#fff url(../images/prev.png) no-repeat 13px center;
}
.pagenumber .next{
	display:inline-block;
	width:85px;
	height:34px;
	line-height:34px;
	margin-left:-5px;
	padding-right:5px;
	margin:5px 0 5px 5px;
	border:1px #eaeaea solid;
	vertical-align:top;
	color:#555;
	background:#fff url(../images/next.png) no-repeat 72px center;
}
.pagenumber .prev:hover a,.pagenumber .next:hover a{
	color:#555;
}
.pagenumber .page_n{
	overflow:hidden;
	display:inline-block;
	margin-left:0px;
}
.pagenumber a:hover{
	text-decoration:none;
}
.pagenumber .page_n li{
	float:left;
	width:34px;
	height:34px;
	line-height:34px;
	margin:5px 0 0px 5px;
	color:#555;
	text-align:center;
	background-color:#fff;
	cursor:pointer;
	border:1px #eaeaea solid;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.pagenumber .page_n li:hover,.pagenumber .page_n li.cur,.pagenumber .page_n li:hover a{
	height:34px;
	width:34px;
	border-width:1px;
	background-color:#af0414;
	border-color:#da8a91;
	color:#fff;
}
.pagenumber .page_n li.cur a{
	color:#fff;
}


/*详细页*/
.detail_out{
	padding:25px 20px 50px;
	margin:0 20px;
}
.detail_title{
	padding-bottom:13px;
	margin-bottom:25px;
	border-bottom:1px #ddd solid;
	text-align:center;
	font-size:20px;
	color:#333;
}
.detail_title .time,.detail_title .resource{
	font-size:14px;
	color:#666;
}
.detail_title .time{
	margin-right:20px;
}
.detail{
	font-size:14px;
	color:#333;
	line-height:26px;
}
.detail img{
	max-width:100%;
	margin:10px auto;
}

/*校友活动*/
.main_content .activity_side{
	width:100%;
	padding:0;
	background-color:transparent;
}
.activity_list{
	overflow:hidden; zoom:1;
	margin-left:-20px;
}
.activity_list li{
	float:left;
	margin:0 0 15px 20px;
	width:300px;
	min-height:420px;
}
.activity_list .schoolmate_in{
	width:300px;
}
.activity_list .mate_text{
	/*min-height:200px;*/
}
.activity_list .schoolmate_in .text{
	padding-bottom:0;
}
.activity_list .schoolmate_in .img_a{
	height:188px;
}
.activity_list .schoolmate_in .title_n a{
	font-size:16px;
}
.activity_list .schoolmate_in .text .time,.activity_list .end_state .text{
	font-size:14px;
	color:#666;
}

/*校友活动详情页*/
.detail .item{
	margin-bottom:40px;
}
.detail .item .date{
	font-size:18px;
}
.detail .item .time{
	font-size:16px;
}
.detail .title_i{
	margin-top:40px;
	padding-bottom:25px;
	margin-bottom:15px;
	border-bottom:2px #eee solid;
	font-size:20px;
	color:#333;
}

/*校友卡*/
.form_out{
	padding:25px 85px 50px;
}
.form_card .form_title{
	margin-bottom:35px;
	text-align:center;
	font-size:20px;
	color:#333;
}
.form_item{
	margin-bottom:30px;
}
.label_item{
	margin:0 0 8px -8%;
}
.must{
	position:absolute;
	top:5px;
	left:-22px;
	color:#b10415;
	font-size:24px;
}
.item_out{
	position:relative;
	width:43%;
	float:left;
	margin-left:7%;
}
.item_out2{
	width:93%;
}
.item_out3{
	width:93%;
}
.item_code{
	width:70%;
}
.item_code .item_in{
	position:relative;
	float:left;
	width:25%;
	padding-left:90px;
}
.item_code .label_text{
	margin-left:-70px;
}
.item_in{
	display:block;
	height:43px;
	padding-left:110px;
	border:1px #ccc solid;
}
.donator_item .item_in{
	padding-left:195px;
}
.donator_item .label_text{
	margin-left:-175px;
}
.inform_item .item_in{
	padding-left:255px;
}
.inform_item .label_text{
	margin-left:-235px;
}
.item_on{
	border-color:#b10415;
}
.input_text,.select_chose .select,.textarea_out textarea{
	width:100%;
	height:24px;
	padding:10px 0 9px 0px;
	border:none;
}
.input_text2{
	border:1px #ccc solid;
	padding:12px 15px;
	margin-left:10px;
}
.select_chose{	
	margin-right:16px;
}
.select_chose option{
	color:#999;
}
.SumoSelect{
	width:100%;
	height:43px;
}
.return .select_chose{
	display:inline-block;
	float:right;
	width:32%;
	margin-right:26px;
}
.return .select_chose .input_time,.item_in .input_time2{
	padding-top:12px;
	margin-left:10px;
	border:none;
}
.return .SlectBox{
	min-width:90px;
}
.return .SumoSelect > .CaptionCont > span{
	padding-right:20px;
}
.return_to{
	float:right;
	margin:0 0 0 8px;
	line-height:43px;
	font-size:16px;
	color:#333;
}
.select_chose .select{
	height:43px;
}
.label_text{
	display:block;
	float:left;
	line-height:43px;
	margin-left:-90px;
	color:#333;
	font-size:16px;
}
.textarea_out{
	width:93%;
}
.textarea_out2{
	width:93%;
}
.textarea_out .item_in{
	height:70px;
}
.textarea_out textarea{
	height:50px;
	resize:none;
}
.idcard{
}
.idcard_text{
	position:relative;
	font-size:16px;
	color:#333;
}
.idcard_text .must{
	top:0;
}
.idcard .ps{
	margin-left:30px;
	font-size:14px;
	color:#999;
}
.idcard_list li{
	position:relative;
	float:left;
	width:100px;
	max-width:330px;
	/* height:112px; */
	margin:8px 0 0 5%;
	height: 100px;
	/* padding-top:68px; */
	text-align:center;
	color:#c8c8c8;
	cursor:pointer;
	font-size:28px;
	background:#eee url(../images/add_file.png) no-repeat center;
}
.idcard_list li.first{
	margin-left:0;
}
.idcard_list li label.error{
	font-size:14px;
}
.photo_list li{
	width:100px;
}
.apply_btn{
	display:none;
	width:100%;
	overflow:hidden; zoom:1;
	background-color:#ae0313;
}
.apply_btn a{
	display:block;
	float:left;
	width:100%;
	height:50px;
	line-height:50px;
	border-bottom:1px #c91b2b solid;
	text-align:center;
	color:#fff;
	font-size:18px;
}
.apply_btn a:hover{
	text-decoration:none;
}
.apply_btn .status{
	background-color:#c91b2b;
}


/*弹窗*/
.popup{
	margin-top:60px;
	padding:36px 10px 30px;
	text-align:center;
	font-size:16px;
	color:#000;
}
.popup .date{
	margin:0 0 10px;
}
.popup .date2{
	position:relative;
	margin:0 0 10px 65px;
	text-align:left;
}
.popup .date2 .input_text2{
	width:235px;
}
.popup .date2 .input_code2{
	width:120px;
	margin-left:20px;
}
.freshcode,.freshcode:hover{
	color:#9a0000;
	text-decoration:underline;
}
.label_item .freshcode{
	line-height:43px;
}
.popup .date .item{
	padding-left:20px;
}
.pop_close{
	display:block;
	width:160px;
	height:45px;
	line-height:45px;
	margin:50px auto 0;
	background-color:#ae0313;
	color:#fff;
	border:none;
	border-radius:0;
	-webkit-appearance:none;
}
.popup .title{
	color:#333;
	font-size:24px;
}
.alumni_btn{
	display:block;
	margin:20px auto 30px;
	width:60%;
	height:40px;
	line-height:40px;
	color:#fff;
	background-color:#ae0313;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	
}
.code_img, .form_item .label_item .code_img{
	width:60px;
	height:40px !important;
	margin:0 15px;
}
.label_item .code_img{
	margin-top:5px;
}

/*创新创业*/
.center_side{
	float:none;
	width:940px;
	padding-left:0;
	margin:0 auto;
}
.center_side .mainside{
	margin:0 0 50px;
	padding:0 0 30px;
	background-color:transparent;
}
.center_side .column{
	margin:0;
}
.innovation li{
	width:460px;
	margin:0 0 20px 20px;
}
.innovation .schoolmate_in{
	width:460px;
	min-height:300px;
	padding-bottom:0;
}
.innovation .schoolmate_in .img_a{
	width:460px;
	height:230px;
}
.innovation_text{
	padding:15px 20px;
}
.innovation_text .title_i{
	color:#333;
	font-size:18px;
}
.innovation_text .date_i{
	color:#666;
}
.innovation li:hover .title_i a,.innovation li:hover .date_i{
	color:#af0414;
	text-decoration:none;
}
.center_side .detail_out{
	background-color:#fff;
}

/*捐献项目*/
.donate_list{
	overflow:hidden; zoom:1;
}
.donate_list li{
	position:relative;
	float:left;
	width:410px;
	height:235px;
	padding:0;
	margin:0 0 20px 20px;
	background-color:#fff;
}
.donate_list li .title{
	position:absolute;
	bottom:0px;
	left:0;
	display:block;
	width:100%;
	height:30px;
	padding:10px 0;
	font-size:18px;
	text-align:center;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
}
.donate_list li img{
	width:410px;
	height:235px;
}
.donate_list li .img_bg .text{
	padding:40px 20px 0;
}
.main_content .donate_detail{
	padding:0 0px 30px;
}
/*.donate_detail .detail_out{
	padding:25px 60px 50px;
}*/
.detail_out .title_d{
	margin:10px 0 30px;
	font-size:24px;
	color:#333;
}
.donate_table .item_out{
	float:none;
	width:440px;
	margin:0 auto;
}
.donate_table .item_add{
	padding:0;
	text-align:center;
	font-size:28px;
	color:#c8c8c8;
}
.donate_table .label_item{
	margin:0 0 8px;
}

/*筑底空间*/
.item_detail{
	color:#333;
	line-height:30px;
}
.item .item_title{
	font-size:18px;
	color:#b10415;
}
.item .item_title2{
	font-size:16px;
	margin:10px 0 5px;
}
.item_text{
	color:#666;
}
.itemin2{
	margin-right:30px;
}


/*首页教学科研和活动公告*/
.notice_out{
	background:#9b0000 url(../images/index_img10.png) no-repeat 50% 50%;
	width:100%;
	min-height:643px;
}
.notice{
	overflow:hidden;
}
.notice .teach{
	float:left;
	width:345px;
}
.notice .activity{
	float:left;
	max-width:755px;
	margin-left:64px;
	overflow:hidden;
}
/*.news .img img,.school img,.notice img{
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
	max-width:auto;
	width:100%;
}
.news .img:hover img,.school img:hover,.notice .teachin:hover img,.notice .activityin:hover img{
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}*/
.notice .teachin,.notice .activityin{
	background:#fff;
	position:relative;
	overflow:hidden;
}
.notice .activityin{
	float:left;
	width:345px;
	margin-bottom:30px;
}
.activityin .text_in{
	overflow:hidden;
}
.activityin .text .day{
	text-align:right;
	margin-top:25px;
}
.activityin .text .text1{
	text-indent:2em;
}
.activityin .left{
	float:left;
	width:60px;
}
.activityin .right{
	float:left;
	width:240px;
}
.notice .act2{
	margin-left:64px;
}
/*.notice .title{
	font-size:24px;
	color:#fff;
	padding-left:37px;
	margin:45px 0 13px;
}*/
.notice .teach .title{
	background:url(../images/title_img2.png) no-repeat left center;
}
.notice .activity .title{
	background:url(../images/notice_img2.png) no-repeat left center;
	line-height:36px;
}
.activity .title .more{
	color:#fff;
	background:url(../images/more_img2.png) no-repeat right center;
}

/*首页菁菁校园和光影南燕*/
.school{
	margin:32px 0 70px;
	width:100%;
	overflow:hidden;
}
.campus{
	width:345px;
	float:left;
}
.campus .titlein{
	background:url(../images/title_img3.png) no-repeat left 7px;
	width:308px;
	margin-bottom:10px;
}
.campus img{
	width:100%;
}
.media .titlein{
	background:url(../images/title_img4.png) no-repeat left 7px;
	width:723px;
	margin:0 0 28px;
}
.notice .title_c{
	border-bottom:1px #ddd solid;
	margin:12px 20px 5px;
	padding-bottom:8px;
	position:relative;
}
.notice .title_c:before,.training .list .title:before,.school_life .list3 .title:before{
	position:absolute;
	bottom:-1px;
	left:0;
	right:0;
	z-index:99;
	content:"";
	width:0px;
	height:1px;
	margin:auto;
	background:#9b0000;

	-webkit-transition:all 0.7s;
	-o-transition:all 0.7s;
	transition:all 0.7s;
}
.notice .teachin:hover .title_c:before,.notice .activityin:hover .title_c:before,.training .list:hover .title:before,.school_life .list3 li:hover .title:before{
	width:100%;
}
.notice .text{
	padding:0px 20px 35px;
}
.campus .title_c a,.notice .title_c a{
	color:#424242;
	font-size:18px;
}
.campus .title_c a:hover,.notice .title_c a:hover{
	color:#424242;
	text-decoration:none;
}
.campus .text/*,.notice .text*/{
	color:#666;
	margin:10px 0 0;
}
.media{
	float:left;
	width:760px;
	margin-left:65px;
}
.mediain{
	overflow:hidden;
	width:760px;
}
.media .leftside{
	float:left;
	width:235px;
	margin-right:18px;
}
.media .rightside{
	float:left;
}
.media .topside{
	margin:0 0 20px;
	overflow:hidden;
}
.media .topside .topside1{
	margin-left:0;
}
.school .video{
	position:relative;
	width:505px;
	height:320px;
	background:#efefef;
}
.school .video img{
	width:505px;
	height:320px;
}
.school .video .bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:90;
	display:block;
	background:rgba(0,0,0,0.5);
	*background:#000;
	filter:alpha(opacity=50);
}
.school .video .bg a{
	width:100%;
	height:100%;
	z-index:99;
	display:block;
	background:url(../images/video_img1.png) no-repeat center center;
	filter:alpha(opacity=100);
}


/*footer*/
.footer{
	border-top:3px #9b0000 solid;
	width:100%;
	font-size:14px;
	background:#b70a1b url(../images/footer_img1.png) no-repeat 50% 50%;
	background-size:100% 100%;
}
.footer .logo_f{
	display:block;
	width:200px;
	height:140px;
	margin:50px auto 70px;
}
.footer .copyright,.footer .address{
	font-size:14px;
	color:#fff;
	clear:both;
	margin:0px auto;
	text-align:center;
}
.footer .copyright{
	margin:5px 0 15px;
}
.footer .copyright a{
	color:#fff;
	margin-left:20px;
}

.footer_list{
	margin:20px 0 55px 0;
	overflow:hidden; zoom:1;
}
.footer_list li{
	float:left;
	width: 11%;
	margin-left:3.28%;
}
.footer_list li .footer_title{
	margin-bottom:15px;
	font-size:16px;
	font-weight:bold;
}
.footer_list li a{
	display:block;
	font-size:14px;
	color:#fff;
}
.postcode{
	margin-left:10px;
}

.footer .links {display:block; clear:both; line-height:30px; text-align:center; }
.footer .links a { color:#FFF; }
.footer .links span { display:inline-block; padding:0 3px; color:#FFF; font:12px Arial; }
.top{
	width:65px;
	height:65px;
	display:none;
	position:fixed;
	right:60px;
	bottom:10%;
	z-index:200;
	background:url(../images/top.png) no-repeat 0 0;
}
.top_back{
	width:65px;
	height:65px;
	position:fixed;
	right:60px;
	bottom:10%;
	margin-bottom:75px;
	z-index:200;
	background:url(../images/top2.png) no-repeat 0 0;
}
.school .img{
	position:relative;
	display:block;
	overflow:hidden;
}
.school .img:hover,.donate_table .item_add:hover{
	text-decoration:none;
}
.campus .img0{
	width:100%;
	overflow:hidden;
	margin:0px 0 15px;
}
.media .img1{
	margin:0 0 20px 0;
}
.media .img3,.media .img4{
	float:left;
	width:245px;
}
.media .img4{
	margin-left:15px;
}
.campus .img0 img{
	width:100%;
	max-width:auto;
}
.media .img1 img{
	width:235px;
	height:320px;
}
.media .img2 img{
	width:235px;
	height:155px;
}
.media .img3 img,.media .img4 img{
	width:245px;
	height:155px;
}
.school .title{
	position:absolute;
	bottom:-45px;
	left:0;
	line-height:45px;
	font-size:16px;
	width:100%;
	color:#fff;
	text-align:center;
	display:block;
	background:#9b0000;

	-webkit-transition:all .6s;
	-o-transition:all .6s;
	transition:all .6s;
}
.img:hover .title{
	bottom:0;
}
.video video{
	width:505px;
	height:320px;
}

/*搜索*/
.search_list{
	background-color:#fff;
}
.column .search_list li .text{
	padding:0 50px 0 40px;
}
.search_title{
	height:50px;
	font-size:24px;
	color:#333;
	text-align:center;
}
.keyword{
	color:#9a0000;
}

/*科学研究*/
/*.survey_out{
	background:#f8f8f8 url(../images/introduce_img1.jpg) no-repeat 50% top;
	padding-top:120px;
}
.research{
	overflow:hidden;
}*/

.survey .introduce img{
	width:100%;
	margin:10px 0 20px;
}
.survey .introduce .title{
	padding:0 25px 0 15px;
	margin:6px 0 15px;
	line-height:35px;
	background-color:#9b0000;
	color:#fff;
	font-size:16px;
	display:inline-block;
}
.slip_out{
	background-color:#f8f8f8;
	padding-top:100px;
}
.research_out{
    background:url(../images/research_img1.jpg) no-repeat 50% top;
	background:url(../images/research_img1.jpg) no-repeat 50% top,url(../images/research_img2.png) no-repeat right bottom;
	background-color:#f2f2f2;
}
.slip{
	padding:33px 0 93px;
	width:100%;	
	margin:0 auto;
}
.slip .list{
	position:relative;
}
.slip_left{
	width:780px;
	float:left;
}
.slip_left .list{
	overflow:hidden;
}
.slip_left .list img,.slip_left .list .list_in{
	float:left;
	width:390px;
	height:350px;
}
.slip .list2 img{
	float:right;
}
.research .list5 img{
	display:none;
}
.slip .list .list_in{
	padding:0px 50px;
	height:350px;
	width:290px;
	background-color:#fff;
}
.slip_left .list .list_in{
	position:absolute;
	right:0;
	top:0;

	-webkit-transition:width 0.8s;
	-moz-transition:width 0.8s;
	-o-transition:width 0.8s;
	transition:width 0.8s;
}
.slip_right{
	float:left;
	width:390px;
}
.slip_right .list .list_in{
	-webkit-transition:height 0.8s;
	-o-transition:height 0.8s;
	transition:height 0.8s;
}
.slip_right .list .list_in4{
	position:absolute;
	left:0;
	bottom:0;
}
.slip .list_in .title{
	font-size:24px;
	color:#333;
	text-align:center;
	padding:145px 0 20px;
}
.research .list_in .text{
	width:280px;
}
.slip .list_in .text2{
	display:none;
}
.list_btn{
	color:#c3c3c3;
	text-align:center;
	border:#d7d7d7 solid 1px;
	display:block;
	width:105px;
	margin:30px auto 0;
	line-height:28px;
	font-size:14px;
	
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-radius:14px;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
.list_btn:hover{
	text-decoration:none;
	
	color:#fff;
	border-color:transparent;
	background-color:#9b0000;
	/*box-shadow: 0 5px 12px 0 rgba(124,124,124,0.3);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);*/
}
.research .list .list_in1{
	background:#fff url(../images/research_icon1.png) no-repeat center 50px;
}
.research .list .list_in2{
	background:#fff url(../images/research_icon2.png) no-repeat center 80px;
	left:0;
}
.research .list .list_in3{
	background:#fff url(../images/research_icon3.png) no-repeat center 55px;
}
.research .list .list_in4{
	background:#fff url(../images/research_icon3.png) no-repeat center 55px;
}
.research .list .list_in5{
	background:url(../images/research_icon4.png) no-repeat center 55px,url(../images/research_img3.png) no-repeat 0 0;
    background-color:#fff;
	/*background:#fff url(../images/research_icon4.png) no-repeat center 55px;*/
}
.slip .list_in .triangle,.school_life .triangle{
	position:absolute;
	top:50%;
	left:-14px;
	margin-top:-14px;
	z-index:99;
	width:0px;
	height:0px;
	display:block;
	border-top:14px transparent solid;
	border-bottom:14px transparent solid;
}
.slip .list_in1 .triangle{
	border-right:14px #fff solid;
}
.slip .list_in2 .triangle{
	border-left:14px #fff solid;
	border-right:0;
	right:-14px;
	left:auto;
}
.slip .list_in3 .triangle{
	border-right:14px #fff solid;
}
.slip .list_in4 .triangle,.school_life .triangle{
	border-top:0;
	border-bottom:14px #fff solid;
	border-right:14px transparent solid;
	border-left:14px transparent solid;
	top:0px;
	left:50%;
	margin-left:-14px;
}
.slip .list .list_on{
	background:#9b0000;
}
.slip_left .list .list_on{
	width:575px;
	background:#9b0000;
}
.slip .list_on .title{
	color:#fff;
	padding-top:35px;
}
.slip .list_in1.list_on .triangle{
	border-right-color:#9b0000;
}
.slip .list_in2.list_on .triangle{
	border-left-color:#9b0000;
}
.slip .list_in3.list_on .triangle{
	border-right-color:#9b0000;
}
.slip .list_in4.list_on .triangle{
	border-bottom-color:#9b0000;
}
.slip .list_on .text{
	display:none;
}
.slip .list_on .text2{
	color:#f3bebe;
	display:block;
}
.research .list_in2.list_on .text2{
	overflow:hidden;
}
.research .list_on .text2 p{
	width:580px;
}
.research .list_in4.list_on .text2 p{
	width:280px;
}
.slip .list_on .list_btn{
	color:#d37a7a;
	border-color:#d37a7a;

	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.slip .list_on .list_btn:hover{
	color:#fff;
	border-color:#fff;
}
.slip .list4{
	height:700px;
	overflow:hidden;
}
.slip .list_in4{
	height:350px;
}
.slip .list_in4.list_on{
	height:600px;
}
.research .list_in5.list_on{
	background:url(../images/research_icon4_hover.png) no-repeat center 55px,url(../images/research_img7.jpg) no-repeat center center;
	/*background:#9b0000 url(../images/research_icon4_hover.png) no-repeat center 55px;*/
}
.slip .list_in5.list_on .text{
	display:block;
	color:#f3bebe;
}
.slip .list_in5.list_on .title{
	padding-top:120px;
}

/*发展历程*/
.timeline_out{
	margin:0 25px 0 30px;
	position:relative;
	overflow:hidden;
    background:#fff url(../images/timeline_img5.png) repeat-y 50% top;
}
/*.timeline_out::before{
	content:"";
	position:absolute;
	top:0;
	left:50%;
	height:100%;
	width:1px;
	margin-left:-1px;
	border-left:1px #c5c5c5 dashed;
}*/
.timeline_left,.timeline_right{
	width:50%;
	position:relative;
	float:left;
}
.timeline_right{
	margin-top:40px;
}
.timeline .tl{
	position:relative;
	margin:25px 30px 55px 0;
}
.timeline .tr{
	margin:75px 0 0 31px;
}
.timeline .text{
	border:1px #e2e2e2 solid;
	padding:20px 25px 30px 40px;
	font-size:14px;

	-webkit-box-shadow:inset 2px 0 0 #9b0000;
	-moz-box-shadow:inset 2px 0 0 #9b0000;
	box-shadow:inset 2px 0 0 #9b0000;
}
.timeline .tr .text{
	-webkit-box-shadow:inset -2px 0 0 #9b0000;
	-moz-box-shadow:inset -2px 0 0 #9b0000;
	box-shadow:inset -2px 0 0 #9b0000;
}
.timeline .arrow{
	position:absolute;
	top:50%;
	right:-9px;
	margin-top:-7px;
	width:0;
	height:0;
	border-left:9px #e2e2e2 solid;
	border-bottom:7px transparent solid;
	border-top:7px transparent solid;
}
.timeline .arrow_in{
	position:absolute;
	top:50%;
	right:-8px;
	margin-top:-6px;
	width:0;
	height:0;
	border-left:9px #fff solid;
	border-bottom:6px transparent solid;
	border-top:6px transparent solid;
}
.timeline_right .arrow{
	left:-9px;
	border-left:0;
	border-right:9px #e2e2e2 solid;
}
.timeline_right .arrow_in{
	left:-8px;
	border-left:0;
	border-right:9px #fff solid;
}
.timeline .date{
	color:#c5c5c5;
	font-size:26px;
}
.timeline .date .year{
	color:#9b0000;
	font-size:32px;
}
.timeline .date .month{
	color:#999;
	font-size:20px;
}
.tl .timeline_dot{
	/*border:2px #9b0000 solid;
	border-radius:50%;*/
	width:11px;
	height:11px;
	position:absolute;
	top:50%;
	margin-top:-5px;
	right:-35px;
	background:#fff;
    background:#fff url(../images/timeline_img6.png) no-repeat center center;
}
.tr .timeline_dot{
	left:-37px;
}
.timeline .tl:hover{
	background-color:#9b0000;
	color:#fff;
}
.timeline .tl:hover .year,.timeline .tl:hover .month{
	color:#fff;
}
.timeline .tl:hover .arrow_in{
	border-left-color:#9b0000;
}
.timeline .tr:hover .arrow_in{
	border-right-color:#9b0000;
}

/*研究生招生*/
.enroll .mainside{
	color:#888;
}
.link_a{
	color:#888;
	display:block;
}
.link_a:hover{
	text-decoration:none;
	color:#888;
}
.enclosure2 .link_a:hover{
	color:#9b0000;
}
.enroll .mainside .title2,.title2{
	font-size:20px;
	color:#9b0000;
	padding-left:35px;
	margin:20px 0;
	background:url(../images/enrollment_img1.png) no-repeat left 8px;
}
.nanyan .title2 a{
	font-size:20px;
	color:#999;
	margin-right:40px;
}
.nanyan .title2 a.cur,.nanyan .title2 a:hover{
	color:#9b0000;
}
.mainside .title_media{
	display:none;
}
.table{
	border-top:3px #9b0000 solid;
	color:#666;
	font-size:14px;
}
.table td{
	border-collapse:collapse;
	border:1px #e9e9e9 solid;
	padding:25px 0 23px 20px;
}
.table .category{
	font-size:16px;
	padding:0;
	text-align:center;
	width:22%;
}
.enroll_out{
	background:#f8f8f8 url(../images/enrollment_img1.jpg) no-repeat 50% top;
}

/*学院导航*/
.navigate_out{
	background:#f8f8f8 url(../images/navigation_img1.jpg) no-repeat 50% top;
	padding-top:120px;
}
.navigate .list{
	width:100%;
	height:350px;
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
}
.navigate .list .list_a,.news_list_a{
	display:block;
	width:100%;
	height:100%;
}
.navigate .list a:hover{
	text-decoration:none;
}
.navigate .list .img{
	width:58%;
	height:100%;

	-webkit-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}
.navigate .list1 .img{
	background:url(../images/navigation_img2.jpg) no-repeat 50% 0;
}
.navigate .list2 .img{
	background:url(../images/navigation_img3.jpg) no-repeat 50% 0;
}
.navigate .list3 .img{
	background:url(../images/navigation_img4.jpg) no-repeat 50% 0;
}
.navigate .list4 .img{
	background:url(../images/navigation_img5.jpg) no-repeat 50% 0;
}
.navigate .list5 .img{
	background:url(../images/navigation_img6.jpg) no-repeat 50% 0;
}
.navigate .list6 .img{
	background:url(../images/navigation_img7.jpg) no-repeat 50% 0;
}
.navigate .list7 .img{
	background:url(../images/navigation_img8.jpg) no-repeat 50% 0;
}
.navigate .list8 .img{
	background:url(../images/navigation_img9.jpg) no-repeat 50% 0;
}
.navigate .list .list_in{
	width:42%;
	position:absolute;
	right:0;
	top:0;
	padding:0;

	-webkit-transition:width 0.6s;
	-o-transition:width 0.6s;
	transition:width 0.6s;
}
.navigate .list .title,.navigate .list .text,.navigate .list .text2{
	margin:0 50px 0 70px;
}
.navigate .list .title{
	padding-top:80px;
}
.navigate .abbreviated{
	text-align:center;
	font-size:20px;
	color:#333;
	margin:0px 0 5px;
}
.navigate .list_in:hover .title,.navigate .list_in:hover .text,.navigate .list_in:hover .list_btn,.navigate .list_in:hover .abbreviated{
	color:#fff;
}
.navigate .list_in:hover .list_btn{
	border-color:#fff;
}
.navigate .list_in .triangle,.navigate .list_in4 .triangle{
	border-left:0;
	border-right:14px #fff solid;
	left:-14px;
	top:50%;
}
.navigate .list_in4 .triangle{
	border-left:0;
	border-right:14px #fff solid;
	border-bottom:14px transparent solid;
	border-top:14px transparent solid;
	margin-left:0px;
	margin-top:-14px;
}
.navigate .list_in:hover .triangle{
	border-right-color:#9b0000;
}
/* 去除学院导航的图标
.navigate .list_in1{
	background:url(../images/navigation_img1.png) no-repeat center 40px;
}
.navigate .list_in2{
	background:url(../images/navigation_img2.png) no-repeat center 35px;
}
.navigate .list_in3{
	background:url(../images/navigation_img3.png) no-repeat center 40px;
}
.navigate .list_in4{
	background:url(../images/navigation_img4.png) no-repeat center 40px;
}
.navigate .list_in5{
	background:url(../images/navigation_img5.png) no-repeat center 40px;
}
.navigate .list_in6{
	background:url(../images/navigation_img6.png) no-repeat center 40px;
}
.navigate .list_in7{
	background:url(../images/navigation_img7.png) no-repeat center 40px;
}
.navigate .list_in8{
	background:url(../images/navigation_img8.png) no-repeat center 40px;
}
*/
.navigate .list .list_in:hover{
	background-color:#9b0000;
}
.navigate .list:hover .img{
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

/*夏令营*/
.survey .camp{
	padding:0;
	width:960px;
	overflow:hidden;
	background-color:transparent;
}
.camp .list_left{
	float:left;
	width:48%;
}
.camp .list_right{
	float:right;
	width:48%;
}
.camp .title,.frame .title{
	font-size:18px;
	color:#9b0000;
	margin:0 50px 8px 28px;
}
.camp .list{
	width:100%;
	background-color:#fff;
	margin-bottom:40px;
	padding-bottom:30px;
	border-top:4px #9b0000 solid;
	overflow:hidden;
}
.camp .text{
	margin:0 50px 0 28px;
}
.survey .camp img{
	margin:0 0 25px;

	-webkit-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.survey .camp .list:hover img{
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}
.camp .list_btn{
	margin:55px auto 0px;
}
.mainside .table2{
	margin:5px 0 35px;
	color:#666;
	border-top:3px #9b0000 solid;
}
.mainside .table2 th{
	background-color:#f8f8f8;
	font-size:16px;
	color:#9b0000;
	text-align:left;
	line-height:60px;
	padding-left:20px;
	border:#e9e9e9 1px solid;
}
.mainside .table2 td{
	border:#e9e9e9 1px solid;
	border-collapse:collapse;
	padding:14px 20px 13px 20px;
}
.mainside .table2 .title3,.facilties .text_l,.frame .collage{
	color:#333;
}
.mainside .table2 .row2{
	background-color:#fdfdfd;
}
.mainside .title4{
	color:#9b0000;
	font-size:16px;
}
.mainside .enclosure{
	display:block;
	color:#666;
	padding-left:10px;
	line-height:27px;
	margin:0 0px 0 5px;
	background:url(../images/link_img1.png) no-repeat left 12px;
}
.mainside .table2 .text{
	padding-right:55px;
}
.mainside .more{
	background: url(../images/link_img2.png) no-repeat right center;
	width:10px;
	height:15px;
	float:right;
	margin:5px 0px 0 0;
	display:inline-block;
}
.mainside .link,.mainside .en_tab,.code_text{
	color:#999;
}
.mainside .table2 .td2{
	line-height:93px;
	font-size:16px;
	text-align:center;
	padding:0;
}
.mainside  .form_item img{
	/* max-width:100%; */
	/* width:100%; */
	/* width: 100px !important; */
	height: 100px !important;
}
.mainside .img_box{
	text-align:center;
	margin-top:35px;
}
.mainside .table_ls{
	border-top:none;
}
.mainside .table_ls th{
	background:#9b0000;
	color:#fff;
	text-align:center;
	border:#9b0000 1px solid;
}
.mainside .table_ls td{
	border:none;
}
.mainside .table_ls .td2{
	text-align:right;
	padding-right:30px;
	line-height:75px;
}
.mainside .table_ls .tr2{
	background-color:#f9f9f9;
}
.mainside .table_leadship{
	background-color:#fff;
	border:1px #f5f5f5 solid;
	border-top:3px #9b0000 solid;
	font-size:15px;
}
.mainside .table_leadship .td_title{
	color:#99040c;
	
}
.mainside .table_leadship tr:nth-child(2n) td{
	background-color:#f4f4f4;
}
.mainside .table_leadship tr .td2{
	border-right:1px #f5f5f5 solid;
	text-align:left;
	line-height:26px;
}
.mainside .table_leadship tr td{
	border:none;
	color:#222;
	text-align:left;
	padding:15px 40px;
}
/*继续教育*/
.con_edu_in{
	border:1px solid #e9e9e9;
	border-top: 3px #9b0000 solid;
	padding:40px 30px;
}
.con_edu .table2 td{
	padding-right:30px;
}
.con_edu .tb2{
	margin-top:45px;
}
.con_edu .title_c{
	font-weight:bold;
	font-size:16px;
	color:#9b0000;
}
.con_edu a{
	word-break:break-word;
}
.con_edu .web-url{
	background-color:#f5f5f5;
	color:#9b0000;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	padding-left:1em;
}
.con_edu .link_edu{
	color:#333;
}
.con_edu .link{
	color:#9b0000;
}
.con_edu .link_edu .link{
	font-weight:bold;
}
.con_edu .mainside a:hover{
	color:inherit;
}

/*周边生活*/
.surround .img{
	background-color:#f8f8f8;
	width:833px;
}
.surround .img .img_title{
	color:#666;
	font-size:16px;
	text-align:center;
	line-height:50px;
}

/*招生培养*/
.training_out{
	background: #f8f8f8 url(../images/introduce_img11.jpg) no-repeat 50% top;
}
.training{
	padding-bottom:50px;
	overflow:hidden;
}
.training .list_left{
	width:48%;
	float:left;
}
.training .list{
	background-color:#fff;
	border-top:3px #9b0000 solid;
	margin-bottom:40px;
	padding-bottom:40px;
	overflow:hidden;
    min-height:302px;
}
.training .list_right{
	float:right;
	width:48%;
}
.training .list img{
	width:100%;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.training .list:hover img{
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.training .list .title{
	color:#9b0000;
	font-size:22px;
	text-align:center;
	padding:24px 0;
	margin:0 55px;
	border-bottom:#dbdbdb 1px solid;
	
	position:relative;
}
.training .list .text{
	margin:15px 55px 0;
	color:#333;
    min-height:80px;
}
.training .list_btn{
	margin:30px auto 0;
}
.enclosure2{
	background:none;
}
.enclosure2:hover{
	background:#f9f9f9;
	color:#9b0000;
}
.enclosure2:hover .enclosure{
	background:#f9f9f9 url(../images/traffic_img1.png) no-repeat left 12px;;
	color:#9b0000;
}
.enclosure2:hover .more{
	background: url(../images/more_img1_hover.png) no-repeat right center;
}
.table2 .vertop{
	vertical-align:top;
}
.mainside .table2 .download{
	background:#fff url(../images/download_img1.png) no-repeat center center;
	height:50px;
	text-align:center;
	padding-top:50px;
	color:#fff;
	cursor:pointer;
}
.mainside .table2 .download:hover{
	background:#9b0000 url(../images/download_img2.png) no-repeat center 25px;
}
.enroll .mainside .title3{
	overflow:hidden;
	margin:35px 0 15px;
	padding-bottom:13px;
	padding-top:2px;
	border-bottom:1px #d3d3d3 solid;
}
.mainside .title3 .list_btn{
	float:right;
	margin:0px 0 0;
}
.mainside .table3 td{
	border:none;
}
.code,.major{
	color:#333;
	font-size:16px;
}
.table3 .name2{
	text-align:center;
	line-height:33px;
}
.table3 .name,.mainside .table3 .name2{
	color:#888;
	line-height:33px;
}
.table3 .row3{
	background-color:#f9f9f9;
}
.numb{
	color:#9b0000;
	font-size:16px;
	text-align:center;
}
.table4{
	text-align:center;
}
.table4 th{
	color:#666;
	background-color:#fdfdfd;
	text-align:center;
	font-size:16px;
	line-height:75px;
	border:#e9e9e9 1px solid;
}
.table4 td{
	border:#e9e9e9 1px solid;
	border-collapse:collapse;
	color:#888;
	padding:14px 20px 13px 15px;
}
.table4 .td3{
	color:#666;
}
.left_text{
	color:#333;
	float:left;
	display:block;
	width:65px;
}
.right_text{
	float:left;
}

/*校园交通*/
.traffic_in{
	padding:0 5px 0 32px;
}
.traffic_in li{
	border-bottom:1px #e6e6e6 solid;
	padding-bottom:30px;
	margin-top:20px;
}
.traffic_in .title4{
	margin:15px 0 0px;
}
.traffic_in dd,.traffic .line{
	background:url(../images/traffic_img1.png) no-repeat left 15px;
	padding-left:20px;
	line-height:33px;	
}
.traffic_in li.last{
	border:none;
}
.traffic_in .next_t{
	width:25px;
	height:20px;
	margin-bottom:-5px;
	display:inline-block;
	background:url(../images/traffic_img2.png) no-repeat center center;
}
.traffic_in .station,.title3{
	font-size:16px;
	color:#666;
}
.traffic .exp{
	color:#999;
	font-size:14px;
}
.traffic .title2{
	border-bottom:3px #9b0000 solid;
	padding-bottom:15px;
}
.traffic .text{
	padding:0 30px 0 30px;
	line-height:33px;
}
.traffic .line{
	color:#333;
	font-size:16px;
}
.traff{
	padding:0 100px 0 30px;
}
.traff img{
	width:100%;
	margin:10px 0;
}
.traff .link,.traff .link a{
	margin-top:17px;
	font-size:16px;
	color:#999;
}
.survey .journal_out,.survey .map_out{
	padding:40px 45px 0;
	width:870px;
}

/*南燕刊物*/
.journal{
	overflow:hidden;
	margin:0 0 0px -75px;
}
.journal li{
	float:left;
	width:240px;
	height:320px;
	position:relative;
	overflow:hidden;zoom:1;
	text-align:center;
	margin:0 0 55px 75px;
	padding-top:30px;
}
.journal li .img{
	background-color:#f7f7f7;
	border-bottom:3px solid #9b0000;
	height:317px;
	width:100%;
	-webkit-transform:translateY(0);
	transform:translateY(0);

	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.journal .list_on .img{
	-webkit-transform:translateY(-25px);
	-ms-transform:translateY(-25px);
	-o-transform:translateY(-25px);
	transform:translateY(-25px);
}
.journal_out .title2{
	margin:20px 0 0;
}
.journal img{
	margin:25px 0 28px;
	width:150px;
	height:200px;
}
.journal .popup,.journal .popup_mobile{
	background-color:#9b0000;
	color:#fff;
	height:112px;
	width:100%;
	position:absolute;
	bottom:-135px;
	left:0px;
	z-index:100;
	margin-top:18px;

	-webkit-transition:all ease .5s;
	-o-transition:all ease .5s;
	transition:all ease .5s;
}
.journal .popup .title4,.journal .popup_mobile .title4{
	line-height:67px;
	color:#fff;
}
.journal .browse,.journal .subscribe{
	border:none;
	border-top:1px #860003 solid;
	width:119px;
	height:45px;
	display:block;
	float:left;
	color:#fff;
	background-color:#9b0000;
	cursor:pointer;
}
.journal .browse{
	width:120px;
	height:44px;
	line-height:44px;
	border-right:1px #860003 solid;	
}
.journal .browse:hover,.journal .subscribe:hover{
	background-color:#940202;
	text-decoration:none;
	
}

/*校园地图*/
.map_bottom{
	overflow:hidden;
	margin-top:30px;
}
.img_top{
	width:100%;
	height:740px;
}
.img_top #map{
	width:100%;
	height:100%;
}
.map_out .img{
	position:relative;
}
.map_bottom .img{
	float:left;	
	width:48.3%;
}
.map_bottom .img_right{
	margin-left:20px;
}
.map_out .map_on{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.55);
	display:none;
}
.map_out .img:hover .map_on{
	display:block;
}
.map_on .view_m{
	background:url(../images/map_img4.png) no-repeat center center;
	width:100px;
	height:30px;
	text-align:center;
	color:#f8f8f8;
	padding-top:70px;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin:-50px 0 0 -50px;
	cursor:pointer;
}
.img_none{
	display:none;
}
.img_on{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:100%;
	margin-top:-22%;
	text-align:center;
	vertical-align:middle;
}
#img1{
	margin-top:-20%;
}
.img_on img{
	width:70%;
	max-height:85%;
}
#img1 img{
	width:80%;
}
.map_out #map{
	
}
 
/*校园设施*/
/*.facilties .text{
	color:#777;
	line-height:27px;
	margin:0 30px 0 28px;
}
.facilties .en_f{
	color:#666;
	font-size:18px;
}*/

/*校园生活*/
.school_out{
	background: #f8f8f8 url(../images/school_bg.jpg) no-repeat 50% top;
}
.school_life{
	padding-bottom:70px;
}
.school_life .list .title{
	color:#333;
	font-size:16px;
	text-align:center;
}
.school_life .list2 .title{
	color:#fff;
	font-size:16px;
	margin:106px auto 4px;
}
.school_life .list2 li:hover .title{
	margin-top:95px;
}
.school_life .list{
	margin:0 0 45px -30px;
}
.school_life .list li{
	width:270px;
	margin:0 0 30px 30px;
	float:left;
	overflow:hidden;
}
.school_life .list li img,.school_life .list2 .title{
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.school_life .list .text{
	position:relative;
	padding:15px 0 17px;
	background-color:#fff;

	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.school_life .list li:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:translate(0,-2px);
	-ms-transform:translate(0,-2px);
	-o-transform:translate(0,-2px);
	transform:scale(1.1);
}
.school_life .list .list_btn{
	color:#999;
	border-color:#999;
	margin:5px auto 0;
}
.school_life .list2 .list_btn{
	color:#fff;
	border-color:#fff;
	margin:5px auto 0;
}
.school_life li .list_btn:hover{
	color:#fff;
	border-color:transparent;
	background-color:#9b0000;
}
.school_life .list2,.school_life .list,.school_life .list3{
	overflow:hidden;
}
.school_life .list2,.staff_list{
	margin-bottom:45px;
}
.school_life .list3{
	margin-left:-4px;
}
.school_life .list2 li{
	float:left;
	width:390px;
	height:270px;
	text-align:center;
	position:relative;

	-webkit-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.school_life .list2 li .bg{
	position:absolute;
	top:0;
	left:0;
	z-index:99;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.3);
}
.school_life .list2 li:hover{
	background-size:105%;
}
.school_life .list2 .list_s1{
	background:url(../images/school_life_img5.jpg) no-repeat 50% 50%;
	background-size:100%;
}
.school_life .list2 .list_s2{
	background:url(../images/school_life_img6.jpg) no-repeat 50% 50%;
	background-size:100%;
}
.school_life .list2 .list_s3{
	background:url(../images/school_life_img7.jpg) no-repeat 50% 50%;
	background-size:100%;
}
.school_life .list2 .list_s4{
	background:url(../images/school_life_img8.jpg) no-repeat 50% 50%;
	background-size:100%;
}
.school_life .list2 .list_s5{
    background:url(../images/school_life_img9.jpg) no-repeat 50% 50%;
	background-size:100%;
}
.school_life .list2 .list_s6{
	background:url(../images/school_life_img10.jpg) no-repeat 50% 50%;
	background-size:100%;
}
.school_life .list3 li{
	float:left;
	background-color:#fff;
	margin-left:4px;
	text-align:center;
	width:285px;
	min-height:195px;
	padding:30px 50px 30px;
}
.school_life .list3 .title{
	font-size:16px;
	color:#9b0000;
	padding-bottom:13px;
	margin-bottom:17px;
	border-bottom:1px #dbdbdb solid;
	position:relative;
	
}

/*校园生活详情*/
.detail_none{
	display:none;
}
.school_detail_out{
	background:#fff;
	width:100%;
	max-width:1170px;
	height:100%;
	overflow-y:auto;
	margin:0 auto;
	color:#888;
	position:relative;
}
.school_detail{
	margin:0 65px;
}
.school_detail_out .close{
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	cursor:pointer;
	background:#9b0000 url(../images/close.png) no-repeat center center;
	width:60px;
	height:60px;
	text-indent:-9999px;
}
.school_detail .title2{
	border-bottom:#d3d3d3 1px solid;
	padding-bottom:15px;
}
.school_detail .title3{
	color:#9b0000;
	font-size:18px;
}
.school_detail_in{
	overflow:hidden;
	margin:15px 0 0;
}
.school_detail_in img{
	float:left;
	width:46%;
	margin:10px 0 10px;
}
.school_detail_in .img_middle{
	margin-top:120px;
}
.school_detail .number_title{
	margin-top:-20px;
}
.school_detail_in .img2{
	float:right;
}
.school_detail_in .detail_left,.school_detail_in .detail_right{
	float:left;
	width:48%;
	margin:0 6% 0 0;
}
.school_detail_in .detail_right{
	margin:0 0 0 6%;
	float:right;
}
.school_detail .number{
	color:#999;
	font-size:72px;
}
.school_detail .title4{
	color:#333;
	font-size:16px;
}
.school_detail .img_logo{
	width:46%;
	text-align:center;
	float:left;
}
.school_detail .img_logo img{
	width:50%;
	float:none;
	margin:20% auto 0;
}
.school_detail .img_logo2 img{
	width:40%;
}

/*奖助工作*/
.award_t{
	color:#999;
	font-size:14px;
}
.award .table2 .td2{
	line-height:25px;
	padding:23px 0 18px;
}

/*走进南燕*/
.into_nanyan .survey_out{
	background: #f8f8f8 url(../images/nanyan_img1.jpg) no-repeat right top;
}
.view_album{
	margin-bottom:60px;
}
.view_album .album_top,.view_album .album_bottom{
	margin-left:-1.3%;
	overflow:hidden;
	margin-bottom:15px;
}
.view_album .album_bottom{
	margin-left:0;
}
.view_album .album_top .img,.view_album .album_bottom .img{
	position:relative;
	width:32%;
	height:auto;
	margin-left:1.3%;
	float:left;
	overflow:hidden;
}
.view_album .album_bottom .img1{
	width:53%;
	margin-left:0;
}
.view_album .album_bottom .img2{
	width:46%;
	margin-left:1%;
}
.view_album .img .text{
	color:#fff;
	background-color:#9b0000;
	position:absolute;
	bottom:-40px;
	left:0;
	width:100%;
	height:40px;
	text-align:center;
	line-height:40px;

	-webkit-transition:all ease .4s;
	-o-transition:all ease .4s;
	transition:all ease .4s;
}
.view_album .img:hover .text{
	bottom:0;
}
.view_album .img img{
	width:100%;
}
.journal_album{
	overflow:hidden; zoom:1;
	margin:0 0 60px -4.5%;
}
.journal_album li{
	float:left;
	width:28.5%;
	height:auto;
	margin:0 0 30px 4.5%;
	font-size:18px;
	text-align:center;
	background-color:#fff;
	position:relative;
	padding-bottom:80px;
	overflow:hidden;
	border-bottom:3px #9b0000 solid;
}
.journal_album li img{
	margin:30px 0 40px;
	width:230px;
	height:310px;
}
.journal_album li .popup{
	background-color:#9b0000;
	color:#fff;
	height:60px;
	width:100%;
	position:absolute;
	bottom:-60px;
	left:0px;
	z-index:100;
	margin-top:18px;

	-webkit-transition:all ease .5s;
	-o-transition:all ease .5s;
	transition:all ease .5s;
}
.journal_album li:hover .popup{
	bottom:0px;
}
.journal_album .browse{
	width:108px;
	line-height:60px;
	display:inline-block;
	text-align:center;
	color:#fff;
}
.journal_album .browse:hover{
	background-color:#9b0000;
	color:#fff;
	border-color:#9b0000;
	text-decoration:none;
}
.nanyan_list{
	margin-left:-5%;
	overflow:hidden; zoom:1;
}
.nanyan_list li{
	width:45%;
	height:auto;
	float:left;
	margin:0 0 58px 5%;
	padding:15px 0 20px;
	background-color:#fff;
}
.nanyan_list li .title2{
	margin-left:30px;
}
.nanyan_list li .img{
	position:relative;	
	overflow:hidden; 
	margin:25px 28px 0;
}
.nanyan_list li .img img,.view_album .img img,.journal_album li img{
	-webkit-transition:all ease .4s;
	-o-transition:all ease .4s;
	transition:all ease .4s;
}
.nanyan_list li:hover img,.view_album .img:hover img,.journal_album li:hover img{
	transform:scale(1.05);
}
.nanyan_list li .img img{
	width:100%;
}
.nanyan_list .img .bg{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.4);
}
.nanyan_list li:hover .img .bg{
	background-color:rgba(255,255,255,0.1);
}
.nanyan_list .list_btn{
	color:#fff;
	border-color:#fff;
	position:absolute;
	left:50%;
	top:50%;
	z-index:99;
	margin:-14px 0 0 -54px;
}
.nanyan_list li:hover .list_btn{
	color:#fff;
	border-color:#9b0000;
	background-color:#9b0000;
}

/*光影南燕*/
.into_nanyan .nanyan{
	background:#f8f8f8;
	padding-top:50px;
}
.nanyan .title2{
	display:none;
}
.slideGallery{
	position:relative;
}
.slideGallery .page{
	text-align:center;
}
.slideGallery .slideLarge img{
	max-width:940px;
	max-height:620px;
	width:100%;
	height:auto;
}
.slideGallery .imgprev{
	background:url(../images/view_prev_none.png) no-repeat center center;
	width:31px;
	height:52px;
	display:block;
	position:absolute;
	top:50%;
	left:-65px;
	margin-top:-26px;
}
.slideGallery .imgnext{
	background:url(../images/view_next_none.png) no-repeat center center;
	width:31px;
	height:52px;
	display:block;
	position:absolute;
	top:50%;
	right:-65px;
	margin-top:-26px;
}
.slideGallery .imgprev:hover{
	background:url(../images/view_prev.png) no-repeat center center;
}
.slideGallery .imgnext:hover{
	background:url(../images/view_next.png) no-repeat center center;
}

.slideGallery .imglist_out{
	position:relative;
	left:0;
	bottom:0;
	height:123px;
	width:100%;
	background-color:#fff;
	overflow:hidden;
}	
.slideGallery .list{
	float:left;
	overflow:hidden;
}
.slideGallery .imglist_out .slide_btn{
	width:42px;
	height:120px;
	display:block;
	float:left;
}
.slideGallery .imglist_out .prev{
	background:url(../images/views_prev.png) no-repeat center center;
}
.slideGallery .imglist_out .next{
	float:right;
	background:url(../images/views_next.png) no-repeat center center;
}
.slideGallery .imglist_out ul{
	
}
.slideGallery .imglist{
	padding:25px 20px;	
}
.slideGallery .imglist li{
	width:113px;
	height:80px;
	overflow:hidden;
	padding-right:45px;
}
.control{
	position:absolute;
	bottom:170px;
	left:50%;
	z-index:99;
	width:530px;
	text-align:center;
	margin-left:-265px;

}
.control_on{
	bottom:60px;
}
.tip{
	width:524px;
	height:65px;
	line-height:65px;
	padding-left:18px;
	color:#fff;
	font-size:18px;
	background-color:rgba(4,4,4,0.6);
	display:none;
	text-align:left;	
	
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
.tip_on{
	display:block;
}
.tip .close_t{
	background:#9b0000 url(../images/close_2.png) no-repeat center center;
	width:63px;
	height:65px;
	position:absolute;
	top:0;
	right:-20px;
	display:inline-block;
	border-bottom-right-radius:7px;
	border-top-right-radius:7px;
}
.pagenum{
	width:245px;
	height:48px;
	margin:0px auto 0px;
	padding-left:42px;
	font-size:30px;
	color:#fff;
	background-color:#9b0000; 
	
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.pagenum_on{
	margin:48px auto 0px;
}
.pagenum .show{
	font-size:18px;
	color:#fff;
	width:115px;
	display:inline-block;
	text-align:center;
	padding:10px 0 0 8px;
	border-left:1px #b84d4d solid;
	background:url(../images/journal_detail_img9.png) no-repeat center 2px;
}
.pagenum .show:hover{
	text-decoration:none;
}
.pagenum_on .show{
	background:url(../images/journal_detail_img11.png) no-repeat center 2px;
}
.swiper-title{
	text-align:left;
	margin:15px 0 40px 30px;
}
.slideLarge .month{
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	color:#9b0000;
}
.slideLarge .day{
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	color:#999;
}
.slideLarge .swiper-text{
	color:#333;
	margin-left:30px;
}
.list_title2{
	width:60%;
	margin:40px auto 28px;
	border-bottom:1px #99050c solid;
}
.list_title2 ul{
	margin:0 6%;
	line-height:25px;
	overflow:hidden; zoom:1;
	padding:0 6%;
}
.list_title2 li{
	padding:0 16px;
	float:left;
	border-right:1px #efefef solid;
}
.list_title2 .last{
	border:none;
}
.list_title2 li a{
	color:#666;
	font-size:14px;
}
.list_title2 li a.cur{
	color:#9b0000;
}


/*师资队伍*/
.staffall_out{
	background: #f8f8f8 url(../images/staffout_img1.jpg) no-repeat 50% top;
}
.staff_mw{
	display:none;
}
.staff_media .mainside{
	background-color:transparent;
	width:795px;
	overflow:hidden;
	padding:32px 40px 70px 55px;
}
.staff_media .staff_all{
	background-color:#fff;
	/*height:1160px; 教师介绍被遮挡*/
}
.staff_media .intro{
	width:260px;
}
.staff_media .intro .leftside{
	margin-bottom:30px;
}
.staff_media .intro .leftlist{
	background:#fff url(../images/navon_img1.png) no-repeat 182px -83px;
}
.staff_list{
	margin-left:-35px;
	overflow:hidden;
}
.staff_list li{
	width:365px;
	height:237px;
	border-top:3px #fff solid;
	background-color:#fff;
	float:left;
	overflow:hidden;
	margin:0 0 33px 35px;
}
.staff_list li img{
    width:145px;
	/*height:145px;*/
	float:left;
	margin:43px 0 0 30px;
    /* 去除变形和圆角效果 2016-09-06
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
    */
}
.staff_list .staff_right{
	float:left;
	margin:70px 0 0 30px;
}
.staff_list .title3{
	color:#333;
	font-size:22px;
	text-align:center;
}
.staff_list li:hover{
	border-top:3px #9b0000 solid;
}
.staff_list li:hover .title3{
	color:#9b0000;
}
.staff_list .list_btn{
	margin:15px auto 0;
}
.staff_more{
	width:100%;
	height:40px;
	display:block;
	padding-top:65px;
	color:#999;
	text-align:center;
	margin:-40px 0 38px;
	background:#fff url(../images/staff_img2.png) no-repeat center 25px;

}
.staff_more:hover{
	color:#999;
	text-decoration:none;
	
}
.staff_hide,.staff_more_hide{
	display:none;
}
.staff_on{
	display:block;
}
.teacher{
	padding:0 0 29px;
}
.teacher .title_a{
	line-height:60px;
	padding:0 25px;
	color:#333;
	font-size:18px;
	background-color:#fff;
}
.teacher .academe{
	margin-bottom:20px;
	background-color:#fff;
}
.teacher .acade_hide{
	padding:0px 0 53px;
	display:none;	
}
.teacher .acade_hide1{
	display:block;
}
.teacher .name_t{
	overflow:hidden;
	padding:0 0 25px 90px;
}
.teacher .name_t li{
	color:#666;
	font-size:18px;
	width:160px;
	float:left;
	margin-top:20px;
}
.teacher .name_t li a:hover{
	color:#9b0000;
}
.teacher .title_h{
	color:#9b0000;
	font-size:20px;
	text-align:center;
	padding:25px 0 0px;
	border-top:1px #ebebeb solid;
}
.slideup{
	float:right;
	width:20px;
	height:60px;
	display:inline-block;
	
	background:url(../images/staff_img4.png) no-repeat right center;
}
.slidedown{
	background:url(../images/staff_img3.png) no-repeat right center;
}
.list_staff_out .title2{
	margin:0 0 20px;
}
/*.list_staff_out{
	height:1200px;
	overflow:hidden;
}
.list_staff{
	height:100%;
	min-height:1200px;
}*/
.staff_out{
	overflow:hidden;
}
.list_staff2{
	margin-left:35px;
}
.staff_l,.navi,.staff_m{
	display: block;
    left: 0;
    position: relative;
    top: -120px;
}
.staff_m{
	top:0px;
}
.staff_m1{
    top:-360px;
}
.list_staff{
	margin-top:0px;
}
.list_staff .title_name{
	text-align:center;
	margin:10px 0 20px;
	font-size:18px;
	color:#9b0000;
}
/*搜索栏*/
.sousuo{
	position:absolute;
	top:43px;
	left:0;
	z-index:9999;
	width:100%;
	height:93px;
	padding-top:42px;
	display:none;
	background-color:#f7f7f7;
}
.sousuo_on{
	display:block;
}
.look{
	width:100%;
	height:55px;
}
.sousuo .sou,.look .sou{
	width:86%;
	line-height:54px;
	height:54px;
	background-color:#fff;
	color:#cbcbcb;
	border:none;
	padding-left:3%;
	font-size:16px;
}
.sousuo .sou_btn,.look .sou_btn{
	width:10.5%;
	line-height:54px;
	height:54px;
	color:#fff;
	background-color:#9b0000;
	border:none;
	padding:0;
	font-size:16px;
	cursor:pointer;
}
.header .topbar .search .sea_on{
	background:url(../images/close_3.png) no-repeat 0 0;

	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}
.menu_sou{
	display:none;
	height:230px;
	border-top:2px #3e3e3e solid;
	padding:30px 0 0 35px;
}
.menu_sou .sou{
	width:60%;
	height:24px;
	padding:7px 6px 7px 6%;
	background-color:#fff;
	color:#cbcbcb;
	border:none;
	font-size:16px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}
.menu_sou .sou_btn{
	width:27%;
	height:40px;
	line-height:40px;
	color:#fff;
	background-color:#9b0000;
	border:none;
	padding:0;
	font-size:18px;
	cursor:pointer;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}

/*刊物详情*/
.qikan-detail{
	position: relative;
	/*padding:0 80px;*/
	background-color: #e5e5e5;
}
.qikan-detail .prev-btn,
.qikan-detail .next-btn{
	position: absolute;
	z-index: 10;
	top:50%;
	left:40px;
	margin-top: -56px;
	width: 80px;
	height: 80px;
	background: url(../images/slide_img2.png) center center no-repeat;
	background-color: rgba(202,202,202,.8);
	cursor: pointer;
    -webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.qikan-detail .next-btn{
	left:auto;
	right:40px;
	background-image: url(../images/slide_img1.png);
}
.qikan-detail .prev-btn:hover,
.qikan-detail .next-btn:hover{
	background-color:rgba(155,0,0,0.8);
}

.qikan-detail .bigimg-container{
	width: 100%;
	height: 100%;
	text-align: center;
}

.qikan-detail .bigimg-container img{
	position: relative;
	max-width: 100%;
	max-height:100%;
	cursor: move;
}
.qikan-detail .bigimg-container .swiper-wrapper{

}
.qikan-detail .bigimg-container .item{
	max-height: 100%!important;
	overflow: visible!important;
}
.qikan-detail .close{
	position: fixed;
	z-index: 10;
	top:20px;
	right:30px;
	width: 60px;
	height: 60px;
	background:#9b0000 url(../images/close.png) center center no-repeat;
	cursor: pointer;
}
.qikan-detail .bottom-bg{
	position: fixed;
	z-index: 10;
	bottom:0;
	left:0;
	width: 100%;
	height: 155px;
	background-color: rgba(0,0,0,0.38);

	-webkit-transition: bottom .5s ease;
	-o-transition: bottom .5s ease;
	transition: bottom .5s ease;
}
.qikan-detail .bottom-bg.hide-p{
	bottom:-155px;
}
.qikan-detail .bottom-bg .read-tips{
	position: fixed;
	z-index: 100;
	left:50%;
	bottom:200px;
	padding-right: 64px;
	margin-left: -272px;
	width: 480px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 18px;
	color:#FFF;
	background-color:#999;
	background-color: rgba(0,0,0,.6);
	overflow:hidden;
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.qikan-detail .read-tips .close-tip{
	position: absolute;
	top:0;
	right:0;
	width: 64px;
	height: 64px;
	cursor: pointer;
	background:#9b0000 url(../images/close_3.png) center center no-repeat;
}
.qikan-detail .bottom-bg .paging{
	position: fixed;
	z-index: 100;
	left:50%;
	bottom:130px;
	margin-left: -123px;
	width: 246px;
	padding:7px 0;
	height: 34px;
	text-align: center;
	color:#FFF;
	background-color: #9b0000;
    -webkit-border-radius:48px;
	-moz-border-radius:48px;
	border-radius:48px;
	-webkit-transition: bottom .5s ease;
	-o-transition: bottom .5s ease;
	transition: bottom .5s ease;
}
.qikan-detail .bottom-bg.hide-p .paging{
	bottom:30px;
}
.qikan-detail .bottom-bg.hide-p .paging .hide-menu{
	display: none;
}
.qikan-detail .bottom-bg.hide-p .paging .show-menu{
	display: block;
}
.qikan-detail .bottom-bg .paging .left,
.qikan-detail .bottom-bg .paging .right{
	width: 50%;
	float: left;
	line-height: 1;
}
.qikan-detail .bottom-bg .paging .left{
	width: 122px;
	height: 100%;
	line-height: 34px;
	font-weight: bold;
	font-size: 30px;
	border-right:1px solid rgba(255,255,255,.3);
}
.qikan-detail .bottom-bg .paging .right{
	font-size: 18px;
	cursor: pointer;
}
.qikan-detail .bottom-bg .paging .hide-menu{
	padding-top: 12px;
	background: url(../images/journal_detail_img9.png) center top no-repeat;
}
.qikan-detail .bottom-bg .paging .show-menu{
	padding-bottom: 12px;
	background: url(../images/journal_detail_img11.png) center bottom no-repeat;
	display:none;
}
.qikan-detail .smallimg-container{
	padding-top:12px;
	width: 1070px;
	height:155px;
}

.qikan-detail .smallimg-container .img_wrap{
	margin:4px;
	width: 200px;
	margin-left:10px;
	/*height: 109px;*/
	overflow:hidden;zoom:1;
}
.qikan-detail .smallimg-container .img_wrap img{
	width: 100%;
}
/*.qikan-detail .smallimg-container li.active .img_wrap{
	box-shadow: 0 0 10px 2px rgba(6,97,156,1);
}*/



/*组织框架*/
.frame img{
	max-width:100%;
	width:100%;
	margin-top:15px;
}

.frame{
	position:relative;
}
.frame .framemap_img{
	position:absolute;
	top:0;
	left:0;
	width:92%;
	height:92%;
    padding:32px 70px 70px 55px;
	margin-top:15px;
	overflow:hidden; zoom:1;
}
.frame .framemap_img .framemap_left{
	float:left;
	margin-top:25%;
	width:23%;
	height:76%;
}
.frame .framemap_img .framemap_right{
	float:right;
	margin-top:25%;
	width:23%;
	height:76%;
}
.frame .framemap_img .framemap{
	height:7.6%;
	display:block;
	margin-top:8%;
}
.frame .framemap_img .framemap_2{
	height:7%;
	margin-top:8%;
}
.frame .framemap_img .framemap_right .framemap{
	height:8.2%;
	margin-top:9%;
}

/*404,500页面*/
.nofound_out{
	background:#e2e2e2;
}
.nofound{
	text-align:center;
	width:100%;
	margin-top:10%;
}
.nofound .text{
	font-size:30px;
	margin:70px 0 40px;
}
.nofound .back_index{
	font-size:24px;
	padding-left:40px;
	display:inline-block;
	background:url(../images/nofound_img1.png) no-repeat left center;
}
.nofound .back_p{
	font-size:24px;
	padding-left:40px;
	margin-left:35px;
	display:inline-block;
	line-height:33px;
	background:url(../images/nofound_img2.png) no-repeat left center;
}
.web_map{
	margin-top:40px;
}
.web_map .position {
    width:100%;
    height: 25px;
    line-height:25px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
    padding-left:12%;
}
.web_map .map {
    width:888px;
    padding:20px 0;
	margin:0 auto;
}
.web_map .one {
    width:200px;
    border: 1px solid #ccc;
    background: #fff;
    height: auto !important;
    height: 260px;
    min-height: 260px;
    margin: 10px;
    text-align:center;
    float: left;
}
.web_map .one .title_m{
    font-size: 14px;
    font-weight: bold;
    color: #666;
	line-height:30px;
	display:block;
	color:#fff;
	background-color:#9b0000;
    text-decoration: none;
}
.web_map .blank20 {
    clear: both;
    height: 0;
    overflow: hidden;
    height: 20px;
}
.web_map .two {
    width: 160px;
    text-align: left;
    margin: 0 auto;
	padding-top:10px;
}
.web_map .two li a:hover,.nofound .back_index:hover,.nofound .back_p:hover{
	text-decoration:none;
	color:inherit;
}
.lists li { line-height:34px; border-bottom:1px dotted #ddd; list-style:inside square;white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }
.qr { position:fixed; bottom:22%; right:5%; display:none; }
.qr img { width:200px; height:200px; }
.content .tit {	padding:0 25px 0 15px;margin:6px 0 15px;line-height:35px;background-color:#9b0000;color:#fff;font-size:16px;display:inline-block;}
.content .h3 { line-height:30px; color:#94070A; }
.tips { line-height:30px; color:#999; text-align:right; }
/*师资队伍*/
.teach_staff{
	overflow:hidden; zoom:1;
	padding-bottom:60px;
}
.teach_staff .teach_st{
	float:left;
	width:290px;
	margin:0 0px 30px 20px;
	background-color:#fff;
}
.teach_staff .teach_st1{
	width:550px;
    margin-left:0;
}
.teach_staff .last{
	margin-right:0;	
}
.teach_staff .teach_st1 .teeach_list_out{
	overflow:hidden; zoom:1;
}
.teach_staff .teach_st1 .teach_list{
	float:left;
	width:50%;
}
.teach_staff .teach_list{
	min-height:440px;
}
.teach_staff .teach_list li{
	border-bottom:1px #e9e9e9 solid;
	margin:0 20px;
	padding:15px 0;
}
.teach_staff .teach_list li a{
	color:#333;
	font-size:15px;
}
.teach_staff .teach_list li a:hover{
	color:#9a0000;
}
.teach_staff .img .img_text{
	height:40px;
	width:100%;
	background-color:#9a0000;
	position:absolute;
	bottom:-40px;
	left:0;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:40px;
	transition:all ease .5s;
}
.teach_staff .img:hover .img_text{
	bottom:0px;
}
.teach_staff .img{
	width:290px;
	height:170px;
	position:relative;
	overflow:hidden; zoom:1;
}
.teach_staff .teach_st1 .img{
	width:550px;
}
.teach_staff .img img{
	width:100%;
}

/*校园设施*/
.survey .facilties{
	background-color:#f8f8f8;
}
.facilties .list li{
	width:270px;
	height:350px;
	margin: 0 0 30px 20px;
}
.facilties .list li a:hover,.teach_st > a:hover{
	text-decoration:none;
}
.facilties .list .text{
	padding:0;
}
.facilties .list .title{
	line-height:80px;
}
.facilties .list li:hover .title{
	background-color:#9a0000;
	color:#fff;
}
.facilties li:hover .triangle{
	border-bottom-color:#9a0000;
}

/*南燕资讯*/
/*.information .list{
	border-top:3px #b13b3b solid;
}
.information .list li{
	border-bottom:1px #e9e9e9 solid;
}
.information .list li a{
	display:block;
	overflow:hidden; zoom:1;
	color:#666;
	padding:25px 10px;
}
.information .list .list_left{
	float:left;
}
.information .list_left .left_text2{
	font-size:16px;
}
.information .list .time_right{
	float:right;
}
.information .list li:hover{
	background-color:#fbfbfb;
}
.information .list li:hover a{
	color:#9a0000;
}
.information .pagenumber{
	margin:48px 0 0 0;
	overflow:hidden;
	width:100%;
	text-align:center;
}

.information .pagenumber .page_n{
	overflow:hidden;
	display:inline-block;
	margin-left:-5px;
}
.information .pagenumber .page_n li{
	float:left;
	width:38px;
	line-height:38px;
	text-align:center;
	
	cursor:pointer;
	border:1px #ececec solid;
}
.information .pagenumber .page_n li:hover,.information .pagenumber .page_n li.cur{
	background-color:#9e1a16;
	border-color:#9e1a16;
	color:#fff;
}*/

/*招聘*/
.recruit .teach_st{
	width:350px;
	margin-left:58px;
}
.recruit .teach_st .img{
	width:350px;
	height:175px;
}
.recruit .title{
	position:static;
}
.recruit .last{
	margin-right:0;
}
.recruit .teach_st .time{
	font-size:12px;
	display:block;
	color:#999;
}
.recruit .teach_st .img_text{
	height:40px;
	width:100%;
	line-height:40px;
	color:#fff;
	text-align:center;
	font-size:18px;
	background-color:#9b0000;
}
.recruit .teach_list{
	height:auto;
	padding-bottom:20px;
}


/*文件上传*/
.file_up{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 99;
	opacity:0;
	cursor:pointer;
}
.idcard_list li.file_up_end{
	/* height: auto; */
	height: 100px;
	overflow: hidden;
}
.file_up_end .uptips{
	top: 0;
}
.uptips{
	position: absolute;
	top: 100px;
	padding: 0 15px;
	font-size:14px;
}
.file_up_end .uptips{
	top: 0;
}
.licenseimg{
	/* position:absolute; */
	position: relative;
	z-index: 90;
	top:0;
	left:0;
}

label.error,label.error2{
	position:absolute;
	top:-20px;
	right:40px;
	background: #ffeae5 none repeat scroll 0 0;
    color: #ff3300;
    padding: 1px 10px;
    vertical-align: middle;
    white-space: nowrap;
}
label.error2{
	display:inline;
}
.select_chose label.error{
	right:20px;
}

.popup label.error{
	left:120px;
	right:auto;
}
.popup .select_chose label.error{
	left:90px;
}

label.error:after,label.error2:after{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffeae5 transparent  transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    bottom: -12px;
    color: #666;
    content: " ";
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
	margin-left:-6px;
}

.sitecon{
	margin:10px 20px;
}
.sitecon, .sitecon a {
    font-size: 12px;
    color: #999;
}
.regtitle{
	margin:25px 0 10px;
	font-size:18px;
	color:#333;
}
.retitle{
	display:block;
	margin:15px 0 5px;
	font-size:16px;
	color:#333;
}
.addresume{
	margin-left:20px;
	font-size:16px;
	color:#9b0000;
	text-decoration:underline;
}
.rclose{
	margin-left:30px;
	color:#9b0000;
	text-decoration:underline;
}
.addresume:hover,.rclose:hover{
	color:#9b0000;
}
.volunteerform{
	margin-left:-7%;
}
.volunteerform li{
	position:relative;
	float:left;	
	width:43.7%;
	height:43px;
	margin:0 0 8px 6%;
	
	border: 1px solid #ccc;
}
.volunteerform li .label{
	margin-left:20px;
	color: #333;
	font-size:16px;
}
.volunteerform li .input_time2,.volunteerform li .input_text2{
	margin-left:2px;
	border:none;
}
.volunteerform li .input_time2{
	margin-left:10px;
}


/*404页面,500页面*/
.error_404{
	width:300px;
	min-height:435px;
	padding-top:140px;
	margin:0px auto 0;
	text-align:center;
}
.error_404 .text{
	margin-top:36px;
	font-size:18px;
	color:#be0f1d;
}
.error_404 .back_index{
	display:block;
	width:180px;
	height:44px;
	line-height:44px;
	margin:90px auto 0;
	font-size:18px;
	color:#fff;
	background-color:#ae0515;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.activity_list .construction{
    overflow: hidden;
    margin-left: 20px;
	background: #fff;
}
.activity_list .construction .detail_title{
	margin:25px 20px;
}
.main_content .construction .mainside{
	float:none;
	width:auto;
	margin:0 20px 50px;
}
.construction .const_text{
	text-align:center;
}
.construction .const_text p{
	padding-top:20px;
}
	

.notice_tips_new{
	border: none;
	background: #ffe7e1;
	padding: 10px;
	line-height: 1.5;
}
.notice_tips_new .download{
	color: #9b0000;
	display: inline-block;
	padding-left: 16px;
	margin-left: 5px;
	border-bottom: 1px solid #9b0000;
	background: url(../images/icon_download.png) no-repeat left top;
	background-size: 20px;
}
.notice_tips_new .download:hover{
	text-decoration: none;
}
.notice_tips_new p{
	position: relative;
	margin-bottom: 5px;
	padding-left: 15px;
}
.notice_tips_new .point{
	position: absolute;
	left: -3px;
	font-size: 18px;
	top: -2px;
}

.idcard_list .first_item{
	margin-bottom: 15px;
}