.pagename-interview{
    margin: 70px 0 120px;
    position: relative;
	top:0px;
	z-index: 0;
}
.pagename-interview .photo{
	position: relative;
	width: 100%;
	height: auto;
}
.pagename-interview .photo img{
	width: 100%;
	height: auto;
}
.pagename-interview .name-box{
	width: 80%;
	position: absolute;
	top:25vw;
	left:5%;
}
.pagename-interview .name-box .name{
    text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	font-size:18px;
}
.pagename-interview .num{
	color:#DC3738;
	font-size:26px;
	font-weight: bold;
	position: relative;
}
.pagename-interview .num:after{
	content: "";
	width: 68px;
	border-top:2px solid rgba(220,55,56,1.00);
	position: absolute;
	top:10px;
	left:300px;
	visibility: visible;
}
.pagename-interview h3{
	font-size:50px;
	font-weight: 700px;
	line-height: 70px;
	margin: 20px 0;
}
.pagename-interview h3 span{
	background: #000;
	color:#fff;
	padding: 5px 10px;
	display: inline-block;
	margin: 5px 0;
}
.interviewbox01 {
    position: relative;
	margin-bottom: 240px;
}
.interviewbox01:before{
	content: "";
	width: 80%;
	height: 590px;
	position: absolute;
	top:80px;
	right:0;
	background: #F4F1F1;
}
.interviewbox01 .photo {
    width: 566px;
    float: left;
    margin-right: 58px;
    position: relative;
}
.interviewbox01 .textarea {
    width: 520px;
    float: left;
    position: relative;
}
.interview-title{
	font-size:24px;
	line-height: 42px;
	font-weight: bold;
	border-left: 7px solid rgba(220,55,56,1.00);
	padding-left: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
}
.textarea p {
    font-size:15px;
	line-height: 36px;
}
.interviewbox02 {
    position: relative;
	margin-bottom: 240px;
}
.interviewbox02:before{
	content: "";
	width: 80%;
	height: 590px;
	position: absolute;
	top:80px;
	left:0;
	background: #F4F1F1;
}
.interviewbox02 .photo {
    width: 566px;
    float: right;
    margin-left: 58px;
    position: relative;
}
.interviewbox02 .textarea {
    width: 520px;
    float: right;
    position: relative;
}
