	.top-new-box
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 0px;
	}
	.top-new-box .top-new-box-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.top-new-box .top-new-box-con .top-n-box
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}
	.top-new-box .top-new-box-con .top-n-box .top-n-box-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		border:1px solid #a4c7ff;
		border-radius: 5px;
	}
	.top-new-box .top-new-box-con .top-n-box .top-n-box-con:hover
	{
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}
	.top-new-box .top-new-box-con .top-n-box .top-n-box-con:active
	{
		background: #f5f5f5;
	}

	.top-new-box .top-new-box-con .top-n-box .top-n-box-con .pr-img
	{
	width: 25%;
	max-height: 130px;
    float: left;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 0px;
    overflow: hidden;
    background: url('img/imgback.png');
    background-size: 200% auto!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    padding: 10px 10px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
	}
	.top-new-box .top-new-box-con .top-n-box .top-n-box-con .pr-img img
	{
	position: relative;
    box-sizing: border-box;
    max-width: 100%;
    height: 100%;
    transition: 0.5s ease;
    display: inline-block;
    border-radius: 5px;
	}
	.top-new-box .top-new-box-con .top-n-box .top-n-box-con .pr-desc
	{
		position: relative;
		float: left;
		width: 75%;
		box-sizing: border-box;
		    padding: 10px 0px;
	}
	.top-new-box .top-new-box-con .top-n-box .top-n-box-con .pr-cate
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
	    padding: 0px 10px;
	}
	.top-new-box .top-new-box-con .top-n-box .top-n-box-con .pr-cate a
	{
		position: relative;
		float: left;
		width: auto;
		box-sizing: border-box;
	    padding: 2px 10px;
	border: 1px solid #b8d2fb;
    border-radius: 50px;
    color: #ffffff;
    font-size: 9pt;
    background: #00235a;
	}
	.top-new-box .top-new-box-con .top-n-box .top-n-box-con .pr-cate a:hover
	{
		background: #e9e9e9;
		color: #00235a;
	}
	.top-new-box .top-new-box-con .top-n-box .top-n-box-con .pr-cate a:active
	{
		background: #e9e9e9;
		color: #00235a;
	}
	.top-new-box .top-new-box-con .top-n-box .top-n-box-con .pr-desc h2
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		
		color: #333;
		text-align: left;
		padding: 10px 10px;
		font-size: 11pt;
		font-weight: 600;
		line-height: 28px;
	}
	.top-new-box .top-new-box-con .top-n-box .top-n-box-con .pr-desc h2:hover
	{
		text-decoration: underline;
		color: red;
	}

	.top-new-box .top-new-box-con .top-n-box .top-n-box-con .pr-desc p
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		font-family: 'Lato';
		color: gray;
		line-height: 22px;
		text-align: justify;
		padding: 10px 0px;
		font-size: 10pt;
	}
	 .pr-dtl
	{
		width: 100%;
		position: relative;
		float: left;
		box-sizing: border-box;
		padding: 0px 6px;
		margin-top: -20px;
	}
	 .pr-dtl alt
	{
		width: auto;
		position: relative;
		float: left;
		box-sizing: border-box;
		color: #00235a;
		font-size: 8pt;
		font-weight: 400;
		padding: 3px 10px;
		background: #e9e9e9;
		-webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    	clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
	}
	 .pr-dtl alt span
	{
		width: auto;
		position: relative;
		float: left;
		box-sizing: border-box;
		font-size: 10pt;
		margin-right: 3px;
	}
	 .pr-dtl alt.left
	{
		text-align: left;
	}
	 .pr-dtl alt.right
	{
		float: right;
	}



.pr-share
{
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 0px;
	background: rgb(67,189,1);
	background: white;
/*	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
border-top: 1px solid #e9e9e9;
}
.pr-share a.plink
{
	position: relative;
	float: left;
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 5px;
	color: #333;
	
	font-weight: 800;
	border-radius: 0px;
	font-size: 10pt;
	cursor: pointer;
	text-align: center;
}
.pr-share a.plink:active
{
	background: #888;
	color: white;
}

.pr-share a i
{
	padding: 2px;
	font-size: 17.5pt;
	color: #009688;
}

.pr-link
{
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 0px;
	background: rgb(67,189,1);
	background: linear-gradient(231deg, rgba(67,189,1,1) 0%, rgba(67,189,1,1) 42%, rgba(255,255,255,1) 42%, rgba(255,255,255,1) 43%, rgba(255,0,0,1) 43%);
	display: none;
}
.pr-link a.plink
{
	position: relative;
	float: left;
	width: auto;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 5px;
	color: white;
	
	font-weight: 800;
	border-radius: 0px;
	font-size: 10pt;
}
.pr-link a.whatsapp
{
	float: right;
	color: white;
	padding: 10px;

}

@media screen and (max-width: 468px){



}