.container.rules {
    padding-top: 15px;
    width: 100%;
    min-height: 800px;
}
.outer {
    width: 1000px;
    margin: 0 auto;
}
.aside-menu {
    width: 160px;
    height: 1px;
    float: left;
}
.about {
    float: left;
    width: 840px;
    overflow: auto;
}
.text-center {
    text-align: center;
}

.title-section {
    padding: 0 60px 35px;
}
.title-section .title {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px #ccc dashed;
    padding: 10px 0 20px;
    width: 85%;
    margin: auto;
}
.content .text {
    font-size: 14px;
    color: #666;
}
.content .text.sub {
    text-indent: 3em;
}
.policy {
    background: #fff;
    padding: 45px 50px;
    border: 1px #dce0e0 solid;
}
.policy .img-wrapper {
    text-align: center;
    position: relative;
    height: 200px;
    margin-top: 50px;
}
.policy .img-wrapper img {
    width: 200px;
    background-color: transparent;
    display: block;
    margin: auto;
}
.policy .img-wrapper .line-wrapper {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 1;
}
.policy .img-wrapper .line {
    border-bottom: 1px #ccc dashed;
    width: 85%;
    height: 82px;
    margin: 0 auto;
    z-index: -1;
}
.policy .img-wrapper .center-img {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.aside-menu .nav-tabs .tab.active a {
    border-radius: 0;
    background: transparent;
    color: #000;
    font-size: 18px;
    border: 0;
}
.aside-menu .nav-tabs .tab a {
    color: #999;
    font-size: 14px;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs>li>a:hover {
    border: 0;
}
.nav-tabs>li {
    width: 100%;
}
.desc.center {
    width: 380px;
    margin: auto;
}
.desc.special p {
    text-indent: 2em;
    margin: 7px 0;
}
.desc.special h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 7px 0;
}
.text.title {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
