/**
 * Created by zhangchuang on 2016/11/22.
 */
.consult_list{
    max-width: 720px;
}
.consult{
    /*height: 142px;*/
    padding: 16px 20px;
    border-bottom: 1px dashed #c2c2c2;
}
.consult .consult_img{
    max-width: 148px;
    max-height: 110px;
}
.consult .consult_img a img{
    width: 148px;
    height: 110px;
}
.consult .consult_txt >a{
    font-size: 18px;
    color: #333;
    line-height: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.consult .consult_txt >a:hover,.consult_txt p.con_caption span.form a:hover{
    color: #ff4466;
}
.consult .consult_txt p.con_caption{
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}
.consult_txt p.con_caption span.time{
    margin-right: 10px;
}
.consult_txt p.con_caption span.form a{
    color: #999;
}
.consult_txt p.con_txt{
    color: #666;
    line-height: 24px;
    text-indent: 2em;
}
.consult_txt p.con_txt a{
    color: #ff4466;
}
/*consult_details page*/
.consult_details_wrap{
    padding:  0 20px;
    color: #666;
    margin-bottom: 20px;
}
.consult_details_wrap h1{
    color: #333;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}
.consult_details_wrap .article_details{
    margin: 20px 0;
    color: #999;
    font-size: 12px;
}
.consult_details_wrap .article_details span.time{
    margin-right: 20px;
}
.consult_details_wrap .article_details span.form a{
    color: #999;
}
.consult_details_wrap .article_details span.form a:hover{
    color: #ff4466;
}
.consult_details_wrap .article_details .bshare-custom{
    text-align: right;
    line-height: 20px;
}
.consult_details_wrap .article_details .bshare-custom a{
    width: 20px;
    height:  20px;
    display: inline-block;
    vertical-align: top;
    background: url("../images/icon.png") no-repeat;
}
.consult_details_wrap .article_details .bshare-custom a.bshare-qzone{
    background-position: 0 -142px;
    width: 21px;
    height:  21px;
}
.consult_details_wrap .article_details .bshare-custom a.bshare-sinaminiblog{
    background-position: -24px -142px;
}
.consult_details_wrap .article_details .bshare-custom a.bshare-weixin{
    background-position: 0 -167px;
}
.consult_details_wrap .article_details .bshare-custom a.bshare-qqmb{
    background-position: -24px -167px;
}
.bshare-custom.icon-medium a{
    padding-left: 0!important;
}
.bshare-custom a{
    margin-right: 0!important;
}
.consult_details_wrap .abstract{
    border: 1px dashed #ff4466;
    position: relative;
    padding:  14px 10px;
    margin-top: 40px;
}
.consult_details_wrap .abstract span.abstract_span{
    width: 52px;
    height:22px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    border-radius:  2px;
    position: absolute;
    left: -1px;
    top: -22px;
}
.abstract .abstract_box p{
    line-height: 24px;
    color: #666;
    text-indent: 2em;
}
.abstract .abstract_box p.form{
    text-align: right;
}
.consult_details_wrap .keyword{
    margin:  20px 0;
    color: #666;
    line-height: 24px;
    padding: 0 10px;
}
.consult_details_wrap .keyword span{
    color: #ff4466;
    font-size: 16px;
    font-weight: bold;
}
.consult_details_wrap .details_title{
    display: block;
    color: #333;
    font-weight: bold;
    text-indent: 15px;
    position: relative;
    margin: 10px 0;
}
.consult_details_wrap .details_title:before{
    content: "";
    width: 5px;
    height: 16px;
    background: #ff4466;
    position: absolute;
    left: 0;
    top: 0;
}
.consult_details_wrap p.em2{
    padding: 0 10px;
    line-height: 30px;
}
.bsTop{
    width: 208px!important;
}
.bsFrameDiv>div{
    height: 208px!important;
}
.bsFrameDiv>div>img{
    margin: 15px!important;
}
/*适配*/
@media screen and (min-width:1200px){
    .consult .consult_txt {
        max-width: 510px;
    }
}
@media screen and (min-width: 800px) and (max-width: 1199px){
    .breadcrumb_nav {
        padding-left: 31px;
    }
    .consult .consult_txt {
        max-width: 76%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 799px){
    .consult .consult_txt {
        max-width: 74%;
    }
    .consult .consult_img {
        max-width: 24%;
    }
    .consult .consult_img a img {
        width: 100%;
        height: auto;
        min-height: 100px;
    }
    .consult {
        padding: 16px 0;
    }
    .consult_details_wrap .article_details .bshare-custom{
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }
    .consult_details_wrap {
         padding: 0;
    }
}
@media only screen and (max-width: 479px){
    .consult {
        padding: 16px 0;
    }
    .consult .consult_txt {
        max-width: 64%;
    }
    .consult .consult_img {
        max-width: 34%;
    }
    .consult .consult_img a img {
        width: 100%;
        height: auto;
        min-height: 100px;
    }
    .consult .consult_txt >a {
        line-height: 22px;
        max-height: 44px;
        font-size: 16px;
        word-break: break-all;
        white-space: inherit;
        margin-bottom: 4px;
    }
    .consult_txt p.con_txt{
        display: none;
    }
    .consult_txt p.con_caption span.time,.consult_txt p.con_caption span.form {
        width: 100%;
        display: block;
        line-height: 24px;
    }
    .consult_details_wrap .article_details .bshare-custom{
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }
    .consult_details_wrap {
        padding: 0;
    }
    .consult_details_wrap h1{
        line-height: 26px;
        font-size: 18px;
    }
    .consult_details_wrap .keyword ,.consult_details_wrap p.em2{
        padding: 0;
    }
    .breadcrumb_nav{
        padding-left: 15px;
    }
}