.relator_box {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	text-align: center;
	background: #f4f7f1;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.relator_box p {
	display: block;
	padding: 0;
	margin: 0;
}

.relator_box .thumb {
	display: block;
	height: 160px;
	position: relative;
	transition: 0.2s;
	background: 50% 50% no-repeat;
	background-size: cover;
	overflow: hidden;
}

.relator_box .thumb:hover {
	opacity: 0.8;
}

.relator_box .thumb img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
}

.relator_box .title {
	display: inline-block;
	text-decoration: none;
	padding: 10px;
}

.relator_box .title:hover {
	text-decoration: underline;
}

.content ul, .content ol, .content .wpcmsdev-alert {
	position: relative;
	overflow: hidden;
}