.staff-itemBg{
    margin-bottom:20px;
    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);
    border-right: 2px solid #13294B;
}
.detail-title::before {
    margin-right: 15px;
    content: " ";
    display: inline-block;
    height: 20px;
    width: 23px;
  
    background-size: 100%;
}
.stafficon::before{
    background: url(../images/staftitle.png) no-repeat;
}
.Alumniicon::before{
    background: url(../images/alumnititle.png) no-repeat;
}
.staff-title{
    padding-top:20px;
    font-size:20px;
    color:#333;

}
@media screen and (max-width: 768px){
    .staff-title{
        padding-top:10px;
    }
}

@media only screen and (min-width : 768px)and (max-width : 1024px){
    .staff-title{
        padding-top:5px;
    }
}


.staff-line{
    width: 20px;
    height: 2px;
    background-color: #FFC62B;
}
.staffTxt{
    font-size:16px;
    color:#999;
}
/* 瀑布流 */
.Alumniicon-item{
    margin-bottom:20px;
    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);
    background-color: #fff;
}
.txtBox{
    padding:20px;
    border-bottom: 2px solid #FFC62B;
}
.Alumniicon-title{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.Alumniicon-txt{
    color: #333;
}

#my-gallery-container {
	/* background-color: #ededed; */
}
/* p {
	text-align: center;
	color: #4d4d4d;
} */
/* .item {
	border: #c6c6c6 2px solid;
	width: 100%;
	background-color: white;
	min-height: 100px;
	padding: 5px;
	margin: 10px 0px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
	border-radius: 4px;
	
} */
.item .txtBox .Alumniicon-title {
    transition: all ease .5s;
}
.item:hover .txtBox .Alumniicon-title {
	color: #FFC62B;
}
.item p {

}
.item.h150{
	width: 100%;
	min-height: 150px;
}

.item.h200{
	width: 100%;
	min-height: 200px;

}

.item.h250{
	width: 100%;
	min-height: 200px;
}
.padding{
	padding: 10px 5px;
}


.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;
    }
}

.dropdown-menu>li>a{
    white-space: inherit!important;
}