body {
    background-color: #e7e8eb;
}
header {
    background: #fff;
}
header .head-box .inner {
    margin: 0 auto;
    width: 62.5rem;
    height: 4rem;
}
header .head-box .inner:after {
    content: "";
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}
.logo{
    float: left;
    margin-top: 1rem;
}
nav .nav-box .inner {
    margin: 0 auto;
    width: 62.5rem;
    height: 4rem;
    display: none;
}
#bd {
    margin: 1rem  auto;
    width: 62.5rem;
    min-height: 30rem;
}
.container {
    border: 1px solid #d9dadc;
}
.container_bd {
    background: #fff;
    width: 100%;
    min-height: 60rem;

}
.col-side {
    display: table-cell;
    vertical-align: top;
    min-width: 12rem;
    width: 18%;
}
dl.menu-list dt {
    cursor: pointer;
}
.menu-list-title {
    line-height: 40px;
    height: 40px;
    padding: 0 0 0 32px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.menu-list a {
    display: inline-block;
    width: 100%;
}
dl.sub-menu-list dt {
    padding: 10px 0 10px 2rem;
}
.no-sub:hover {
    background-color: #e7e8eb;
}
.menu-link.no-sub:hover {
    background-color: #e7e8eb;
}
.menu-link.no-sub.selected {
    background-color: #3eb94e;
}
dd.menu-list-title-desc {
    display: none;
}
dl.sub-menu-list {
    margin: 5px 5px 8px 0;
}

.col-main {
    display: table-cell;
    vertical-align: top;
    width: 2000px;/*定义一个很宽，保证撑满宽度*/
    height: 1000px;
    word-wrap: break-word;
    word-break: break-all;
}
.det-iframe {
    height: 100%;
    width: 100%;
}
.menu {
    border-right: 1px solid #e6e6e6;
}
footer {
    display: none;
}
