.yf-td{
	width: 1300px;
	margin: 70px auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.yf-td img{
	width: 480px;
}

.yf-td .td-msg{
	width: 770px;
}

.td-msg .td-zh{
	color: #0073D9;
	font-weight: Bold;
	font-size: 34px;
	line-height: 34px;
}

.td-msg .td-en{
	font-size: 24px;
	color: #4C4C4C;
	line-height: 24px;
	font-weight: bold;
	margin-top: 10px;
}

.td-msg .td-content{
	color: #424343;
	font-size: 20px;
	line-height: 40px;
	margin-top: 10px;
}

.yf-jiangxiang{
	width: 1300px;
	margin: 50px auto 0;
}

.yf-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.yf-list:nth-child(2){
	margin-top: 25px;
}

.yf-list .yf-li{
	width: 220px;
	text-align: center;
	padding: 20px 0;
}

.yf-list .yf-li:nth-child(odd){
	border: 2px solid #026ED1;
	background-color: #026ED1;
	color: #fff;
}

.yf-list .yf-li:nth-child(even){
	border: 2px solid #2750CE;
	background-color: #fff;
	color: #026ED1;
}

.yf-list .yf-li .nums{
	margin-top: 20px;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
}

.yf-list .yf-li .name{
	margin-top: 20px;
	font-size: 15px;
	line-height: 20px;
}

/*新增new-list*/

.new-list{
	width: 1300px;;
	margin: 10px auto 0;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.new-list .img-box{
	margin-top: 20px;
}

.new-list .img-box .img{
	width: 264px;
	border: 3px solid #0073D9;
	display: flex;
}

.new-list .img-box img{
	width: 100%;
	max-height: 350px;
}

.new-list .img-box .names{
	text-align: center;
}

.new-list .img-box .nums{
	color: #747373;
	font-size: 30px;
	font-weight: bold;
}

.new-list .img-box .text{
	font-size: 16px;
	color: #909090;
}

/* team */

.yf-team{
	position: relative;
	margin-top: 150px;
	height: 650px;
	padding-bottom: 50px;
}

.yf-team .bg{
	width: 100%;
	position: absolute;
}

.yf-team .teams{
	width: 1300px;
	position: absolute;
	top: 35px;
	left: calc(50% - 650px);
}

.yf-team .td-zh{
	color: #fff;
	font-weight: Bold;
	font-size: 34px;
	line-height: 34px;
}

.yf-team .td-en{
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	font-weight: bold;
	margin-top: 10px;
}

.yf-team .team-list{
	width: 1000px;
	margin: 45px auto 0;
	display: flex;
	justify-content: space-between;
}

.yf-team .team-li{
	width: 230px;
	background-color: #FFFFFF;
	line-height: 60px;
	color: #303030;
	text-align: center;
	font-size: 24px;
}

.yf-team .team-li:hover{
	background-color: #FFEA00;
}
.yf-team .this-active {
	background-color: #FFEA00;
}
.yf-team .imgs-list{
	width: 1300px;
	margin: 80px auto 0;

	justify-content: space-between;
}

.yf-team .imgs-list img{
	width: 318px;
	height: 351.9px;
	padding: 0 3px 0 0;
}