﻿html,
body {
    color: #333;
    font-size: 14px;
    background: #f9f9f9;
    width: 100%;
}

ul,
ol,
li,
div {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 0px;
    /*滚动条宽度*/
    height: auto;
    /*滚动条高度*/
}

/*------top---------------------*/
.top {
    width: 100%;
    height: 46px;
    float: left;
    border-bottom: 1px solid #eee;
    position: fixed;
    padding-left: 2%;
    top: 0px;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 2px 5px #eee;
}

.name {
    width: 60%;
    height: 46px;
    float: left;
    line-height: 46px;
    margin-left: 2%;
}

.qiehuan {
    height: 46px;
    float: right;
    line-height: 46px;
    padding-right: 6%;
}

.qiehuan span {
    color: #019eae;
    font-size: 14px;
}

.qiehuan img {
    width: 6px;
}

.all {
    width: 100%;
    margin-top: 56px;
    margin-bottom: 50px;
    float: left;
}

.all li {
    width: 100%;
    margin-top: 2%;
    padding-bottom: 2%;
}

.all li a {
    width: 100%;
    border-bottom: 1px #eee solid;
}

.Department {
    width: 96%;
    margin-left: 2%;
    display: flex;
    align-items: center;
    height: 30px;
    line-height: 30px;
}

.all .li span {
    color: #333333;
}

h5 {
    font-size: 13px;
    font-weight: normal;
    color: #666666;
}

.time {
    width: 96%;
    margin-left: 2%;
    display: flex;
    justify-content: space-between;
    height: 30px;
    line-height: 11px;
    align-items: center;
}

.L {
    width: 80%;
    display: flex;
    align-items: center;
}

.R {
    width: 20%;
    text-align: right;
    margin-right: 5%;
}

.time img {
    width: 5px;
    margin-left: 8%;
}

.time a {
    font-size: 12px;
    color: #999999;
}

.top .img_all {
    width: 18px;
    height: 18px;
    padding-left: 3px;
    float: left;
    line-height: 32px;
}

.Department .deptname {
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img_pay {
    width: 46%;
    padding: 27%;
}

.person {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    width: 94%;
    margin-left: 3%;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.person a {
    text-decoration: none;
    width: 100%;
    padding: 3%;
}

.person .left {
    line-height: 30px;
}

.person .flex {
    display: flex;
    align-items: center;
}

.person .detail {
    margin-left: 0.6em;
}

.person .query_all {
    position: absolute;
    bottom: 14px;
    right: 12px;
}

.person .query_all p {
    color: #fff;
    background-color: #4c89fa;
    padding: 0.6em 0.8em;
    border-radius: 4px;
}

.end_line {
    text-align: center;
    color: #666;
    padding-bottom: 60rpx;
}