html, body {
	height: 100%;
}

.wpr_wrapper {
	min-height: 100%;
	margin-bottom: -457px;
	padding-top: 120px;
	box-sizing:border-box;
}

.wpr_buffer {
	height: 457px;
}

.wpr_heading {
	text-align: center;
	font-size: 36px;
	color: #23467e;
	margin-bottom: 40px;
}

.wpr_note {
	    color: #666;
    padding-bottom: 70px;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.3em;
    width: 940px;
    margin: 30px auto;
}

.wpr_note p {
	margin-bottom: 1.3em;
}


.wpr_items {
	width: 940px;
	margin: 0 auto;
}

.wpri_heading {
	font-size: 24px;
	font-family: "helveticaneuecyrlight";
	line-height: 30px;
	color: #333333;
}

.wpri_date {
	font-size: 14px;
	font-family: "helveticaneuecyrlight";
	color: rgba(51, 51, 51, .5);
	margin-bottom: 20px;
}

.wpri_text {
	font-size: 14px;
	line-height: 20px;
	font-family: "helveticaneuecyrlight";
	color: #333333;
	margin-bottom: 20px;
}

.wpri_link {
	text-decoration: none;
	color: rgba(51, 153, 255, 1);
	border-bottom: 1px solid rgba(51, 153, 255, .35);
	font-size: 14px;
	transition:250ms;
}

.wpri_link:hover {
	color: #ff4019;
	border-bottom-color: transparent;
}

.wpri_pic {
	width: 131px;
	height: 131px;
	border-radius: 100%;
	background-image: url("../img/wpri_logo.png");
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}

.wpri_texts {
	float: right;
	width: 775px;
}

.wpr_item {
	overflow: hidden;
	margin-bottom: 60px;
}