.conw_960 {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
}
.column_wrapper {
    width: 100%;
}

.left_menu{
    font-size:14px;
    font-weight: bold;
    padding-left:20px;
    height:30px;
    line-height: 30px;
    margin-top:10px;
}
.left_sub_menu{
    font-size:12px;
    font-weight: normal;
    padding-left: 40px;
    height:30px;
    line-height: 30px;
    margin-top:10px;
}
.myTitle{
    heigth:40px;
    line-height: 40px;
    border-bottom: solid 1px #cccccc;
    padding-left:10px;
    font-size:14px;
    font-weight: bold;
    margin-top:15px;
}
.active{
    background-color: #409EFF;
    color: #fff;
}
.myItem{
    cursor: pointer;
    border-radius: 20px;
}
.myItem:hover{
    cursor: pointer;
    background-color: #409EFF;
    color: #fff;
}
