﻿body {
	background: #FFF url(/img/bg.png) no-repeat top center;
	position: relative;
	z-index: 0;
}

.navTitle {
	padding: 0 18px;
	font-size: 12px;
	color: #999;
	height: 40px;
	line-height: 46px
}

.navTitle a {
	color: #999
}

.contentBg {
	background: #E5F2FF;
	height: 360px;
	position: absolute;
	z-index: -2;
	top: 176px;
	left: 50%;
	margin-left: -550px
}

.protection {
	width: 1064px;
	margin-bottom: 40px;
	min-height: 400px;
	overflow: hidden;
	background: #fff
}

.protection .protection_contentL {
	width: 240px;
	float: left
}

.protection .protection_contentL .title {
	width: 240px;
	height: 110px;
	background: url(/img/publics.png) no-repeat
}

.protection .protection_contentL .title h4 {
	font-size: 24px;
	color: #fff;
	padding-top: 26px;
	padding-left: 20px
}

.protection .protection_contentL .title span {
	color: #e7e4e4;
	font-size: 12px;
	padding-left: 20px
}

.protection .protection_contentL .contents {
	line-height: 40px;
	background: #2671BB
}

.protection .protection_contentL .contents li {
	font-size: 14px;
	text-indent: 20px;
	border-bottom: 1px solid #535050;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	background: url(/img/arrow.png) no-repeat 98% center
}

.protection .protection_contentL .contents li a {
	color: #fff;
	display: block;
}

.protection .protection_contentL .contents li:hover {
	background: #19499F url(/img/arrow.png) no-repeat 98% center
}

.protection .protection_contentL .contents .active {
	background: #19499F url(/img/arrow.png) no-repeat 98% center
}

.protection .protection_contentR {
	width: 810px;
	float: right;
	background: #fff
}

.protection .protection_contentR .title {
	height: 40px;
	background: #E2E2E2;
	line-height: 40px
}

.protection .protection_contentR .title span {
	font-size: 15px;
	display: inline-block;
	padding: 0 26px;
	color: #fff;
	background: #2671BB;
	font-weight: normal
}

.protection .protection_contentR ul {
	border: 1px solid #EEEEEE;
	padding: 10px 30px 30px
}

.protection .protection_contentR #queryList ul li {
	padding-top: 10px;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #EEEEEE;
	line-height: 40px
}

.protection .protection_contentR ul li i {
	float: right;
	font-size: 13px
}

.protection .page {
	margin-top: 20px
}