.main{
    width: 1000px;
    margin: 0 auto;
}
.main .memberlist{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.main .memberlist .item{
    width: calc((100% - 50px)/3);
    margin-right: 25px;
    display: block;
    margin-bottom: 35px;
}
.main .memberlist .item:nth-child(3n+3){
    margin-right: 0;
}
.main .memberlist .item .pic{
    width: 100%;
    height: 210px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 15px;
}
.main .memberlist .item .pic .unit{
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    padding: 0 8px;
    background-color: #3174ad;
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .memberlist .item .title{
    width: 100%;
    /* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
}
.main .memberlist .item:hover .title{
    color: #3174ad;
}
.main .memberlist .item .company{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #888;
    margin-bottom: 15px;
}
.main .memberlist .item .more{
    width: 100%;
    font-size: 14px;
    color: #025499;
}

.main .memberview{
    width: 100%;
}
.main .memberview .title{
    width: 100%;
    font-size: 24px;
    color: #222;
    margin-bottom: 30px;
    margin-top: 25px;
}
.main .memberview .info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 60px;
}
.main .memberview .info > div{
    width: 100%;
}
.main .memberview .info .p1{
    width: 100%;
    font-size: 16px;
    color: #888;
    line-height: 30px;
    margin-bottom: 25px;
}
.main .memberview .info .p2{
    width: 100%;
    font-size: 16px;
    color: #444;
    line-height: 30px;
}
.pcenter{text-align: center;}
.main .memberview .info .pic{
    width: 580px;
    margin-left: 30px;
}
.main .memberview .info .pic img{
    width: 100%;
}
.main .memberview .info2{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 60px;
}
.main .memberview .info2 .item{
    width: 250px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.main .memberview .info2 .item .p1{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.main .memberview .info2 .item:nth-child(1) .p1{
    background-color: #ff8023;
    background-image: url(../images/pic1.png);
}
.main .memberview .info2 .item:nth-child(2) .p1{
    background-color: #23b4ff;
    background-image: url(../images/pic2.png);
}
.main .memberview .info2 .item:nth-child(3) .p1{
    background-color: #3fc37a;
    background-image: url(../images/pic3.png);
}
.main .memberview .info2 .item:nth-child(4) .p1{
    background-color: #147cdc;
    background-image: url(../images/pic4.png);
}
.main .memberview .info2 .item .p2{
    width: 100%;
    font-size: 14px;
    color: #222;
    margin-bottom: 5px;
    text-align: center;
}
.main .memberview .info2 .item .p3{
    width: 100%;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.main .memberview .other{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.main .memberview .other .item{
    width: calc((100% - 75px)/4);
    margin-right:25px;
    display: block;
    margin-bottom: 30px;
}
.main .memberview .other .item:nth-child(4n+4){
    margin-right: 0;
}
.main .memberview .other .item .p1{
    width: 100%;
    height: 210px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px #999;
    margin-bottom: 20px;
}
.main .memberview .other .item .p2{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #444;
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */
    margin-bottom: 5px;
}
.main .memberview .other .item .p3{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #444;
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */
}