﻿/*文章详情*/
.book_box
{
    padding: 0 0.26rem 0.5rem;
    background-color: #fefefe;
    margin-top: 0.18rem;
}

/*文章标题*/
.book_title
{
    padding-top: 0.56rem;
    padding-bottom: 0.3rem;
    text-align: center;
}
.book_title h1
{
    font-size: 0.5rem;
    font-weight: bold;
    color: #404040;
    line-height: 0.68rem;
}
.book_title span
{
    display: block;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-top: 0.12rem;
    font-size: 0.3rem;
    color: #808080;
    overflow: hidden;
}

/*文章内容*/
.book_cnt
{
    font-size: 0.4rem;
    line-height: 1.5em;
    text-align: justify;
    word-wrap:break-word;
}
.book_cnt p
{
    font-size: 0.4rem;
    line-height: 1.5em;
    text-align: justify;
    text-indent: 0em!important;
    padding-bottom: 0.6rem;
    word-wrap:break-word;
}
.book_cnt p:last-child
{
    padding-bottom: 0;
}
.book_cnt img
{
    max-width: 100%;
    height:auto;
    margin-left: auto;
	margin-right: auto;
}
.book_cnt a
{
	color: #942cdc;
}

/*书目*/
.book_cnt h4
{
    font-size: 0.38rem;
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
}
.book_cnt h4 span
{
    font-size: 0.32rem;
}
.book_cnt ul:after
{
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.book_cnt ul li
{
    float: left;
    display: block;
    width: 50%;
    border-top: 1px solid #f5f5f5;
}
.book_cnt ul li a
{
    display: block;
	color: #404040;
    font-size: 0.34rem;
    padding: 0.24rem 0.1rem 0.24rem 0;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.book_cnt ul.dot li a:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #909090;
    margin-right: 6px;
    position: relative;
    left: 0;
    bottom: 0.08rem;
}
.book_cnt ul.col_1 li
{
    width: 100%;
}

/*999封信*/
.xin999 ul
{
    max-height: 14.1rem;
    overflow: hidden;
}

/*加载全部按钮*/
.xin999_more
{
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
    text-align: center;
    color: #808080;
    margin-bottom: 0.5rem;
    background-color: #e5e5e5;
}
.xin999_more i
{
    color: #909090;
    font-size: 0.3rem;
}