﻿body {
       padding-top:50px;
       background:#f7f7f7;
}


.top_banner {
    width:100%;
    height:auto;
}

.announce_crumbs {
    width:100%;
    box-sizing:border-box;
    padding:10px 4%;
    background:#f7f7f7;
}

.ab_p1 > span {
    font-size: 14px;
}

.ab_p1 {
    font-size: 22px;
    white-space:nowrap;
}

.announce_list li {
    width:100%;
    background:#fff;
    margin-bottom:16px;
}

.announce_list li a {
    display:block;
    width:100%;
    box-sizing:border-box;
    padding:14px 4%;
}

.announce_tit {
    font-size:14px;
    color:#333;
    margin-bottom:10px;
    font-weight:bold;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.announce_list_bottom {
    width:100%;
    overflow:hidden;
}

.announce_time {
    width:50%;
    float:left;
    line-height:26px;
    font-size:12px;
    color: #666
}

.announce_btns {
    width: 24%;
    height: 26px;
    text-align:center;
    background: #e0993d;
	border-radius: 4px;
    color:#fff;
    font-size:12px;
    border:none;
    float:right;
}

.add_more {
    font-size:12px;
    margin-bottom:20px;
    color:#666;
    text-align:center;
}

.details_top {
    width:100%;
    box-sizing:border-box;
    padding:14px 4%;
    background:#fff;
    border-bottom:1px solid #ddd;
}

.details_title {
    font-size:14px;
    font-weight:bold;
    margin-bottom:8px;
    line-height:24px;
    color:#333;
}

.details_time {
    font-size:12px;
    color:#666;
}

.details_rich {
    word-break:break-all;
    width:100%;
    box-sizing:border-box;
    padding:20px 4%;
    background:#fff;

}

.details_rich p,
.details_rich img {
    width:100%;
}

.details_pages {
    width:100%;
    box-sizing:border-box;
    padding:14px 4%;
    background: #f8f8f8;
    margin-bottom:14px;
    font-size:12px;
    overflow:hidden;
}

.details_pages_box {
    width:100%;
    overflow:hidden;
    background:#fff;
}

.details_pages_prev {
    max-width:20%;
    color:#666;
    float:left;
    line-height:18px;
}

.details_pages_content {
    max-width:80%;
    float:left;
    color: #e59630;
    line-height:18px;
}

.account_list {
    width:100%;
    box-sizing:border-box;
    padding:0px 4%;
}
.account_list li {
    width:100%;
    box-sizing:border-box;
    padding:20px 0px 0px;
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    margin-bottom:14px;
}

.account_title {
    position:relative;
    font-size:14px;
    color:#333;
    font-weight:bold;
    margin-bottom:20px;
    width:100%;
    box-sizing:border-box;
    padding:0px 14px;
}

.account_title:after {
    width:2px;
    height:14px;
    position:absolute;
    top:0px;
    bottom:0px;
    margin:auto;
    left:0px;
    background: #e0993d;
    content:"";
}

.account_lines {
    width:100%;
    overflow:hidden;
    margin-bottom:14px;
    width:100%;
    box-sizing:border-box;
    padding:0px 14px;
}

.account_left {
    font-size:12px;
    width:50%;
    color:#999;
    float:left;
}

.account_right {
    width:50%;
    font-size:14px;
    color:#333;
    float:right;
    text-align:right;
}