@charset "UTF-8";
*{
	direction:rtl;	
}
.innerbox {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
main{
	padding-bottom: 30px;	
}
main .pagetitle {
	text-align: center;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 155px;
	padding-bottom: 15px;
	color: hsla(0,0%,26%,1.00);
	border-bottom: 2px solid hsla(49,79%,51%,1.00);
	border-bottom-left-radius: 5px;
	font-size: xx-large;
	border-left: 2px solid hsla(49,79%,51%,1.00);
}
.eachnews {
	position: relative;
    height: 460px;
    border-bottom: 2px solid #e6e6e6;
}

.eachnews img {
	width: 100%;
	height: 220px;
	float: none;
	display: block;
	margin: 10px auto;
}
.eachnews h4  {
	width: 100%;
	text-align: center;
	font-size: xx-large;
	color: hsla(0,0%,35%,1.00);
	border-bottom: 1px solid #E7E7E7;
	padding-top: 5px;
	padding-bottom: 5px;
}
.eachnews h6  {
	width: 100%;
	text-align: center;
	font-size: large;
	color: hsla(0,0%,35%,1.00);
	border-bottom: 1px solid #E7E7E7;
	padding-top: 5px;
	padding-bottom: 5px;
}
.eachnews p  {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	color: hsla(0,0%,25%,1.00);
	text-align: justify;
}
.eachnews h5 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	border-top: 01px solid #E7E7E7;
	margin-bottom: -15px;
	position: absolute;
	bottom: 0px;
}
.eachnews h5 a {
	color: hsla(54,78%,53%,1.00);
	text-decoration: none;
	font-size: x-large;
}
.eachnews h5 a:hover  {
	color: hsla(54,78%,45%,1.00);
	text-decoration: none;
	font-size: x-large;
}