@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,p,ul{
		margin:0 auto;
		padding:0;
		list-style:none;
		font-family:"Microsoft YaHei UI";
		font-weight:normal;
}
.content{
	width: 100%;
    padding: 0 0 30px 0;
    background: #fafafa;
    /*
	float: left;
    z-index: 10;
	*/
}
.contentBody {
    width: 1200px;
    margin: 0 auto;

}
.block_s {
    width: 1100px;
    height: auto;
	margin: 0 auto;
}
#ur_here {
    color: #b2b2b2;
	font-size:12px;
}
#ur_here span {
    color: #808080;
}
#ur_here a {
    color: #808080;
    text-decoration: none;
}
#ur_here code {
    font-family: "微软雅黑";
    padding: 0 5px;
    line-height: 40px;
    color: #333;
}
.blank {
    height: 8px;
    line-height: 8px;
    clear: both;
    visibility: hidden;
}
.help_right_out{
	width: 100%;
    background: none;
	font-size: 14px;
	color: #575757;
}
.help_right {
    width: 100%;
    min-height: 560px;
    padding: 8px 25px;
    background: #fff;
    border: 1px #e5e5e5 solid;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	
}
.help_right_title {
    width: 733px;
    height: 24px;
    padding: 9px 0;
    border-bottom: 1px #e6e6e6 solid;
    float: left;
}
.help_right_title p {
    height: 24px;
    font-size: 22px;
    color: #f63860;
    padding: 0 8px 0 0;
    float: left;
    line-height: 22px;
}
.help_right_title b {
    display: block;
    float: left;
    color: #d1d1d1;
    
    line-height: 24px;
}
.content_right{
	width: 100%;
	font-size:14px;
	line-height: 25px;
	overflow-x:hidden;
}
.f6 {
    color: #f63860;
}