.selectDiv {
	padding: 0;
	width: 100%;
	margin: 0;
}

.selectDiv h5 {
	display: table;
	position: relative;
	border: solid 1px #F1F4F5;
	width: 90%;
	padding: 0;
	margin: 0;
}

.selectDiv h5 select {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 0;
	background: #F8F8FF;
	letter-spacing: 2px;
	color: #558a05;
	font-size: 16px;
}

.selectDiv label#lblSelect::after {
	content: "\25bc";
	/*content: "∨";*/
	position: absolute;
	width: 12%;
	line-height: 45px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	background: #F8F8FF;
	color: #558a05;
	pointer-events: none;
	font-size: 13px;
	border: solid 1px #F1F4F5;
	border-left: none;
	top: -1px;
}


/*****/

img.neiyeImg {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0;
}


/*****/

.mui-content-padded.neiTitle {
	border-left: solid 5px #558a05;
	padding: 0;
	height: 25px;
	line-height: 28px;
	font-size: 25px;
	padding-left: 8px;
	color: #191919;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.content-p .content-c {
	margin-top: 10px;
	min-height: 250px;
}

.content-p .content-c img {
	max-width: 100%;
}


/****/

#nodataDiv {
	width: 100%;
	text-align: center;
	margin-top: 20%;
	color: #898989;
	font-size: 12px;
	letter-spacing: 1px;
}


/****/

#pageNext {
	text-align: center;
	width: 98%;
	background: #FFFFFF;
	clear: both;
	font-size: 13px;
	margin: 5px auto;
}

.getMore {
	text-align: center;
	color: #64a205;
	width: 160px;
	text-decoration: none;
	background: #FFFFFF;
	display: block;
	line-height: 20px;
	padding: 6px 0;
	letter-spacing: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: solid 1px #64a205;
	margin: 0 auto;
}

.getMore:focus,
.getMore:hover {
	color: #64a205;
}

.finsishLoading {
	margin: 10px 0 20px;
	text-align: center;
	color: #ababab;
}

.finsishLoading span {
	height: 30px;
	display: block;
	line-height: 30px;
	position: relative;
	z-index: 2;
	background: #FFFFFF;
	width: 50px;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}

.finsishLoading hr {
	padding: 0;
	margin: 0;
	position: relative;
	top: -15px;
	border: none;
	height: 1px;
	background: #ababab;
	width: 100px;
	margin: 0 auto;
}