﻿.organ-body{
    display: flex;
    height: 98%;
    margin: 10px;
}
.organ-left{
    width: 250px;
    margin-right: 20px;
}
.organ-right{
    width: 70%;
    margin: 10px 30px;
}
.left-div{
    width: 100%;
    height: 70px;
    background-color: #e5e5e5;
    margin: 2px  0;
    color: #333333;
    font-size: 18px;
    /* font-weight: bold; */
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.first{
    width: 100%;
    height: 70px;
    background-color: #cc1102;
    color: white;
    text-align: center;
    font-size: 26px;
    /* font-weight: bold; */
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">";
}
.breadcrumb{
    background: white;
    padding: 0;
}
.top-right{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.right-top{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #eeeeee;
}
.top-left{
    font-size: 24px;
    /* font-weight: bold; */
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 1px;
    color: #333333;
    padding-bottom: 5px;
}
.top-right{
    font-size: 14px;
    /* font-weight: bold; */
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 1px;
    color: #999999;
}
.right-content{
    margin: 20px;
}
.content-li{
    display: flex;
    justify-content: space-between;
    padding: 7px 20px;
    color: #999999;
}
.content-ul{
    padding: 0;
    margin: 0;
}
.dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #999999;
    margin-right: 5px;
}
.li-title{
    display: flex;
    align-items: center;
}
.content-line{
    width: 100%;
    height: 1px;
    background: #999999;
}
.page{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.page nav {
    line-height: 0 !important;
}
.total{
    border: 1px solid #ddd;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 10px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: rgb(207, 17, 2) !important;
    border-color:rgb(207, 17, 2) !important;
    color:#fff !important;
}
.pagination>li>a, .pagination>li>span{
    color:rgb(207, 17, 2) !important;
}
.border {
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
}

.item {
    display: flex;
    justify-content: space-between;
    cursor: pointer;

}

.item_title {
    color: #343c60;
}

.item_time {
    color: grey;
}
.search-box{
    display: none !important;
}