/* wrapper */
.wrapper {width:960px; margin:0 auto 10px;}

/* container */
.container {clear:both;}
.container .left {width:700px; float:left;}
.container .right {width:250px; float:right;}
/* end container */

/* layout-panel */
.layout-panel {border:1px solid #eaeaea;}
.layout-panel .panel-name {
    font-size:12px;
    color:#333;
    height: 35px;
    line-height: 35px;
    padding-left:10px;
    display:block;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dadada;
}
/* end layout-panel */

/* book-data-list */
.book-data-list {padding:5px 10px; background-color: #fafafa;}
.book-data-list li {line-height:24px; overflow:hidden; font-size:12px;}
.book-data-list li .booktype {color:#2D87CC;}
.book-data-list li .num {
    font-size: 12px;
    font-family: Tahoma;
    color: #fff;
    margin: 6px 3px 7px 2px;
    text-align: center;
    width: 20px;
    line-height: 17px;
    display: inline-block;
    background: #fc712d;
}
.book-data-list li a {
    font-size:12px;
    color: #555;
}
.book-data-list li .penname {
    float: right;
    color: #888;
}
.book-data-list li .penname a {
    color: #888;
}
/* end book-data-list */

/* ask-view */
.ask-view {

}
.ask-view .ask-title {
    font-size: 24px;
    overflow-wrap: break-word;
}
.ask-view .ask-author {
    margin-bottom: 20px;
    margin-top: 5px;
    color: #999;
    font-size: 12px;
}
.ask-view .ask-author .time {
    color: #999;
}
.ask-view .ask-content {
    font-size: 16px;
    line-height: 1.5;
    overflow-wrap: break-word;
    margin-bottom: 20px;
}
.ask-view .books-container {

}
.ask-view .books-container li {
    float: left;
    width: 112px;
    min-height: 178px;
    margin: 0 12px 7px 13px;
    overflow: hidden;
}
.ask-view .books-container li .cover {
    width: 98px;
    height: 128px;
    padding: 1px;
    margin-bottom: 3px;
    overflow: hidden;
}
.ask-view .books-container li .title {
    margin-bottom: 16px;
    height: 36px;
    line-height: 36px;
    background: #f5f5f5;
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
}
.ask-view .books-container li span {
    display: block;
    color: #666;
    text-align: left;
    overflow: hidden;
    cursor: pointer;
}
/* end ask-view */

/* list-wrap */
.sub-title {
    margin-bottom: 20px;
    position: relative;
    height: 40px;
    line-height: 38px;
    border-bottom: 1px solid #e3e3e3;
}
.sub-title span {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 2px 0 0;
    height: 39px;
    border-bottom: 2px solid #fc712d;
    font-size: 18px;
}
.sub-title .more {
    float: right;
    color: #999;
    font-size: 12px;
}
.list-wrap {

}
.list-wrap .list-item {
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
}
.list-wrap .list-item:last-child {
    border-bottom: 0 none;
}
.list-wrap .list-item .author {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}
.list-wrap .list-item .author .author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-right: 10px;
}
.list-wrap .list-item .author .author-name {
    display: inline-block;
    vertical-align: top;
}
.list-wrap .list-item .author .author-name .nickname {
    display: block;
}
.list-wrap .list-item .author .author-name .time {
    color: #999;
    font-size: 12px;
}
.list-wrap .list-item .title {
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
}
.list-wrap .list-item .meta {
    font-size: 12px;
    margin: 0;
    color: #999;
}
.list-wrap .list-item .answer-content {
    margin: 15px 0 20px 0;
    font-size: 15px;
    color: #666;
}
.list-wrap .list-item .answer-content .answer-content-item {
    display: inline;
    word-break: break-all;
}
/* end list-wrap */

/* topic */
.topic-navb {

}
.topic-navb .sub-title {
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
}
.topic-navb .sub-tab {
    padding: 10px 0;
    margin-bottom: 20px;
}
.topic-navb .sub-tab {

}
.topic-navb .sub-tab a {
    display: inline-block;
    width: 31px;
    line-height: 31px;
    text-align: center;
    color: #999;
    border: 1px solid #999;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
}
.topic-navb .sub-tab a.current {
    color: #fff;
    background: #f63;
    border: 1px solid #f63;
}
.topic-tags a {
    font-size: 12px;
    display: inline-block;
    margin: 10px;
    padding: 0 15px;
    min-width: 20px;
    max-width: 240px;
    height: 30px;
    border: 1px solid #cacaca;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #666;
    border-radius: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topic-tags a:hover {
    color: #fff;
    background: #f63;
}

.thread-go {

}
.thread-go li {
    float: left;
    width: 180px;
}
.thread-go li a {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/* end topic */
