
.minors {
    background-color: #fff;
    border-color: #ededed;
    border-style: solid;
    border-width: 5px;
    color: #585555;
    font-size: 14px;
    margin-top: 70px;
    padding: 15px 15px 15px 30px;
    position: relative;
}
.minors p {
    padding-left: 15px;
    padding-right: 15px;
    text-indent: 15px;
}
.minors img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.minors ul {
    line-height: 1.65;
    list-style: outside none none;
}
.minors ul a {
    text-decoration: none;
}
.minors dl {
    padding-top: 12px;
}
.minors dl:not(:first-of-type) {
    border-top: 1px dashed #ddd;
}
.minors dt {
    font-weight: 600;
}
.minors dd {
    margin-left: 0;
    padding-left: 12px;
}
.minors section {
    padding-left: 20px;
    padding-right: 20px;
}
.minors .text-warning {
    color: #ff8101;
}
.minors .text-right {
    text-align: right;
}
.minors .sidebar {
    float: right;
    margin-left: 15px;
}
.minors .sidebar .bar-box {
    margin-bottom: 12px;
    width: 260px;
}
.minors .sidebar .bar-box .box-hd {
    background: rgba(0, 0, 0, 0) url("img/tibg.gif") no-repeat scroll 0 0;
    font-weight: 600;
    height: 29px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 12px;
}
.minors .sidebar .bar-box .box-bd {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dbe1e6;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 12px;
}
.minors .sidebar .bar-box .box-bd ul {
    margin: 0;
    padding-left: 0;
}
.minors .sidebar .bar-box .box-bd ul.faq {
    font-size: 12px;
}
.minors .sidebar .bar-box .box-bd ul.faq li:nth-child(2n+1) {
    color: #444;
    font-weight: 600;
}
.minors .sidebar .bar-box .box-bd ul.faq li:nth-child(2n) {
    color: #999;
    margin-bottom: 10px;
}
.minors .sidebar .bar-box .box-bd ul.faq + div > a {
    font-size: 12px;
    text-decoration: none;
}
.minors .sidebar .bar-box .dl {
    background: rgba(0, 0, 0, 0) url("img/an.gif") no-repeat scroll 0 0;
    display: block;
    height: 31px;
    line-height: 99px;
    margin: 12px auto;
    overflow: hidden;
    width: 159px;
}
.minors .tabs {
    bottom: 100%;
    height: 46px;
    position: absolute;
}
.minors .tabs > a, .minors .tabs > span {
    background-color: #fff;
    border: 3px solid #ededed;
    border-radius: 3px 3px 0 0;
    box-sizing: border-box;
    color: #90929a;
    float: left;
    height: 100%;
    line-height: 40px;
    outline: 0 none;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}
.minors .tabs > a:not([data-ui~="active"]), .minors .tabs > span:not([data-ui~="active"]) {
    cursor: pointer;
}
.minors .tabs > a:not(:last-child), .minors .tabs > span:not(:last-child) {
    margin-right: 6px;
}
.minors .tabs > a[data-ui~="active"], .minors .tabs > span[data-ui~="active"] {
    border-bottom-width: 0;
    border-top-color: #f24649;
    color: #f24649;
}




