.lnHead {
    text-align: center !important;
    padding: 15px 0 !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
    background: #2a2b7b !important;
    color: #fff !important;
    margin-bottom: 7px;
}

.lnHead:after,
.lnHead:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
    height: 1px;
    background: #fff;
}

/* 栏目-1****************************************************************************************************** */
.ln_1 {
    padding-bottom: 15px;
}

.ln_1>ul>li {
    border: 1px solid #e5e5e5;
}

.ln_1>ul>li>a {
    display: block;
    font-size: 16px;
    line-height: 2.6;
    color: #2e2e2e;
    padding: 0 45px 0 25px;
}

.ln_1>ul>li>a:hover {
    color: #fff !important;
    background-color: #2a2b7b;
}

.ln_1>ul>li>a>span {
    float: right;
}

.ln_1>ul>li>a:hover>span {
    color: #fff;
}

/* 栏目-2****************************************************************************************************** */

.ln_2 {
    padding-bottom: 15px;
}

.ln_2>ul {
    border: 1px solid #e5e5e5;
}

.ln_2>ul>li {
    padding: 7px;
}

.ln_2>ul>li>a {
    display: block;
    line-height: 1.2;
    color: #666;
}

.ln_2>ul>li>a:hover {
    color: #2a2b7b;
    text-decoration: underline;
}

.ln_2>ul>li>a:before {
    content: ">";
    display: inline-block;
    width: 14px;
    height: 14px;
    color: #fff;
    background: #d1d1d1;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    line-height: 14px;
}

.ln_2>ul>li>a:hover:before {
    background: #2a2b7b;
}

/* 栏目-3****************************************************************************************************** */

.ln_3 {
    padding-bottom: 15px;
}

.ln_3>ul {
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;

}

.ln_3 .lnHead {
    width: 100%;
}

.ln_3>ul>li {
    width: 45%;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #666;
    line-height: 2.2;
    background: #ededed;
    margin: 5px 0;
}

/* 栏目-4****************************************************************************************************** */
.ln_4 {
    padding-bottom: 15px;
}

.ln_4>ul {
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.ln_4>ul>li:nth-child(1) {
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    font-weight: bolder;
}

.ln_4>ul>li {
    border-bottom: 1px dashed #efefef;
    color: #5a5a5a;
    padding: 5px 0;
}