.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: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.news_home_item_right {
	float: right;
	width: 20px;
}
.news_home_item_center {
	float: right;
	width: 20px;
    margin-right:40px;
    margin-left:40px;
}
.news_home_item_left {
	float: right;
	width: calc(100% - 180px);
}
.news_home_year {
	margin-bottom: 5px;
	font-size:30px!important
}
.news_home_date {
	width: 100%;
	float: right;
}
.news_home_name {
	margin-bottom: 5px;
	line-height: 1em!important;
}
.news_home_text {
	width: 100%;
	float: right;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.news_section_home {
	padding-top: 70px;
	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% - 450px);
	padding-top: 50px;
    margin-left:50px;
}
.news_img_left {
	width: 350px;
	padding-top: 50px
}
.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: 70px;
	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% - 400px);
	padding-top: 50px;
    margin-left:50px;
}
.news_img_left {
	width: 350px;
	padding-top: 50px
}
.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: 0px;
}
.news_img_left {
	display:none
}
.news_section_home_items {
	width: 100%;
	padding-top: 20px;
    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: 20px;
    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 {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #ccc;
}
}
/* 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: 20px;
    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 {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #ccc;
}
}