
.faculty-shadow {
    padding: 15px 0;
    box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
/* .detail-title {
    margin-bottom: 30px;
} */
.detail-title::before {
    margin-right: 6px;
    content: " ";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/f_icon1.png) no-repeat;
    background-size: 100%;
}
.faculty-box {
    margin-bottom: 20px;
}
.faculty-itemBg{
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.faculty-box1 {
    border-right: 4px solid #FF5122;
}
.faculty-box2 {
    border-right: 4px solid #FFC62B;
}
.faculty-box3 {
    border-right: 4px solid #13294B;
}
.people-detail {
    position: relative;
    margin-top: 35px;
}
.p-level {
    padding: 5px 10px;
    line-height: 26px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bolder;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 0;
}
.c1 {
    background-color: #FF5122;
}
.c2 {
    background-color: #FFC62B;
}
.c3 {
    background-color: #13294B;
}
.p-name {
    font-size: 20px;
    font-weight: bolder;
    color: #333333;
}
.p-name a {
    color: #333333;
    transition: all ease .5s;
}
.p-name a:hover {
    color: #FF5122;
}
.p-job {
    padding: 10px 0;
    font-size: 16px;
    position: relative;
}
.p-job1 {
    color: #FF5122;
}
.p-job2 {
    color: #FFC62B;
}
.p-job3 {
    color: #13294B;
}
.p-job1:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #FF5122;
    position: absolute;
    left: 0;
    bottom: 0;
}
.p-job2:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #FFC62B;
    position: absolute;
    left: 0;
    bottom: 0;
}
.p-job3:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #13294B;
    position: absolute;
    left: 0;
    bottom: 0;
}
.p-desc {
    font-size: 14px;
    color: #333333;
}

/* 详情样式 */
.detail-content {
    margin-top: 25px;
    position: relative;
}
.faculty-detail ul li {
    padding-bottom: 10px;
}
.faculty-detail ul li span:nth-child(1) {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bolder;
    width: 60px;
    text-align: right;
}
.faculty-detail ul li span:nth-child(2) {
    font-size: 14px;
    color: #333333;
}
.faculty-detail1 li span {
    color: #FF5122;
}
.faculty-detail2 li span {
    color: #FFC62B;
}
.faculty-detail3 li span {
    color: #13294B;
}
.faculty-detail1 .p-level {
    background-color: #FF5122;
}
.faculty-detail2 .p-level {
    background-color: #FFC62B;
}
.faculty-detail3 .p-level {
    background-color: #13294B;
}

.detail-shadow {
    margin-top: 20px;
    padding-bottom: 50px;
    box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.faculty-detail h2 {
    margin: 0;
    padding: 25px 0 20px;
    font-size: 20px;
    font-weight: bolder;
    border-bottom: 2px solid #FF5122;
}
.detail-main h3 {
    margin: 0;
    padding: 20px 0 14px;
    font-size: 16px;
    font-weight: bolder;
}
.faculty-detail1 h2 {
    color: #FF5122;
    border-color: #FF5122;
}
.faculty-detail2 h2 {
    color: #FFC62B;
    border-color: #FFC62B;
}
.faculty-detail3 h2 {
    color: #13294B;
    border-color: #13294B;
}

.detail-main p {
    font-size: 14px;
    color: #333333;
}
.detail-main .p-top {
    margin-top: 20px;
}


@media screen and (max-width: 1024px) {
    .people-detail {
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .people-detail {
        margin-top: 0;
    }

    .detail-shadow {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 375px) {
    .faculty-box1 {
        border-right: none;
    }
    .faculty-box2 {
        border-right: none;
    }
    .faculty-box3 {
        border-right: none;
    }
    .people-detail {
        margin-top: 20px;
        padding: 0 15px;
    }
}

