/**************************commont**************************************/
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}
.p22 {
	font-size:22px;
}
.p20 {
	font-size:20px;
}
.p18 {
	font-size:18px;
}
.p16 {
	font-size:16px;
}
.p15 {
	font-size:15px;
}
.p14 {
	font-size:14px;
}
.p13 {
	font-size:13px;
}
.p12 {
	font-size:12px;
}
.font_italic{ font-style:italic} 
.font_oblique{ font-style:oblique} 
.font_normal i{ font-style:normal} 
.font_bold{ font-weight:bold}
.clr{
	clear: both;
}
.text-indent{
	text-indent: 2em;
}
.oh{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/**************************commont**************************************/
/*************************fenye*******************************************/
.fenye{
    float:right;
    list-style:none;
}
.fenyefu{
    float:left;
    margin-left:5px;
    height:20px;
    padding: 4px 2px 0px 2px;
    border:1px solid #ddd;
    font-weight:bold;
}
.fenyefu a{
    font-size: 12px;
    color: #000;
}
/*************************fenye*******************************************/