/* input(654,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '11px' */
/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    left: 0;
    width: 100%;
    bottom: 11px;
}

.swiper-pagination-switch {
	/* Stylize pagination button: */
	 width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;	
    margin: 0 4px;

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}
.swiper-pagination-bullet {
   
}
.swiper-active-switch {
    opacity: 1;
    background: #007aff;
}
@charset "UTF-8";
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,time,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}
body,input{font-family:"微软雅黑"}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1;min-width:1258px;font-size: 14px;color: #333;}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
a{text-decoration:none;color:#333}
a:hover{color:#1e93f5;}
hr{
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
pre{
    overflow: auto; }
a, button, input, optgroup, textarea{
    -webkit-tap-highlight-color: transparent; 
    padding: 0;
	margin: 0;
	background-color: transparent;}
button, input, optgroup, textarea{
    color: inherit;
    font: inherit;
    margin: 0;
    -webkit-appearance: none;
    outline: none;
    line-height: normal; 
    border: none;
    }
button, select{
    text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"]{
    -webkit-appearance: none;
    cursor: pointer; }
button[disabled], html input[disabled]{
    cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner{
    border: 0;
    padding: 0; }
input{
    line-height: normal; }
input[type="checkbox"], input[type="radio"]{
    box-sizing: border-box;
    padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{
    height: auto; }
input[type="search"]{
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{
    -webkit-appearance: none; }
::-webkit-input-placeholder{font-size: 14px;color: #999;}   
:-moz-placeholder{font-size: 14px;color: #999;}                  
::-moz-placeholder{font-size: 14px;color: #999;}                  
:-ms-input-placeholder{font-size: 14px;color: #999;} 
input::-ms-clear, input::-ms-reveal { display: none; }
/*start-公共类*/
.fl{
	float: left !important;
}
.fr{
	float: right !important;
}
.no-margin, .nm{
	margin: 0 !important;
}
.no-padding, .np{
	padding: 0 !important;
}
.npr{
	padding-right: 0 !important;
}
.npl{
	padding-left: 0 !important;
}
.nmr, .mr0{
	margin-right: 0 !important;
}
.nml, .ml0{
	margin-left: 0 !important;
}
.no-border{
	border: none !important;
}
.nbt{
	border-top: none !important;
}
.no-bg{
	background-color: transparent !important;
}
.ns{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.clear{
	clear: both !important;
}
.none{
	display: none;
}
.full-height{
	height: 100%;
	box-sizing: border-box;
}
.ofh{
	overflow: hidden !important;
}
.ofv{
	overflow: visible !important;
}
.fwb{
	font-weight: bold !important;
}
.tc{
	text-align: center !important;
}
.tl{
	text-align: center !important;
}
.LNB .item:last-child{
	border: none !important;
}
.break{
	word-wrap: break-word;
	word-break: break-all;
}
.clearfix{zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}
/*end-公共类*/
/*start-通用样式*/
.text-nowrap{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; 
}
.text-nowrap2{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.CENTER{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.ease{
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}
.ease2{
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
    -ms-transition: ease .8s;
    -o-transition: ease .8s;
    transition: ease .8s;
}
.bz{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.relative{position: relative !important;}
.BGff{background-color: #fff !important;}
.BGfa{background-color: #fafafa !important;}
.BGf9{background-color: #f9f9f9 !important;}
.bb{border-bottom: 1px solid #eee !important;}
.bt{border-top: 1px solid #eee !important;}
.bl{border-left: 1px solid #eee !important;}
.br{border-right: 1px solid #eee !important;}
.nb{border:none !important;}
.color01, .c1{color: #ff8308 !important;}/*c1 网页主题色*/
.color02, .c2{color: #1e93f5 !important;}/*c2 a标签交互色*/
.color33, .c33{color: #333 !important;}
.color66, .c66{color: #666 !important;}
.color99, .c99{color: #999 !important;}
.mrl{
	margin: 0 12px;
}
.fwn{
	font-weight: normal !important;
}
.nbr{
	border-right: none !important;
}
.db{
	display: block;
}
.fit{
	position: relative;
	overflow: hidden;	
}
.fit img,.fit .img{
	object-fit: cover;
	object-position: center cente;
	width: 100%;
	height: 100%;
}
.fz0{font-size: 0 !important;}
.libn .item:last-child{border-bottom: none !important;margin-bottom: 0 !important;}
.HOVER .item:hover .name{
	color: #ff8308 !important;
}
/*end-通用样式*/
/*start-商学院*/
.mid-main{
	padding-bottom: 30px;
} 
.pages{
	font-size: 0;
	text-align: center;
	padding-top: 30px;
}
.pages .a{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	font-size: 14px;
	color: #999;
	width: 38px;
	margin-right: 6px;
	vertical-align: middle;
	overflow: hidden;
	padding: 0 !important;
}
.pages .a.ell{
	line-height: 30px;
}
.pages .a.ell:hover{
	background-color: #fff;
	color: #999;
	border-color: #e9e9e9;
	cursor: default;
}
.pages .a.pre, .pages .a.pre.disabled:hover{
	background: url(../images/pre.png?v=b8fDZ2cuS3YcdSuINbe5RNXfkOM) no-repeat center center;
}
.pages .a.pre:hover{
	background: #1e93f5 url(../images/pre_cur.png?v=b8fDZ2cuS3YcdSuINbe5RNXfkOM) no-repeat center center;
}
.pages .a.disabled:hover{
	border-color: #e9e9e9;
}
.pages .a.next, .pages .a.next.disabled:hover{
	background: url(../images/next.png?v=6bVn4Buvai-nh2F4a0nLT5c41YY) no-repeat center center;
}
.pages .a.next:hover{
	background: #1e93f5 url(../images/next_cur.png?v=6bVn4Buvai-nh2F4a0nLT5c41YY) no-repeat center center;
}
.pages .a.cur, .pages a:hover{
	background-color: #1e93f5;
	border-color: #1e93f5;
	color: #fff;
}
.pages .a.disabled{
	cursor: default;
	color: #999;
	opacity: .5;
}
.NAV{
	height: 60px;
	line-height: 60px;
}
.NAV .logo{
	float: left;
	height: 60px;
}
.NAV .logo h1{
}
.NAV .logo h1 img{
	display: block;
}
.NAV .right{
	float: right;
}
.NAV .right .link{
	float: left;
	position: relative;
	font-size: 16px;
	margin-left: 64px;
}
.NAV .right .link:first-child{
	margin-left: 0;
}
.NAV .right .link.cur{
	color: #1e93f5;
}
.NAV .right .link.hot:before{
	position: absolute;
	content: '';
    right: -25px;
    top: 14px;
	height: 16px;
	width: 32px;
	background: url(../images/hot.png?v=6bVn4Buvai-nh2F4a0nLT5c41YY) no-repeat center center;
}
.NAV .right .link.cur:after, .mid-nav1 .item.cur:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #1e93f5;
}
.top-swiper{
	height: 300px;
}
.swiper-container .swiper-wrapper, .swiper-container .swiper-slide, .swiper-container .swiper-slide a{
	display: block;
	height: 100%;
}
.swiper-container .swiper-slide a{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.left-content{
	float: left;
    width: 840px;
}
.right-content{
	float: right;
	width: 320px;
}
.mid-nav1{
	margin-top: 10px;
	height: 56px;
	line-height: 56px;
}
.mid-nav1 .item{
	float: left;
	position: relative;
	margin-right: 40px;
	font-size: 16px;
	color: #666;
}
.mid-nav1 .item:hover{
	color: #1e93f5;
}
.mid-nav1 .item:last-child{
	margin-right: 0;
}
.mid-nav1 .item.cur{
	color: #1e93f5;
	font-weight: bold;
}
.midList-a .item{
	display: block;
	min-height: 162px;
	position: relative;
	padding-left: 260px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.midList-a .item .fit{
	position: absolute;
	left: 0;
	width: 240px;
	height: 162px;
	border-radius: 4px;
	top: 30px;
}
.midList-a .item .cont{
	position: relative;
	min-height: 162px;
}
.midList-a .item .name{
	margin-top: -1px;
	line-height: 22px;
	font-size: 20px;
	color: #131420;
	display: block;
}
.midList-a .item .txt1{
	margin-top: 16px;
	font-size: 14px;
	line-height: 20px;
	max-height: 40px;
	color: #666;
}
.midList-a .bot{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.midList-a .icons-box{
	width: 344px;
	height: 32px;
	overflow: hidden;
}
.icons-box{
	font-size: 0;
}
.icons-box .icon{
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	font-size: 14px;
	color: #999;
	border: 1px solid #eee;
	margin-right: 12px;
}
.icons-box .icon:hover{
	color: #1e93f5;
}
.icons-box .icon:last-child{
	margin-right: 0;
}
.icons-box.v2{
	margin-right: -12px;
}
.icons-box.v2 .icon{
	padding: 0 6px 0 7px;
	margin-bottom: 12px;
}
.midList-a .item .date{
	line-height: 30px;
	font-size: 12px;
	color: #999;
}
.footer{
	background-color: #2a2d36;
	padding: 37px 0;
}
.footer .p1{
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.footer .p1 a{
	color: #fff;
}
.footer .p1 a:hover{
	color: #1e93f5;
}
.footer .p2{
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #999;
}
.footer .p2 a { color: #999; padding: 0 5px 0 0; }
.section-title{
	font-size: 18px;
	line-height: 38px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	margin-top: 30px;
}
.midList-b .item{
	display: block;
	position: relative;
	padding-left: 123px;
	min-height: 75px;
	padding-top: 8px;
	margin-top: 2px;
	padding-bottom: 10px;
}
.midList-b .item .cont{
	min-height: 77px;
	position: relative;
}
.midList-b .item .fit{
	position: absolute;
	left: 0;
	top: 10px;
	width: 112px;
	height: 75px;
	border-radius: 2px;
}
.midList-b .item .name{
	line-height: 20px;
	font-size: 14px;
	max-height: 40px;
}
.midList-b .item .bot{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	color: #999;
}
.midList-c{
	11px;
}
.midList-c .item{
	position: relative;
	padding-left: 15px;
	padding-right: 60px;
	line-height: 36px;
	font-size: 14px;
}
.midList-c .item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #1e93f5;
}
.midList-c .item .a{
	display: block;
	font-size: 14px;
}
.midList-c .item .date{
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
}
.right-fit{
	display: block;
	border-radius: 4px;
	overflow: hidden;
	font-size: 0;
}
.right-fit img{
	max-width: 100%;
}
.right-fit.fixed{
	position: fixed;
	left: 0;
	top: 90px;
	width: 320px;
	z-index: 100;
	padding-left:30px;
}
.top-nav{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 2px 4px 0 rgba(110, 110, 110, 0.1);
	z-index: 200;
	background-color: #fff;
}
.top-nav .right{
	float: left;
	padding-left: 60px;
}
.top-nav .right .link{
	margin-left: 50px;
}
.top-nav .block{
	float: right;
	width: 112px;
	height: 40px;
	line-height: 40px;
	background-color: #1e93f5;
	border-radius: 20px;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.breadcrumb{
	line-height: 38px;
	padding-top: 20px;
}
.breadcrumb .anchor{
	font-size: 18px;
}
.breadcrumb .span{
	font-size: 16px;
	vertical-align: 1px;
}
.breadcrumb1{
	margin-top: 27px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.mid-title1{
	width: 780px;
	margin-top: 27px;
	padding-bottom: 16px;
}
.mid-title1 .h2{
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}
.mid-title1 .text{
	font-size: 14px;
	color: #999;
	margin-top: 13px;
}
.mid-title1 .span{
	margin-right: 60px;
}
/*start-富文本默认样式*/
.defaultStyle strong{font-weight: bold;}
.defaultStyle img{max-width: 100%;}
.defaultStyle h1{font-size:28px;font-weight:bold;}
.defaultStyle h2{font-size:24px;font-weight:bold;}
.defaultStyle h3{font-size:18.72px;font-weight:bold;}
.defaultStyle h4{font-size:16px;font-weight:bold;}
.defaultStyle h5{font-size:13.29px;font-weight:bold;}
.defaultStyle h6{font-size:12px;font-weight:bold;}
.defaultStyle h1, .defaultStyle h2, .defaultStyle h3, .defaultStyle h4,.defaultStyle h5, .defaultStyle h6{
	margin: .83em 0;
	line-height: 1.5;
}
.defaultStyle p, .defaultStyle section{
	font-size: 16px;
	line-height: 28px;
	color: #353535;
	margin: 28px 0;
	text-align: justify;
}
.defaultStyle ul,.defaultStyle ol{
	margin: inherit;
	padding: inherit;
	display: block;
    list-style: disc;
    margin: 1em 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.defaultStyle a{
	color: #136ec2 !important;
	text-decoration: underline !important;
}
.defaultStyle table{
	width: 100%;
	border: 1px solid #dfdfdf;
}
.defaultStyle table p{
	margin: 0;
}
.defaultStyle table tr,.defaultStyle table td{
	border: 1px solid #dfdfdf;
}
.defaultStyle table td{
	text-align: left;
	padding: 0 12px;
}
/*end-富文本默认样式*/
.page-to{
	padding: 14px 0;
	margin-top: 24px;
	white-space: nowrap;
	text-align: center;
	line-height: 1;
	font-size: 0;
}
.page-to .link{
	display: inline-block;
	width: 375px;
	height: 50px;
	line-height: 48px;
	background-color: #fff;
	border-radius: 25px;
	border: solid 1px #eee;
	position: relative;
	text-align: center;
	float: none !important;
	vertical-align: middle;
	font-size: 14px;
	margin: 0 6px;
}
.page-to .link span{
	color: #1e93f5;
}
.page-to .link .font{
	display: inline-block;
	vertical-align: middle;
	max-width: 300px;
}
.page-to .link:hover .font{
	color: #ff8308;
}
.aside-title{
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	margin-top: 30px;
}
.mid-imgbox{
	margin-top: 20px;
}
.mid-imgbox img{
	width: 100%;
}
.midTab{
	padding-top: 20px;
	padding-bottom: 20px;
}
.midTab .item{
	float: left;
	width: 152px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	background-color: #f8f8f8;
	border-radius: 4px;
	margin-right: 20px;
}
.midTab .item:last-child{
	margin-right: 0;
}
.midList-d{
	margin-right: -20px;
	margin-bottom: -20px;
}
.midList-d .item{
	float: left;
	position: relative;
	width: 195px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 207px;
	background-color: #f8f8f8;
	overflow: hidden;
	border-radius: 4px;
}
.midList-d .item .fit{
	height: 120px;
}
.midList-d .item .con{
	
}
.midList-d .item .name{
	padding: 0 12px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	max-height: 36px;
	margin-top: 10px;
}
.midList-d .item .txt{
	position: absolute;
	bottom: 14px;
	left: 12px;
	right: 12px;
	font-size: 12px;
	color: #999;
}
.textArea-div{
	width: 780px;
}
.midTxt{
	width: 690px;
	position: relative;
	background-color: #f2f2f2;
	border-radius: 2px;
	font-size: 16px;
	color: #999;
	padding: 14px 40px 14px 50px;
	text-align: justify;
	line-height: 28px;
	margin-top: 20px;
}
.midTxt .span{
	position: absolute;
	left: 16px;
	top: 13px;
	width: 24px;
	height: 23px;
	background: url(../images/ic.png?v=6bVn4Buvai-nh2F4a0nLT5c41YY) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.copyright, .midTxt1{
	text-align: justify;
	font-size: 16px;
	line-height: 28px;
	width: 780px;
}
.copyright{
	color: #353535;
	margin-top: 44px;
	margin-bottom: 4px;
}
.midTxt1{
	color: #666;
	margin-bottom: 36px;
}
.midTxt1 .link{
	color: #1e93f5;
}
/*留言*/
.message-box{
	position: relative;
	width: 840px;
	height: 142px;
	margin-top: 23px;
	background: url(../images/message.png?v=6bVn4Buvai-nh2F4a0nLT5c41YY) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	border-bottom: 3px solid #fae2c7;
}
.message-box .message-header{
	padding-top: 28px;
	padding-left: 27px;
	height: 18px;
	font-weight: bold;
	font-size: 18px;
	line-height: 8px;
	color: #353535;
}
.message-box .message-detail{
	position: relative;
	width: 770px;
	padding-top: 10px;
	padding-left: 27px;	
}
.message-box .message-detail .detail-info{
	float:left;
	width: 642px;	
}
.message-box .message-detail span{	
	font-size: 16px;	
	line-height: 8px;	
	color: #353535;	
}
.message-box .message-detail input{	
	width: 221px;
	height: 39px;
	margin-left: 4px;
	margin-right: 14px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #d3d8dd;	
	padding-left:4px;
}
.message-box .message-btn{	
	width: 126px;
	height: 39px;
	line-height: 39px;
	background-color: #ff6920;
	border-radius: 4px;
	font-size: 16px; 
	color: #ffffff; 
	text-align: center; 
	cursor: pointer;
	float: right; 
}
.midLinks{
	margin-top: 40px;
	width: 780px;
}
.midLinks .h3{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 14px;
	line-height: 1;
}
.aList .item{
	display: block;
	text-align: justify;
	font-size: 16px;
	line-height: 24px;
	color: #1e93f5;
	margin-bottom: 10px;
	cursor: pointer;
	text-decoration: underline;
}
.aList .item:hover, .midTxt1 .link:hover{
	color: #ff8308;
}
/*end-商学院*/

/*404页面*/
.fslink { width: 1200px; margin: 0 auto; }
.fslink .errorInfo { text-align: center; padding-bottom: 50px; padding-top: 56px; }
.fslink .errorInfo .errorimg { width: 308px; }
.fslink .errorInfo .errortxt { font-size: 30px; font-weight: bold; color: #5f5f5f; line-height: 65px; }
.fslink .errorInfo .errortxt label { color: #ee8145; }
.fslink .errorInfo .link { line-height: 20px; height: 22px; font-size: 16px; margin-top: 7px; }
.fslink .errorInfo .link a { color: #777777; }
.fslink .errorInfo .link .back { color: #006CBF; display: inline-block; padding-right: 12px; margin-right: 12px; border-right: 1px solid #d5dadf; }
.fslink .btnlist { width: 700px; margin: 0 auto; padding-bottom: 50px; }
.fslink .btnlist .txt { height: 38px; color: #5f5f5f; font-size: 14px; font-weight: bold; }
.fslink .btnlist .link { width: 720px; height: 72px; }
.fslink .btnlist .link a { display: block; float: left; width: 124px; line-height: 72px; color: #fff; margin-right: 20px; font-size: 15px; text-align: center; border-radius: 3px; }
.fslink .btnlist .link .color1 { background: #38cbc2; }
.fslink .btnlist .link .color2 { background: #e3c72a; }
.fslink .btnlist .link .color3 { background: #57bfe1; }
.fslink .btnlist .link .color4 { background: #ff6774; }
.fslink .btnlist .link .color5 { background: #9c90e3; }

