﻿* {
    margin: 0;
    padding: 0;
}

#header {
    height: 60px;
    background: #454542;
    text-align: center;
    font-family: "微软雅黑";
    width: 89%;
    color: white;
    float: left;
}

#header h2 {
    padding-top: 10px;
}

#content {
    background: #ABD7A0;
    width: 70%;
    float: left;
}

#menu {
    width: 19%;
    background: #F4F4F4;
    float: left;
}

#navigation {
    width: 10.5%;
    height: 100%;
    background: #F4F4F4;
    position: absolute;
    top: 0;
    right: 0;
}

#navigation .title span {
    display: block;
    margin-top: 25px;
    text-align: center;
    color: #777777;
}

#navigation .start span {
    display: block;
    height: 30px;
    margin-top: 25px;
    text-align: center;
    color: #FFF;
    line-height: 30px;
    background-color: #0A8CFF;
}

#carList {
    height: 100%;
    overflow: auto;
    clear: both;
    margin: 0 auto;
    border: 1px solid #E8E8E8;
    height: 640px;
}

#menu .menu_platenumber {
    text-align: center;
    height: 60px;
    padding-top: 25px;
    color: #3A95C4;
}

#gpsTable tr {
    line-height: 60px;
}

#gpsTable .justify {
    text-align: right;
    font-size: 20px;
}

#carList li {
    font-size: 14px;
    background-color: #FFF;
    list-style: none;
    padding: 3px 0;
    border-bottom: 1px dashed #D1D5D7;
}

#carList li:hover {
    background-color: #F4F4F4;
}

#carList li a {
    color: #2398FF;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    height: 25px;
    line-height: 24px;
}
