aside a:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#main {
    min-width: 1280px;
    /* display: flex; */
    /* justify-content: center; */
    padding-top: 20px;
    padding-bottom: 50px;
    min-height: 900px;
    margin-top: 80px;
}

.collap.act {
    padding-left: 15px;
    /* background-color: #ebebeb; */
    border-left: 5px solid #0089ff;
}
aside .collap.act{
    font-weight: 800;
    color:#0089ff;
}

aside {
    margin-right: 5px;
    background-color: #fff;
    color: black;
}

aside a {
    display: block;
}

#content {
    padding: 20px;
    background-color: #fff;
}

/* #content h3 {
    margin-top: 35px;
    margin-bottom: 30px !important;
} */

aside>ul>li {
    /* width: 150px; */
    font-size: 15px;
}

aside>ul>li>a {
    color: black;
    line-height: 60px;
}
aside .collap {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    font-weight: 500;
}

aside .collap span {
    text-align: center;
    line-height: 58px;
}

aside .sec {
    font-size: 12px;
    font-weight: 500px;
    background-color: #f7f7f7;
}
.sec li a{
    color: #000;
    padding: 10px 10px 10px 20px;
}
.sec li a:hover{
    color:#0089ff;
}
.sec .subt{
    padding: 5px 19px;
    color:#9BF;
    font-weight: 600;
    font-size: 14px;
}
.sec li a.act{
    color:#0089ff;
    font-weight: 800;
}
#load-view{
    letter-spacing: 2px;
    padding:0 20px;
}
#load-view a {
    color: #0089ff;
}
#load-view h3{
    margin:30px 0;
}    
#cur-loc h2{
    margin: 0 ;
    padding-left:20px;
    font-size: 15px;
}
/* .r-navwrapper{
    position: fixed;;
    top: 143px;
    left: 1441px;
}
*/
.r-nav{
    position: fixed;
    top: 108px;
}
.p-r-nav li.active{
    border:none;
    font-weight: 600;
    font-size:16px;
}
.p-r-nav.nav>li>a{
    padding:5px 5px;
} 
<<<<<<< .mine
||||||| .r186
.p-r-nav.nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-left: 20px;
}
.r-nav {
  position: fixed;
  top: 188px !important;
}

=======
.p-r-nav.nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-left: 20px;
}
.r-nav {
  position: fixed;
  
}

>>>>>>> .r187
