.common-list {
    border: 1px solid #e6e6e6;
    margin: 0 auto 20px;
}
.list-left {
    width: 283px;
    float: left;
}
.list-right {
    width: 917px;
    float: right;
}


.tab-nav {
    width: 100%;
    height: 69px;
    line-height: 70px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: url("/images/01-08-common-list-nav.png") no-repeat;
    background-size: 100% 100%;
}
.left-nav {
    padding: 0 10px;
    margin: 26px auto 20px;
    max-height:875px;
    overflow-y:auto;
}
    .left-nav > li.current > p.selected,
    .left-nav > li > p.selected {
        background-color: #236DA1;
        color: #fff;
        font-weight: normal;
    }

[data-isleef="1"] > p.selected {
    color: #236DA1;
    font-weight: bold;
}
    [data-isleef="0"] > p.selected,
    [data-isleef="0"].current > p.left-child-title {
        color: #4fa0d8;
    }

.left-nav p.left-nav-title:hover {
    color: #FDD3C3;
}
.left-nav p.left-child-title:hover {
    background-color: #FDD3C3;
}
.left-nav p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-nav .left-nav-title {
    position: relative;
    padding: 0 20px 0 25px;
    height: 56px;
    line-height: 56px;
    border-bottom: 2px solid #fff;
    font-size: 20px;
    color: #fff;
    background-color: #4fa0d8;
    cursor: pointer;
}
.left-nav-title .icon,
.left-last-title .icon {
    position: absolute;
    top: 20px;
    right: 7px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: url("/images/01-01-common-sprint-icon.png") no-repeat;
}
.left-nav .left-nav-title .icon {
    background-position: -4px -149px;
}
.current .left-nav-title .icon{
    right: 7px;
    background-position: -4px -126px;
}
.left-nav-content {
    font-size: 16px;
}
.left-child-title {
    position: relative;
    height: 46px;
    line-height: 46px;
    padding: 0 20px 0 25px;
    border-top: 1px solid #fff;
    cursor: pointer;
    background-color: #f3f3f3;
}
.left-nav-title .spot {
    display: none;
}
.left-child-title .spot {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 0 0 -15px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    vertical-align: middle;
    color: #4fa0d8;
}
.left-child-title .icon:after {
    position: absolute;
    right: 8px;
    top: 16px;
    content: "+";
    width: 9px;
    height: 9px;
    line-height: 8px;
    border: 1px solid #4fa0d8;
    font-size: 12px;
    text-align: center;
    color: #4fa0d8;
}
.current > .left-child-title .icon:after {
    content: "-";
}
.left-child-title.left-last-title .icon:after {
    display: none;
}
.left-child-title.left-last-title .icon {
    top: 15px;
    background-position: -4px -176px;
}
.left-nav ul {
    display: none;
}
.left-nav .current > ul {
    display: block;
}

.list-title {
    position: relative;
	font-size: 20px;
	line-height: 68px;
    color: #3260a4;
    border-bottom: 1px solid #005287;
}
.list-title .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("/images/01-01-common-sprint-icon.png") no-repeat;
    background-position: 0 -85px;
    margin: 0 4px 6px 20px;
    vertical-align: middle;
}
.list-title .border {
    position: absolute;
    bottom: -16px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #005287;
    z-index: 1;
}
.list-title .border-white {
    position: absolute;
    bottom: -12px;
    left: 2px;
    display: inline-block;
    width: 0;
    height: 0;
    z-index: 1;
    border: 6px solid transparent;
    border-top-color: #fff;
}
.list-right .list p {
    position: relative;
    padding: 3px 0;
}
.list-right .list a {
    display: block;
    margin-left: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 100px 0 20px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.list-right .list a span {
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    width: 100px;
    color: #999;
}
.list-right .list p:first-child {
    padding-top: 20px;
}
.list-right .list p:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    content: "";
    border-left: 1px dotted #bbb;
}
.list-right .list p:after {
    position: absolute;
    top: 20px;
    left: 3px;
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-radius: 50%;
    border: 1px solid #d4ebfe;
    background: #fff;
    z-index: 2;
}
.list-right .list p:first-child:after {
    top: 40px;
}
.list-right .list a:hover {
    background: #dfeffe;
    color: #0271af;
}
.list-right .list p:nth-child(5n) {
    padding: 0 0 40px;
}
.list-right .list p:nth-child(5n) a:after {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    left: 7px;
    right: 0;
    bottom: 20px;
    border-bottom: 1px dotted #bbb;
}
.list-right .list p:last-child {
    padding: 0 0 5px;
}
.list-right .list p:last-child a:after {
    display: none;
    border: none;
    padding-bottom: 4px; 
}

.list-right .page {
    margin: 20px auto 30px;
    text-align: center;
}