.inner_1400 {
	max-width: 1400px;
	margin: 0px auto;
}

.index .h_title {
	font-size: 40px;
	color: #AD2A30;
	font-weight: 700;
	text-align: center;
	margin: 30px auto;
}

.index .separator {
	background: #ddd;
	width: 100%;
	height: 1px;
}

.index .boxes {
	padding: 20px 0 30px 0;
}

.index .boxes .box_c {
	border: 1px solid #ddd;
	border-bottom: 5px solid #AD2A30;
	padding: 40px 40px 40px 40px;
}

.index .boxes .box_c.company .title:after {
	position: absolute;
	right: 10px;
	top: -39px;
	display: block;
	width: 75px;
	height: 100px;
	content: '';
	background: url(../img/icons/company.jpg) no-repeat;
	background-size: 75px;
	height: 100px;
	right: -51px;
}

.index .boxes .box_c.question .title:after {
	position: absolute;
	right: 10px;
	top: -33px;
	display: block;
	width: 75px;
	height: 100%;
	content: '';
	background: url(../img/icons/question.png) no-repeat;
	background-size: 75px auto;
	right: -46px;
}

.index .boxes .box_c .title {
	padding-top: 3px;
	display: block;
	position: relative;
	color: #121212;
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 27px;
	width: 260px;
}

.index .boxes .box_c .p_container {
	font-size: 16px;
	line-height: 25px;
	color: #777;
	margin-bottom: 20px;
}

.index .boxes .box_c .read_more {
	border: 2px solid #e6e6e6;
	border-radius: 4px;
	display: inline-block;
	font-size: 15px;
	color: #121212;
	padding: 10px 20px;
}

.index .boxes .box_c .read_more span {
	text-decoration: underline;
}

.index .boxes .box_c .read_more:hover {
	text-decoration: none;
	background: #e6e6e6;
}

.index .boxes .box_c .read_more:hover span {
	text-decoration: none;
}

.index .boxes .box_c .read_more i {
	margin-left: 5px;
	color: #AD2A30;
}

.index .boxes .box_d .psa {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 40px 30px;
}

.index .boxes .box_d .psa span {
	display: block;
}

.index .boxes .box_d .psa .title {
	color: #bcddf2;
	font-size: 50px;
	line-height: 35px;
	margin-bottom: 7px;
}

.index .boxes .box_d .psa .sub_title {
	color: #121212;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 20px;
}

.index .boxes .box_d .psa .link {
	color: #bcddf2;
}

.index .boxes .box_d .psa .link span {
	text-decoration: underline;
	display: inline-block;
}

.index .boxes .box_d .psa .link i {
	margin-left: 5px;
}
