*{ margin: 0; padding: 0; font-family: "Microsoft YaHei"; }

/* PC版 */
@media screen and (min-width: 751px){
	/*团队介绍*/
	.tcontent{ 
		background: #f4f5f6;
	 }
	.content{
		width: 1170px;
		margin: 0 auto;
	}
	.content .title01{
		font-size: 48px;
		color: #1e225e;
		padding-top: 78px ;
		margin-bottom:  133px;
		text-align: center;
	}
	.content .person{
		float: left;
		margin:0 35px 20px 0;
	}
	.content .person img{
		width: 240px;
		height: 320px;
		display: inline-block;
	}
	.content .smallbox{
		width: 0;
	    height: 0;
	    border-bottom: 25px solid #ffffff;
	    border-left: 25px solid transparent;
	    float: left;
	    margin-top: 295px;
	 }
	.content .bigbox{
		float: left;
		width: 870px;
		min-height: 320px;
		background: #ffffff;
        margin-bottom:20px;

	}
	.content .bigbox .name{
		font-size: 30px;
		color: #222222;
		margin: 45px auto 5px 40px;
	}
	.content .bigbox .ename{
		font-size: 25px;
		color: #666;
		margin: 0 0 25px 40px;
	}
	.content .bigbox .intro{
		font-size: 16px;
		color: #666666;
		margin: 0 60px 0 40px;
		line-height: 35px;
	    width: 770px;
		/*height: 140px;
		overflow: hidden;*/
        padding-bottom:30px;
	}




	/*顾问团队*/
	.tadviser{
		background: url(../Images/team/bg01.png) center -14px no-repeat;
		border-top:1px solid #fff;
	}
	.sadviser{
		width: 1170px;
		height: 805px;
		margin: 0 auto;
		border-top:1px solid #fff;
	}
	.sadviser .adviser{
		width: 1170px;
		height: 408px;
		background: #f4f5f6;
		margin-top: 190px;
	}
	.adviser ul li{
		list-style: none;
	}
	.adviser .pic{
		float: left;
		margin: 40px 65px 40px 35px;
	}
	.adviser .pic img{
		width: 480px;
		height: 328px;
		display: inline-block;
	}
	.adviser .adviser-con{
		/*padding-right: 70px;*/
	    width:520px;
	    float:right;
	    margin-right:70px;
	}
	.adviser .adviser-con p:first-child{
	    font-size: 48px;
		color: #1e225e;
		padding: 80px 0;
	    overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.adviser .adviser-con p:last-child{
	    font-size: 16px;
		color: #666666;
		line-height: 30px;
	    height: 150px;
		overflow: hidden;
	}

	.tadviser .icon{
		margin-top: 18px;
		text-align: right;
	}
	.tadviser .previous, .tadviser .next{
		border: 0;
		width: 50px;
		height: 50px;
		display: inline-block;
		background: #f4f5f6;
		line-height: 60px;
		text-align: center;
			cursor: pointer;
	}
	.tadviser .previous{
		margin-right: 20px;	
	}
}

/* 移动端适配版 */
@media screen and (max-width: 750px){
	/*团队介绍*/
	.tcontent{ 
		background: #f4f5f6;
		width: 100%;
	 }
	.content{
		width: 92%;
		margin: 0 auto;
	}
	.content .title01{
		font-size: 36px;
		color: #1e225e;
		padding-top: 50px ;
		margin-bottom:  80px;
		text-align: center;
	}
	.content .person{
		float: left;
		width: 30%;
		margin-right: 2%;
	}
	.content .person img{
		width: 100%;
		height: 100%;
		display: inline-block;
	}
	.content .smallbox{
		width: 0;
	    height: 0;
	    border-top: 20px solid #ffffff;
	    border-left: 20px solid transparent;
	    float: left;
	 }
	.content .bigbox{
		float: left;
		width: 60%;
		background: #ffffff;
		padding-bottom: 30px;
    	margin-bottom: 30px;
	}
	.content .bigbox .name{
		font-size: 25px;
		color: #222222;
		margin: 20px auto 0;
		width: 92%;
	}
	.content .bigbox .ename{
		font-size: 20px;
		color: #666;
		margin: 0 auto 20px;
		width: 92%;
	}
	.content .bigbox .intro{
		font-size: 16px;
		color: #666666;
		margin: 0 auto;
		line-height: 25px;
	    width: 92%;
	}




	/*顾问团队*/
	.tadviser{
		background: url(../Images/team/bg01.png) center -15px no-repeat;
		border-top:1px solid #fff;
		height: 780px;
	}
	.sadviser{
		width: 92%;
		margin: 30px auto auto;
		padding-top:1px;
	}
	.sadviser .adviser{
		width: 100%;
		height: 580px;
		background: #f4f5f6;
		margin: 30px 0 10px;
	}
	.adviser ul li{
		list-style: none;
	}
	.adviser .pic{
		margin: 20px auto;
		width: 92%;
	}
	.adviser .pic img{
		width: 100%;
		height: 100%;
		display: inline-block;
	}
	.adviser .adviser-con{
	    width:92%;
	    margin: 0 auto;
	}
	.adviser .adviser-con p:first-child{
	    font-size: 35px;
		color: #1e225e;
		padding: 20px 0;
	    overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.adviser .adviser-con p:last-child{
	    font-size: 18px;
		color: #222222;
		line-height: 25px;
	    height: 175px;
		overflow: hidden;
	}

	.tadviser .icon{
		margin-top: 10px;
		text-align: right;
	}
	.tadviser .previous, .tadviser .next{
		border: 0;
		width: 50px;
		height: 50px;
		display: inline-block;
		background: #f4f5f6;
		line-height: 60px;
		text-align: center;
			cursor: pointer;
	}
	.tadviser .previous{
		margin-right: 20px;	
	}
}