.banner .banner_center .top span {
    display: block;
    font-size: 14px;
    color: #e2e2e2;
    padding: 28px;
    border: 1px solid #f4f4f4;
}


/* staff_content START */
.staff_content {
    position: relative;
    padding-bottom: 90px;
}
.staff_content .content_center .top {
    display: flex;
    justify-content: space-between;
}
.staff_content .content_center .top>span {
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    text-align: center;
    width: 532px;
    height: 398px;
    overflow: hidden;
}
.staff_content .content_center .top>span img {
    height: 100%;
}
.staff_content .content_center .top div {
    flex: 1;
    background: #eee;
    padding: 50px 58px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    text-align: center;
    outline: 1px solid #333;
    outline-offset: -50px;
}
.staff_content .content_center .top div h4 {
    font-size: 40px;
    color: #666;
}
.staff_content .content_center .top div h4 span {
    color: #d92219;
}
.staff_content .content_center .top div p {
    color: #888;
    line-height: 30px;
    font-size: 18px;
    margin-top: 45px;
    padding: 0 45px;
}
.staff_content .content_center .middle {
    height: 200px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    text-align: center;
    flex-direction: column;
    color: #eee;
    font-size: 60px;
    position: relative;
}
.staff_content .content_center .middle span {
    color: #666;
    font-size: 30px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    transform: translateY(10px);
}
.staff_content .content_center .bottom a.item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #d6d6d6;
    transition: all 0.3s;
}
.staff_content .content_center .bottom a.active {
    background: #f4f4f4;
}
.staff_content .content_center .bottom a.item:hover {
    background: #f4f4f4;
}
.staff_content .content_center .bottom a.item .left {
    width: 208px;
    height: 208px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.staff_content .content_center .bottom a.item .left img {
    width: 100%;
}
.staff_content .content_center .bottom a.item .center {
    width: 50%;
}
.staff_content .content_center .bottom a.item .center div.username {
    color: #666;
    font-size: 18px;
    display: flex;flex-direction: column;
}
.staff_content .content_center .bottom a.item:hover .center div.username {
    color: #d92219;
}
.staff_content .content_center .bottom a.item .center div.username span {
    color: #b8b8b8;
    font-size: 14px;
}
.staff_content .content_center .bottom a.item .center div.desc {
    margin-top: 25px;
    color: #888;
    font-size: 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-height: 28px;
}
.staff_content .content_center .bottom a.item .right img.active {
    display: none;
}
.staff_content .content_center .bottom a.item:hover .right img {
    display: none;
}
.staff_content .content_center .bottom a.item:hover .right img.active {
    display: block;
}
/* staff_content END */


/* culture_content START */
.culture_content {
    position: relative;
}
.culture_content .content_center .top {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #eee;
}
.culture_content .content_center .top>div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 410px;
    position: relative;
    overflow: hidden;
}
.culture_content .content_center .top span img {
    width: 100%;
}
.culture_content .content_center .top h4 {
    width: 90%;
    height: 55px;
    background: #fff;
    position: absolute;
    left: 5%;
    bottom: 0;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: normal;
    color: rgba(212,212,212,0.32);
}
.culture_content .content_center .top h4 span {
    font-size: 26px;
    color: #666;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 7px;
}
.culture_content .content_center .top p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 35px;
    text-align: justify;
}
.culture_content .content_center .bottom {
    padding-bottom: 60px;
}
.culture_content .content_center .bottom ul {
    display: flex;
    justify-content: space-between;
}
.culture_content .content_center .bottom ul li {
    display: flex;
    flex-direction: column;
    width: 48%;
    
}
.culture_content .content_center .bottom ul li span:first-child {
    height: 306px;
    overflow: hidden;
}
.culture_content .content_center .bottom ul li img {
    width: 100%;
}
.culture_content .content_center .bottom ul li span:nth-child(2) {
    font-size: 18px;
    color: #555;
    margin-top: 20px;
}
.culture_content .content_center .bottom ul li span:nth-child(3) {
    font-size: 16px;
    color: #888;
    margin-top: 5px;
}
/* culture_content END */


/* staff_details_content START */
.staff_details_content {
    position: relative;
    padding-top: 20px;
    padding-bottom: 45px;
}
.staff_details_content .content_center .title {
    color: #666;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.staff_details_content .content_center .main {
    margin: 30px 0;
    padding: 35px 0 60px;
    border: 1px dotted #eee;
    border-left: none;
    border-right: none;
    display: flex;
    justify-content: space-between;
}
.staff_details_content .content_center .main .left {
    width: 472px;
    height: 620px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.staff_details_content .content_center .main .left img {
    width: 100%;
}
.staff_details_content .content_center .main .right {
    flex: 1;
    margin-left: 50px;
    color: #888;
    font-size: 16px;
    line-height: 32px;
}
.staff_details_content .content_center .main .right p {
    padding: 20px 0;
    border-bottom: 1px dotted #eee;
}
.staff_details_content .content_center .main .right p:first-child {
    padding-top: 0;
}
.staff_details_content .content_center .main .right p:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.staff_details_content .content_center .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #666;
}
.staff_details_content .content_center .bottom a {
    color: #d92219;
}
.staff_details_content .content_center .bottom a:hover {
    text-decoration: underline;
}
/* staff_details_content END */



/* 响应 START */
@media screen and (min-width: 1240px) {}
@media screen and (max-width: 1240px) {
    .staff_content {
        padding-bottom: 80px;
        flex-direction: column;
    }
    .staff_content .content_center .top {
        flex-direction: column;
    }
    .staff_content .content_center .top>span {
        padding: 0;
        justify-content: center;
        width: 100%;
        height: auto;
    }
    .staff_content .content_center .top>span img {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .staff_content .content_center .top div {
        padding: 70px 58px;
        outline-offset: -40px;
        text-align: center;
    }
    .staff_content .content_center .top div h4 {
        font-size: 36px;
    }
    .staff_content .content_center .top div p {
        line-height: 30px;
        font-size: 18px;
        margin-top: 30px;
        padding: 0 40px;
    }
    .staff_content .content_center .middle {
        height: auto;
        padding: 10px 0;
        font-size: 48px;
    }
    .staff_content .content_center .middle span {
        font-size: 28px;
        transform: translateY(8px);
    }
    .staff_content .content_center .bottom a.item {
        padding: 20px 0;
    }
    .staff_content .content_center .bottom a.item .left {
        width: 160px;
        height: 160px;
    }
    .staff_content .content_center .bottom a.item .center div.username {
        font-size: 18px;
    }
    .staff_content .content_center .bottom a.item .center div.desc {
        margin-top: 20px;
        line-height: 26px;
    }

    .culture_content .content_center .bottom ul li span:first-child {
        height: 280px;
    }
}
@media screen and (max-width: 992px) {
    .banner .banner_center .top span {
        padding: 20px;
    }
    .staff_content {
        padding-bottom: 60px;
    }
    .staff_content .content_center .top div {
        padding: 50px 38px;
        outline-offset: -30px;
        text-align: center;
    }
    .staff_content .content_center .top div h4 {
        font-size: 32px;
    }
    .staff_content .content_center .top div p {
        line-height: 30px;
        font-size: 16px;
        margin-top: 20px;
        padding: 0 30px;
    }
    .staff_content .content_center .middle {
        height: auto;
        padding: 10px 0;
        font-size: 32px;
    }
    .staff_content .content_center .middle span {
        font-size: 18px;
        transform: translateY(5px);
    }
    .staff_content .content_center .bottom a.item {
        padding: 15px 0;
        justify-content: flex-start;
    }
    .staff_content .content_center .bottom a.item .left {
        width: 120px;
        height: 120px;
        margin: 0 15px;
    }
    .staff_content .content_center .bottom a.item .center {
        flex: 1;
        padding: 0 15px;
    }
    .staff_content .content_center .bottom a.item .center div.username {
        font-size: 18px;
    }
    .staff_content .content_center .bottom a.item .center div.desc {
        margin-top: 15px;
        line-height: 24px;
    }
    .staff_content .content_center .bottom a.item .right {
        display: none;
    }

    .culture_content .content_center .top {
        padding-bottom: 30px;
        margin-bottom: 30px; 
    }
    .culture_content .content_center .top>div {
        height: 300px;
    }
    .culture_content .content_center .top h4 {
        width: 100%;
        height: auto;
        left: 0;
        font-size: 32px;
    }
    .culture_content .content_center .top h4 span {
        font-size: 20px;
        top: 10px;
    }
    .culture_content .content_center .top p {
        line-height: 28px;
        margin-top: 20px;
    }
    .culture_content .content_center .bottom {
        padding-bottom: 40px;
    }
    .culture_content .content_center .bottom ul {
        flex-direction: column;
    }
    .culture_content .content_center .bottom ul li {
        width: 100%;
    }
    .culture_content .content_center .bottom ul li span:first-child {
        height: 300px;
    }
    .culture_content .content_center .bottom ul li span:nth-child(2) {
        margin-top: 10px;
    }
    .culture_content .content_center .bottom ul li span:nth-child(3) {
        margin-top: 5px;
    }
    .culture_content .content_center .bottom ul li {
        margin-bottom: 30px;
    }
    .culture_content .content_center .bottom ul li:last-child {
        margin-bottom: 0px;
    }

    .staff_details_content {
        padding-bottom: 30px;
    }
    .staff_details_content .content_center .title {
        font-size: 22px;
    }
    .staff_details_content .content_center .main {
        margin: 20px 0;
        padding: 30px 0 40px;
        justify-content: space-between;
        flex-direction: column;
    }
    .staff_details_content .content_center .main .left {
        width: 100%;
        height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .staff_details_content .content_center .main .left img {
        width: 100%;
    }
    .staff_details_content .content_center .main .right {
        margin-left: 0;
        line-height: 30px;
    }
    .staff_details_content .content_center .main .right p {
        padding: 15px 0;
    }
}
@media screen and (max-width: 576px) {
    .banner .banner_center .top span {
        padding: 15px;
    }
    .staff_content {
        padding-bottom: 40px;
    }
    .staff_content .content_center .top div {
        padding: 40px 28px;
        outline-offset: -20px;
    }
    .staff_content .content_center .top div h4 {
        font-size: 24px;
    }
    .staff_content .content_center .top div p {
        line-height: 24px;
        font-size: 16px;
        margin-top: 10px;
        padding: 0 20px;
    }
    .staff_content .content_center .middle {
        font-size: 0px;
        color: rgba(0,0,0,0);
    }
    .staff_content .content_center .middle span {
        transform: translateY(0);
        position: relative;
    }
    .staff_content .content_center .bottom a.item .left {
        width: 80px;
        height: 80px;
        margin: 0 10px;
    }
    .staff_content .content_center .bottom a.item .center {
        padding: 0 10px;
    }
    .staff_content .content_center .bottom a.item .center div.username {
        font-size: 16px;
    }
    .staff_content .content_center .bottom a.item .center div.desc {
        margin-top: 10px;
        line-height: 22px;
    }

    .culture_content .content_center .top {
        padding-bottom: 20px;
        margin-bottom: 20px; 
    }
    .culture_content .content_center .top>div {
        height: auto;
    }
    .culture_content .content_center .top h4 {
        font-size: 0px;
        padding: 10px 0;
    }
    .culture_content .content_center .top h4 span {
        font-size: 18px;
        position: relative;
        top: 0;
    }
    .culture_content .content_center .top p {
        line-height: 26px;
        margin-top: 15px;
    }
    .culture_content .content_center .bottom {
        padding-bottom: 30px;
    }
    .culture_content .content_center .bottom ul li span:first-child {
        height: 200px;
    }
    .culture_content .content_center .bottom ul li span:nth-child(2) {
        margin-top: 5px;
    }
    .culture_content .content_center .bottom ul li span:nth-child(3) {
        margin-top: 0px;
    }
    .culture_content .content_center .bottom ul li {
        margin-bottom: 30px;
    }

    .staff_details_content {
        padding-bottom: 20px;
    }
    .staff_details_content .content_center .title {
        font-size: 20px;
    }
    .staff_details_content .content_center .main {
        margin: 15px 0;
        padding: 20px 0 30px;
    }
    .staff_details_content .content_center .main .left {
        height: auto;
        max-height: 400px;
    }
    .staff_details_content .content_center .main .left img {
        width: 100%;
    }
    .staff_details_content .content_center .main .right {
        line-height: 28px;
    }
    .staff_details_content .content_center .main .right p {
        padding: 10px 0;
    }
}
@media screen and (max-width: 375px) {
    .staff_content .content_center .middle {
        padding: 5px 0;
    }
    .staff_content .content_center .bottom a.item {
        padding: 10px 0;
    }
    .staff_content .content_center .bottom a.item .left {
        width: 60px;
        height: 60px;
        margin: 0 10px;
    }
    .staff_content .content_center .bottom a.item .center div.username span {
        display: none;
    }
    .staff_content .content_center .bottom a.item .center div.desc {
        margin-top: 5px;
        line-height: 22px;
        font-size: 14px;
    }

    .staff_details_content .content_center .main .left {
        max-height: 300px;
    }
}
/* 响应 END */