#articlesBoxes .items .item_box {
    min-height: 125px;
    width: 100%;
    margin-bottom: 15px;
    padding: 2px 2px 15px 0px;
    border-bottom: 1px solid #bfbfbf;
    overflow: hidden;
}

#articlesBoxes .items .item_box > img {
    width: 27%;
    max-width: 320px;
    overflow: hidden;
    margin-left: 3%;
    float: right;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.38);
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.38);
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.38);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/css/ie-css3.htc);
    position: relative;
}

#articlesBoxes .items .item_box .item_text {
    float: right;
    width: 67%;
}

#articlesBoxes .items .item_box .item_text.full {
    width: 100%;
    float: none;
	background: #fff;
}

.textArea_article {
	font-size: 1.125em;
	line-height: 1.8em;
	background-color: #fff;
}

#articlesBoxes .mybutton {
    line-height: 30px;
    font-size: 1em;
    padding: 0px 12px;
	color: #000000;
}

#articlesBoxes .items .item_box .item_text > h3 a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    margin-bottom: 3px;
    overflow: hidden;
    display: block;
    float: right;
}

#articlesBoxes .items .item_box .item_text > h3 a:hover {
    text-decoration: underline;
}

#articlesBoxes .items .item_box .item_text > h3 time {
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
    color: #625548;
    float: left;
}

article > img {
    float: left;
    margin: 10px;
    max-height: 200px;
    max-width: 37%;
}

#articlesBoxes.mainBoxes {
	background: #fff;
	padding: 30px 0;
	margin: 40px 0;
}

#articlesBoxes.mainBoxes .items {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	justify-content: space-between;
}

#articlesBoxes.mainBoxes .items .item_box {
	width: 32%;
    border: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	padding: 0;
	border-radius:10px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 50px 0 rgba(0, 0, 0, 0.1);

}

#articlesBoxes.mainBoxes .items .item_box:nth-child(3n) {
	margin-left: 0;
}

#articlesBoxes.mainBoxes .items .item_box > img {
	float: none;
	margin: 0;
	width: 100%;
	height: 221px;
	object-fit: cover;
	max-width: 100%;
	border: 0;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#articlesBoxes.mainBoxes .items .item_box .item_text {
	float: none;
	margin: 0;
	width: 100%;
	flex: 1;
	padding: 10px;
	padding-bottom: 3px;
	
}

#articlesBoxes.mainBoxes .mybutton {
	color: #4e4e4e;
    float: none;
    margin-right: 35%;
	line-height: normal;
	padding: 0;
	padding-left: 10px;
	padding-bottom: 10px;
}

#articlesBoxes.mainBoxes .mybutton i {
	color: #4e90cf;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	margin-left: 5px;
}

#articlesBoxes.mainBoxes .mybutton:hover {
	color: #4e90cf;
}

@media only screen and (max-width: 800px) {
	#articlesBoxes.mainBoxes {
		margin: 0;
	}
	#articlesBoxes.mainBoxes .items .item_box {
		width: 100%;
		background: #fff;
	}
}