﻿
body {
    background:#F8F8F8;
}
.crumbs-tpl>div>ul>li{
    margin-bottom: 0;
}

#answer-content {
    width: 100%;
}
.answer-content-wrap {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.answer-content-left {
    width:800px;
    background: #fff;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
    vertical-align: top;
    padding:40px 20px 20px 40px;
    display: inline-block;
}
.answer-content-left h1 {
    font-size: 20px;
    color: #272727;
    margin-bottom: 20px;
    font-weight: normal;
    word-wrap: break-word;
}
.answer-content-time {
    color: #999;
    font-size: 14px;
    border-bottom: 1px dotted #eee;
    padding-bottom: 8px;
}
.answer-content-time span, .answer-content-time img{
    vertical-align: middle
}
.answer-content-time img {
    margin-left: 20px;
    margin-right: 3px;
}
.answer-msg {
    overflow: hidden;
}
.answer-msg p {
    color: #666 !important;
    font-size: 16px !important;
    margin-top: 20px;
}
.answer-msg a {
    color: #0000EE !important;
    text-decoration: underline !important;
}
.answer-yes-no {
    margin-top: 50px;
}
.answer-yes-no div {
    display: inline-block;
    width: 380px;
    height: 80px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    line-height: 80px;
}
.answer-yes-no div:hover {
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.answer-yes-no div img {
    vertical-align: middle;
    margin-left: 40px;
    transition: all .1s linear;
}

.answer-yes-no div span {
    vertical-align: middle;
    margin-left: 10px;
}

.answer-no {
    background: #FDE9EA;

}
.answer-yes {
    margin-left: 40px;
    background: #ECF8FF;
}
.answer-share {
    margin-top: 20px;
    float:right;
    width: 100%;
    border-bottom: 1px dotted #eee;
    padding-bottom: 45px;
    position: relative;
}
.answer-share .answer-share-btn {
    display: inline-block;
    width: 100px;
    height: 30px;
    border-radius: 20px;
    line-height: 30px;
    text-align: center;
    border:1px solid #999;
    color: #999;
    cursor: pointer;
    transition: all .1s linear;
    float: right;
}
.answer-share .answer-share-btn:hover {
    color: #eb2332;
    border:1px solid #eb2332;
}

/* ?????? */
#share {
    position: absolute;
    left: 630px !important;
    top: 40px;
}

.answer-pre-next {
    margin-top: 20px;
    width: 100%;
    padding: 0 10px;
}
.answer-pre-next  span a{
    color: #666;
    font-size: 14px;
}
.answer-pre-next  span a:hover{
    color: #eb2332;
}
.answer-pre-next div {
    display: inline-block;
    width: 370px;
    font-size: 14px;
    overflow: hidden;
    color:#666;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.answer-pre-next div a {
    color:#666;
}
.answer-pre-next div a:hover {
    color:#eb2332;
}
.answer-pre-next div:nth-child(2) {
    margin-left: 50px;
}
.answer-content-right {
    width: 300px;
    margin-left: 20px;
    vertical-align: top;
    display: inline-block;
    background: #fff;
}




.answerList-right-top h1 {
    font-size: 18px;
    color: #272727;
    padding-bottom: 12px;
    border-bottom: 1px dotted #eee;
}



.answerList-right-top {
    background: #fff;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
    
    padding:30px 20px;
}
.answerList-right-item>div {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.answerList-right-item a {
      color: #666
}
.answerList-right-item>div>a:hover {
    color: #eb2332
}
.answerList-right-item>div:not(:first-child) {
    margin-top: 20px;
}

.answerList-right-item>div>a>span:nth-child(1) {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #eb2332;
    color: #fff;
    vertical-align: top;
    
}
.answerList-right-item>div span:nth-child(2) {
    margin-left: 10px;
    display: inline-block;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

.answerList-right-low {
    background: #999 !important;
}
