@charset "UTF-8";
/********************** 补贴查询 start **********************/
body {
	background-color: #f5f5f5;
}

.panel-nav {
	margin: 30px 0;
}

.panel-nav a {
	color: #696969;
}

.main {
	height: 786px;
	padding-top: 20px;
	padding-left: 16px;
	margin-bottom: 70px;
	background: url("../images/index/subsidy-bg.jpg") no-repeat;
}

.main-t {
	height: 250px;
}

.main .title {
	margin-top: 15px;
	margin-bottom: 35px;
}

.main .title span {
	font-size: 24px;
	border-left: solid 6px #6cb8ff;
	padding-left: 15px;
}

.main-t .main-t-l {
	width: 510px;
	text-align: center;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main-t .main-t-l .p-data {
	color: #6cb8ff;
	margin-top: 30px;
}

.main-t .main-t-l .p-data span {
	font-size: 48px;
}

.main-b li {
	margin-bottom: 48px;
	text-align: center;
}

.main-b li span {
	font-size: 24px;
	margin-right: 30px;
}

.main-b li select {
	width: 460px;
	height: 44px;
	border: solid 1px #c2c2c2;
	border-radius: 5px;
	vertical-align: middle;
}

.main-b .query {
	display: block;
	width: 235px;
	height: 54px;
	margin: 0 auto;
	background-color: #6cb8ff;
	color: #ffffff;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
}
/********************** 补贴查询 end **********************/

/********************** 补贴查询-结果 start **********************/
.result-t-l {
	float: left;
	text-align: center;
	font-size: 18px;
	margin-bottom: 100px;
}

.result-t-l img {
	width: 355px;
	margin-bottom: 15px;
}

.result-t-r {
	float: left;
	line-height: 42px;
	padding-top: 10px;
	font-size: 18px;
}

.result-t-r .result-key {
	width: 200px;
	text-align: right;
	float: left;
}

.result-t-r .result-val {
	float: left;
	margin-left: 60px;
}

.result-t-r .result-val .price {
	color: #e55230;
}

.result-t-r .result-btn {
	display: inline-block;
	width: 134px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 5px;
	background-color: #60c5ff;
	color: #ffffff;
	margin-top: 20px;
	cursor: pointer;
}

.result-t-r .requery-btn {
	background-color: #e18429;
}

.subsidy table {
	width: 1200px;
	border: solid 1px #bdbdbd;
	table-layout: fixed;
	margin-bottom: 35px;
}

.subsidy caption {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.subsidy th, .subsidy td {
	padding: 16px 0;
	font-size: 14px;
	text-align: center;
}

.subsidy td {
	border-top: 1px #b1b1b1 solid;
	border-right: 1px #b1b1b1 solid;
}

.subsidy th {
	word-break: break-all;
	font-size: 18px;
	color: #000;
}

.subsidy .left-td {
	width: 240px;
	border-right: 1px #b1b1b1 solid;
	background-color: #eceff1;
}

.subsidy .title-td {
	color: #fff;
	font-size: 16px;
	background-color: #60c5ff;
}

.subsidy-detail table {
	table-layout: auto;
}

.subsidy-detail th {
	border: solid 1px #a0a0a0;
	background-color: #7a8188;
	color: #ffffff;
}

.subsidy-detail td {
	height: 140px;
	padding: 0;
}

.subsidy-detail td .icon {
	font-size: 33px;
	color: #5af7a7;
}

.subsidy .policy {
	font-size: 14px;
	color: #fa3a15;
	line-height: 24px;
	margin-bottom: 120px;
}

.subsidy-detail .title {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}
/********************** 补贴查询-结果 end **********************/