.article_wrap {
    margin-top: 1rem;
}

.bread, .bread a {
    color: #929292;
}

.bread {
    margin-bottom: .6rem;
}

.article_name {
    font-size: .92rem;
    font-weight: bold;
    line-height: 1.2rem;
}

.author {
    margin-top: .4rem;
    margin-bottom: 1rem;
    color: #929292;
}

.article {
    margin-bottom: 1rem;
    line-height: 1.5rem;
    font-size: .75rem;
	word-break: break-all;
}
.article span , .article p{
      font-size: .75rem !important;
}
.article a{
  color: #0653F8;
}
.article_rec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    margin-bottom: .5rem;
    background-color: #F7F8FC;
}

.article_rec img {
    width: 4.5rem;
    height: 3.25rem;
    margin-right: .5rem;
}

.rec_name {
    width: calc(100% - 5rem);
    font-size: .75rem;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.article_prev, .article_next {
    display: block;
    width: 100%;
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: .75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article_prev {
    border-bottom: 1px solid #ededed;
}

.article_title {
    font-size: .85rem;
    font-weight: bold;
}

.read {
    margin-top: 1rem;
}

.line {
    width: 100%;
    height: .4rem;
    background: #F7F7F7;
}

.read ul {
    margin-top: .3rem;
    margin-bottom: .3rem;
}

.read li {
    border-bottom: 1px solid #ededed;
    padding: .5rem 0;
}

.read li:last-child {
    border-bottom: none;
}

.read li a {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .75rem;
}

.books {
    margin-top: 1rem;
}

.books ul {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.books li {
    float: left;
    border: 1px solid #EFEFEF;
    width: calc(5.5rem - 2px);
    height: 8.1rem;
    margin-right: .5rem;
}

.books li:last-child {
    margin-right: 0;
}

.books li img {
    width: 5.5rem;
    height: 5.5rem;
    margin-bottom: .2rem;
}

.books li p {
    padding: 0 .2rem;
    line-height: 1.1rem;
    font-size: .6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend {
    display: block;
    margin-top: 1rem;
}

.recommend p {
    font-size: .8rem;
    margin-bottom: .35rem;
}

.recommend img {
    width: 100%;
    height: 5.1rem;
}

.article img {
    width: 100% !important;
    height: auto !important;
    margin: .3rem auto;
}

.article table {
    width: 100% !important;
    height: auto !important;
    border: 1px solid #ddd;
	border-right: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    margin: .3rem auto;
    table-layout: fixed;
    word-break: break-all;
}

.article table td, .article table th {
    width: auto !important;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
