.contentTitle{
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}
.subTitle{

	line-height: 38px;
	background: #efefef;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
	position: relative;
}
.subTitle ul{
	position: absolute;
	right: 0px;
	top: 0;
	width: 130px;
}
.subTitle ul li{
	float: left;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}
.subTitle ul li:first-child{
	margin-right: 22px;
}
.subTitle ul li img{
	float: left;
	margin: 8.5px 5px 0 0;
}
.subTitle ul li span{
	font-size: 12px;
	float: left;
}
.subTitle table{
	width: 80%;
	border-collapse: collapse;
	margin: 0 auto;
}
.subTitle table td{
	text-align: left;
	line-height: 24px;
	
}
.subTitle table .td_tit{
	text-align: right;
	white-space: nowrap;
}
.subTitle table .td_sxx{
	color: #FF0000;
}

.interviewWrap{
	width: 1060px;
	margin: 0 auto;
}
.interviewTextWrap{
	padding: 15px 30px 45px;
	
}
.interviewPerson{
	overflow: hidden;
}
.interviewPerson dt, .interviewPerson dd{
	float: left;
}
.interviewPerson dt{
	height: 131px;
	margin-right: 17px;
}
.interviewPerson dd{
	width: 875px;
	height: 130px;
	border-bottom: 1px dashed #afafaf;
}
.interviewPerson dd p{
	overflow: hidden;
}
.interviewPerson dd p:first-child{
	margin: 20px 0 10px 0;
}
.interviewPerson dd span{
	font-size: 12px;
	line-height: 22px;
	float: left;
}
.interviewPerson dd .spanTitle{
	color: #4278b8;
	width: 70px;
}
.interviewPerson dd .spanContent{
	width: 800px;
}


.interviewText{
	font-size: 14px;
	text-indent: 28px;
	line-height: 25px;
	text-align: justify;
	margin-top: 20px;
	overflow: hidden;
}

.interviewText img{
	max-width: 100%;
}

.leaveMessageWrap .leaveBtn{
	width: 143px;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	border: 1px solid #005bac;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	margin-top: 13px;
	color: #005bac;
	font-weight: 600;
	cursor: pointer;
	cursor: hand;
}

.interviewListWrap{
	width: 1145px;
	margin: 38px auto 0;
}
.listTitle, .interviewList .question, .interviewList .answer{
	height: 45px;
	line-height: 45px;
}
.listTitle{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #005bac;
	background: #f1f8ee;
	
	position: relative;
}
.listTitle .rightBtn{
	
	position: absolute;
	right: 95px;
	top: 0;
}
.rightBtn .sum{
	color: #000;
}
.rightBtn a{
	color: #005bac;
}

.listWrapUl{
	margin-top: 1px;
}
.interviewList{
	margin-bottom: 10px;
}
.interviewList .question{
	background: #f2f2f2;
	padding: 0 82px;
	font-size: 0;
	margin-bottom: 1px;
}
.interviewList .answer{
	background: #f1f8ee;
	padding: 0 82px;
	font-size: 0;
}
.interviewList .listTitle1{
	color: #ec6941;
}
.interviewList .listTitle2{
	color: #005bac;
}
.listTitle1, .listTitle2, .listContent, .interviewTime{
	display: inline-block;
	font-size: 14px;
	overflow: hidden;
	
}
.listTitle1, .listTitle2{
	width: 70px;
}
.interviewTime{
	width: 85px;
}
.prevArticle, .nextArticle{
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	cursor: hand;
	
}
.prevArticle a, .nextArticle a{
	color: #005bac;
	font-size: 14px;
}
.prevArticle a:hover, .nextArticle a:hover{
	color: #20A0FF;
}
.moreNav{
	color: #005bac;
	font-size: 14px;
}


.layer{
	width: 703px;
	height: 323px;
	padding: 10px 20px 0;
	border: 2px solid #166fab;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -373.5px;
	margin-top: -168.5px;
	background: #fff;
	z-index: 2;
	display: none;
}

.layerActive{
	display: block;
}
.layer .title{
	font-size: 16px;
	line-height: 30px;
	color: #005bac;
	text-align: center;
	font-weight: 600;
}
.layer .closeBtn{
	position: absolute;
	right: 20px;
	top: 10px;
	width: 20px;
	height: 20px;
	margin-top: 0;
}
.titleActive{
	visibility: hidden;
}

.btnWrap{
	font-size: 0;
	text-align: center;
	margin-top: 30px;
}
.submit{
	margin-right: 25px;
}
.submit, .reset{
	width: 125px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	background: #005bac;
	color: #fff;
	font-size: 14px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	cursor: pointer;
	cursor: hand;
}

.inputWrap li{
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}
.inputWrap li img{
	float: left;
	margin: 10px 5px 0 0;
}
.inputWrap li span, .inputWrap li input{
	float: left;
}
.inputWrap li textarea{
	resize: none;
	width: 580px;
 	height: 50px;
 	float: left;
}
.inputWrap li input{
	width: 128px;
 	height: 26px;
 	
}
.inputWrap li .layerListTit{
	width: 100px;
}
.getCode{
	width: 108px;
	height: 30px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	background: #dcdcdc;
	text-align: center;
	margin-left: 15px;
	cursor: pointer;
	cursor: hand;
}
.inputWrap li .codeImg{
	margin: 5.5px 5px 0 15px;
}
.success{
	width: 703px;
	height: 222px;
	line-height: 222px;
	text-align: center;
	font-size: 18px;
	display: none;
}