body {
    font-family: "微软雅黑";
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

a {
    color: black;
    text-decoration: none;
}


#border {
    width: 100%;
    height: 10px;
    border-top: 1px solid #EFEFEF;
}

#navtitle {
    width: 1240px;
    margin: 0 auto;
    padding: 10px 0 10px 0px;
}

    #navtitle a {
        font-size: 14px;
        color: #555555;
    }

.casenav {
    width: 1240px;
    margin: 0 auto;
    overflow: auto;
    border: 1px solid #59BAA8;
    margin-bottom: 30px;
    -webkit-animation: big 1s ease;
    -moz-animation: big 1s ease;
}
@-moz-keyframes big {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@-webkit-keyframes big {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.casenav div:nth-of-type(1) {
    float: left;
    width: 170px;
    text-align: center;
    padding-top: 5px;
}

.casenav div:nth-of-type(2) {
    float: left;
    width: 1060px;
    border-left: 1px solid #59BAA8;
    min-height: 160px;
}

    .casenav div:nth-of-type(2) a {
        color: #0083D1;
        font-size: 14px;
    }

.casenav-img {
    width: 160px;
}

.room, .room1 {
    display: -webkit-box;
    display: -moz-box;
}

    .room li {
        font-size: 15px;
        line-height: 40px;
        background-color: #0083D1;
        font-weight: 800;
        color: #FFFFFF;
    }

        .room li:first-child, .room1 li:first-child {
            width: 500px;
            padding-left: 10px;
        }

        .room li:nth-child(2), .room1 li:nth-child(2) {
            width: 200px;
            padding-left: 10px;
        }

        .room li:nth-child(3), .room1 li:nth-child(3) {
            width: 124px;
            padding-left: 10px;
            text-align: center;
        }

        .room li:nth-child(4), .room1 li:nth-child(4) {
            width: 205px;
            padding-left: 10px;
            text-align: center;
        }

    .room1 li {
        line-height: 50px;
        text-align: left;
        font-size: 14px;
        border-top: 1px solid #59BAA8;
    }

        .room1 li:first-child {
            background-image: url(../img/folder_new.gif);
            background-repeat: no-repeat;
            background-position: 10px 50%;
            padding-left: 40px;
            width: 470px;
        }

        .room1 li:nth-child(2), .room1 li:nth-child(3), .room1 li:nth-child(4) {
            color: #59BAA8;
        }

        .room1 li:hover a {
            color: #000000;
        }


