﻿

.accordion {
    width: 100%;
    max-width: 250px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 700;
    background-color: #Fff;
    border-bottom: 1px solid #ccc;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 5px;
    margin-bottom: 5px;
}

.accordion li:last-child .link {
    border-bottom: 0
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px
}

.accordion li.open .link {
    color: #b63b4d
}

.accordion li.open i {
    color: #b63b4d
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.submenu {
    display: none;
    background: #444359;
    font-size: 14px
}

.submenu li {
    border-bottom: 1px solid #4b4a5e
}

.submenu li {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.submenu a:hover {
    background: #b63b4d;
    color: #fff
}

.rightWrap {
    width: 249px;
    /* height: 520px; */
}
.rightBox {
    width: 249px;
    /* height: 450px; */
    background-color: #fff;
    z-index: 11;
    border-radius: 5px;
    padding-top: 10px;
    overflow-y: auto;
}
.right_li {
    position: relative;
}
.right_li2 {
    width: 180px;
    height: 50px;
    margin: 20px auto;
}
.li_in {
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    padding: 5px 0;
    padding-left: 50px;
    border-bottom: 1px solid #f2f2f2;
}
.li_in p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.toSign {
    width: 153px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: rgba(41,107,184,1);
    border-radius: 8px;
    margin: 20px auto 0 auto;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.ll{
    cursor: pointer;
}
.son1{
    overflow-y: auto;
}
.son2{
    overflow-y: auto;
}
.son3{
    overflow-y: auto;
}
.leftWrap{
    width:367px;
    height:850px;
    background:rgba(255,255,255,1);
    border-radius:6px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    padding: 26px;
    box-sizing: border-box;
}
.searchWrap{
    width: 100%;
    height:40px;
    border:1px solid rgba(138,138,138,1);
}
.searchWrap input{
    width: 80%;
    height: 37px;
    border: none;
    padding-left: 10px;
    box-sizing: border-box;
    float: left;
}
input:focus { outline: none; }
.img{
    width: 19%;
    height: 37px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ul{
    margin-top: 10px;
    width: 100%;
    height: 700px;
    border-bottom: 1px solid #f2f2f2;
}
.li{
    display: block;
    height: 45px;
    box-sizing: border-box;
    line-height: 45px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis; 
    -o-text-overflow: ellipsis;
    white-space:nowrap;
}
.circle{
    display: inline-block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    background-color: #1B7AF4;
    color: #fff;
    font-size: 12px;
}
.pageWrap{
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
}