/*content*/
.content{
	width: 1200px;
	margin: 0 auto;
	background: #FFFFFF;
	font-family: "寰蒋闆呴粦";
	padding-bottom: 20px;
}
.bgCon{
	width: 100%;
	height: 150px;
	background: url(../img/list/exBg.png) no-repeat center;
	background-size: cover;
	margin: 20px 0;
}
.wordCon{
	width: 1200px;
	margin: 0 auto;
	background: #FFFFFF;
	margin-top: 25px;
	border-top: 5px solid #0ba125;
}
.wordCon .head{
	height: 53px;
	line-height: 53px;
	clear: both;
	overflow: hidden;
	border-top: 7px solid #f8fbf1;
	padding: 0 15px;
}
.wordCon .head p{	
	font-size: 26px;
	color: #cccccc;
	float: left;
	margin-left: 20px;
}
.wordCon .head a{
	float: right;
	font-size: 14px;
	color: #2fa83f;
	line-height: 53px;
	margin-right: 35px;
}
.wordCon .head a:hover{
	text-decoration: underline;
}
.wordCon .infor{
	padding: 20px 0 50px 15px;
	width: 1130px;
	border-top: 2px solid #eeeeee;
	margin: 0 auto;
}
.wordCon .infor .head{
	height: 40px;
	border: 1px solid #cbd5c4;
	background: url(../img/list/jobBg.gif) repeat-x;
}
.content .infor{
	width: 1160px;
	margin: 0 auto;
	border-top: 2px solid #dddddd;
}
.content .infor p{
	padding: 20px 0 20px 10px;
	color: #303030;
}
.advice-wrap{
	overflow: hidden;
}
.wrap-left{
	width: 580px;
	float: left;
	padding-left: 30px;
}
.wrap-left div{
	color: #878686;
	padding-bottom:10px ;
}
.text-word{
	width: 90%;
	height: 130px;
	border-radius: 5px;
	outline: none;
	padding-left: 1em;
	line-height: 30px;
	font-size: 16px;
}
.wrap-right{
	width: 500px;
	float: right;
	padding-top: 20px;
}
.wrap-right li{
	padding: 10px 0;
}
.wrap-right li label{
	color: #878686;
	float: left;
	width: 100px;
	text-align: right;
	font-size: 14px;
	line-height: 25px;
}
.wrap-right li input{
	width: 190px;
	margin-left: 10px;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	border: 2px solid #dddddd;
	padding-left: 10px;
	font-size: 14px;
	outline: none;
}
.wrap-right li input:hover{
	border: 2px solid #189400;
}
.infor .btn{
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin: 40px auto;
	background: #52ba57;
	border-radius: 5px;
}
