body {
	background: url(/static/w/images/mpacc/dept/bg.jpg) no-repeat center 30px #eee;
}
.simple_top {
	width: 100%;
	height: 70px;
	background: #333;
}
.simple_main {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}
.simple_main .logo {
	width: 200px;
	height: 60px;
	float: left;
	margin-top: 4px;
}
.simple_main .back {
	width: 500px;
	height: 70px;
	float: right;
}
.simple_main .back ul {
	width: 500px;
	height: 70px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.simple_main .back ul li {
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.simple_main .back ul li a {
	display: block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background: #fff;
	color: #000;
	text-align: center;
}
h2 {
	font-size: 28px;
	height: 85px;
	width: 1120px;
	margin: 0 auto;
	line-height: 55px;
	position: relative;
	text-align: center;
	color: #1a5aa1;
}
h2:after {
	content: "";
	background: #df570a;
	display: block;
	position: absolute;
	bottom: 25px;
	left: 50%;
	width: 100px;
	height: 3px;
	margin-left: -50px;
}




/*  outer apply */

.outer {
	width: 1200px;
	margin: 20px auto 0;
	height: 60px;
	padding: 20px 0;
	background: #333333;
}
.outer .apply {
	width: 1100px;
	margin: 0 auto;
}
.outer .apply ul {
	width: 1100px;
	height: 65px;
	margin: 5px auto 0;
	display: flex;
	justify-content: space-between;
}
.outer .apply ul li {
	width: 310px;
	height: 50px;
	border: #FFF solid 1px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
}
.outer .apply ul li:nth-child(1) {
	background: url(/static/w/images/index/namebg.png) no-repeat 20px 10px #fff;
	background-size: 30px 30px;
}
.outer .apply ul li:nth-child(2) {
	background: url(/static/w/images/index/mobilebg.png) no-repeat 20px 10px #fff;
	background-size: 30px 30px;
}

.outer .apply ul li .input {
	border: none;
	width: 90%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #222;
	background: none;
}
.outer .apply ul li.button {
	background: none;
	border: none;
	width: 400px;
}
.outer .apply ul li.button input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #EBD3AD;
	border: none;
	font-size: 18px;
	color: #222;
	border-radius: 3px;
	letter-spacing: 2px;
	font-size: 22px;
	text-align: center;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 20px;
}

.outer .apply ul li.button input:hover{ background:#E0B266;}


/*   lianxi  */

.lianxi {
	width: 560px;
	height: 60px;
	margin: 0 auto;
	border: #0e419c solid 1px;
	box-sizing: content-box;
	border-radius: 30px;
	margin-top: 30px;
	background: #fff;
}
.lianxi ul {
	cursor: pointer;
}
.lianxi ul li {
	width: 360px;
	height: 60px;
	line-height: 60px;
	float: left;
	text-align: center;
	background: #fff;
	border-radius: 30px;
	font-size: 22px;
	color: #0e419c;
}
.lianxi ul li:first-child {
	width: 200px;
	font-size: 20px;
	background: #0e419c;
	color: #fff;
}
/*   university  */
.university {
	width: 1200px;
	height: 295px;
	margin: 100px auto 0;
	background: rgba(255,255,255,0.95);
}
.university dl {
	width: 1000px;
	height: 250px;
	margin: 0 auto;
	padding-top: 25px;
}
.university dl dt {
	width: 335px;
	height: 250px;
	float: left;
	background: url(/static/w/images/mba/fudan/universitybg.jpg) no-repeat;
	background-size: 335px 250px;
}
.university dl dt img {
	margin: 8px 0 0 10px;
}
.university dl dd {
	width: 600px;
	height: 230px;
	float: left;
	padding: 0 20px;
	margin-left: 20px;
}
.university dl dd h1 {
	font-weight: normal;
	font-size: 30px;
	color: #000;
}
.university dl dd p {
	line-height: 40px;
	text-align: justify;
	font-size: 18px;
	color: #333;
}
/* menu */
#menu {
	width: 1200px;
	height: 60px;
	margin: 20px auto 0;
	background: #fff;
}
#menu.fixed {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -600px;
	z-index: 50;
	margin-top: 0;
}
#menu ul {
	width: 1200px;
	height: 60px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#menu ul li {
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	background: #1a5aa1;
	border-radius: 20px;
	color: #fff;
}
/* object */

.object {
	width: 1200px;
	background: #FFF;
	margin: 20px auto 0;
	padding: 15px 0;
}
.object ul {
	width: 1110px;
	margin: 0 auto;
	line-height: 45px;
	font-size: 16px;
}
/* activity  */

.activity {
	height: 390px;
}
.activity dl {
	width: 200px;
	height: 300px;
	background: #1a5aa1;
	float: left;
	margin: 0 5px 0 30px;
}
.activity dl dt {
	width: 200px;
	height: 130px;
}
.activity dl dd {
	width: 80%;
	margin: 10px auto;
	height: 40px;
	line-height: 40px;
	border: #FFF solid 1px;
	color: #fff;
	text-align: center;
}
.activity dl dd:nth-child(4) {
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	background: #fff;
	color: #444;
	font-weight: bold;
	border-radius: 20px;
	cursor: pointer;
}
.activity dl dd:nth-child(4):hover {
	background: #df570a;
	color: #fff;
}
/* interview */

.interview {
	width: 1200px;
	background: #FFF;
	margin: 20px auto 0;
	padding: 20px 0;
}
.interview p {
	text-align: center;
}



/* award */
.award {
	width: 1200px;
	background: #FFF;
	margin: 20px auto 0;
	padding: 20px 0;
}


.award dl.table{ margin-top:0;}


.award ul{ width:1100px; margin:10px auto; padding:10px 0; line-height:35px; border-bottom:#CCC solid 1px;}

.award ul li:first-child{ font-weight:bold; font-size:18px;}


/* interview */

.interview {
	width: 1200px;
	background: #FFF;
	margin: 20px auto 0;
	padding: 20px 0;
}


.interview h2 {
	height: 55px;
}
.interview h2:after {
	bottom: 0;
}
.interview p {
	text-align: center;
	font-size: 20px;
	height: 60px;
	line-height: 50px;
	color:#F30;
}



.interview_step {
	height: 150px;
	margin: 0 auto;
	width: 1150px;
	display: flex;
	justify-content: space-between;
}
.interview_step dl {
	width: 260px;
	height: 135px;
	margin: 0 15px;
	text-align: center;
	color: #333;
	border: #1a5aa1 solid 1px;
	box-sizing: border-box;
	border-radius: 10px;
}
.interview_step dl dt {
	padding-top: 10px;
	font-weight: bold;
	font-size: 24px;
}
.interview_step dl dd {
}
.interview_step dl dd.interview_item {
	font-size: 22px;
	padding: 10px 0;
	color: #1a5aa1;
}



.interview ul{ width:1100px; margin:10px auto; padding:10px 0; line-height:35px; border-bottom:#CCC solid 1px;}

.interview ul li:first-child{ font-weight:bold; font-size:18px;}

 dl.table {
	width: 1100px;
	height: auto;
	margin: 20px auto 0;
	background: #FFF;
}
dl.table dt {
	text-align: center;
	line-height: 70px;
	height: 70px;
	font-weight: bold;
	font-size: 18px;
	border: #1a5aa1 1.5px solid;
	border-bottom: none;
	background: #112362;
	color: #fff;
}
dl.table table {
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	content: "";
	box-sizing: border-box;
	line-height: 3;
}
dl.table table th {
	border: #1a5aa1 1.5px solid;
}
dl.table table td {
	border: #1a5aa1 1.5px solid;
	padding: 5px 10px;
	text-align: center;
}
dl.table table tr:nth-child(2n) {
	background: #CAE3FF;
}
dl.table table span {
	width: 160px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	display: block;
	margin: 0 auto;
	background: #0e419c;
	border-radius: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
/*  liankao  */

.liankao h2 {
	height: 55px;
}
.liankao h2:after {
	bottom: 0;
}
.liankao p {
	text-align: center;
	font-size: 22px;
	height: 60px;
	line-height: 60px;
}
.liankao ul {
	height: 215px;
	width: 1140px;
	margin: 0 auto;
	padding-top: 10px;
}
.liankao ul li {
	height: 200px;
	width: 400px;
	float: right;
}


.liankao ul li.down { background:#2f84ee;}


.liankao ul li.down #apply{ padding:8px 0 0 0;}

.liankao ul li.down #apply dl{ border:none; background:none;}


.liankao ul li.down #apply #stbut {
	background: #CB7B07;
}




.liankao ul li:first-child {
	width: 720px;
	float: left;
}
.liankao ul li img {
	cursor: pointer;
}
.liankao ul li dl {
	width: 340px;
	height: 200px;
	background: #fff;
	float: left;
	border: #1a5aa1 solid 3px;
	box-sizing: border-box;
}

.liankao ul li dl dt {
	width: 200px;
	height: 40px;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
	background: #1a5aa1;
	border-radius: 0 0 15px 15px;
	color: #fff;
}
.liankao ul li dl dd b {
	font-size: 22px;
	line-height: 40px;
	padding: 10px 0;
	display: block;
}
.liankao ul li dl dd {
	text-align: center;
	font-size: 20px;
	line-height: 45px;
}
.liankao ul li dl:first-child {
	margin-right: 30px;
}
.liankao ul li a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	text-align: center;
	display: block;
	background: #EC2A35;
	color: #fff;
	margin: 180px auto 0;
	font-size: 24px;
}
.liankao ul li a:hover {
	background: #DE0915;
}
/* project */
.project {
	width: 1200px;
	margin: 20px auto 0;
	background: #fff;
	padding: 20px 0;
}
.project .item {
	width: 1100px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	cursor: pointer;
}
.project .item li {
	width: 320px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #1a5aa1;
	border: #1a5aa1 solid 1px;
	box-sizing: content-box;
	border-radius: 8px;
}
.project .item li.curr {
	background: #1a5aa1;
	color: #fff;
}
.project dl.curr {
	display: block;
}
.project dl {
	width: 1150px;
	min-height: 400px;
	margin: 15px auto 0;
	position: relative;
	display: none;
}
.project dl dt {
	position: absolute;
	top: 10px;
	right: 0;
	width: 300px;
	height: 390px;
	background: #09F;
}
.project dl dd {
	width: 800px;
	min-height: 380px;
	padding: 0 10px;
	line-height: 30px;
}
.project dl dd ul li {
	padding: 5px 0;
}
/*  报考流程 */


.setp { padding-bottom:50px;}

.setp h2 {
	height: 55px;
}
.setp h2:after {
	bottom: 0;
}
.setp p {
	text-align: center;
	font-size: 22px;
	height: 60px;
	line-height: 60px;
}
.setp ul {
	width: 1150px;
	padding: 10px 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5px 0 20px;
}
.setp ul li {
	width: 140px;
	height:105px;
	padding-top:10px;
	background: #f4f4f4;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	color: #222;
	position: relative;
}

.setp ul li img{ width:50px; height:50px;}

.setp ul li b {
	display: block;
	width: 50px;
	line-height: 0;
	margin: 0 auto 10px;
}
.setp ul li i {
	font-style: normal;
	color: #999;
	font-size: 1.2rem;
}
.setp ul li span {
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #333;
	border-radius: 20px;
	color: #fff;
	font-size:14px;
}


.setp  span.dot{ background:#df570a;}

 

/*assess*/
 
.assess {
	width: 1200px;
	background: #FF;
	margin: 20px auto 0;
}


.assess:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.assess .assess_main {
	width: 1100px;
	height: 350px;
	background: #1a5aa1;
	margin: 0 auto;
}
.assess .assess_main .left {
	width: 600px;
	height: 350px;
	float: left;
}
.assess .assess_main .left img {
	border-radius: 0 20px 20px 0;
}
.assess .assess_main .right {
	width: 500px;
	height: 350px;
	float: left;
}
#apply {
	background: none;
}

#apply dl dt{ color:#fff;}

#apply dl .input {
	border: #000 solid 1px;
	border-radius: 5px;
}
#apply #courselist {
	background: #fff;
}
#stbut {
	background: #DF570B;
	font-size:18px;
}


/* news */
.news {
	width: 1160px;
	background: #fff;
	padding: 20px;
	margin: 40px auto 0;
}
.news ul {
	height:auto;
}

.news ul:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}


.news ul li {
	line-height: 40px;
	height: 40px;
	width: 470px;
	padding-right: 100px;
	overflow: hidden;
	float: left;
	text-indent: 20px;
	background: url(../images/common/point.png) no-repeat 10px center;
	border-bottom: #eee solid 1px;
	position: relative;
}
.news ul li span {
	position: absolute;
	top: 0;
	right: 0;
}
.news ul li:nth-child(2n) {
	margin-left: 10px;
}
.item {
	width: 1200px;
	height: 760px;
}
.item dl {
	float: left;
	width: 390px;
	height: 370px;
	float: left;
	margin: 0 15px 15px 0;
	border: #eee solid 1px;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: #eee 1px 1px 1px;
	background: #fff;
}
.item dl:nth-child(3n) {
	margin-right: 0;
}
.item dl dt {
	font-weight: bold;
	box-sizing: border-box;
	margin-bottom: 5px;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	border-bottom: #eee solid 1px;
	color: #4e6ef2;
}
.item dl dt span {
	color: #333;
	font-weight: normal;
	font-size: 14px;
}
.item dl dd {
	height: 30px;
	line-height: 30px;
	width: 350px;
	overflow: hidden;
	text-indent: 20px;
	background: url(../images/common/point.png) no-repeat 10px center;
}
