/*头尾所需统一样式*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: 0px;
}

li {
	list-style: none;
}

body {
	text-align: left;
	font-family: '微软雅黑';
	color: #333333;
	background: #fff;
}

html {
	font-size: 16px;
}

a, ins {
	text-decoration: none;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

a:visited, a:active, a:focus {
	text-decoration: none;
}

.lf {
	float: left;
}

.rf {
	float: right;
}

.hidden {
	display: none;
}

.clearfix {
	zoom: 1;
}

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

.goodbad {
	width: 100%;
	height: 495px;
}

.banner {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.banner img {
	width: 100%;
	height: 200px;
}
filter-content{
	overflow: auto
}
.tab {
	width: 100%;
	height: 295px;
	padding-top: 16px;
	overflow: hidden;
}

.tab_title {
	width: 190px;
	height:25px;
	border: 1px solid #0081FF;
	border-radius: 2px;
	margin-left: 146px;
}

.tab_title>div {
	width: 94px;
	height: 23px;
	line-height:23px;
	font-size: 14px;
	color: #0081FF;
	text-align: center;
	cursor: pointer;
}

.tab_title>div.active {
	background: #0081FF;
	color: #fff;
}

.policy {
	display: block;
	width: 100%;
	margin-top: 15px;
	position: relative;
	height: 250px;
	overflow: hidden;
}

.policy .policy_wrap {
	width: 100%;
	height: 196px;
	overflow: hidden;
	position: relative;
}

.policy ul {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.policy li {
	width: 100%;
	height: 82px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px;
	overflow:hidden;
}

.policy .line {
	width: 3px;
	height: 18px;
	background: #0081FF;
	float: left;
	margin-top: 7px;
}

.policy .list {
	width: 90%;
	float: right;
	position: absolute;
	padding-left: 15px;
}

.policy .policy_title {
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 28px;
	font-size: 18px;
	color: #333;
	display: block;
	float: left;
	margin-bottom: 10px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	cursor:default;
}

.policy .num {
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #EF934A;
	float: left;
	margin-left: 10px;
}

.policy .star {
	height: 16px;
	margin-left: 10px;
	float: left;
}

.policy .badStar {
	width: 14px;
	height: 14px;
	float: left;
	margin-right: 5px;
	background: url(../images/starBad.png) center center no-repeat;
}

.policy .badStar .goodStar {
	width: 100%;
	height: 100%;
	background: url(../images/starGood.png) center center no-repeat;
}

.policy .policy_more {
	float: right;
	height: 16px;
	line-height: 16px;
	color: #0081FF;
	font-size: 16px;
}

.adress {
	display: none;
	width: 100%;
	margin-top: 15px;
	position: relative;
	height: 250px;
	overflow: hidden;
}

.adress .pageOne {
	width: 100%;
	height: 196px;
	overflow: hidden;
	display: block;
}

.adress .pageTwo {
	width: 100%;
	height: 196px;
	overflow: hidden;
	display: none;
}

.stripes {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	height: 28px;
	line-height: 28px;
	margin-top:6px;
}
.stripes:first-child{
	margin-top: 0;
}
.stripes .city {
	float: left;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	color: #333;
	margin-right: 10px;
}

.stripes .gray {
	width: 230px;
	height: 10px;
	background: #ebebeb;
	float: left;
	border-radius: 5px;
	margin-top: 10px;
	position: relative;
}

.stripes .colour {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #FFDE43 4%, #EF934A 95%);
	border-radius: 5px;
}

.stripes .num {
	float: right;
	font-size: 16px;
	color: #EF934A;
	height: 28px;
	line-height: 28px;
}

.clickLeft {
	display: none;
	background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2933/site/images/30907/clickLeft.png) center center no-repeat;
	background-size: 12px 21px;
	position: absolute;
	width: 12px;
	height: 21px;
	bottom: 22px;
	left: 40%;
}

.clickRight {
	display: block;
	background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2933/site/images/30907/clickRight.png) center center no-repeat;
	background-size: 12px 21px;
	position: absolute;
	width: 12px;
	height: 21px;
	bottom: 22px;
	right: 40%;
}

.grayLeft {
	display: block;
	background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2933/site/images/30907/grayLeft.png) center center no-repeat;
	background-size: 12px 21px;
	position: absolute;
	width: 12px;
	height: 21px;
	bottom: 22px;
	left: 40%;
	cursor: default;
}

.grayRight {
	display: none;
	background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2933/site/images/30907/grayRight.png) center center no-repeat;
	background-size: 12px 21px;
	position: absolute;
	width: 12px;
	height: 21px;
	bottom: 22px;
	right: 40%;
	cursor: default;
}