.qu-right {
    width: 280px;
}

.qu-center {
    width: 710px;
}

/* list */
.qu-center-list-item{display: flex;justify-content: space-between;}
.result-pic {
    display: block;
    float: right;
    width: 158px;
    height: 115px;
    border: 1px solid #dce1e6;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    order: 2;
    margin-left: 15px;
}
.result-pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
	transition: .5s ease-out;
}
.qu-center-list-item:hover .result-pic img{ transform: scale(1.2);}
.result-info{
    flex:1;  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.qu-center-list-item h3 {
    /* font-size: 20px;*/
     line-height: 30px;
}
.qu-center-list-item .qu-center-content{
   
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
  
}
.qu-center-oper{font-size: 14px;}
.qu-center-user .answer-info-user-name{
    font-size: 14px;
	font-weight:normal
}

.hot-users li .hot-user-info .hot-nice{width:auto}
.zj-list li{width:25%}
/* article */
.answer_info{
    margin: 10px 15px 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}
.answer_info_r a{color: #aaa;}
.content-operate {
    width: 100%;

    padding: 10px 0;
    border-top: 1px solid #f1f1f1;
    margin-top: 20px;
}
.content-operate a {
    float: right;
    color: #a4b0bd;
    font-size: 14px;
    line-height: 21px;
    margin-left: 8px;
    cursor: pointer;
    border-bottom:0px;
}

.content-operate a i {
    margin-right: 3px;
}
.content-operate a:hover {
    color: #ee4735
}
.author-right {
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
}

.author-about {
    overflow: hidden;
}

.author-about .author-tx {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    position: relative
}

.author-about .author-tx img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0 auto
}

.author-about .author-info {
    float: left;
    width: 195px;
    height: 50px;
    margin-left: 10px;
    position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.author-about .author-name {
    display: block;
    color: #3d464d;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    margin: 3px 0 7px
}

.author-about .author-info .zy {
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分用省略号表示 */
    white-space: normal;
    /* 允许换行 */
}

.author-sign {

    color: #383838;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin: 10px 0;
}

.author-number {
    width: 260px;
    margin: 0 auto;
    overflow: hidden;
    background: #f8f8f8;
    border-radius: 3px;
    padding: 5px 0px;
}

.author-number a {
    float: left;
    width: 86px;
    height: 43px;
    text-decoration: none;
}

.author-number a p {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 2px
}

.author-number a span {
    display: block;
    color: #3d464d;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: center
}

.author-number i {
    float: left;
    display: block;
    width: 1px;
    height: 30px;
    background: #e9e9e9;
    margin: 7px 0 0
}

.author-post{
    margin-top: 15px;
}
.author-post .title {
    display: flex;
    padding-bottom: 7px;
    margin-bottom: 12px;
    border-bottom: 1px #efefef solid
}

.author-post .title>* {
    width: 50%
}

.author-post .title h4 {
    font-size: 15px;
    color:#3d464d
}

.author-post .title span {
    text-align: right;
    font-weight: 300;
    font-size: 13px;
    color: #999;
    padding-top: 2px;
}
.author-post ul li {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px #efefef dashed;
    position: relative;
    padding-left: 10px;
}
.author-post ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    left: 0px;
}
.author-post ul li:last-child{
    margin-bottom: 0px;
    border: none;
}
.author-post ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
}

.qu-right .cr_div1{
    display: flex;
    justify-content: space-evenly;
}
 