@CHARSET "UTF-8";

body {
	margin: 0px;
	background: #eeeeee;
}
/* 样式屑 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.mb15 {
	margin-bottom: 15px;
}
.mt15 {
	margin-top: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt20 {
	margin-top: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt30 {
	margin-top: 30px;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.mic {
	font-family: 'Microsoft Yahei', '微软雅黑';
}

.clearfix {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.shadow {
	box-shadow: rgb(222, 222, 222) 1px 1px 5px 1px;
}
.w980 {
	width: 980px
}

.body {
	margin:0 auto;
	background: #ffffff;
	padding:20px;
}
.box {
	overflow: hidden;
}
.content-box {
	min-height: 550px;
	_height: 550px;
}

/* 头部BEGIN */
.header {
	margin: 0;
	padding: 0;
}

.header .sign-box {
	width: 100%;
}

.header .sign {
	margin: 0 auto;
	height: 205px;
	background: url('../images/topbg.jpg?001') no-repeat 0 0;
}

/* LOGO */
.header .sign .logo {
	width: 400px;
    height: 115px;
    display: block;
    margin-top: 55px;
    margin-left: 10px;
    cursor: pointer;
}

/* zjwj */
.header .sign .zjwj {
	width: 120px;
	height: 40px;
	display: block;
	margin-top: 10px;
	margin-left: 20px;
    cursor: pointer;
}


/* ==========导航================== */
.header .nav {
	height: 50px;
	background: #047770;
}

.header .nav .nLi {
	float: left;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 999;
}

.header .nav .nLi a {
	display: block;
	width: 98px;
	height: 50px;
	text-align: center;
}

.header .nav .nLi a h2 {
	font-weight: 400;
	color: #fff;
	font-size: 16px;
}

.header .nav .nLi a:hover,.header .nav .on {
	background: #06a299;
}

.header .nav .sub {
	display: none;
	width: 98px;
	left: 0;
	top: 50px;
	position: absolute;
	background: #06a299;
	z-index: 999;
}

.header	.nav .sub li {
	border-bottom: 1px solid #05968e;
	z-index: 999;
}

.header	.nav .sub a {
	display: block;
	width: 98px;
	text-align: center;
	height: 46px;
	font-size: 14px;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header	.nav .sub a:hover {
	background: #047770;
	color: #FFFFFF;
}

#sub-h {
	display: none;
	width: 294px;
	left: 0;
	top: 50px;
	position: absolute;
	background: #06a299;
	color: #ffffff;
}

#sub-h li {
	border-bottom: 1px solid #05968e;
	display: inline-block;
	float:left;
}

/* 底部 */
.foot {
	border: 1px solid #ddd;
	font-size: 12px;
	height: 100px;
	color: #ffffff;
	background: #504f4f url(../images/foot-logo.png) no-repeat 0 0;
	overflow: hidden;
	line-height: 24px;
}

.foot-msg {
	padding: 26px 0 20px 100px;
	display: inline-block;
}

.foot-icon {
	display: inline-block;
	padding: 10px 10px 10px 0;
}

.foot-icon img {
	max-height: 80px;
	_height: 80px;
}

.foot a {
	font-size: 12px;
	color: #ffffff
}


/* 侧边栏BEGIN============================== */
.sidebar {
	width: 178px;
	float: left;
	overflow: hidden;
	position: relative;
	font-family: 'Microsoft Yahei', arial;
	vertical-align: middle;
}

.sidebar .s-list {
	border: 1px solid #dedede;
	background: #ffffff;
}

.sidebar .s-list .s-father {
	height: 50px;
	line-height: 50px;
	background: #06a299 url(../images/category.png) 18px center no-repeat;
	color: #ffffff;
	font-size: 16px;
	padding-left: 48px;
	margin-left: -1px;
	margin-right: -1px;
	margin-top: -1px;
}

.sidebar .s-list .s-label {
	width: 98px;
	overflow: hidden;
	white-space: nowrap;
}

.sidebar .s-list .s-btn {
	width: 32px;
	height: 50px;
	background: url(../images/back.png) 2px center no-repeat;
	cursor: pointer;
}

.sidebar .s-list .s-li {
	display: block;
}
/*.sidebar .s-list .s-li {*/
/*	height: 46px;*/
/*	line-height: 46px;*/
/*}*/
/*.sidebar .s-list .s-li a {*/
/*	display: block;*/
/*	width: 128px;*/
/*	padding-left: 48px;*/
/*	font-size: 14px;*/
/*	color: #555555;*/
/*	overflow: hidden;*/
/*	white-space: nowrap;*/
/*	background: url(../images/item.png) 18px center no-repeat;*/
/*	border-top: 1px solid #f8f8f8;*/
/*}*/
.sidebar .s-list .s-li a {
	display: block;
	width: 128px;
	padding-left: 48px;
	font-size: 14px;
	color: #555555;
	/*overflow: hidden;*/
	/*white-space: nowrap;*/
	background: url(../images/item.png) 18px center no-repeat;
	border-top: 1px solid #f8f8f8;
	line-height: 24px;
    padding: 10px 0 10px 45px;
}

.sidebar .s-list .s-li a:hover,.sidebar .s-list a.current {
	color: #ec8649;
	background-image: url(../images/item2.png);
	font-weight: 700;
}
/* 侧边END */

/* 面包屑导航BEGIN */
.c-bread {
	width: 100%;
	height: 42px;
	margin-top: 15px;
}

.c-bread  .c-nav {
	background: #f7fafb url(../images/home.png) 10px 13px no-repeat;
	padding-left: 35px;
	line-height: 42px;
	height:42px;
	color: #777777;
}

.c-bread .c-nav a {
	color:#777777
}

.c-bread .c-nav a:hover {
	color: red
}
/* 面包屑导航END */

/****************************分页****************************** */

/* 列表分页*/
.page {
	font-size: 14px;
	color: #666;
	clear: both;
}

.page  a {
	padding: 8px 11px;
	border: 1px solid #e4e4e4;
	margin-right: 7px;
	font-size: 14px;
	border-radius: 3px;
	display: inline-block;
}

.page .rows {
	border: 1px solid #e4e4e4;
	display: inline-block;
	padding: 8px 12px;
	border-radius: 3px;
}

.page  a.current,.page  a:hover {
	background: #017f8a;
	color: #fff;
	border-color: #017f8a
}

/* 分页跳转按钮 */
.page input {
	width: 30px;
	height: 24px;
	line-height: 24px;
	margin: 0 5px;
	padding: 0 5px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.page .page-btn {
	background: #f5f5f5;
	cursor: pointer;
	width: 40px;
}

/* UEDITOR内容分页 */
#page_break {
	
}

#page_break .noshow {
	display: none;
}

#page_break .num {
	padding: 15px 0;
	text-align: center;
}

#page_break .num li {
	display: inline;
	margin: 0 2px;
	padding: 7px 10px;
	border: 1px solid #e4e4e4;
	background-color: #fff;
	color: #666;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

#page_break .num li.on {
	background-color: #017f8a;
	border: 1px solid #017f8a;
	color: #fff;
	font-weight: bold;
}