/*****/

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

.mui-content-padded.neiTitle {
	margin-bottom: 30px;
	margin-top: 15px;
}

.mui-content-padded.neiTitle div {
	height: 25px;
	line-height: 28px;
	font-size: 20px;
	padding: 0 10px;
	color: #191919;
	letter-spacing: 1px;
	text-align: center;
	background: transparent;
	z-index: 2;
	position: relative;
	display: table;
	margin: 0 auto;
}

.mui-content-padded.neiTitle hr {
	height: 1px;
	width: 100%;
	border: none;
	background: transparent;
	/*position: relative;
		top: -23px*/
	margin-top: -15px;
}

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

.content-p .content-c form.mui-input-group {
	background: transparent;
}

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


/****/

#nodataDiv {
	width: 100%;
	text-align: center;
	margin-top: 30%;
	color: #BFBFBF;
	font-size: 13px;
	letter-spacing: 1px;
}


/****/

.pagelist {
	display: block;
	text-align: center;
	padding-top: 20px;
}

.pagelist span {
	font-size: 20px;
	position: relative;
	top: 1px;
}

/*.pagelist .pre-span,
.pagelist .next-span {
	font-size: 30px;
	color: #AFAFAF;
	position: relative;
	top: 2px;
	border: solid 1px #DFDFDF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-block;
	color: #DFDFDF;
	line-height: 40px;
	text-align: center;
	margin: 0 10px;
	background:transparent;
}*/
.pagelist .pre-span,
.pagelist .next-span {
	font-size: 30px;
	color: #AFAFAF;
	position: relative;
	top: 2px;
	border: solid 0px #DFDFDF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-block;
	color: #DFDFDF;
	line-height: 40px;
	text-align: center;
	margin: 0 10px;
	background:transparent;
}
.pagelist .now,
.pagelist .all,
.pagelist span {
	color: #353535;
}

/*.pagelist a.pre-next {
	font-size: 30px;
	position: relative;
	top: 2px;
	border: solid 0px #0F0F0F;
	background: #da251c;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-block;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	margin: 0 10px;
}*/
.pagelist a.pre-next {
	font-size: 30px;
	position: relative;
	top: 2px;
	border: solid 0px #0F0F0F;
	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-block;
	color: #da251c;
	line-height: 40px;
	text-align: center;
	margin: 0 10px;
}

/*******page*****/


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

.wrapper01 ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.wrapper01 {
	position: relative;
	height: 40px;
	width: 100%;
	
	margin: 0 auto;
	background: #FFFFFF;
	z-index: 9;
	border-bottom: solid 1px #EFEFEF;
	padding-bottom: 40px;
}

.wrapper01 .scroller {
	position: absolute
}

.wrapper01 .scroller li {
	height: 40px;
	color: #333;
	float: left;
	line-height: 40px;
	font-size: 14px;
	text-align: center
}

.wrapper01 .scroller li a {
	color: #3F3F3F;
	display: block;
	margin: 0 16px;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.wrapper01 .scroller li.cur {
	border-bottom: solid 1px #da251c;
	position: relative;
}


.wrapper01 .scroller li.cur a::after {
	content: "";
	z-index: 99999;
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 1px;
	background: #da251c;
	width: 100%;
	
}

.wrapper01 .scroller li.cur a {
	color: #da251c;
}


/***********/