.aui-nav-content-box {
    width: 800px;
    position: relative;
}
.aui-nav-list-box {
    overflow: hidden;
    z-index: 110;
    background: #fff;margin-bottom: 15px;
    width: 100%;
    display: block;
    border-bottom: solid 1px #d1d1d1;
}

.aui-nav-list-box ul li a {
    color: #000;font-size: 20px;font-family:'Î¢ÈíÑÅºÚ';
}
.aui-nav-list-box ul li {
    float: left;
    color: #000;
    height: 44px;
    cursor: pointer;
    line-height: 44px;
    width: 190px;
    text-align: center;
}
.aui-nav-list-box ul .aui-current {
    color: #015293;
    background: #f7f7f7;
    border-bottom: solid 1px #015293;
}
.aui-nav-list-box ul .aui-current a {
    color: #015293;
}

.aui-page-list {
    width: 800px;
    height: 300px;
    padding-top: 12px;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}


.aui-page-text {
    float: left;
    width: 460px;
    height: 100px;
    position: relative;
}

.aui-nav-list-item {
    display: none;
}


