body {
    margin: 0;
    padding: 0;
    background: none;
    color: #191919;
    font-size: 12px;
    font-family: "黑体";
}

.hide {
    display: none;
}

.show {
    display: block;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: #5d5d5d;
    text-indent: 32px;

}
a {
    text-decoration: none;
    color: #191919;
}
.menu-left {
    height: -webkit-fill-available;
    float: left;
    width: 251px;
    margin-right: 54px;
    background-color: #f0f5f9;
}

.menu-right {
    width: 791px;
    float: left;
}

.left-item {
    /*padding-left: 15px;*/
    background-color: #0168b7;
    color: #fff;
    font-size: 23px;
    height: 59px;
    line-height: 59px;
    text-align: center;
}

.right-item {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #a2a2a2;
    height: auto;
    color: #565656;
    padding-top: 30px;
}

.right-item-span {
    display: inline-block;
    height: 28px;
    font-size: 20px;
    border-bottom: 2px solid #5b5b5b;
}

.menu {
    line-height: 30px;
    border-bottom: 1px solid #fff;
    color: #106c9f;
}
.menu-con{
    margin-top: 50px;
    font-size: 14px;
}
.menu-li-span {
    display: inline-block;
    padding-left: 25px;
    background-color: #f0f5f9;
    border-bottom: 1px solid #fff;
    width: 250px;
    font-size: 20px;
}

.menu .more {
    float: right;
    padding-right: 25px;
}

.menu div a {
    text-decoration: none;
    color: #106c9f;
}

.list li {
    border-bottom: 1px solid #fff;
    height: 30px;
    line-height: 30px;
    padding-left: 25px;
    font-size: 16px;
    color: #191919;
}
.active{
    color: #0000EE;
}

