.section_page_news
{
display: block;
width: 100%;
float: left;	
}


.section_page_news > .container > .wrap
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;		
	justify-content: space-between;	
}

.section_page_news > .container > .wrap > .left
{
	width: 75%;
}

.section_page_news > .container > .wrap > .right
{
	width: 23%;
}

.section_news_listing
{
display: block;
width: 100%;
float: left;
}

.section_news_listing .wrap
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;		
	justify-content: space-between;	
}

.section_page_news .section_news_listing .item {
    display: block;
	position: relative;
    width: 49%;
    border-radius: 20px;
    background-color: #fff;
	margin-bottom: 25px;
	padding:1px;
}

.category_name_top
{
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
	background-color: var(--yellow1);
	padding: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 12px;
}

.section_page_news .item .image {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	height: 150px;
}

.section_page_news .item .image img
{
	width: 100%;
}

.news_content_wrap > .news_body
{
	height: 100px;
	overflow: hidden;
}

.news_body > .poster
{
	display: block;
	float: left;
	width: 100%;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	font-size: 11px;
}

.news_body > .poster > span
{
	color: var(--yellow1);
	font-weight: bold;
}

.box_news
{
    display: block;
	float: left;
    width: 100%;
	padding: 20px;
	border: 2px solid #f3f3f3;	
	background-color: #fff;
}



.box_title
{
	border-bottom: 1px solid #f3f3f3;
	text-transform: capitalize;
	padding-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}


.search_form
{
display: flex;
flex-wrap: wrap;
align-content: center;		
justify-content: space-between;	
}

.search_form input, .search_form button
{
border: 0;
width: 100%;
padding: 10px 10px;
}

	
.search_form > .input_form
{
	width: 80%;
	background-color: #fff;
}

.search_form > .button
{
	width: 20%;
	
}

.search_form button
{
	background-color: var(--yellow1);
}

.search_form input
{
	background-color: #f5f5f5;
}


.news_category
{
	display: block;
	float: left;
	width: 100%;
}

.news_category > ul 
{
display: block;
float: left;
width: 100%;
list-style-type: none;	
}

.news_category > ul  > li 
{
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.news_category > ul  > li > a 
{
width: 100%;
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content:space-between;
line-height: 40px;

}

.news_category > ul  > li > a  > .category_name
{
	width: 80%;
	background-color: #efefef;
	padding-left: 15px;
	text-transform: uppercase;
}

.news_category > ul  > li > a  > .category_total
{
	width: 20%;
	background-color: #ccc;	
	text-align: center;
	font-weight: bold;
}

.tag_list
{
display: flex;
flex-wrap: wrap;
align-content: center;
}

.tag_list > a 
{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #efefef;
	padding: 10px;
}

.tag_list > a:hover
{
	background-color: var(--yellow1);
	color: #fff;
}

.section_news_content
{
	display: block;
	float: left;
	width: 100%;
}

.section_news_content > .container > .wrap
{
	display: block;
	float: left;
	width: 100%;
	padding: 20px;
	background-color: #fff;
}

.news_title
{
	text-transform: capitalize;
}

.news_bar
{
display: block;
float: left;
width: 100%;
background-color: #efefef;
padding: 5px; 	
}

.section_news_content .news_body
{
display: block;
float: left;
width: 100%;
line-height: 20px;	
}

.news_body img
{
	width: 100%;
	padding: 10px 0;
}

.news_spec
{
	display: inline-block;
	padding: 5px 15px;
	border-right: 1px solid #ccc;
}

.news_spec:last-child
{
	border:0;
}

@media (max-width: 500px) {

	 .section_news_cat
	{
		background-color: #fff;
		border-top: 1px solid #efefef;
		padding: 0;
	}
	
	.cat_listing a 
	{
		padding: 15px 10px;
		text-align: center;
	}
	
	.cat_listing a.active 
	{
		border-bottom: 2px solid var(--blue1);
	}
	
	.section_news_listing
	{
		margin-top: 10px;
	}
	
	.section_news_listing .wrap
	{
		padding: 0 10px;
	}
	
	.section_news_listing .wrap .item
	{
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 20px;
		position: relative;
	}		
	
	.section_news_listing .wrap .item .image
	{
		border: 1px solid #fff;
	}
	
	.section_news_listing .wrap .item .image a img
	{
		width: 100%;
		height: 150px;
	}
	
	.item .news_content_wrap > .news_body,
	.item .news_content_wrap .short_desc
	{
		height: auto;
	}
	
	.news_spec
	{
		width: 32%;
		text-align: center;
		padding: 10px 0;
	}

}