@charset "utf-8";
.lingdaobox{
    overflow: hidden;
}
.lingdao-menu{
    float: left;
    width: 30%;
    height: auto;
    padding: 18px 16px;
    box-sizing: border-box;
    background: rgba(245, 249, 255, 1);
    min-height: 800px;
}
.lingdao-menu h5{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 31.68px;
    color: rgba(36, 98, 179, 1);
    padding-left: 16px;
    position: relative;
    margin-bottom: 22px;
}
.lingdao-menu h5::before{
    content: '';
    width: 3px;
    height: 20px;
    background: rgba(36, 98, 179, 1);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.lingdao-menu li {
    width: 100%;
    height: 51px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 16px;
    font-size: 18px;
    border-radius: 2px;
}
.lingdao-menu li a{
    display: block;
    height: 100%;
    color: rgba(102, 102, 102, 1);
}
.lingdao-menu li i{
    font-style: normal;
    float:left;
    width: 54px;
    color: rgba(51, 51, 51, 1);
    text-align-last: justify;
}
.lingdao-menu li span{
    float: left;
    height: 100%;
    width: 72%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    margin-left: 32px;
}

.lingdao-menu li.active{
 
background: rgba(44, 96, 182, 1);

border: 1px solid rgba(219, 233, 255, 1);
}
.lingdao-menu li.active a{
    color: #fff;;
}
.lingdao-menu li.active i{
    font-weight: 700;
    color: #fff;
}
.lingdao-menu li.active a{
    height: 100%;
    color: #fff;
}

.lingdao-menu li:hover{
    background: rgba(44, 96, 182, 1);
    border: 1px solid rgba(219, 233, 255, 1);
}
.lingdao-menu li:hover i{
    font-weight: 700;
    color: #fff;
}
.lingdao-menu li:hover a{
    color: #fff;
}
.lingdao-jianjie{
    float: right;
    width: 65.75%;
}
.jjtop{
    text-align: center;
    margin-bottom: 38px;
}
.ldimg{
    /* margin-top: 7px; */
}
.ldimg img{
    width: 197px;
    height: 255px;
}
.jjtop p{
    font-size: 20px;
font-weight: 400;
letter-spacing: 0px;
line-height: 26px;
color: rgba(51, 51, 51, 1);
margin-top: 18px;
}
.jjtop h3{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(44, 96, 182, 1);
    margin-top: 18px;
}
.jjfgjl{
    margin-bottom: 24px;
}
.jjfgjl h4{
    color: rgba(44, 96, 182, 1);
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom:1px solid rgba(192, 215, 237, 1);
    position: relative;
    margin-bottom: 15px;
}
.jjfgjl h4::before{
    content: '';
    width: 55px;
    height: 3px;
    position: absolute;
    background: rgba(44, 96, 182, 1);
    left: 0;
    bottom: -2px;
}
.jjfgjl div{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(51, 51, 51, 1);
    text-indent: 2em;
}
.jjfgjl div p{
    text-indent: 2em;
}


.article-ewm{text-align:center; padding:40px 0 0 0;}
#qr_container{color:rgba(0, 0, 0, 1); font-size:0.875em;margin-bottom: 6px;}
#Canvas{
    width: 132px;
    height: 132px;
}
.article-attr-r{
    text-align: center;
    margin-bottom: 62px;
    margin-top: 15px;
}
.article-attr-r .fontsize i{margin:0 5px; cursor:pointer; font-style: normal;}
.article-attr-r .fontsize i.l{font-size: 1.5em;}
.article-attr-r .fontsize i.m{font-size: 1.125em;}
.article-attr-r .fontsize i.on,.article-attr-r .fontsize i:hover{color: #D43030;}



@media (max-width: 768px) {
    .lingdao-menu{
        float: none;
        width: 100%;
        height: auto;
        min-height:auto;
        padding: 18px 5px;
    }
    .lingdao-menu li span{
        margin-left:16px;
    }
    .lingdao-jianjie{
        float: none;
        width: 100%;
        margin-top: 24px;
    }
    .article-ewm{
        display: none;
    }
}