.team-introduction {
	background: #fff;
    background-repeat: repeat no-repeat;
    background-position: top center;
    background-size: auto auto;
    background-image: url("../../static/bgimgs/hxtd_bg.jpg");
    position: relative;
}

.team-introduction .first-content {
	display: block;
	padding: 140px 0 50px 0;
	text-align: center;
}

.team-introduction .first-content .second-title {
	font-size: 28px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	line-height: 45px;
	font-family: "楷体";
	font-weight: 700
}

.nav_li.about hr {
	border-bottom: 2px solid #0881D9;
}

.first-content .small-title {
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	line-height: 36px;
	font-family: "Quattrocento Sans", sans-serif
}

.team-introduction .team_content {
	width: 80%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 75px;
}

.center-picture {
	position: relative;
}

.team-introduction .team_content ul {
	overflow: hidden;
	transition: all 0.2s;
}

.team-introduction .team_content ul li {
	float: left;
	display: block;
	position: relative;
	margin: 0 30px 0 0;
	padding: 0
}

.team-introduction .team_content ul li:last-of-type{
	margin-right: 0 !important;
}

.team-introduction .team_content ul li .detailed_resume{
	position: absolute;
	width: 100%;
	bottom: 33%;
	left: 0;
	display: none;
	padding: 0 20px;
	color: rgba(255,255,255, 0.5);
	text-align: justify;
	line-height: 25px;
}

.team-introduction .team_content ul li:hover .detailed_resume{
	display: block;
}

.team-introduction .team_content ul li .hove-bg{
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.team-introduction .team_content ul li:hover .hove-bg{
	display: block;
}

.team-introduction .team_content ul li .team-item-title{
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 20%;
	padding: 0 20px;
	line-height: 40px;
	text-align: right;
	left: 0;
	background-image: url("../../hxtd/img/hxtd_boxtitlebg.png");
	background-size: 100% auto;
	background-repeat: repeat-y;
	font-weight: bold;
}

.team-introduction #team-list li img {
	width: 100%;
}

.team-introduction .team_content ul li span.detailed_resume {
	width: 265px;
	height: 301px;
	position: absolute;
	bottom: -18px;
	left: 17.5px;
	background-color: #012139;
	text-align: justify;
	font-size: 15px;
	color: #d4d4d4;
	letter-spacing: 1px;
	line-height: 32px;
	display: none;
}

span.detailed_resume p {
	padding: 22px;
}

.team-introduction .team_content ul li:hover .detailed_resume {
	cursor: text;
	display: inline-block
}

.center-picture .icon {
	position: absolute;
	height: 100%;
	width: 60px;
	top: 0;
	z-index: 100;
	cursor: pointer;
	opacity: 0.6;
}

.center-picture .icon:hover{
	opacity: 1;
}

.center-picture .icon .iconfont {
	font-size: 36px;
	line-height: 400px;
	text-align: center;
	display: block;
	color: #b1a3a3;
}

.center-picture .icon.left_icon {
	left: -60px;
}

.center-picture .icon.right_icon {
	right: -60px;
}

.center-picture .icon img{
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -41px;
}

.nav_li.hugo hr {
	border-bottom: 2px solid #0881D9;
}

.team-ul-container{
	overflow: hidden;
	margin-top: 20px;
}

@media(max-width:992px) {
	.team-introduction .first-content{
		padding: 100px 0 30px 0;
	}
	.team-introduction .team_content ul li{
		margin-bottom: 20px;
	}
}

@media(max-width:850px) {
	.team-introduction .team_content ul li .detailed_resume{
		line-height: 22px;
	}
}