/*公告列表页面*/
.public-item {
    padding:1rem 0.667rem 0 0.667rem;
    text-align: center;
    color: #7a7a7a;
}
.public-item .time {
    margin-bottom: 0.625rem;
}
.public-item .public-item-main {
    height: 8rem;
    padding: 1.375rem 0.417rem 0.417rem;
    background-color: #fff;
}
.public-item .public-header {
    height: 2.8rem;
    line-height: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}
.public-link {
    height: 3rem;
    margin-top:0.833rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: :space-between;
    -webkit-align-items:center;
    align-items: center;
    color: #7a7a7a;
    border-top: 1px solid #f2f2f2;
}
.public-link i {
    display: inline-block;
    margin-left: 4px;
    width: 6px;
    height: 10px;
    background: url(../m-images/my-tip.png) no-repeat;
    background-size: 6px 10px;
    vertical-align: middle;
}

/*公告详情页面*/
.details-time {
    line-height: 2.5rem;
    text-align: center;
}
.details-content {
    width: 90%;
    margin: 0 auto 1rem;
    padding: 0.833rem 0.417rem;
    background-color: #fff;
    border:1px solid #ededed;
}
.center {
    margin-bottom: 0.833rem;
    text-align: center;
}
.details-content img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
}