@charset "utf-8";
/* CSS Document */
.sbanner{
	background:url(../img/iinterview/bg.jpg) center center no-repeat;
	background-size:cover;
}
.mainCnt{
	background:#dea31a url(../img/interview/4_03.png) right bottom no-repeat;
}


.isummary{
	width:832px;
	margin:0 auto;
	padding:60px 0 0;
}
.isummary .stl{
	background:url(../img/interview/itv_03.png) center center no-repeat;
	line-height:106px;
	text-align:center;
	width:398px;
	margin:0 auto;
	color:#EC6A1A;
	font-size:28px;
	padding-left:50px;
	box-sizing:border-box;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; 
}
.isummary .sbd{
	line-height:1.9;
	margin-top:36px;
	text-align:center;
	font-size:16px;
}
.yzz_list{
	width:832px;
	margin:0 auto;
	padding-bottom:150px;
}
.yzz_list li{
	margin-top:70px;
}
.yzz_list .stl{
	color:#40210F;
	font-size:16px;
	display:flex;
	align-items: center;
	text-align:center;
	justify-content: center;
	box-sizing:border-box;
	padding:0 20px;
}
.yzz_list li .sbd{
	display:flex;
	align-items: center;
}
.yzz_list .vd{
	position:relative;
	width:413px;
	margin-right:60px;
}
.yzz_list .vd .pic{
	width:413px;
	border-radius:50%;
	overflow:hidden;
	cursor:pointer;
}
.yzz_list .txt{
	width:370px;
}
.yzz_list .t1{
	font-size:18px;
}
.yzz_list .t2{
	font-size:24px;
}
.yzz_list .t3{
	font-size:16px;
	line-height:1.9;
	margin-top:45px;
}
/*#item_01 .stl{
	width:262px;
	height:216px;
	background:url(../img/interview/1.png) center center no-repeat;
	padding-bottom:20px;
	margin:0 0 -20px 310px;
}
#item_02 .stl{
	width:222px;
	height:183px;
	background:url(../img/interview/2.png) center center no-repeat;
	padding-bottom:10px;
	margin:0 0 0 240px;
}
#item_03 .stl{
	width:222px;
	height:183px;
	background:url(../img/interview/3.png) center center no-repeat;
	padding-bottom:10px;
	margin:0 0 0 320px;
}
#item_04 .stl{
	width:262px;
	height:216px;
	background:url(../img/interview/1.png) center center no-repeat;
	padding-bottom:20px;
	margin:0 0 -20px 310px;
}*/
.yzz_list li:nth-child(2n) .stl{
	width:222px;
	height:183px;
	background:url(../img/interview/2.png) center center no-repeat;
	padding-bottom:10px;
	margin:0 0 0 240px;
}
.yzz_list li:nth-child(2n-1) .stl{
	width:222px;
	height:183px;
	background:url(../img/interview/3.png) center center no-repeat;
	padding-bottom:10px;
	margin:0 0 -20px 310px;
}
.yzz_list li:nth-child(2n) .sbd{
	flex-direction: row-reverse;
}
.bg1{
	background:url(../img/interview/5_09.png) left 39% no-repeat;
}
.bg2{
	background:url(../img/interview/5_05.jpg) right 49% no-repeat;
}
@media screen and (min-width:768px) and (max-width:1080px) {
	.yzz_list{
		width:inherit;
	}
	.isummary{
		width:inherit;
	}
	.yzz_list .vd{
		margin-right:0;
		width:55%;
	}
	.yzz_list .txt{
		width:43%;
	}
}
@media screen and (max-width: 768px) {
	.mainCnt{
		background-image:none;
		padding:0 15px;
	}
	.bg1{
		background:none;
	}
	.bg2{
		background:none;
	}
	.isummary{
		width:inherit;
	}
	.isummary .stl{
		width:320px;
		background-size:contain;
	}
	.yzz_list{
		width:inherit;
		padding-bottom:50px;
	}
	.yzz_list li{
		margin-top:36px;
	}
	.yzz_list .t2{
		font-size:20px;
	}
	.yzz_list .t3{
		margin-top:1em;
		}
	/*#item_01 .stl{
		margin:0 auto;
	}*/
	.yzz_list li .sbd{
		display:inherit;
	}
	.yzz_list .vd{
		width:inherit;
		margin:0;
	}
	.yzz_list .vd .pic{
		width:inherit;
		text-align:center;
	}
	.yzz_list .txt{
		width:inherit;
		margin-top:1em;
	}
	/*#item_02 .stl{
		margin:0 auto;
	}
	#item_03 .stl{
		margin:0 auto;
	}*/
	.yzz_list li:nth-child(2n-1) .stl, 
	.yzz_list li:nth-child(2n) .stl{
		margin:0 auto;
	}
}