@charset "utf-8";

/* 简报列表 */
.jianbao_list {

}
.jianbao_list .item {
    padding: .63em;
    background: #25262a;
    border-radius: 0.19em 0.19em 0.19em 0.19em;
}
.jianbao_list .item   .item {
    margin-top: .63em;
}
.jianbao_list .item .item_title {
    font-size: .88em;
    line-height: 1.31rem;
}
.jianbao_list .item .item_describe {
    font-size: .81em;
    line-height: 1.06rem;
    margin-top: .37em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.jianbao_list .item .item_time {
    font-size: .81em;
    color: #707881;
    line-height: 1.06rem;
    margin-top: .37em;
}
.jianbao_list .item a .item_describe {
    color: #9aa2ac;
}
.jianbao_list .item a .item_time {
    color: #707881;
}

/* 情报列表 */
.qingbao_list {
    /* padding-top: .63em; */
}
.qingbao_list .item {
    padding: 0 1.25em;
    margin-bottom: .63em;
    font-size: 0.88em;
}
.qingbao_list .item,
.qingbao_list .item a {
    line-height: 1.31em;
    color: #9aa2ac;
}
.qingbao_list .item:nth-child(6n)::before {
    content: "";
    display: block;
    width: 100%;
    margin-bottom: .63em;
    border-top: 0.03em solid #3a3c40;
}



/* 详细页 */
.detail_label {
    padding: 1em 1em 1.25em;
}
.detail_title {
    font-size: 1.5em;
    color: #e7ebef;
    line-height: 1.3em;
}

.detail_time {
    font-size: 0.81em;
    color: #707881;
    line-height: 1.06em;
    margin-top: .37em;
}

.detail_text {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 1em;
    padding: .5em 0 1em;
}
.detail_text   .detail_text {
    padding-top: 0;
}

.detail_text p {
    margin-bottom: 1.2em;
}
.detail_text p:last-child {
    margin-bottom: 0;
}
.detail_text img,
.detail_text image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: .8em 0;
}

