/* 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;}
}
.nylj ul {
    /* display: flex
; */
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
    text-align: center;}
 
    .nylj li {
         text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #666666;
    line-height: 35px;
    padding-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    margin-left: 20px;}

    .nylj li a::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0.06rem;
        height: 0.06rem;
        border: 1px solid #c90229;
        border-radius: 50%;
        margin-right: 0.12rem;
          display:none;}

    .nylj li a:hover {
        color: #c90229;
        border-color: #c90229;}
    .nylj li a:hover::before {
    border-color: #c90229;
    background-color: #c90229;}@media screen and (max-width: 768px) {
     .nylj li {
      
               width: 100%;
        margin: 0;
        padding: 0;}
}
/* style */
