*{
	margin: 0;
	padding: 0;
}

#body{
	background-color: rgba(0,0,0,0.6);;
	text-align:center;
	/*font-family:"Microsoft YaHei";*/
	font-family:'宋体';
}

#main{
	width: 900px;
	position: relative;
	overflow: hidden;
	border: #dcdcdc solid 1px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.3);
	background: #EAEAEA;
	margin: 0px auto;
	margin-top: 10px;
   padding-top:20px;
   padding-bottom:20px;
}


.content{

	width: 870px;



	overflow: hidden;

	margin:0 auto;

	border: #D3D3D3 solid 1px;

	}





.info{

	border-bottom:2px solid #A3A3A3;

	width:850px;

	height:215px;

	margin:0px auto;

	margin-top: 10px;
    
    font-family:"Microsoft YaHei";

}



.info .info_left{

	width: 530px;

	float:left;

	font-size: 18px;

	text-align: left;

}



.info_left li{

	margin-bottom: 16px;

	list-style-type: none;

}



.info .info_right{

	width: 170px;

	float:right;

	font-size: 18px;

	text-align: left;

	overflow: hidden;

}



.info_right .photo{

	padding: 4px;

	background: #fff;

	border: 1px solid #ccc;

	width: 98px;

	height: 132px;

	overflow: hidden;

}



.experience_zh{
	width:855px;
	margin:0 auto;
	margin-top: 10px;
	text-align: left;
	line-height: 25px;
	padding-bottom: 10px;
	border-bottom:2px solid #A3A3A3;
   /*font-family:"Microsoft YaHei light";*/

}

.experience_en{
	width:855px;
	margin:0 auto;
	margin-top: 10px;
	text-align: left;
	line-height: 25px;
	padding-bottom: 10px;
	border-bottom:2px solid #A3A3A3;
  /* font-family:"Microsoft YaHei";*/
}


.list{

	width:850px;

	margin:0 auto;

	margin-top: 10px;

	text-align: left;

	line-height: 25px;

}



.list span{

	margin-bottom: 4px;

	display: block;

}



.list ul{

	list-style:square ;

	margin-left: 20px;

}

.list a{

	text-decoration: none;

}



.list .banner{

	line-height: 28px;

	display: block;

	height: 80px;

	border-bottom:2px solid #A3A3A3;

}

.banner .item{

	height: 30px;

	float:left;

	margin-right: 10px;

	margin-bottom: 10px;

	background-color: #8FBC8F;

}



.banner a{

	text-decoration: none;

	color:black;

	padding: 0px 4px;

}


