/*字体基础属性控制*/
body,td,th{color:#333;font:normal 14px/30px 'microsoft yahei';}

/*字体控制*/
.fm-yh{font-family:'microsoft yahei';}
.fm-st{font-family:'宋体';}
.fm-en{font-family:Arial, Helvetica, sans-serif;}

/*字体其它控制*/
.n{font-weight:normal;}
.b,
.strong{font-weight:bold;}

/*文本缩进控制*/
.ti-2{text-indent:2em;}
.ti-24{text-indent:24px;}
.ti-28{text-indent:28px;}
.ti-30{text-indent:30px;}
.ti-999{text-indent:-999em;}

/*文字对象间隔控制*/
.ts-1{word-spacing:1px;}
.ts-2{word-spacing:2px;}
.ts-3{word-spacing:3px;}
.ts-4{word-spacing:4px;}
.ts-5{word-spacing:5px;}


/*字体颜色控制*/
a{color:#333;text-decoration:none;}
a:hover,.color-888 a:hover,.color-444 a:hover{color:#e60012;text-decoration: none;}
.red, a.red{color:#e40000;}
.gray, a.gray{color:#666;}
.gray2,a.gray2{ color:#888}
.blue, a.blue,.blue a{color:#0055aa;}
.green, a.green{color:#080;}
.brown, a.brown{color:#c80000;}
.white, a.white,.white a{color:#fff;}
.color-555{ color:#555}
.color-666{ color:#666}
.blue1,a.blue1,.blue1 a{ color:#24bdf5}
.color-444,a.color-444,.color-444 a{ color:#444}
.color-888,a.color-888,.color-888 a{ color:#888}
.green1,a.green1,.grenn a{ color:#2ed794}
.green2{ color:#22d38d}
.org{color:#ff6600}
.color-666{color:#666}
.color-999{ color:#999}
.color-888,.color-888 a{color:#888}
.color-444,.color-444 a{color:#444}


/*字体大小控制*/
.f-10{font-size:10px;}
.f-12{font-size:12px;}
.f-13{font-size:13px;}
.f-14{font-size:14px;}
.f-15{font-size:15px;}
.f-16{font-size:16px;}
.f-18{font-size:18px;}
.f-20{font-size:20px;}
.f-24{font-size:24px;}

/*字体行高控制*/
.lh-18{line-height:18px;}
.lh-19{line-height:19px;}
.lh-20{line-height:20px;}
.lh-21{line-height:21px;}
.lh-22{line-height:22px;}
.lh-23{line-height:23px;}
.lh-24{line-height:24px;}
.lh-25{line-height:25px;}
.lh-26{line-height:26px;}
.lh-27{line-height:27px;}
.lh-28{line-height:28px;}
.lh-29{line-height:29px;}
.lh-30{line-height:30px;}
.lh-31{line-height:31px;}
.lh-32{line-height:32px;}
.lh-33{line-height:33px;}
.lh-34{line-height:34px;}
.lh-35{line-height:35px;}
.lh-36{line-height:36px;}
.lh-37{line-height:37px;}
.lh-38{line-height:38px;}
.lh-40{line-height:40px;}
.lh-45{line-height:45px;}
.lh-50{line-height:50px;}
.lh-70{line-height:70px;}

.lh-35 li{ 
	height:35px; 
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}