body {
    margin: 0 0 0 0;
    font-size: 12px;

}
ul{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
li{
    list-style: none;
}
.ul_title{
    width:100%;
    margin:0 0 0 0;padding:0 10px 0 10px;
    background-color:rgba(0,39,82,0.9);
    border-radius: 5px 5px 0 0;
    border:1px solid #999999;
    border-bottom:0px;
    font-size:12px;
    /*font-weight: bold;*/
    color:white;
}
.ul_title_bgcolor{
    background-color: rgba(0, 37, 74, 0.9);
}

.ul_content{
    width:100%;
    margin:0 0 0 0;padding:0 10px 0 10px;
    background-color:rgba(0,20,62,0.9);
    border-radius:0 0 5px 5px;
    border:1px solid #999999;
    border-top:0px;
    font-size:12px;
    color:#eeeeee;
    height:90px;
    overflow: auto;
}
.ul_content_bgcolor{
    background-color: rgba(0, 79, 143, 0.9);

}
.ul_content2{
    width:100%;
    margin:0 0 0 0;padding:0 10px 0 10px;
    background-color:rgba(0,20,62,0.9);
    border-radius:5px 5px 5px 5px;
    border:1px solid #999999;
    font-size:12px;
    color:#eeeeee;
    height:140px;
    overflow: auto;
}
.li_title{
    width:100%;height:30px;line-height: 30px;
}
.li_content{
    width:100%;height:25px;line-height: 25px;float: left;
}
.li_content_heightarrow{
    height:1px;
}
.li_content_bold{
    font-size:12px;
}
.li_content_left{
    margin-left:10px;
}

.li_content3{
    height:25px;line-height: 25px;float: left;margin-left:10px;
}

.li_inline{
    overflow: hidden;text-overflow: ellipsis;word-break: break-all;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;
}
.li_width_yuan{
    width:80px;
}
.ul1{
    width:100%;
    float: left;
}
.li1{
    float: left;
    padding: 0 0 0 0;
    height:25px;
}
.color_urgent{
    color:red;
}
.color_major{
    color:yellow;
}
.color_normal{
    color:cyan;
}
.color_done{
    color:#7ac654;
}
.color_done2{
     color:green;
 }

.color_undo{
    color:orange;
}

a:hover {
    font-size: 14px;
    color:green;
    text-decoration:underline;
}

a:visited {
    font-size: 14px;
    color:green;
    text-decoration:none;
}

a {
    font-size: 14px;
    color:green;
    text-decoration:none;
}

.menu_zhixing{
    display: none;
    float: left;
    width:900px;
    height:80px;
    margin-bottom: 20px;
    overflow-x: auto;
    white-space:nowrap;
    border-bottom: 1px dashed #e0e0e0;
}
.test{
    color: #00bfff;
}