h4{font-weight: normal}
.inside-left {
    width: 260px;
    background: #f2f2f2;
    min-height: 600px;
    padding-bottom: 150px;
}

.inside-left .title {
    font-size: 24px;
    line-height: 100px;
    padding-left: 60px;
    background: #1475c6 url(/images/insidearr.png) no-repeat 17px center;
    color: #fff;
}

.inside-left .left-nav {
    display: block;
}

.inside-left .left-nav li.current h4 a, .inside-left .left-nav li:hover h4 a {
    background-color: #529ad6;
    color: #fff;
}

.inside-left .left-nav h4 a::after {
    display: block;
    position: absolute;
    left: 17px;
    top: 50%;
    content: '';
    width: 4px;
    height: 4px;
    margin-top: -3px;
    background-color: #666;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.inside-left .left-nav li.current h4 a::after, .inside-left .left-nav li:hover h4 a::after {
    background-color: #fff;
}

.inside-left .left-nav li.current .insnav-btn:after, .inside-left .left-nav li:hover .insnav-btn:after {
    border-color: #Fff;
    top: 23px;
}

.inside-left .left-nav .insnav-btn:after {
    top: 25px;
}

.inside-left .left-nav h4 a {
    padding-left: 34px;
    line-height: 60px;
}

.inside-left .left-nav h4 a::after {
    width: 7px;
    height: 7px;
}

.inside-left .left-nav h4 a:hover {
    background-color: #1475c6;
    color: #fff;
}

.inside-left .left-nav h4 a:hover::after {
    background-color: #fff;
}

.inside-left .left-nav a {
    position: relative;
    display: block;
    font-size: 16px;
}

.right-content {
    width:73%;
    min-height: 700px;
}

.right-content h1 {
    font-size: 28px;
    line-height: 36px;
    margin: 10px 0;
    padding-bottom: 12px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    background-repeat: no-repeat;
    background-position: center left;
}

.right-content h3 {
    font-size: 24px;
    line-height: 36px;
}

.right-content p {
    font-size: 18px;
    line-height: 36px;
}

/* .right-content li {
    width: 100%;
}

.right-content li > a {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 16px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #222222;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.right-content li > a:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: url(after1.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
}

.right-content li > a:hover {
    color: #1475c6;
}

.right-content li > a:hover:after {
    background-image: url(after2.png);
} */