.editor{
	line-height:1.5;
    font-size:13px;
	overflow:hidden;
}
.editor ol,
.editor ul {
	margin-left: 5px;
    padding-left: 10px;
}
.editor h2 {
    font-size:16px;
    margin:10px auto;
    color:#1f1f1f;
}
.editor p {
    margin:10px 0;
}
.editor .main-title{
	font-size:36px;
	line-height:1.2;
}
.editor .f-left {
    float:left;
    margin:0 10px 10px 0;
}
.editor .f-right{
	float:right;
    margin:0 0 10px 10px;
}
.editor .f-left,
.editor .f-right {
	display:block;
    
}
.news-detail .editor {
	color:#666;
}
.products-detail .editor table {
    width:100%;
}
.products-detail .editor td {
    text-align:left;
    vertical-align:bottom;
    padding:0 20px;
}
.products-detail .editor td:first-child {
    text-align: right;
}
.member .editor {
	font-size:15px;
	color:#545454;
}
.about .editor {
	font-size:15px;
	color:#777;
}
.about .editor h2 {
	background:url(../images/bg-date-chose.png);
	color:#000;
	height:33px;
	line-height:36px;
	margin:10px auto;
	padding:0 10px;
}
.about .editor p {
	padding:5px;
}
.about .editor figure img {
	margin:0 10px;
}