
.content .con_mess{
    width: 100%;
    height: auto;
    float: left;
}
.con_mess .statistics{
    width: 30%;
    float: left;
}
.con_mess .statistics .s_title{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 4rem;
}
.con_mess .statistics select{
    width: 15rem;
    display: inline-block;
    /*border:1px solid red;*/
    appearance: none;
    /*-webkit-appearance: none;   !*去除chrome浏览器的默认下拉图片*!*/
    /*-moz-appearance: none;  !*去除Firefox浏览器的默认下拉图片*!*/
    /*background:url('../images/icon/icon_down.png') no-repeat right center;*/
    /*text-indent:0.5rem;*/
    text-overflow:"";
    height: 60%;
    border-radius: 0.25rem;
}
.con_mess .statistics .s_title img{
    height: 2rem;
    width: 2rem;
}
.con_mess .statistics .s_title span{
    font-size:1rem;
    font-family:MicrosoftYaHei;
    color:rgba(34,34,34,1);
    font-weight: bold;
    padding: 0.1rem 0.5rem;
}
.con_mess .statistics .s_table{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 23rem;
}
.con_mess .statistics .s_table img{
    /*height: 2rem;*/
    width: 100%;
    height: 100%;
}
.con_mess .notice{
    width:69%;
    float: left;
    margin-left: 1%;
}
 .notice .n_title{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 4rem;
    background: #E6E6E6;
    margin-top: 0.75rem;
    padding-left: 1rem;
}

 .notice .n_title img{
    height: 2rem;
    width: 2rem;
}
 .notice .n_title span{
    font-size:1rem;
    font-family:MicrosoftYaHei;
    color:rgba(34,34,34,1);
    font-weight: 500;
    padding: 0.1rem 0.5rem;
}
.con_mess  .notice .n_title .n_t_right{
    float: right;
    color: #666;
    position: relative;
    left: 53rem;
    font-size: 0.75rem;
}
 .notice .n_title .n_number{
    font-size: 1.5rem;
    color: #F75151;
    font-weight: bold;
    padding-right: 0;
}
 .notice .n_table{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 22rem;
    background: #fff;
}
 .notice .n_table table{
    margin: 0!important;
    line-height: 1.21;
    text-align: center;
    color: #666;
    font-size: 1rem;
    border-left: none;
    border-right: none;
     border-bottom: none;
}
.table_text_red{
    color: red;
}

.con_mess .notice .n_table table tr td:nth-child(1){
    width: 15%;
    border-left: none;

}
.con_mess .notice .n_table table tr td:nth-child(2){
    width: 55%;
}
.con_mess .notice .n_table table tr td:nth-child(3){
    width: 15%;
}
.con_mess .notice .n_table table tr td:nth-child(4){
    border-right: none;
}
.con_mess .notice .n_table table tr:last-child td{

    border-bottom: none;
}
.con_mess .notice .n_table table tr:last-child{

    border-bottom: none;
}
.con_mess .notice .n_table table thead{
    background: #FAFAFA;
    border-left: none;

}
.con_mess .notice .n_table table thead th{
    border-bottom: none;

}
.con_mess .notice .n_table table thead th:first-child{
    border-left: none;
}
.con_mess .notice .n_table table thead th:last-child{
    border-right: none;
}
.con_mess .notice .n_table table thead tr{
    border-left: none;
    border-right: none;
}
.approval{
    width: 100%;
    height: auto;
    float: left;
}
.approval .notice{
    width: 100%;
}
.app_t_left{
    display: flex;
    height: 100%;
    align-items: center;
}
.approval .notice .n_title{
    display:flex;
    justify-content: space-between;
    padding-right: 2rem;
}
.approval .approval_table{
    background: #fff;
    color: #222;
    font-size: 1rem;
    line-height: 2.5;
    text-align: center;
}
.approval .approval_table td span{
    padding: 0.2rem 1rem;
    border: 1px solid #ccc;
    /*color: #ccc;*/
    border-radius: 0.25rem;
}
.approval .approval_table td .active{
    color: #99CC33;
    border-color: #99CC33;
}
.new_work .approval_table{
    background: #fff;
    color: #222;
    font-size: 1rem;
    /*line-height: 2.5;*/
    text-align: left;
}
.new_work .approval_table tr:nth-child(2n-1){
  border-bottom: none;
}
.new_work .approval_table tr:nth-child(2n){
    border-top: none;
}
.new_work .approval_table tr:nth-child(2n-1) td{
    border-bottom: none;
    padding-bottom: 0;
}
.new_work .approval_table tr:nth-child(2n) td{
    padding-top: 0;
    border-top: none;
}
.new_work .approval_table td{
 padding-left: 1rem;
}

.new_work .approval_table .table_lh{
    line-height: 6;
}