@charset "utf-8";
html,body{
    height:100%;
    font-size:16px;
}

.container-fluid{
    height:100%;
}

.r1 .c1{
    height:50px;
    background-color:#70c0f0;
    position:absolute;
}

.r2{
    height:100%;
}
.r2 .c2{ 
    min-height:100%;
    border:2px solid #70c0f0;
    border-top-style:none;
    border-bottom-style:none;
    padding:0;
}
.r2 .bt{
    width:100%;
    height:50px;
    /* background-color:#70c0f0;
    margin-top:100px; */
}
/* .r2 .bt h3{
    line-height:50px;
    margin-left:20px;
} */


.r2 .nr{
    margin-left:20px;
    margin-right:20px;
    margin-top:10px;
}

.r2 .nr .fenleiming{
    border-bottom:2px solid #70c0f0;
}

.r2 .nr .fenleiming p{
    display:inline-block;
    width:300px;
    height:30px;
    background-color:#70c0f0;
    margin:0;
    line-height:30px;
    text-indent:14.2px;
}

.r2 .nr .shouceming a{
    border:none;
    border-bottom:1px solid #70c0f0;
}

.r2 .nr .shouceming img{
    min-width:100px;
    height:100px;
    margin-right:20px;
}

.r2 .nr .shouceming div{
    word-wrap:break-word;
    overflow:hidden;
}




