/*结构*/
.container-main {
    margin-top: 20px;
    width: 926px;
    float: left;
}
.container-sidebar {
    padding-left: 20px;
    width: 300px;
    float: right;
}
/*面包屑导航*/
.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);
}
/*筛选框*/
.label-select-zone {
    margin-top: 10px;
    padding: 10px 0;
    border: 1px solid rgba(0,0,0,.1);
}
.label-select-zone .select-option {
    padding: 0 15px;
}
.item-title {
    font-size: 14px;
    font-weight: 500;
}
.item-free {
    padding: .25em .4em;
    margin: .25em 0.3em .25em 0;
    display: inline-block;
    line-height: 1em;
    font-size: 0.9em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.item-selected {
    padding: .3em .4em;
    margin: .25em 0.3em .25em 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    background-color: #ff3547!important;
    color: #fff!important;
    display: inline-block;
    font-weight: 200;
    line-height: 0.9em;
    font-size: 0.9em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.item-free:hover {
    background-color: #ebebeb;
}
.section-hr {
    margin: 10px 0;
}
/*结果列表*/
a {
    color: black;
}
a:hover {
    color: black;
}
.search-result-zone {
    margin-top: 10px;
    padding: 10px 0;
}
.search-result-zone .search-result-item {
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,.1);
}
.search-result-zone .search-result-item:hover {
    border: 1px solid red;
}
.search-result-zone .search-result-item .img-zone {
    margin: 15px;
    width: 240px;
    float: left;
}
.search-result-zone .search-result-item .info-zone {
    margin: 0 20px 0 270px;
}
.search-result-zone .search-result-item .info-zone .title {
    margin: 15px 0 0 0;
    font-size: 18px;
    font-weight: 500;
}
.search-result-zone .search-result-item .info-zone .title a:hover {
    color: red;
}
.search-result-zone .search-result-item .info-zone .label {
    margin: 5px 0 0 0;
    font-size: 16px;
}
.search-result-zone .search-result-item .info-zone .description {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 26px;
    height: 104px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-result-zone .search-result-item .info-zone .description a:hover {
    color: red;
}
.bd-highlight {
    display: inline-block;
    color: #4c4b4b;
    font-size: 14px;
    background-color: #e0e0e0a8;
    padding: 1px 5px;
    border-radius: 3px;
}
/*绳索装饰*/
.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 {
    font-size: 14px;
}


.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{
    color: black !important;
}
