﻿/*==========NewsDetail==========*/
.news_detail_main {
	width: 820px; height: 100%; position: relative;
}
.news_detail_menu {
	background: #dadcde; height: 100%; width: 40px; float: left; position: absolute;
	box-shadow: inset -2px 0 4px -1px rgba(0,0,0,.2); text-align: center;
}

	.news_detail_menu div {
		border-top: 1px solid #bdbdbd; height: 42px;
	}
		.news_detail_menu div:first-child {
			margin-top: 15px;
		}
		.news_detail_menu div:last-child {
			border-bottom: 1px solid #bdbdbd;
		}
	.news_detail_menu img {
		margin-top: 6px;
	}
.news_detail_body {
	float: right; width: 760px; height: 100%;
}
.ndb_main {
	width: 760px; margin: 0px auto; margin-top: 15px; font-family: WebMitra; direction: rtl; text-align: right;
}

.ndb_detail {
	width: 100%; height: 25px;
}
.ndb_header {
	font-size: 18px;
}
.ndb_body {
	width: 100%; height: auto;
}
.newsrootitr {
	color: #000; font-size: 18px; /*padding-top: 5px;*/
}
.newstitr {
	line-height: 40px; color: #000; font-size: 30px; /*padding: 10px 0px;*/
}
.newslid {
	font-weight: normal; color: #4c4c4c; font-size: 18px; text-align: justify;
}
.newsbody {
	font-size: 110%; font-variant: normal; line-height: 30px; text-align: justify;
}
	.newsbody img {
		max-width: 745px;
	}
.ndb_comments {
}
.ndb_keywords {
}
.ndb_related {
}
.news_detail_l1 {
	width: 100%; /*min-height: 230px;*/ margin-top: 5px;
}
.news_detail_l1c1 {
	width: 320px; height: 230px; float: left; margin-right: 10px;
}
	.news_detail_l1c1 .news_photo {
		width: 300px; height: 210px; margin: 8px; overflow: hidden; border-radius: 5px; border: 2px solid #d5d5d5;
		box-shadow: 0px 2px 10px #d5d5d5; text-align: center;
	}
		.news_detail_l1c1 .news_photo img {
			height: 100% !important; width: 100% !important; object-fit: cover;
		}
.news_detail_l1c2 {
	width: 440px; /*height: 230px;*/ float: left;
}
.news_detail_l1c2_body {
	width: 440px; /*height: 210px;*/ margin: 10px 0px; overflow: hidden;
}
.news_detail_l2 {
	width: 100%; height: auto; text-align: justify; padding-top: 20px; display: inline-block;
}
.news_detail_l3 {
	width: 100%; height: auto; text-align: right; padding-bottom: 10px;
}
	.news_detail_l3 a {
		display: inline-block; height: 32px; color: #043db3; font-size: 15px; font-weight: bold;
	}
	.news_detail_l3 a .avatar {
		display: block; width: 32px; height: 32px; float: right; border-radius: 100%; overflow: hidden;
	}
		.news_detail_l3 a .avatar img {
			display: block; max-height: 32px;
		}
	.news_detail_l3 a .author_name {
		display: inline-block; padding-right: 10px; line-height: 35px;
	}
/*==========NishkhatDetail==========*/
.nishkhat_detail_main {
	width: 714px; height: 100%; position: relative; margin: 0px auto;
	margin-top: 15px; font-family: WebMitra; direction: rtl; text-align: right;
}
.ndm_detail {
	width: 100%; height: 25px;
}
.ndm_header {
	font-size: 18px;
}
.ndm_body {
	text-align: justify; color: #fff;
}
	.ndm_body .hor_photo {
		width: 714px; height: auto; margin: 0 auto;
	}
		.ndm_body .hor_photo .photo {
			width: 714px; height: auto;
		}
			.ndm_body .hor_photo .photo img {
				width: 714px; height: auto;
			}
	.ndm_body .ver_photo {
		width: 514px; height: auto; margin: 0 auto;
	}
		.ndm_body .ver_photo .photo {
			width: 514px; height: auto;
		}
			.ndm_body .ver_photo .photo img {
				width: 514px; height: auto;
			}
	.ndm_body h1 {
		font-size: 36px;
	}
	.ndm_body h2 {
		font-size: 16px;
	}

.photo_titr {
	width: 644px; text-align: justify; direction: rtl; font-family: WebMitra; margin: 0px auto; color: #fff; padding: 10px 0;
}
	.photo_titr .titr {
		line-height: 22px; font-size: 16px; padding: 20px 0px;
	}
/*==========NewsKeywords==========*/
.newskeywords_main {
	width: 100%; text-align: right; padding-right: 15px;
}
.newskeywords_main ul.itemTags {
    display: inline-block; margin: 0px; padding: 0px; list-style: outside none none;
}
.newskeywords_main ul.itemTags li {
    display: inline-block; list-style: outside none none; margin: 0px; padding: 5px 0px 0px 3px; text-align: center;
}
.newskeywords_main ul.itemTags li a {
	background-color: #EEE;
    border: 1px solid #E0E0E0 !important;
    color: #4F4F4F !important;
	display: block;
	font: 11px Yekan;
	line-height: 1;
	padding: 4px 10px;
	text-decoration: none;
}
	.newskeywords_main ul.itemTags li a:hover {
		color: #eee !important; background: #4f4f4f;
	}
/*==========NewsRelated==========*/
.related_news_main {
    width: 100%; margin: 10px 0px 15px 0px;
    font: 14px Yekan; direction: rtl; text-align: right;
}

    .related_news_main h3 {
        font: 16px Yekan;
        padding-right: 15px;
        padding-bottom: 0px;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #4f4f4f;
        width: 742px;
        border-bottom: 2px solid #5f5f5f;
    }

    .related_news_main ul {
        list-style: outside none none;
    }

    .related_news_main a {
        clear: both;
        padding: 0px 10px 0px 0px;
        color: #4f4f4f !important;
        text-decoration: none;
    }

.related_news_item {
    line-height: 190%;
}

    .related_news_item img {
        float: right !important;
        margin: 3px 0px 0px;
    }