@charset "utf-8";
.agency-con{
	width: 100%;
	height: auto;
	display: table;
}
.agency-con dt{
	padding-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
	color: #353535;
}
.agency-con dd{
	width: 100%;
	height: auto;
	padding: 28px 0px 10px;
	margin: 0px 0px 40px;
	display: table;
	background-color: #ececec;
}
.agency-con dd .photo{
	width: 142px;
	min-height: 235px;
	margin: 0px 30px 0px 25px;
	float: left;
	font-size: 16px;
	color: #252525;
	text-align: center;
	line-height: 38px;
	overflow: hidden;
}
.agency-con dd .photo img{
	width: 100%;
}
.agency-con dd .text{
	width: 85%;
	float: left;
	font-size: 16px;
	color: #181818;
	line-height: 36px;
	position: relative;
	top: -3px;
}
.agency-con dd .text .ag-tit{
	float: left;
	font-weight: bold;
}
.agency-con dd .text .ag-con{
	width: 94%;
	float: left;
}
.mentor-con{
	width: 100%;
	height:auto;
	margin:auto;
	padding:0px 0px;
	display:table;
	position:relative;
}
.mentor-con .mentor-list{
	width: 100%;
	height: auto;
	margin-bottom: 32px;
	background-color: #f4f4f4;
}
.mentor-con .metor-1{
	max-height: 535px;
	overflow: hidden;
}
.mentor-con .metor-active-1{
	max-height: auto;
	display: table;
	overflow: auto;
}
.mentor-con .metor-2{
	max-height: 500px;
	margin-bottom: 0px;
	overflow: hidden;
}
.mentor-con .metor-active-2{
	max-height: auto;
	margin-bottom: 0px;
	display: table;
	overflow: auto;
}
.mentor-con .mlb{
	display: table;
	margin-bottom: 0px;
	background: none;
}
.mentor-con .mentor-list:last-child{
	margin-bottom: 0px;
}
.mentor-con .mentor-list dt{
	height: 54px;
	margin-bottom: 35px;
	background-color: #1c5db7;
	border-bottom: 3px solid #f0aa00;
	color: #e6e6e6;
	line-height: 54px;
}
.mentor-con .mentor-list dt h3{
	float: left;
	position: relative;
	left: 35px;
	font-size: 22px;
	color: #e6e6e6;
	line-height: 54px;
}
.mentor-con .mentor-list dt .more{
	float: right;
	position: relative;
	right: 35px;
	font-size: 14px;
	font-weight: normal;
	color: #e6e6e6;
	line-height: 54px;
}
.mentor-con .mentor-list dd{
	padding-left: 6px;
	font-size: 16px;
	color: #252525;
	text-align: center;
	line-height: 38px;
}
.mentor-con .mentor-list dd .mentor-item{
	height: 200px;
	float: left;
	/*margin: 0px 22px 25px;*/
	margin: 0px 28px 25px;
	overflow: hidden;
}
.mentor-con .mentor-list dd .mentor-item .photo{
	width: 135px;
	height: 160px;
	overflow: hidden;
}
.mentor-con .mentor-list dd .mentor-item .photo img{
	width: 100%;
}
.mentor-con .mentor-list dd .mentor-item-2{
	height: 208px;
	float: left;
	/*margin: 0px 22px 25px;*/
	margin: 0px 32px 0px;
	overflow: hidden;
}
.mentor-con .mentor-list dd .mentor-item-2 .photo{
	width: 204px;
	height: 119px;
	margin-bottom: 5px;
	overflow: hidden;
}
.mentor-con .mentor-list dd .mentor-item-2 .photo img{
	width: 100%;
}
.mentor-con .mentor-list dd .mentor-item-2 p{
	padding: 4px 0px;
	line-height: 20px;
}
.mentor-con .mentor-list dd .mentor-item-2 .job{
	width: 204px;
	max-height: 24px;
	font-size: 12.5px;
	color: #5d5d5d;
	line-height: 20px;
	overflow: hidden;
}
#sy-pcon .page{
	width: 95%;
}
/*@media screen and (max-width:1400px){
	.w{
		width: 1270px;
	}
	.agency-con dd .text{
		width: 84%;
	}
	.mentor-con .mentor-list dd .mentor-item{
		margin: 0px 22px 25px;
	}
}
@media screen and (max-width:1300px){
    .w {
        width: 1170px;
    }
	.agency-con dd .text{
		width: 83%;
	}
	.mentor-con .mentor-list dd .mentor-item{
		margin: 0px 29px 25px;
	}
	.mentor-con .mentor-list dd .mentor-item-2{
		margin: 0px 14px 25px;
	}
}
@media screen and (max-width:1200px){
	.w {
        width: 970px;
    }
	.agency-con dd .text{
		width: 78%;
	}
	.agency-con dd .text .ag-con{
		width: 92%;
		float: left;
	}
	.mentor-con .mentor-list dd .mentor-item{
		margin: 0px 28px 25px;
	}
	.mentor-con .mentor-list dd .mentor-item-2{
		margin: 0px 18px 25px;
	}
}
@media screen and (max-width:1000px){
	/*.w {
        width: 1350px;
    }*/
}*/