/* 帮助中心等文章样式样式 */
@charset "utf-8";
/* 公共样式 */
@import url(base.css);
@import url(public.css);

/* 帮助中心 */
.article-box {
	height:auto;
	overflow:hidden;
	padding-top:30px;
	padding-bottom:57px;
}

.article-box .article-box-left {
	width:180px;
	height:auto;
	overflow:hidden;
	border:1px solid #cfcfcf;
}

.article-box-left .art-itme {
	height:auto;
	overflow:hidden;
}

.article-box-left .art-itme .art-itme-title {
	font-size:14px;
	font-weight:bold;
	color:#363636;
	padding:12px 15px 12px 22px;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #e3e3e3;
}

.article-box-left .art-itme:last-child .art-itme-title {
	border-bottom:0;
	
}

.article-box-left .art-itme .art-itme-list {
	height:auto;
	overflow:hidden;
	color:#363636;
	font-size:14px;
	border-bottom:1px solid #e3e3e3;
}

.article-box-left .art-itme .art-itme-list li {
	height:auto;
	overflow:hidden;
	padding:10px 10px 10px 22px;
}

.article-box-left .art-itme .art-itme-list li a {
	font-size:12px;
	color:#363636;
}
.article-box-left .art-itme .art-itme-list li a:hover,.article-box-left .art-itme .art-itme-list li a.on {
	color:#ea5414;
}

.ico-art-right {
	display:block;
	width:11px;
	height:6px;
	overflow:hidden;
	background:url(../images/ico_art_right.png) no-repeat center center;
	margin-top:9px;
}


.article-box .article-box-right {
	width:996px;
	height:auto;
	overflow:hidden;
	border:1px solid #cfcfcf;
}


.article-br-main {
	padding:20px 45px;
	height:auto;
	overflow:hidden;
}


.article-list {
	padding:20px 25px;
	height:auto;
	overflow:hidden;
}

.article-list dt {
	color:#000000;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:bold;
	height:auto;
	overflow:hidden;
	border-bottom:2px solid #66a341;
	padding-bottom:14px;
	margin-bottom:10px;
}

.article-list dt em {
	border-left:4px solid #66a341;
	padding-left:8px;
}

.article-list dd {
	border-bottom:1px dashed #cccccc;
	color:#040404;
	font-size:12px;
	font-family:"宋体";
	height:45px;
	line-height:45px;
}

.article-list dd a {
	color:#040404;
}







/* 企业信息填写 */
.enterprise-box {
	
}

.enterprise-box-top {
	height:auto;
	overflow:hidden;
	margin-top:70px;
}

.table-box {
	width:425px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	font-size:14px;
	font-family:"宋体";
	color:#999999;
	margin-top:20px;
}

.table-box table tr td {
	height:70px;
}

.table-box .t-input-txt {
	width:270px;
	height:36px;
	overflow:hidden;
	border:1px solid #cccccc;
	font-size:14px;
	padding-left:10px;
	color:#999999;
}

.table-box .t-input-submit {
	width:287px;
	height:54px;
	overflow:hidden;
	background:#66a341;
	color:#ffffff;
	font-size:25px;
	font-family:"微软雅黑";
	border:none;
	margin-top:30px;
	margin-bottom:70px;
}



























