@charset "utf-8";

.menu {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: -webkit-calc(100vh - 51px);
    min-height: calc(100vh - 51px);
    max-height: -webkit-calc(100vh - 51px);
    max-height: calc(100vh - 51px);
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}
.menuLeft {
    float: left;
    min-height: -webkit-calc(100vh - 50px);
    min-height: calc(100vh - 50px);
    max-height: -webkit-calc(100vh - 50px);
    max-height: calc(100vh - 50px);
    background-color: #eaeaea;
    overflow: auto;
}
.menuLeft li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0 !important;
    width: 94px;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    color: #333;
    background-repeat: no-repeat;
    background-position: 5px center;
    -webkit-background-size: 16px;
    background-size: 16px;
    background-image: none !important;
}
.menuLeft li:last-child { border-bottom: none; }
.menuLeft li.current {
    color: #000;
    border-right-color: #fff;
    background-color: #fff;
}
.menuRight {
    float: right;
    width: -webkit-calc(100vw - 94px);
    width: calc(100vw - 94px);
    min-height: -webkit-calc(100vh - 50px);
    min-height: calc(100vh - 50px);
    max-height: -webkit-calc(100vh - 50px);
    max-height: calc(100vh - 50px);
    overflow: auto;
}
.menuRight .menuContent:not(:first-child) { display: none; }
.menuContent dd,
.menuContent dt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 14px;
    padding-right: 4px;
    height: 64px;
    border-bottom: 1px solid #eaeaea;
}
.menuContent dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 64px;
    color: #333333;
}
.menuContent dt .title_line {
    margin-top: -2px;
    margin-right: 10px;
    width: 3px;
    height: 18px;
    display: inline-block;
    background-color: #1b84f5;
    vertical-align: middle;
}
.menuContent dd {
    padding-left: 20px;
    height: auto !important;
}
.menuContent dd:last-child { border-bottom: none; }
.menuContent dd:active { background-color: #f1f1f1; }
.menuContent dd a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 11px 0;
    min-height: 63px;
    font-size: 14px;
    color: #666;
    background: url(../../images/fixnav/arrow_right.png) no-repeat right center / 7px;
}
.menuContent dd a p {
    margin-top: 5px;
    padding-right: 10px;
    font-size: 12px;
    color: #999999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}