table{
    border-spacing: 0;
    border-collapse: collapse;
}
.listbar {
    margin: 0 auto;
    position: relative;
}

.listmenu {
    width: 250px;
    float: left;
    top: 1px;
    -moz-box-shadow: 0px 2px 2px #bfbfbf;
    -webkit-box-shadow: 0px 2px 2px #bfbfbf;
    box-shadow: 0px 2px 2px #bfbfbf;
    margin-bottom: 20px;
}

.navtitle {
    background: #00b4ff;
    height: 53px;
    text-align: center;
    line-height: 53px;
    font-size: 20px;
    color: white;
}

.navbottom {
    background: url("../img/listbottom.png") no-repeat;
    height: 40px;
}

.menulist {
    background-color: white;
}

.menulist ul li {
    width: 250px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebeff1;
}

.menulist ul li a {
    color: #414141;
    width: 245px;
    display: block;
    height: 50px;
    text-align: center;
}

.menulist ul li.menuactive {
}

.menulist ul li.menuactive a {
    border-right: 5px solid #73bff1;
    color: #73bff1;
}


.listleft {
    width: 910px;
    float: right;

    -moz-box-shadow: 0px 2px 2px #bfbfbf;
    -webkit-box-shadow: 0px 2px 2px #bfbfbf;
    box-shadow: 0px 2px 2px #bfbfbf;
    margin-bottom: 30px;
    min-height: 500px;
    background-color: white;
}

.listhead {
    width: 100%;
    height: 50px;
    background: #00b4ff;
    /*background: url("../img/listbg.png");*/
}


.listhead_title {
    height: 50px;
    width: 220px;
    background: url("../img/listicon.png") no-repeat 20px center;
    line-height: 50px;
    padding-left: 5px;
    color: white;
    text-indent: 50px;
}

.listbar_head {
    background: #f5f5f5;
    width: 280px;
    height: 40px;
}

.tb_unit{
    background: #f5d7a4 none repeat scroll 0 0;
}
.unit_title{
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    margin-bottom: 8px;
    margin-top: 15px;
    position: relative;
    color: #333;
}

.tb_unit .tdtit{
    color: #333;
    font-weight: bold;
    height: 30px;
    width: 100px;
    text-align: center;
}

.tb_unit td{
    background: #ffffff none repeat scroll 0 0;
    padding: 3px 5px;
    border: 1px solid #d9d9d9;
}