@charset "utf-8";
.left_title {
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #f73415;
    background: linear-gradient(#333232,#0e0e0e,#191818);
    border-radius: 3px;
    margin-bottom: 15px;
    text-align: center;
}

.left_menu{
	margin: 0 auto;
    padding: 0;
    margin-bottom: 20px;
}
.left_menu ul{padding:0 10px}
.left_menu li{    
	float: left;
    width: 99%;
    margin: 5px 1%;
    border-bottom: 1px dashed #ccc;
    position: relative;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}