body::-webkit-scrollbar {display:none}
.content-wrapper{
    width: 1000px;
    margin: 0 auto;

}
.list-wrapper{
  margin-bottom: 50px;
 
}


.item{
    width :100%;
    border-bottom: 1px dotted #ccc;
    padding: 5px 0 ;
    height: 30px;
    line-height: 30px;
    font-size:16px;
}
.item a {
  width :100%;
  display: flex;
    flex-wrap: wrap;
    
}

@media screen and (max-width: 420px){
    .content-wrapper{
        width: 100%;
    }
.item{
    font-size: 0.8em;

}
}
.content-wrapper{
    margin-top: 20px;
    display: flex;
}
#nav-menu{
margin-right: 50px;
 width: 200px;
    height: 500px;
    background: #a8d5ef;
}
#nav-menu li{
   padding: 10px 0 10px 5px;
   border-bottom: 1px dotted #fff;
   color: #fff;
}
#nav-menu  li a{
   font-size: 18px;
   color: #fff;
}
#nav-menu  li a.active{
    color: red;
}
a.responsive-menu-toggle{
   display: none;
}
@media (max-width: 1024px){
#nav-menu {
display: none !important;
   }
   .content-wrapper{
       width: 100%;
   }
   .list-wrapper{
       width: 100%;
   }
   .list-wrapper li{
       padding-left: 5px;
   }
a.responsive-menu-toggle {
background: rgb(239, 241, 242);
top: 40px;
width: 33px;
height: 33px;
text-align: center;
right: 10px;
line-height: 33px;
font-size: 18px;
display: block !important;
position: absolute;
}

}