/*
*组件样式
*/
 .pic {
        position: relative;
        overflow: hidden;}

    .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all .3s;
        object-fit: contain;}

    .people .p-box {
        margin-top: 20px;
        padding-bottom: 40px;}

    .people .p-box h2 {
        font-size: 27px;
        color: #000;
        font-weight: 700;
        margin-bottom: 20px;}

    .people .p-art {
        overflow: hidden;}

    .people .p-pic {
        float: left;
        width: 255px;}

    .people .p-pic .pic {
        padding-top: 117%;}

    .people .p-text {
        overflow: hidden;
        padding-left: 40px;}

    .people .p-text h2 {
        margin-bottom: 20px;
        font-weight: 700;
        color: #333;
        font-size: 20px;}

    .people .p-text p {
        font-size: 18px;
        color: #333;
        line-height: 28px;
        margin-bottom: 20px;}

    .people .p-box.other ul {
        overflow: hidden;}

    .people .p-box.other ul li {
        float: left;
        width: 22%;
        margin-right: 3%;
        margin-bottom: 10px;}

    .people .p-box.other ul li:nth-child(4n) {
        margin-right: 0;}

    .people .p-box.other ul li a {
        display: block;}

    .people .p-box.other ul li a .pic {
        padding-top: 119%;}

    .people .p-box.other ul li a .text h2 {
        font-size: 16px;
        color: #000;
        font-weight: 700;
        margin-top: 10px;
        text-align: center;}

    .people .p-box.other ul li a .text p {
        font-size: 18px;
        color: #000;
        margin-top: 10px;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal;
        min-height: 21px;
        text-align: center;}

    @media (max-width: 1200px) {
        .people .p-pic {
            float: none;
            width: 50%;
            margin: 0 auto;}

        .people .p-text {
            overflow: hidden;
            padding-left: 0;
            width: 100%;
            margin-top: 20px;}

        .people .p-box.other ul li {
            float: left;
            width: 46%;
            margin-left: 3%;
            margin-bottom: 10px;}
    }

    @media (max-width: 500px) {
        .people .p-pic {
            float: none;
            width: 90%;
            margin: 0 auto;}

        .people .p-text {
            overflow: hidden;
            padding-left: 0;
            width: 100%;
            margin-top: 20px;}

        .people .p-box.other ul li {
            float: none;
            width: 100%;
            margin-left: 0%;
            margin-bottom: 10px;}
    }

.foot-t{
display:none;}
