/*结构*/
.container-main {
    margin-top: 20px;
    width: 926px;
    float: left;
    /*background-color: rgba(255,0,0,.3);*/
}
.container-sidebar {
    /*margin-top: 102px;*/
    padding-left: 20px;
    width: 300px;
    float: right;
    /*background-color: rgba(0,255,0,.3);*/
}
.article-title {
    font-size: 28px;
    font-weight: 700;
}
/*面包屑导航*/
.bread-crumb-list {
    padding: 0;
    margin: 10px 0 0 0;
    line-height: 18px;
    font-size: 14px;
}
.bread-crumb-list,
.bread-crumb-list a {
    color: rgba(34, 34, 34, 0.79);
}
/*文章元信息*/
.article-info {
    margin: 10px 0 0 0;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.79);
}
/*banner*/
.article-banner {
    width: 100%;
    margin-top: 10px;
}
/*正文*/
.detail{
    font-size: 16px;
    line-height: 28px;
}
.detail h1{
    margin: 10px 0;
    padding: 0 0 0 10px;
    border-left: 3px solid #ff3547;
    font-size: 18px;
    font-weight: 700;
}
.detail h2{
    margin: 10px 0;
    padding: 0 0 0 10px;
    border-left: 3px solid #ff3547;
    font-size: 18px;
    font-weight: 700;
}
.detail h3{
    margin: 10px 0;
    padding: 0 0 0 10px;
    border-left: 3px solid #aa66cc;
    font-size: 16px;
    font-weight: 700;
}
.detail h4{
    margin: 10px 0;
    padding: 0 0 0 10px;
    border-left: 2px solid #0000ec;
    font-size: 16px;
}
.detail p{
    margin: 0;
    padding: 0;
}
.detail img{
    width: 100%;
    margin: 10px 0;
}
.detail .copyright {
    font-size: 14px;
    color: #aaa;
}
.prev-next .prev:hover a,
.prev-next .next:hover a {
    color: red;
}
/*绳索装饰*/
.rope-main,
.rope-sub {
    margin: 0 auto;
    background-image: url(/uploads/holder/rope.png);
    background-size: 100%;
}
.rope-main {
    height: 122px;
}
.rope-sub {
    height: 40px;
}
/*顾问推荐*/
.testimonial-card .card-up {
    background-color: #f5f2f0;
}
.adviserName {
    font-size: 18px;
    margin-bottom: 5px;
}
.adviserDesc {
    font-size: 14px;
}
.adviserDetailZone {
    text-align: left;
    font-size: 14px;
}
.adviser-progress-bar {
    width: 0;
}
.qr-code-zone {
    color: white;
    text-align: center;
}
.qr-code-zone .notice {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.qr-code-zone .chance-left {
    margin-bottom: 10px;
}
.qr-code-zone img {
    width: 150px;
}
.qr-code-zone .method {
    font-size: 14px;
    text-align: left;
}
.article-title-item {
    padding: 5px 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    border-bottom: 1px dashed #aaa;
}
.article-title-item::before {
    content: "|";
    color: red;
    margin-right: 5px;
    font-weight: 700;
}
/*广告区域*/
.ad-zone a img {
    margin-top: 20px;
    width: 100%;
}

.huanered {
    background-color: #ff3547 !important;
}
.huanered-text {
    color: #ff3547 !important;
}
.huanegrey{
    background-color: #f7f7f7;
}
footer .footer-text-grey a:link {
    color: grey;
}
footer .footer-text-grey a:visited {
    color: grey;
}
footer{
    background-color: #1e1e1e;
    color: grey !important;
}
footer h5 {
    color: white;
    font-weight: lighter;
}
footer hr {
    border-top: 1px dashed #434343;
    margin:8px 0px;
}
.a-grey {
    color: #414141 !important;
}
.a-white-color a:link {
    color: white;
}
.a-white-color a:visited {
    color: white;
}
.a-black-color a:link {
    color: black;
}
.a-black-color a:visited {
    color: black;
}
.a-grey-color a:link {
    color: grey;
}
.a-grey-color a:visited {
    color: grey;
}
.display-three-line{
    position: relative;
    padding-right: 1em !important;
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.display-three-line:after{
    bottom: 0;
    right: 0;
    content: "...";
    position: absolute;
}
.display-double-line{
    position: relative;
    padding-right: 1em !important;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.display-double-line:after{
    bottom: 0;
    right: 0;
    content: "...";
    position: absolute;
}

table, tr, td, th{
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
}
table{
    width: 100%;
}
.bd-highlight {
    color: #4c4b4b;
    background-color: #e0e0e0a8;
    margin: 0 3px;
    padding: 1px 3px;
    border-radius: 3px;
}
.letter-2 {
    letter-spacing: 2px;
}