*{margin:0;padding:0;}
body {
    color: #686868;
    font-family: "微软雅黑";
}

/*主体内容*/
.details{
  
}
.details .container .row .nav li{margin-bottom:4px;cursor: pointer}
.details .container .row .nav .active{
      border: 1px solid #3D6DAB;
      color: #3768A7;
      background-color: #FFFFFF;
}
.details .container .row .nav a{
    background-color: #F2F2F2;
    color: #5D5D5D;
}

.details .container .row .nav .note{
    height: 60px;
    line-height:60px;
    list-style: none;
    text-align: center;
    font-size:28px;
    color: #FFFFFF;
    background-color: #3A71B2;
}

    .details .container .row .nav .lib a{
        display: inline-block;
        width: 100%;
        font-size: 20px;
        padding: 8px 24px;
    }


.details .container .row .nav .lib a .bg{
    display: inline-block;
    width: 7px;
    height: 14px;
    margin-left: 10px;
    background: url("image21.png") no-repeat;
}
.details .container .row .nav .btn {
    display: inline-block;
    padding:4px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.details .container .row .nav .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background-color: pink;
    margin:5px;
}
.details .container .row .nav .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color:#f10606;
    text-decoration: none;
    background-color:#2569a5;
}
.details .container .row .title{
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3E6EAB;
}
.details .container .row .title .gk{
    font-size: 24px;
    color: #5881B5;
    float: left;
}
.details .container .row .title .wei{
    font-size: 12px;
    color: #9D9D9D;
    float: right;
}