
@charset "utf-8";
/* CSS Document */
.title{margin:20px 0;}
.title a{color:#999;}
.title i{color:#333}
/*问答列表*/
.con_left{width:920px;line-height:18px;}
.con_left_z li{border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 20px;  margin-bottom: 20px;}
.con_left_z li:last-child{border: none}
.con_question i{font-size: 16px;color:#f28f8f}
.con_question a{display:block;width:780px;font-size: 14px;line-height:20px;color:#333;
    margin-left:10px;
    word-wrap: break-word;  word-break: break-all;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden}
.con_question a:hover{color:#be7830;text-decoration: underline}
.con_answer{margin-top: 20px;}
.con_answer i{font-size: 16px;color:#ffb401}
.con_answer_right{margin-left: 10px;}
.con_answer_right img{width:50px;height:50px;}
.doc_ans{width:780px;margin-left: 10px}
.doc_ans p{font-size: 14px;color:#666;margin-top: 5px;
     height:40px;line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden}
.ans_doc span{color:#ffb401;margin-right: 5px;letter-spacing: 2px}
.labs_bot{margin-top:20px;color:#999}
.lab_time{margin:0 50px 0 20px}
/***********分页器***************/
.fenye{margin:40px 0;text-align: center}
.fenye a{display: inline-block;
    padding:7px 10px;border-radius:2px;
    border:1px solid #e5e5e5;
    margin-right:8px;}
.fen_color{ background-color:#ccc;color:#fff;}
.fenye a:hover{ background-color:#ccc;color:#fff;}
/**我要咨询**/
.need_box{border-top: 2px solid #eb6877;
    border-left:1px solid #f5f5f5;
    border-right:1px solid #f5f5f5;
    border-bottom:1px solid #f5f5f5;
   padding:20px;}
.need_title{border-left:4px solid #eb6877;
    font-size: 20px;padding-left:10px;
    margin-bottom: 20px;}
.need_box textarea{width:500px;height:100px;
    font-size: 14px;line-height: 20px;
    border:1px solid #e5e5e5;
    margin-left:5px;padding:5px 10px;
    vertical-align: text-top;
    outline:none;resize:none }
.need_box a{display: block; background: url("../images/xbt.png") 0 -324px;width:123px; height:42px;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    letter-spacing: 2px;
     margin-top: 20px;margin-left: 200px; }

/*咨询*/
.con_right{width:260px;padding:10px;}
.zx_box{margin-bottom: 30px;border:1px solid #e5e5e5;padding:10px;}
.zx_title{border-bottom: 1px solid #e5e5e5;padding-bottom: 10px ;margin-bottom: 10px;}
.zx_title h2{font-size: 24px;}
.more{font-size: 14px;color:#666;line-height:32px;}
.more:hover{color:#be7830;text-decoration: underline}
.zx_block{display:block;border-bottom: 1px dashed #e5e5e5;padding-bottom: 10px ;margin-bottom: 10px;}
.zx_block:last-child{border:none}
.zx_block img{width:50px;height: 50px;}
.zx_block a{display:block;width:170px;height:80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4; overflow:hidden;
    margin-left: 10px;
    color:#666;line-height:20px;}
.zx_block a span{color:#be7830}
.zx_block a:hover{color:#be7830;text-decoration: underline}