﻿.notice {
    background: #fff;
    margin: 0 0.2rem;
    border-radius: 0.1rem;
    padding: 0.2rem
}
.notice .notice_head {
    display: block;
    font-size: 0.18rem;
    font-weight: bold;
    color: #3C3C3C;
    line-height: 0.35rem;
}
.notice .search_box {
    margin:0.3rem 0 0.4rem;
}
.notice .search_box .el-input {
    width: fit-content;
    margin-right: 0.1rem;
}
.detail-table-header {
    background: #ecf6ff !important;
    font-weight: bold;
    font-size: 0.16rem;
    color: #3C3C3C;
    line-height: 0.32rem;
}
.cell {
    display: inline-flex;
    align-items:center;
    font-size:0.16rem;
    line-height: 0.3rem !important;
}
.grey {
    font-weight: normal;
    color: #666;
}
.black {
    font-weight:bold;
    color: #333;
}
.red-splot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    background-color: #F5222D;
    border-radius: 50%;
}
.el-table__row{
    cursor:pointer;
}
.table-empty-img {
    margin: 1.03rem 0 0;
    width: 4.4rem;
    height: 3rem;
}

.table-empty-text {
    margin: 0.2rem 0 1.03rem;
    font-size: 20px;
    color: #999999;
}

.notice .notice-pagin {
    margin-top: 0.3rem;
}

.detail-mask{
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.detail-box {
    position: fixed;
    z-index: 2001;
    width: 650px;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 25px;
}
.detail-box .detail-head {
    display:block;
    font-size:20px;
    font-weight:bold;
    line-height:46px;
    color:#fff;
    text-align:center;
    background: #409EFF;
    border-radius: 25px 25px 0 0;
}
.detail-box .detail-title {
    padding-top:18px;
    font-size: 18px;
    font-weight: bold;
    width: 360px;
    margin: 0 auto 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.detail-box .detail-con {
    display:block;
    padding: 20px 50px;
    margin: 20px auto 0;
    max-height: 300px;
    min-height: 70px;
    overflow-y: auto;
    text-align: justify;
}

.detail-box .detail-con div{
    font-size:14px !important;
    line-height:30px !important;
}
.detail-box .detail-con .detail-time {
    text-align:right;
}
.detail-box .detail-btn {
    cursor: pointer;
    display: block;
    width: 82px;
    margin: 27px auto 35px;
    font-size: 14px;
    line-height:35px;
    text-align: center;
    color: #fff;
    background: #409Eff;
    border-radius: 3px;
}