/**------------------------------------------新闻内容------------------------------------------------*/
.query-title {
	background-image: url(../../../Img/webSetIndex/news/new-center-tbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 257px;
}

.query-title-left {
	height: 135px;
	color: #fff;
	letter-spacing: 3px;
	padding: 61px 0 0 50px;
}

.query-title-left>li {
	height: 45px;
}

.query-title-left>li:first-child {
	font-size: 38px;
	font-weight: bold;
}

.query-title-left>li:nth-child(2) {
	font-size: 28px;
	letter-spacing: 4px !important;
}

.query-title-left>li:nth-child(3) {
	padding-top: 20px;
	height: 25px !important;
	width: 80px;
}

.query-title hr {
	width: 80px;
	border: solid 3px #FF0000;
}

.query-title-left {
	width: 255px;
	float: left;
}

.query-title-right {
	float: left;
	color: #FFFFFF;
}

.query-title-right {
	float: right;
}

.search-wrapper {
	width: 690px;
	height: 96px;
	margin-top: 82px;
}

.searchBox {
	width: 256px;
	height: 100%;
	float: left;
	margin-right: 8px;
}

.searchBox>label {
	width: 100%;
	height: 40px;
	display: block;
}

.searchBox label span {
	width: 73px;
	line-height: 25px;
	display: block;
	text-align: center;
	background: #d82316;
	color: #FFFFFF;
}

.searchBox label>i {
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #d82316;
	float: left;
	margin-left: 18px;
}

.searchBox .ipt {
	width: 100%;
	line-height: 55px;
	background: url(../../../Img/webSetIndex/query/query-search.png)
		no-repeat 14px 50%/29px 28px #FFFFFF;
	padding-left: 58px;
	box-sizing: border-box;
	border: 0;
	border-radius: 5px;
	font-size: 18px;
}

#queryType {
	width:58px;
	height:55px;
	background: url(../../../Img/webSetIndex/query/query-select.png)
		no-repeat 14px 50%/29px 28px #FFFFFF;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	position: absolute;
}

#queryType>ul {
	list-style: none;
	width: 90px;
	background-color: #fff;
	margin: 0;
    padding: 0;
    position: absolute;
    top: 56px;
    border-radius: 4px;
    display: none;
}

#queryType>ul>li{
	height: 24px;
	line-height: 24px;
	padding-left: 5px;
	color: #000000;
	font-size: 14px;
	letter-spacing: normal !important;
	font-weight: normal;
	cursor: pointer;
}

#queryType>ul>li:hover{
	background-color: #c1c1c1;
}
/* .searchBox #findType {
	border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	width:30px;
	height:55px;
	line-height: 55px;
	background: url(../../../Img/webSetIndex/query/query-select.png)
		no-repeat 14px 50%/29px 28px #FFFFFF;
	padding-left: 58px;
	box-sizing: border-box;
	font-size: 18px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	margin-right: 0px;
	padding-right: 0px;
} */

/* .searchBox #boxNum {
	width: 70%;
	line-height: 55px;
	box-sizing: border-box;
	border: 0;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	font-size: 18px;
	margin-left: 0px;
	padding-left: 58px;
} */

.searchBtn {
	width: 152px;
	height: 55px;
	margin-top: 40px;
	float: right;
	box-sizing: border-box;
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	background: -webkit-linear-gradient(right, #004A8B, #1163AD);
	background: -o-linear-gradient(right, #004A8B, #1163AD);
	background: -moz-linear-gradient(right, #004A8B, #1163AD);
	background: linear-gradient(to right, #004A8B, #1163AD);
}

.searchBtn button {
	width: 100%;
	text-align: center;
	background: transparent;
	border: 0;
	line-height: 55px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}

.query-content-bt {
	margin-top: 30px;
	height: 39px;
	width: 136px;
	background-image: url(../../../Img/webSetIndex/query/query-button.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	line-height: 39px;
	letter-spacing: 2px;
	font-size: 20px;
	cursor: pointer;
}

.query-content-bg {
	background-image: url(../../../Img/webSetIndex/query/query-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 30px;
}

.query-content>li {
	width: 440px;
	float: left;
	text-align: left;
	padding-left: 150px;
	border-bottom: dashed 1px #CCCCCC;
	height: 80px;
	line-height: 110px;
	font-size: 18px;
}

.query-content>li:nth-child(4) {
	letter-spacing: normal;
}

.query-left {
	float: left;
}

.quert-margin {
	margin-left: 48px;
}

.query-content-bt1 {
	margin-top: 30px;
	height: 35px;
	width: 136px;
	background-image: none;
	background-repeat: no-repeat;
	text-align: center;
	color: #1163ad;
	line-height: 35px;
	border: solid 2px #1163ad;
	letter-spacing: 2px;
	font-size: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.query-content-clear {
	clear: both;
	height: 40px;
}

.query-content-list {
	
}

.query-content-list ul>li {
	height: 85px;
	line-height: 85px;
	background-image:
		url(../../../Img/webSetIndex/query/query-left-line.png);
	background-repeat: no-repeat;
	font-size: 18px;
}

.query-content-list ul>li:nth-child(1) {
	background-image:
		url(../../../Img/webSetIndex/query/query-left-lOne.png);
}

.query-content-list ul>li>span {
	margin-left: 90px;
}

.query-content-list ul>li>span:nth-child(1) {
	margin-left: 40px;
	color: #929393;
}