.xcTop{
    width:100%;
    height: 30px;
    background-color: #025483;
}
.room{
    width:20%;
    margin-left:11%;
    height: 30px;
    line-height: 30px;
}
.room1{
    text-decoration: none;
    color: white;
    margin-right: 15px;
    font-size: 14px;
}
.room2{
    text-decoration: none;
    color: white;
    font-size: 14px;
}
.eroom{
    width:18%;
    height: 30px;
    line-height: 30px;
    margin-right:11%;
}
.kjroom{
    width: 66px;
}
.kjroom li{
    list-style-type: none;
    color: white;
    font-size: 14px;
    width:100%;
    text-align: center;
    height: 29px;
}
.kjblock{
    display: block;
}
.kjnone{
    display: none;
    border-top:1px solid white;
    background-color:#025483;
}