.filter_box {
    height: 35px;
    width: 100%;
    background-color: #E2E2E4;
    margin-top: 5px;
    clear: both;
    position: relative;;
}

.filter_item {
    display: block;
    height: 34px;
    width: auto;
    line-height: 34px;
    text-align: center;
    color: #999999;
    font-size: 14px;
    margin-left: 30px;
    cursor: pointer;
    float: left;
}

.filter_item.active {
    color: #177DFF;
}


.notice_box {
    margin-top: 10px;
}

.notice_item {
    padding: 10px 15px;
    border-bottom: 1px solid #dddddd;
    transition: all ease 0.3s;
}

.notice_item:hover {
    background: #fafafa;
}

.content_box {
    position: relative;
    padding: 10px 150px 10px 0;
    min-height: 44px;
    color: #777570;
}

.content {
    min-height: 28px;
    line-height: 21px;

    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-align: justify;
    overflow: hidden;

}

.title {
    font-size: 16px;
    line-height: 20px;
    color: #474747;
}
.red{
    color: red;
}
.notice_status {

    font-size: small;
    margin-left: 8px;
    line-height: 20px;
}

.time {
    color: #999;
    font-size: 12px;
}

.btn_box {
    position: absolute;
    display: none;
    right: 0px;
    top: 10px;


}

.notice_item:hover .btn_box {
    display: block;
    transition: all ease 0.3s;
}

.notice_btn {
    padding: 7px 17px;
    border: 1px solid #177DFF;
    border-radius: 3px;
    color: #177DFF;
    font-size: 12px;
    cursor: pointer;
}

.notice_btn.blue {
    border: 1px solid transparent;
    color: #fff;
    background: #177DFF;
    margin-left: 10px;

}
.tc_content {
    padding: 10px 2%;
    overflow: hidden;
    overflow-y: auto;
    text-align: justify;
    overflow: auto;
}

.tc_content p {
    text-align: justify;
    color: #777570;
    font-size: 14px;
    line-height: 1.7;
    text-indent: 2em;
}
