
.portfolio-item {
	height: 260px;
	width: 260px;
	margin-bottom: 30px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
/* 位置一定放下面 */
@media  (max-width: 992px) {
	.portfolio-item {
		width: 100%;
	}
}
.portfolio-item:hover {
	margin-bottom: 30px;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	
}

.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.hover-bg .hover-text h4 a{
	color: white;
}

.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}

.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.hover-bg:hover .hover-text {
	opacity: 1;
}

/* 就业信息 */
#ul-table ul li span:nth-child(6){
	background: #6699CC;
	color: white;
	border-bottom: 1px solid white;
}
.job-title{
	position: relative;
}
.job-title span:nth-child(6)::after{
	content: "";
    width: 171px;
    height: 18px;
    position: absolute;
    background: url(../img/xz_bg.jpg) no-repeat center top;
    right: 125px;
    top: -18px;
}

/* 就业信息 */

/* 师资 */
.teacher_title{
	background-color: #1f2024;
    text-align: center;
	height: 390px;
}
.teacher_title ul{
	padding: 0;

}
.teacher_title ul li{
	list-style: none;
	margin: 28px 0px;
    cursor: pointer;
}

.teacher_box:hover .teacher{
	display: block;
}

.teacher_box{
	height: 390px;
	
}

.teacher_box div{
	height: 60px;
    width: 260px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 7px;
	color: white;
}
.teacher_box div h3{
	font-size: 18px;
    line-height: 24px;
	color: #fff;
	margin: 0;
	padding: 0;
}
.teacher_box div p{
	font-size: 14px;
    line-height: 24px;
	color: #fff;
	margin: 0;
	padding: 0;
}
@media (max-width:992px){
	.teacher_box{
		text-align: center;
	}
	.teacher_box div {
		width: 100%;
	}
	.teacher_title{
		display: none;
	}
}
