/* End Header */

@-webkit-keyframes placeholderShimmer {
	0% {
		background-position: -468px 0;
	}

	100% {
		background-position: 468px 0;
	}
}

.fpj_eodStyle {
	display: block;
	background: #fff;
	padding: 20px 0px;
}

.fpj_eodStyle h2 {
	display: flex;
	font-size: 22px;
	line-height: 30px;
	color: #ba0406;
	align-items: center;
	padding: 10px 0px;
	text-transform: uppercase;
}

.fpj_eodStyle h2 span {
	flex: 2;
}

.fpj_eodStyle h2 a {
	color: #ba0406;
	font-weight: 300;
	font-size: 14px;
	text-transform: capitalize;
}

.fpj_eodInner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.fpj_bignews {
	flex: 3;
	width: 41.45%;
}
.fpj_bignews .thumbImg {
	display: block;
	max-height: 275px;
	overflow: hidden;
	min-height: 275px;
	position: relative;
	background: #f6f7f8;
	background-image: linear-gradient(
		to right,
		#f6f7f8 0%,
		#edeef1 20%,
		#f6f7f8 40%,
		#f6f7f8 100%
	);
	background-repeat: no-repeat;
	background-size: 800px 275px;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeholderShimmer;
	animation-timing-function: linear;
}

.fpj_bignews img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.fpj_bignews h3 {
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #333;
	padding: 10px 0px;
	overflow: hidden;
	max-height: 88px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.fpj_bignews p {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #000;
	margin-top: 10px;
	max-height: 43px;
	overflow: hidden;
}

.fpj_newList {
	margin: 0px 20px;
	flex: 2;
	width: 27.35%;
}

.fpj_eodStyle ul {
	list-style: none;
}

.fpj_eodStyle ul li {
	display: block;
	margin-bottom: 10px;
}

.fpj_eodStyle ul li a {
	display: flex;
	align-items: top;
}

.fpj_eodStyle ul li a .fpj_thumbImg {
	max-width: 130px;
	min-width: 130px;
	height: 80px;
	overflow: hidden;
	width: 100%;
	margin-right: 10px;
	display: flex;
	align-items: center;
	position: relative;
	background: #f6f7f8;
	background-image: linear-gradient(
		to right,
		#f6f7f8 0%,
		#edeef1 20%,
		#f6f7f8 40%,
		#f6f7f8 100%
	);
	background-repeat: no-repeat;
	background-size: 800px 275px;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeholderShimmer;
	animation-timing-function: linear;
}

.fpj_eodStyle ul li a .fpj_thumbImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.fpj_eodStyle ul li a .fpj_title {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	max-height: 70px;
	overflow: hidden;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.fpj_newAdBox {
	flex: 2;
	min-width: 300px;
}

.dateTime {
	font-size: 14px;
	color: #666;
	display: block;
	font-style: normal;
	padding: 5px 0px;
}

.fpj_listBox {
	display: block;
	padding: 20px 0px;
}

.fpj_listBox .fpj_wrapper {
	display: flex;
}

.fpj_listBox .fpj_lsh {
	flex: 4;
	margin-right: 40px;
	width: calc(100% - 340px);
}

.fpj_listBox .rightAdd {
	flex: 1;
	text-align: center;
}

.midAdd {
	text-align: center;
	margin: 10px 0px 20px 0px;
	display: block;
}

.fpj_listBox ul {
	display: block;
	list-style: none;
}

.fpj_listBox ul li {
	display: block;
	margin-bottom: 20px;
}

.fpj_listBox ul li a {
	display: flex;
}

.fpj_listBox ul li a .imageBox {
	display: block;
	width: 270px;
	margin-right: 10px;
	height: 155px;
	max-height: 155px;
	min-width: 270px;
	max-width: 270px;
	overflow: hidden;
	position: relative;
	background: #f6f7f8;
	background-image: linear-gradient(
		to right,
		#f6f7f8 0%,
		#edeef1 20%,
		#f6f7f8 40%,
		#f6f7f8 100%
	);
	background-repeat: no-repeat;
	background-size: 800px 275px;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeholderShimmer;
	animation-timing-function: linear;
}

.fpj_listBox ul li a .imageBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.fpj_listBox ul li a .newsTitle {
	display: block;
}

.fpj_listBox ul li a p {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #333;
	max-height: 45px;
	overflow: hidden;
}

.fpj_listBox ul li a p span {
	color: #ba0406;
	font-weight: 500;
}

.fpj_listBox ul li a h3 {
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #333;
	padding: 0px;
	max-height: 50px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.readMore {
	display: block;
	margin: 20px 0px;
}

.readMore a {
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
	color: #ba0406;
	font-style: 18px;
	border-radius: 5px;
	border: solid 1px #ba0406;
	font-weight: 600;
}

.readMore a:hover {
	background: #ba0406;
	color: #fff;
}

.fpj_entTop {
	display: flex;
}

.fpj_entTop .fpj_bigStory {
	flex: 2;
	margin-right: 40px;
}

.fpj_entTop .fpj_bigStory .imageBox {
	display: block;
	margin-bottom: 20px;
}

.fpj_entTop .fpj_bigStory .newsTitle {
	display: block;
}

.fpj_entTop .fpj_bigStory .newsTitle h3 {
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
}

.fpj_entTop .fpj_bigStory .newsTitle p {
	display: block;
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #333;
}

.fpj_entTop ul {
	flex: 1;
	list-style: none;
}

.fpj_entTop ul li {
	display: block;
	margin-bottom: 10px;
}

.fpj_entTop ul li a .newsTitle h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-weight: 400;
	padding-top: 10px;
}

.fpj_entListItem {
	display: block;
	padding: 20px 0px;
}

.fpj_entListItem ul {
	display: flex;
	justify-content: space-between;
}

.fpj_entListItem ul li {
	display: block;
	max-width: 31.33%;
}

.fpj_entListItem ul li a .newsTitle h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-weight: 400;
	padding-top: 10px;
}

.dataNotFound {
	text-align: center;
	padding: 20px;
	min-height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dataNotFound h3 {
	font-size: 22px;
	line-height: 30px;
	color: #ba0406;
}

.fpj_eodStyle ul.fpj_customAdd {
	display: block;
	background: #f4f4f4;
	padding: 10px;
}

.fpj_eodStyle ul.fpj_customAdd li {
	display: block;
	padding: 6px 0px;
	font-size: 14px;
	border-top: solid 1px #ddd;
	font-size: 14px;
	color: #666;
	margin-bottom: 0;
	font-weight: 400;
}

.fpj_eodStyle ul.fpj_customAdd li a {
	display: inline-block;
	color: blue;
}

.fpj_eodStyle ul.fpj_customAdd li:first-child {
	border-top: none;
}

.authorInfo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 20px 0px;
}

.authorInfo .authorImg {
	display: block;
	max-height: 120px;
	max-width: 120px;
	min-width: 120px;
	min-height: 120px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	background: #000;
}

.authorInfo .authorImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.authorInfo .authorInfo {
	display: block;
	margin-left: 20px;
}

.authorInfo .authorInfo h3 {
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 22px;
}

.authorInfo .authorInfo p {
	display: block;
	color: #666;
	font-size: 16px;
	line-height: 20px;
	padding-top: 10px;
}

.authorInfo .authorInfo ul {
	display: flex;
	align-items: flex-start;
	list-style: none;
	margin: 10px 0px;
	padding: 0;
}

.authorInfo .authorInfo ul li {
	display: block;
	margin-right: 10px;
}
.listingTop1Ad { flex-shrink: 0;}

@media only screen and (max-width: 768px) {
	.advt_text {
		text-align: center;
		font-size: 9px;
		text-transform: uppercase;
		margin: 5px 0 10px 0;
		opacity: 0.7;
		font-weight: 300;
	}

	.topAd.mobileTop,
	.midAdd.mobileTop {
		display: block;
		text-align: center;
		min-height: 250px;
		background: #f4f4f4;
		padding-bottom: 5px;
	}

	.fpj_eodStyle {
		display: block;
		padding: 10px;
	}
	.fpj_eodStyle h2 {
		font-size: 18px;
		line-height: 24px;
	}
	.fpj_eodInner {
		display: block;
	}
	.fpj_bignews { width: 100%;}
	.fpj_bignews .thumbImg {
		display: block;
		max-height: 275px;
		overflow: hidden;
	}
	.fpj_bignews h3 {
		font-size: 16px;
		line-height: 22px;
		max-height: 76px;
	}
	.fpj_bignews p {
		font-size: 14px;
		line-height: 20px;
		margin-top: 0;
	}
	.fpj_newList {
		margin: 20px 0;
		width: 100%;
	}

	.fpj_listBox {
		padding: 10px;
	}

	.fpj_listBox .fpj_wrapper {
		display: block;
	}

	.fpj_listBox .rightAdd {
		display: none;
	}

	.fpj_listBox .fpj_lsh {
		margin: 0;
		width: 100%;
	}
	.fpj_listBox ul li {
		margin: 0;
		margin-bottom: 10px;
	}

	.fpj_listBox ul li a .imageBox {
		max-width: 130px;
		min-width: 130px;
		height: 80px;
		overflow: hidden;
		width: 100%;
		margin-right: 10px;
		background: #bfbdbd;
		display: flex;
		align-items: center;
		position: relative;
	}

	.fpj_listBox ul li a h3 {
		font-size: 14px;
		line-height: 20px;
		color: #000;
		max-height: 42px;
	}
	.fpj_listBox ul li a p {
		display: none;
	}

	.authorInfo {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 10px 0px;
	}

	.authorInfo .authorImg {
		max-height: 80px;
		max-width: 80px;
		min-width: 80px;
		min-height: 80px;
		margin-top: 10px;
	}

	.authorInfo .authorInfo {
		display: block;
		margin-left: 10px;
	}

	.authorInfo .authorInfo h3 {
		font-size: 16px;
		line-height: 20px;
	}

	.authorInfo .authorInfo p {
		display: block;
		color: #666;
		font-size: 14px;
		line-height: 18px;
	}
	.fpj_newAdBox { width: 100%;}
	.listingTop1Ad { display: none;}
 }



 .rhs-ad-list { width: 320px; margin-bottom: 15px; min-height: 250px; background: #f8f8f8;}
