/* style */
/* style */
.hd-nav li>a { color: #a50b04;}
@media screen and (max-width: 768px) {
.inner-ban img { object-fit: fill;}
.inner-ban { height: 42vw;}
}
@media screen and (max-width: 800px) {
.top-bar .crumb { line-height: .24rem; padding-top: .03rem; padding-bottom: .03rem; overflow: visible;
    text-overflow: clip;
    white-space: initial; background-position-y: 8px;}
}
/* 人员列表页 */
.organization .user-list {max-width: 1000px;margin: 40px auto;margin-bottom: 60px;}
.organization .user-list li {
    margin: 30px 0;}
.organization .user-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 26px;
    border-top: rgba(202, 0, 0, .2)  1px solid;
    border-bottom: rgba(202, 0, 0, .2)  1px solid;
    transition: .5s;}
.organization .user-list li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 40%;
    background: #CA0000;
    transform: translateY(-50%);}
.organization .user-list li .name{
    font-size: 22px;
    font-weight: bold;
    color: #010101;
    min-width: 3em;
    text-align-last: justify;}
.organization .user-list li .post {
    font-size: 20px;
    color: #010101;}
.organization .user-list li a:hover {
    background: #CA0000;}
.organization .user-list li a:hover .post ,
.organization .user-list li a:hover .name {
    color: #ffffff;}

@media (max-width: 767px) {
    .organization .user-list li {
        margin: 20px 0;}
    .organization .user-list li .name {
        font-size: 16px;}
    .organization .user-list li .post {
        font-size: 14px;}
}
/* style */
