#bodys{
    width: 1180px;
    margin: 35px auto 0;
    height: 390px;
}
#bodys .left-l{
    margin-top: 35px;
    float: left;
    width: 20%;
    height: 95%;
    border-right: 1px solid #CCCCCC;
}
#bodys .left-l ul{
    list-style-type: none;
}
#bodys .left-l li{
    margin-top: 5px;
}
#bodys .left-l a{
    margin-left: 95px;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}
#bodys .left-l a:hover{
    color: #990000;
    text-decoration:underline;
}
#bodys .right-r{
    float:left;
    margin: 35px 0 0 35px;
    height: 360px;
}
#bodys .right-r p{
    border-bottom: 1px solid #CCCCCC;
    color: #000000;
    font-size: 18px;
    width: 800px;
}
#bodys .right-r pre{
    margin-top: 20px;
    font-size: 14px;
}
table{font-size: 14px; margin-top: 20px; border: 1px solid #cccccc; width: 550px; height: 140px;}
table:hover{background-color: #CCCCCC;}
.bot_b_b{
    margin-top: 10px;
    width: 80%;
    border-bottom: 1px solid #eeeeee;
}
.bot_b_b ul{
    list-style-type: none;
    float: right;
    margin-top: 10px;
    margin-right: 50px;
}
.bot_b_b li{
    float: left;
    margin-left: 5px;
}
