@CHARSET "UTF-8";
.leftPart{
    font-family: "微软雅黑";
    margin-left: 70px;
    width: 200px;
    float: left;
}

.FirstLevelMenu{
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 3px;
    color: #000000;
}

.leftNav_ale{
    font-size: 12px;
    font-weight: normal;
    margin-left: 15px;
    line-height: 28px;
    letter-spacing: 1px;
    display: none;
}

.leftNav_thirdMenu{
    font-size: 12px;
    font-weight: normal;
    margin-left: 13px;
    line-height: 22px;
    letter-spacing: 1px;
    display: none;
}

.leftNav_forthMenu{
    font-size: 12px;
    font-weight: normal;
    margin-left: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    display: none;
    
    width: 150px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	margin-bottom: 1px;
}

.leftMenu-ul-li{
    line-height: 30px;
}

.line-left{
    border-top: 1px solid #cccccc;
    display: none;
    width: 140px;
}