.news_home_item:last-child {
	border-bottom: 0px solid #ccc;
}
.news_section_home {
	float: right;
	width: 100%;
    position:relative;
}
.news_img_left {
	float: left;
    position:relative;
}
.news_section_home_items {
	float: right;
	width: 100%;
}
.news_item {
	width: 26.6%;
	float: right;
	display: inline-block;
	margin-left: 10%;
	margin-bottom: 60px;
	text-decoration: none !important;
}
.news_item:nth-of-type(3n) {
	margin-left: 0;
}
.news_home_item {
	float: right;
	width: 47.5%;
	margin-left:5%;
}
.news_home_item:nth-of-type(2n) {
	margin-left:0;
}
.news_home_item_right {
	float: right;
	width: 50px;
	margin-left:10px
}
.news_home_item_center {
	float: right;
	width: 20px;
    margin-right:40px;
    margin-left:40px;
}
.news_home_item_left {
	float: right;
	width: calc(100% - 60px);
}
.news_home_year {
	margin-bottom: 5px;
	font-size:30px!important
}
.news_home_date {
	width: 100%;
	float: right;
}
.news_home_name {
	margin-bottom: 3px;
	line-height: 1em!important;
}
.news_home_text {
	width: 100%;
	float: right;
}
.news_home_name_section {
	width: 100%;
	float: right;
    margin-bottom:15px;
}
.news_home_title_section {
	width: 100%;
	float: right;
    margin-bottom: 20px;
    border-right: 2px solid #383b3d;
    padding-right:10px;
    box-sizing:border-box;
}
.news_home_text_section {
	width: 100%;
	float: right;
    margin-bottom:25px;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.news_section_home {
	padding-top: 100px;
	padding-bottom: 100px;
}
.news_home_year {
	font-size: 45px!important;
	line-height: 1em!important;
	margin-top: 5px;
}
.news_section_home_items {
	float: right;
	width: calc(100% - 650px);
    margin-left:50px;
}
.news_img_left {
	width: 550px;
}
.news_section_home_img {
	float: left;
	width: 100%;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.news_section_home {
	padding-top: 90px;
	padding-bottom: 90px;
}
.news_home_year {
	font-size: 45px!important;
	line-height: 1em!important;
	margin-top: 5px;
}
.news_section_home_items {
	float: right;
	width: calc(100% - 500px);
    margin-left:50px;
}
.news_img_left {
	width: 450px;
}
.news_section_home_img {
	float: left;
	width: 100%;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.news_section_home {
	padding-top: 30px;
	padding-bottom: 30px;
}
.news_img_left {
	display:none
}
.news_section_home_items {
	width: 100%;
	padding-top: 0px;
    margin-left: 0px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.news_section_home {
	padding-top: 20px;
	padding-bottom: 0px;
}
.news_img_left {
	display:none
}
.news_section_home_items {
	width: 100%;
	padding-top: 0px;
    margin-left: 0px;
}
.news_home_item_center {
	width: 20px;
    margin-right:10px;
    margin-left:10px;
}
.news_home_item_left {
	width: calc(100% - 60px);
}
.news_home_item {
	width:100%;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #ccc;
}
.news_home_item:last-child {
	border-bottom: 0px solid #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.news_section_home {
	padding-top: 20px;
	padding-bottom: 0px;
}
.news_img_left {
	display:none
}
.news_section_home_items {
	width: 100%;
	padding-top: 0px;
    margin-left: 0px;
}
.news_home_item_center {
	width: 20px;
    margin-right:10px;
    margin-left:10px;
}
.news_home_item_left {
	width: calc(100% - 60px);
}
.news_home_item {
	width:100%;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #ccc;
}
.news_home_item:last-child {
	border-bottom: 0px solid #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
}
}