.gujimulu_box {
    display: flex;
}
.gujimulu_box .gujimulu_img {
    width: 5.625rem;
    height: 8.0625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.25rem;
}
.gujimulu_img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.gujimulu_right {
    flex: 1;
}
.kewenview_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kewenview_title a {
    width: 90%;
}
.gujimulu_summary1 {
    margin-top: .4375rem;
}
.gujimulu_summary2 {
    line-height: 1.25rem;
    margin-bottom: .75rem;
    margin-top: .4375rem;
}
.gujimulu_wanshang {
    display: flex;
    align-items: center;
}
.gujimulu_a a {
    width: 5.5rem;
    height: 1.5rem;
    display: flex;
    background-color: #0085ff;
    color: #fff;
    align-items: center;
    border-radius: .0625rem;
    text-align: center;
    justify-content: center;
}
.gujimulu_a .icon-book {
    display: inline-block;
    width: 1rem;
    height: .8125rem;
    background: url(../img/icon_read.png) no-repeat;
    background-size: 1rem .8125rem;
    margin-right: .4375rem;
}
.gujimu_list {
    overflow: hidden;
    margin-bottom: .75rem;
    border-radius: .75rem;
    background-color: #fff;
    width: 100%;
    margin: 0 auto .75rem;
    padding-bottom: .4375rem;
}
.gujimu_list .gujimulu_title {
    padding: 1rem 0;
    font-size: 1rem;
    margin: 0 auto;
    width: 21.5625rem;
    color: #222;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: .0625rem solid #e8ebee;
}
.gujimulu_item {
    width: 100%;
    margin: 0 auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    border-bottom: .0625rem dashed #e8ebee;
}
.gujimulu_item>p {
    margin: .875rem 0;
}
.gujimulu_item .grap_item-content {
    padding: 0;
}

.grap_ul {
    display: flex;
    flex-wrap: wrap;
}

.gujimu_list .gujimulu_item:last-of-type {
    border-bottom: 0;
}
.kewen_list_content {
    display: flex;
    flex-wrap: wrap;
    padding-right: 1.25rem;
}
.kewen_list_item {
    width: 5.625rem;
    margin-left: 1.25rem;
}
.kewen_list_item .kewen_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.625rem;
    height: 8.0625rem;
    margin-bottom: .375rem;
}
.kewen_img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.kewen_list_item .kewen_name {
    height: 1.1875rem;
    line-height: 1.1875rem;
    overflow: hidden;
}
.tab_kewen {
    font-size: .75rem;
    margin-top: .3125rem;
}
.shengjing_article{
    font-size: 14px;
    line-height: 2em;
    text-indent: 2em;
}
.grap_contnet_item .add_shengjing_title{
    padding-bottom: 6px;
}
.shengjing_h2{
    padding-top: 16px;
    padding-bottom: 12px;
    font-size: 16px;
}
.shengjing_h2{
    display: flex;
    align-items: center;
    width: 100%;
}
.shengjing_h2 h2{
    font-size: 18px;
    font-weight: bold;
    max-width: 96%;
    height: 31px;
    line-height: 31px;
    margin-right: 6px;
}
.ad_video{
    display: inline-block;
    width: 18px;
    cursor: pointer;
    height: 18px;
    background: url(../img/lab.png) no-repeat;
    background-size: 100%;
}

/* crumbs */
.comm-crumbs {
    display: flex;
    overflow: hidden;
    color: #cccccc;
    font-size: 0.75rem;
    padding: 0.3125rem 0.9375rem;
}

.comm-crumbs span {
    display: inline-block;
    float: left;
    width: 0;
    height: 0;
    margin-top: 0.3125rem;
    border-width: 0.3125rem;
    border-style: solid;
    border-color: transparent transparent transparent#0085FF;
}

.comm-crumbs a {
    display: inline-block;
    margin: 0 0.375rem;
    color: #8A8A8D;
    font-size: 0.875rem;
    white-space:nowrap;
}

.comm-crumbs .text-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.comm-crumbs a:hover {
    color: #0085FF;
}

.comm-crumbs div {
    color: #8A8A8D;
}
/* crumbs */