@charset "utf-8";
.help {
	width: 1200px;
	margin: 20px auto;
	overflow: hidden;
}
.help .h-nav {
	float: left;
	width: 160px;
	padding-bottom: 5px;
	background: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
}
.help .h-nav h4 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: url(../images/help.png) no-repeat 20px center;
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	text-align: center;
	text-indent: 30px;
	color: #ff9933;
}
.top_title{
	width:1020px;
	float:right;
	padding-bottom:12px;
}
.help .h-nav li strong {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background-color: #f8f8f8;
	background-image: url(../images/help-arrow.png);
	background-repeat: no-repeat;
	background-position: 136px top;
	font-size: 17px;
	text-align: center;
	cursor: pointer;
	font-weight:bold;
	color:#666;
}
.help .h-nav li strong.on {
	background-position: 136px bottom;
}
.help .h-nav li a {
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #666;
	white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
	font-size: 14px;
}
.help .h-nav li a:hover {
	background: #f4f4f4;
}
.help .h-nav li a.on {
	background: #00b38a;
	color: #fff;
}
.helpCon {
	float: right;
	width: 980px;
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
}
.helpCon p span{
	font-size:14px;
	line-height:22px;
	color:#333;
}
.top_title .left{
	width:50%;
	float:left;
}
.top_title .right{
	width:50%;
	float:right;
	text-align: right;
}
.top_title strong{
	height:30px;
	font-size:14px;
	font-weight: bold;
}
.top_title .titles{
	height:30px;
	font-size:14px;
	overflow:hidden;
}
.top_title .titles{
	color:#000;
}
.top_title .titles:hover{
	color: #000;
	text-decoration: underline;
}
.helpCon a:hover{
	color: #000;
	text-decoration: underline;
}
.helpCon .center{
	width:980px;
	float:left;
}
.helpCon .center h4{
	text-align:center;
	padding-bottom:15px;
}
.helpCon h4{
	font-size: 17px;
	/*font-weight:bold;*/
	color: #000;
}
.media{
	padding-left:50px;
	padding-top:18px;
}
.media li{
	font-size: 15px;
	height:35px;
	line-height:35px
}
.media li a{
	color:#333;
}
.media li a:hover{
	color: #000;
	text-decoration: underline;
}
/*公告*/
.notice {
	width: 1198px;
	min-height:600px;
	margin-top: 20px;
	background: #fff;
	border: 1px solid #e2e2e2;
	overflow: hidden;
}
.notice .title {
	width: 100%;
	height: 46px;
	line-height: 46px;
	margin-bottom: 8px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 16px;
	color: #333;
	text-indent: 2em;
}
.n-list {
	margin-bottom: 15px;
	min-height:500px;
}
.n-list li {
	padding: 0 30px;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
}
.n-list li i {
	float: right;
	color: #888;
}
.n-list li a {
	color: #333;
}
.n-list li a:hover {
	color: #000;
	text-decoration: underline;
}
.notice h1 {
	width: 880px;
	margin: 15px auto 0;
	padding: 15px 0;
	border-bottom: 1px solid #e2e2e2;
	font-size: 24px;
	text-align: center;
	color: #333;
}
.notice h1 p {
	margin-top: 15px;
	font-size: 12px;
	color: #888;
}
.notice h1 p span {
	padding-left: 20px;
}
.notice-con {
	padding: 20px 160px;
}
.notice-con p{ padding:4px 0;}
.notice-con span{ line-height:150%}