/*当前位置*/
.locationBox {
    background: #F4F4F4;
    height: 40px;
    margin-bottom: 40px;
}

.locationBox a, .locationBox span {
    color: #333;
    font-size: 16px;
    line-height: 40px;
}

/*左侧导航*/
.leftNav {
    padding-right: 20px;
}

.leftNav h5 {
    line-height: 60px;
    background: #015293;
    padding-left: 20px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.leftNav h5 a {
    color: #fff;
}

.leftNav ul {
    background: #F7F7F7;
    border-bottom: 4px solid #015293;
    padding-bottom: 28px;
}

.leftNav ul li {
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
    overflow: hidden;
}

.leftNav ul li.current {
    background: #E5E5E5;
    border-left: 6px solid #015293;
    padding-left: 14px;
}

.leftNav ul li span {
    font-size: 16px;
    color: #015293;
    line-height: 30px;
    padding: 13px 0;
    font-weight: bold;
}

.leftNav ul li span:first-child {
    display: block;
    width: 80%;
    overflow: hidden;
    float: left;
}

.leftNav ul li span:last-child {
    float: right;
    margin-right: 20px;
}

/*右侧内容*/
/*内容*/
.bigBox {
    box-shadow: -1px 1px 5px #E2E2E2;
    min-height: 500px;
    padding: 20px 20px 110px;
    overflow-y: scroll
}

/*头部*/
.mechanismHead {
    border-bottom: 2px solid #F7F7F7;
}

.mechanismHead h5 {
    color: #015293;
    font-size: 20px;
    border-bottom: 2px solid #015293;
    display: inline-block;
    line-height: 40px;
    margin-bottom: -1px;
}

/*栏目列表模版*/
.columnConBox ul {
    margin-top: 10px;
    margin-bottom: 40px;
}

.columnConBox ul li {
    height: 48px;
    border-bottom: 1px dashed #999999;
    padding-left: 15px;
    line-height: 48px;
    position: relative;
}

.columnConBox ul li i {
    position: absolute;
    left: 0;
    top: 22px;
    display: block;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
}

.columnConBox ul li a {
    display: block;
}

.columnConBox ul li a span {
    color: #333;
    line-height: 48px;
    float: left;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.columnConBox ul li a span:first-child {
    width: 85%;
}

.columnConBox ul li a span:last-child {
    float: right;
}

/*加载更多*/
.loadMore {
    background: #015293;
    border-radius: 5px;
    text-align: center;
    margin: 50px auto;
    width: 20%;
}

.loadMore span {
    color: #fff;
    font-size: 17px;
    line-height: 50px;
    letter-spacing: 1px;
}