body {
	background-color: #f4f4f4;
	color: #3F3844;
	background: url(bg.jpg) repeat-x center top;
}

.B-Blue {
	background-color: #0089E0;
}

.B-White {
	background-color: #FFFFFF;
}

.Blue {
	color: #0089E0;
}

/* title 标题 */
.title {
	height: 21px;
	background: url(icon-title.png) no-repeat;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #43772f;
	line-height: 21px;
	margin-bottom: 10px;
}

	.title h3 {
		color: #0089E0;
		font-weight: bold;
	}
/* crumb 面包屑导航 */
.crumb {
	color: #a9a9a9;
	height: 36px;
	line-height: 36px;
	border-bottom: 4px solid #0089E0;
}

	.crumb a {
		color: #0089E0;
		padding: 0 5px;
	}

/* page 分页 */
.page {
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin: 0 auto;
}

	.page a {
		display: inline-block;
		border: 1px solid #BBBBBB;
		padding: 0 12px;
		color: #3e3e3e;
		background-color: #FFFFFF;
		font-size: 14px;
		font-family: tahoma, simsun;
		text-decoration: none;
	}

		.page a:hover {
			color: #008DFF;
			border-color: #008DFF;
		}

	.page .active,
	.page .active:hover {
		color: #fff;
		background: #0089E0;
		border: solid 1px #0089E0;
	}

	.page form {
		display: inline;
	}

		.page form span {
			color: #999;
			font-size: 13px;
		}

		.page form .text {
			width: 35px;
			height: 21px;
			outline: none;
		}

		.page form .button {
			width: 46px;
			height: 24px;
			cursor: pointer;
		}

		.page form .input {
			width: 40px;
			height: 20px;
			line-height: 20px;
			padding-left: 5px;
		}

		.page form .button {
			text-align: center;
			border-radius: 2px;
			height: 26px;
			line-height: 26px;
			border: 1px solid #BBBBBB;
			background: #fff;
		}

			.page form .text:focus,
			.page form .button:hover {
				color: #0089E0;
				border-color: #0089E0;
			}

	.page .fail {
		border-color: #BBBBBB;
		color: #BBBBBB;
	}

		.page .fail:hover {
			border-color: #BBBBBB;
			color: #BBBBBB;
		}

/* header 头部 */
.header {
	width: 100%;
	height: 160px;
	padding-top: 60px;
}

	.header .logo {
		width: 800px;
	}

	.header .top-ewm {
		margin-left: 10px;
	}

		.header .top-ewm img {
			width: 120px;
			height: 120px;
			margin: 0 10px;
		}

/* nav 导航 */
.nav {
	width: 100%;
	min-width: 1220px;
	height: 50px;
}

	.nav ul li {
		float: left;
		font-size: 16px;
	}

		.nav ul li a {
			width: 112px;
			height: 50px;
			display: block;
			text-align: center;
			line-height: 50px;
			color: #FFFFFF;
		}

		.nav ul li .curr {
			background-color: #009cff;
		}

		.nav ul li a:hover {
			background-color: #009cff;
		}
/* main 主模块*/
.main {
	width: 1160px;
}

.layout1 {
	width: 1160px;
}

.flash {
	width: 570px;
	background-color: #bbbbbb;
	margin-right: 20px;
}

.layout1-right {
	width: 300px;
}

	.layout1-right .sysBtn {
		margin-right: -20px;
		margin-bottom: 10px;
	}

		.layout1-right .sysBtn li {
			float: left;
		}

		.layout1-right .sysBtn a {
			width: 145px;
			height: 44px;
			line-height: 44px;
			text-align: center;
			display: inline-block;
			color: #FFFFFF;
			background-color: #0089E0;
			margin-right: 10px;
			margin-bottom: 10px;
		}

			.layout1-right .sysBtn a:hover {
				background-color: #009cff;
			}

	.layout1-right .app ul {
		margin-top: 16px;
	}

		.layout1-right .app ul li a {
			width: 298px;
			height: 38px;
			line-height: 38px;
			text-align: center;
			color: #651e1e;
			font-size: 16px;
			border: #0089E0 1px solid;
			margin-bottom: 6px;
			display: block;
		}

			.layout1-right .app ul li a:hover {
				color: #FFFFFF;
				background-color: #0089E0;
				border: #0089E0 1px solid;
			}

.noticeList {
	width: 1160px;
	float: left;
}

	.noticeList .title {
		height: 21px;
		background: url(icon-title.png) no-repeat;
		padding-left: 20px;
		font-size: 22px;
		font-weight: bold;
		color: #0089E0;
		line-height: 21px;
		padding-left: 20px;
		padding-bottom: 7px;
		border-bottom: 4px solid #0089E0;
	}

.noticeList .title img {
	float: right;
}

.noticeList ul {
	margin-top: 10px;
}

.noticeList li {
	line-height: 36px;
	width: 570px;
	height: 36px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #cbcbcb;
	float: left;
}

.noticeLeft {
	margin-right: 0px;
}

.noticeRight {
	margin-left: 20px;
}

.noticeList li a:hover {
	color: #0089E0;
}

.noticeList li span {
	float: right;
	color: #BBBBBB;
}

.indexList {
	width: 570px;
	float: left;
}

	.indexList .title {
		height: 21px;
		background: url(icon-title.png) no-repeat;
		padding-left: 20px;
		font-size: 22px;
		font-weight: bold;
		color: #0089E0;
		line-height: 21px;
		padding-left: 20px;
		padding-bottom: 7px;
		border-bottom: 4px solid #0089E0;
	}

		.indexList .title img {
			float: right;
		}

	.indexList ul {
		margin-top: 10px;
	}

	.indexList li {
		line-height: 36px;
		font-size: 18px;
		width: 570px;
		height: 36px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		border-bottom: 1px dashed #cbcbcb;
	}

		.indexList li a:hover {
			color: #0089E0;
		}

		.indexList li span {
			float: right;
			color: #BBBBBB;
		}

.indexPic {
	margin-right: -10px;
	display: inline-flex;
}

	.indexPic li {
		float: left;
	}

		.indexPic li img {
			width: 157px;
			height: 105px;
			margin-right: 10px;
		}

/* 轮播图 */
.swiper-container {
	width: 990px;
	height: 100px;
	overflow: hidden;
	float: left;
}

.swiper-slide {
	width: 160px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}

	.swiper-slide img {
		width: 160px;
		height: 100%;
	}

.ewm {
	width: 145px;
	float: right;
}

/* footer */
.footer {
	width: 100%;
	height: 150px;
	background-color: #0089E0;
	width: 100%;
	min-width: 1220px;
}

	.footer p {
		color: #FFFFFF;
		text-align: center;
		padding-top: 20px;
	}

/* 列表页 */
.leftSider {
	width: 300px;
}

	.leftSider .sideTitle {
		width: 100%;
		height: 60px;
		line-height: 60px;
		text-align: center;
		color: #FFFFFF;
		font-size: 16px;
		background-color: #0089E0;
	}

	.leftSider li {
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 16px;
		background-color: #f2f0f0;
		margin-bottom: 1px;
	}

	.leftSider .content {
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: left;
		font-size: 16px;
		background-color: #f2f0f0;
		margin-bottom: 1px;
	}

		.leftSider .content a {
			padding-left: 10px;
			padding-right: 10px;		
		}

	.leftSider li a {
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #0089E0;
		display: block;
	}

.list-main {
	width: 840px;
}

.listBox li {
	line-height: 40px;
	width: 840px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #cbcbcb;
}

	.listBox li a:hover {
		color: #0089E0;
	}

	.listBox li span {
		float: right;
		color: #BBBBBB;
	}

.articleBox {
	width: 100%;
}

	.articleBox .articleTitle {
		font-size: 28px;
		font-weight: bold;
		text-align: center;
	}

.articleBody {
	font-size: 14px;
	line-height: 24px;
}

.friLink {
	font-weight: bold;
	font-size: 16px;
}

	.friLink .title {
		width: 100px;
		color: #0089E0;
	}

	.friLink li {
		float: left;
		margin-right: 20px;
	}

/*焦点图切换*/
#myFocus {
	margin-bottom: 10px
}

.mF_tbhuabao {
	background: #ddd;
	overflow: visible
}

	.mF_tbhuabao .pic, .mF_tbhuabao .win {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}

		.mF_tbhuabao .pic li {
			position: relative;
			float: left;
			overflow: hidden;
		}

	.mF_tbhuabao .txt li {
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 20px;
		line-height: 20px;
		display: none;
	}
		/*默认标题高度*/
		.mF_tbhuabao .txt li a {
			display: block;
			position: relative;
			z-index: 1;
			color: #fff;
			text-align: center;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
		}
		/*标题样式*/
		.mF_tbhuabao .txt li span {
			display: block;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			background: #000;
			filter: alpha(opacity=30);
			opacity: 0.3;
		}

	.mF_tbhuabao .dot {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 30px;
		line-height: 30px;
		width: 100%;
		text-align: center;
	}

		.mF_tbhuabao .dot li {
			display: inline;
			margin: 0 3px;
		}

			.mF_tbhuabao .dot li a {
				color: #999;
				font-size: 26px;
				text-decoration: none;
			}

			.mF_tbhuabao .dot li.current a {
				color: #A91606;
			}

	.mF_tbhuabao .prev a, .mF_tbhuabao .next a {
		display: block;
		color: #bbb;
		text-align: center;
		text-decoration: none;
	}

		.mF_tbhuabao .prev a:hover, .mF_tbhuabao .next a:hover {
			color: #f60;
		}
