@charset "UTF-8";

*,
*: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 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section,
summary,
iframe {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent;
	color: #444;
}

a:active,
a:hover {
	outline: none;
	transition: all 0.2s ease-out 0s
}

ins,
a {
	text-decoration: none
}

b,
strong {
	font-weight: bold
}

pre {
	white-space: pre-wrap
}

small {
	font-size: 80%
}

img {
	box-sizing: border-box;
	/* max-width: 100%; */
	height: auto;
	vertical-align: middle;
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
	padding: 0;
	box-sizing: border-box
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

.dob-shadow {
	-webkit-box-shadow: 3px 3px 3px;
	-moz-box-shadow: 3px 3px 3px;
	box-shadow: 3px 3px 3px
}

.dob-alpha {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5
}

* {
	font-family: Microsoft YaHei, sans-serif
}

a {
	outline: none
}

/*浮动 清除浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cf:after {
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
	clear: both;
}

.cf {
	zoom: 1;
}

.clearFix:after {
	display: block;
	content: "";
	clear: both;
	overflow: hidden
}

.center {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.searchBody {
	width: 100%;
	min-height: 600px;
	background: url(bodyBg.png) no-repeat;
	background-position: 100% 100%
}

.searchBox {
	display: block;
	margin-bottom: 300px;
	height: 74px;
	/* 修改成 */
	border: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}

.searcheck {
	position: absolute;
	left: 0;
	top: 0;
	width: 168px;
	padding-right: 8px;
	height: 73px;
	line-height: 72px;
	background: #fff;
	border-right: 1px solid #c5c5c5
}

.searcheck p {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 19px;
	line-height: 72px;
	padding: 0 20px 0 20px;
	background: url(../../image/search_pic01.png) no-repeat right center;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.scrollWrap {
	display: none
}

.searcheckUl {
	position: absolute;
	top: 0;
	width: 300px;
	min-height: 300px;
	border-top: 3px solid transparent;
	background: #fff;
	z-index: 7
}

.scrollWrapPro {
	left: 0
}

.scrollWrapCity {
	left: 300px
}

.scrollWrapCoun {
	left: 600px
}

.searchPro,
.searchCity,
.searchCountry {
	top: 72px
}

.searcheckHot {
	position: absolute;
	top: 100px;
	left: -5px;
}

.searcheckHot span,
.searcheckHot a {
	padding: 0 18px;
	font-size: 19px;
	color: #666;
	border-left: 1px solid #777;
	cursor: pointer
}

.searcheckHot span:hover {
	color: #c40311
}

.searcheckHot a {
	padding: 0;
	color: #333;
	border: none
}

.searcheckHot a+span {
	border: none
}

.searcheckTip {
	position: absolute;
	top: 73px;
	right: 168px;
	width: 762px;
	max-height: 1000px;
	background: #fff;
	z-index: 9999;
	display: none
}

.searcheckTip li {
	padding: 4px 18px;
	color: #000;
	font-size: 15px;
	line-height: 38px;
	border-bottom: 1px dashed #E9E9E9;
	cursor: pointer
}

.searcheckTip li:hover {
	background: #f1f1f1
}

.searcheckUl li {
	height: 48px;
	padding-left: 24px;
	line-height: 48px;
	cursor: pointer
}

.searcheckUl li:hover {
	color: #c40311;
	background: #f3f3f3
}

.searchTxt {
	float: left;
	/* height: 100%; */
	height: 73px;
	/* 修改成 */
	width: 865px;
	margin-right: 164px;
	font-size: 19px;
	margin-left: 168px;
	padding-left: 18px;
	border: none;
	background-color: #fff;
}

.searchSub {
	position: absolute;
	top: 0;
	right: 0;
	width: 168px;
	height: 73px;
	text-align: center;
	line-height: 72px;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	border: none;
	background: #c40311;
}

.searchBanner {
	height: 204px;
	width: 100%;
	min-width: 1100px;
	padding-top: 50px;
	position: relative;
	background: url(../../image/result/ceshibanner.png) no-repeat;
	background-size: cover
}

.searchBanner .searcheckHot span {
	border-left: 1px solid #fff
}

.searchBanner .searcheckHot span:first-child {
	border: none
}

.searchBox_Result {
	margin: 0 auto
}

.searchBox_Result .searcheckHot span,
.searchBox_Result .searcheckHot a {
	color: #fff;
	font-size: 17px;
	font-weight: 548
}

.searchBox_Result .searcheckHot a+span {
	border: none
}

.searchBox_Result .searcheckHot {
	text-align: left;
	line-height: 19px;
	padding-left: 5px;
}

.searchRu_Nav {
	width: 850px;
	height: 50px;
	padding-left: 18px;
	margin-top: 20px;
	line-height: 48px;
	font-size: 20px;
	font-weight: bold;
	background: #f0f0f0;
	border-left: 5px solid #c40311;
	display: block
}

.yyfw_tab {
	border-bottom: 2px solid #c40311;
}

.yyfw_tab .active {
	background: #c40311;
	color: #FFFFFF;
}

.dfTitle,
.bwTitle {
	cursor: pointer;
	border-radius: 8px 8px 0px 0px;
	margin-top: 40px;
	width: 140px;
	height: 30px;
	background: #f0f0f0;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: rgb(150, 150, 150);
	display: inline-block;
}

.dfTitle {
	position: relative;
}

._area_box {
	width: 500px;
	display: block;
	position: absolute;
	left: 200px;
	top: 0px;
	height: 30px;
	text-align: left;
}

._current_area {
	font-weight: 600;
}

.searchRu_AppLi li {
	float: left;
	margin-top: 30px;
	width: 400px;
	height: 108px
}

.searchRu_AppLiImg {
	display: block;
	float: left;
	width: 104px;
	height: 104px;
	border: 1px solid #bfbfbf;
	position: relative
}

.searchRu_AppLiImg img {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 48px
}

.searchRu_AppLiImg+a {
	float: left;
	display: block;
	margin-top: 15px;
	height: 38px;
	width: 250px;
	padding-left: 18px;
	line-height: 38px;
	color: #333;
	font-size: 17px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.searchRu_AppLi li>p {
	float: left;
	height: 38px;
	width: 250px;
	padding-left: 18px;
	line-height: 38px;
	font-size: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.searchRu_More {
	width: 100%;
	height: 48px;
	text-align: center;
	font-weight: bold;
	line-height: 48px;
	display: none
}

.searchRu_More>a {
	font-size: 17px;
	color: #c40311;
	font-weight: bold;
}

.con_right .searchRu_More>a {
	font-size: 14px;
	color: #999999
}

.searchRu_Guide {
	padding-top: 24px;
	padding-bottom: 28px
}

.searchRu_Guide {
	border-bottom: 1px solid #d6d6d6
}

.searchRu_Guide h3 {
	line-height: 45px
}

.searchRu_Guide h3>span {
	font-size: 21px;
	font-weight: bold;
	color: #c40311
}

.searchRu_Guide h3>a {
	font-size: 21px;
	font-weight: bold;
	color: #333
}

.searchRu_Guide p {
	/* padding-left: 10px; */
	line-height: 34px;
	font-size: 17px
}

.Guide_List li {
	height: 40px;
	float: left;
	width: 132px;
	margin-top: 15px;
	margin-left: 12px
}

.Guide_List li>a {
	display: block;
	width: 100%;
	height: 100%
}

.Guide_ListA {
	/* background: url(../../image/result/bszn.png) no-repeat; */
	margin-left: 0 !important;
}

.bsznBtnStyle {
	border: 1px solid #939393;
	width: 125px;
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: #000;
}

.Guide_ListB {
	/* background: url(../../image/result/zxbl.png) no-repeat */
}

.Guide_ListB_n {
	/* background: url(../../image/result/zxbl_n.png) no-repeat */
}

.Guide_ListC {
	background: url(sdyj.png) no-repeat
}

.Guide_ListD {
	background: url(cjwt.png) no-repeat
}

.searchRu_policyLi {
	margin-bottom: 12px
}

.searchRu_policyLi li {
	width: 100%;
	height: 99px;
	padding-left: 24px;
	font-size: 19px;
	line-height: 96px;
	border-bottom: 1px solid #ddd;
	background: url(policyTit.png) no-repeat left center
}

.searchRu_policyLi li>a {
	float: left;
	color: #333
}

.searchRu_policyLi li span {
	float: right
}

.searchRu_policyLi li>a+span {
	padding-right: 66px;
	padding-left: 10px
}

.searchRu_AppLiImg+a:hover,
.ztfw_body_li a:hover,
.searchRu_Guide h3>a:hover,
.searchRu_policyLi li>a:hover,
.searchBox_Result .searcheckHot span:hover {
	color: #c40311
}

.searchBom {
	padding-bottom: 38px;
	min-height: 760px;
	display: block;
	content: "";
	clear: both;
	overflow: hidden;
}

em {
	color: #c40311;
	font-style: normal
}

.autocomplete-suggestions {
	border: 1px solid #BBBBBB;
	background: #FFF;
	cursor: default;
	overflow: auto;
	-moz-box-shadow: 0 2px 10px #BBBBBB;
	-webkit-box-shadow: 0 2px 10px #BBBBBB;
	box-shadow: 0 2px 10px #BBBBBB
}

.autocomplete-suggestion {
	color: #000;
	padding: 2px 5px;
	font-size: 14px;
	line-height: 25px;
	border-bottom: 1px dashed #E9E9E9;
	cursor: pointer
}

.autocomplete-suggestion a {
	color: #000000;
	cursor: pointer;
}

.autocomplete-no-suggestion {
	padding: 2px 5px
}

.autocomplete-selected {
	background: #F1F1F1
}

.autocomplete-suggestions strong {
	font-weight: normal;
	color: #3399FF
}

.scrollWrap {
	width: 300px;
	height: 350px;
	position: absolute;
	top: 72px;
	overflow: hidden
}

.searcheck_pro,
.searcheckLi_city,
.searcheckLi_country {
	height: 100%;
	overflow-y: auto;
}

.searchPro,
.searchCity,
.searchCountry {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background-color: #e4e4e4;
	z-index: 9
}

.searchProbar,
.searchCitybar,
.searchCountrybar {
	position: absolute;
	top: 0;
	left: 0px;
	width: 5px;
	height: 48px;
	background-color: #525252;
	border-radius: 5px;
	opacity: .5
}

.searchProbar:hover,
.searchCitybar:hover,
.searchCountrybar:hover {
	opacity: 1
}

.model {
	width: 100%;
	height: 1080px;
	opacity: 0.4;
	position: fixed;
	z-index: 9999;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	background-color: #fff;
	display: none;
}

.model>img {
	position: absolute;
	top: 42%;
	left: 50%;
	margin-left: -25px;
}

.loadContent {
	display: none;
	padding: 150px;
	text-align: center;
}

.resultCon {
	display: block;
	width: 850px;
	float: left;
}

.resultCon_box {
	display: block;
	width: 1100px;
	margin: 0px auto;
}

.serchLoading .loadContent {
	/* display: inline-block; */
	display: none;
	width: 800px;
}

.serchLoading .resultCon {
	display: block;
}

.kstb_body_li {
	margin-top: 30px;
	width: 395px;
	height: 108px;
	display: inline-block;
}

.datalist {
	display: block;
	content: "";
	clear: both;
	overflow: hidden;
	/* width: 800px; */
}

.kstbfw_atwo {
	float: left !important;
	display: block;
	margin-top: 3px !important;
	height: 38px;
	width: 420px;
	padding-left: 18px;
	line-height: 38px;
	color: #333;
	font-size: 17px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.kstbfw_pbqone {
	height: 10px;
	display: inline-block;
	margin-left: 18px;
	margin-bottom: 8px;
}

.kstbfw_pbqtwo {
	margin-left: 120px;
	margin-top: 6px;
	color: rgb(150, 150, 150);
}

#jsearch-adv-box>div,
#jsearch-adv-box>div>div,
#jsearch-adv-box>div span {
	float: left;
}

#jsearch-adv-box>div>div {

	text-align: right;
}

#jsearch-adv-box {
	float: left;
	margin-top: 13px;
}

.searchBox_Result .searcheckHot span,
.searchBox_Result .searcheckHot a {
	color: #fff;
	font-size: 17px;
	font-weight: 548;
	display: inline-block;
}

/* 新添加 */
#jsearch-adv-box .ui-adv-search-field-box>div {
	color: #fff;
}

/* 新添加 */
.ui-search-btn-adv {
	display: inline-block;
	display: inline-block;
	margin-left: 20px;
	line-height: 75px;
	font-size: 20px;
	color: #fff;
}

/* 新添加 */

input {
	outLine: none;
}

.allhistory {
	position: absolute;
	top: 73px;
	left: 168px;
	background: #fff;
	z-index: 1000;
	width: 762px;
}

#historylist li {
	padding-left: 10px;
	border-bottom: 1px dashed #E9E9E9;
}

#cljsjcgj {
	cursor: pointer;
}

#jsearch-adv-box {
	display: none;
}

.cleanhistory {
	padding-left: 10px;
}

.ui-adv-search-field-label {
	font-size: 14px;
}

.ui-adv-search-field-box input {
	width: 130px;
	height: 23px;
}

#jsearch-adv-box {
	width: 1100px;
}

.con_right .data1,
.con_right .right_list {
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}



.con_right {
	width: 320px;
	float: right;
	margin-top: 20px;
	margin-left: 30px;
}

.con_right .con_right_list .right_tit4 {
	padding: 10px 12px;
	background: #f0f0f0;
	font-size: 19px;
	font-weight: bold;
}
#relatedrank  .relatedwordRank:hover a{
	color: #bd1a2d;
}

.con_right .con_right_list .right_list ul>span {
	font-size: 20px;
	padding-left: 20px;
	background: url(../../image/result/pic_circle.png) no-repeat 1px 11px;
	line-height: 40px;
}

.con_right .con_right_list .right_list ul>li {
	margin: 0 0 10px 30px;
	width: 210px;
}

.con_right .con_right_list {
	position: relative;
	margin-bottom: 20px;
}

.right_list_sx {
	height: 80%;
	border-left: 1px solid rgb(230, 230, 230);
	position: absolute;
	top: 75px;
	left: 12px;
}


.con_right .con_right_list .right_list ul {
	padding: 5px 20px;
	margin-top: 10px;
}

.relatedwordRank a {
	cursor: pointer;
}

.relatedrank span a {
	font-size: 18px;
	font-weight: 400;
}

.relatedrank li a {
	font-size: 14px;
}

.ui-adv-search-field-box {
	margin-right: 20px;
}

.ui-adv-search-field-label {
	margin-right: 5px;
}

.kstb_body_li_active {
	width: 540px !important;
}

.kstb_body_li_active a:first-child+a {
	width: 410px !important;
}

.yyfw_category {
	position: relative;
	width: 800px;
	float: left;
}

.sport {
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #c40311;
	border-radius: 50px;
	margin-right: 5px;
}

/* 热门服务 */
#hotService {}

.hotService li {
	counter-increment: liNumber;
}

.hotService li {
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	margin-top: 16px;
	padding-left: 30px;
	position: relative;
	margin-left: 0px !important;
}

.hotService li a {
	color: #000000;
	display: inline-block;
	width: 235px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.hotService li a:hover {
	color: #d70416;
}

.hotService li:before {
	content: counter(liNumber);
	display: block;
	color: white;
	font-size: 12px;
	line-height: 18px;
	background-color: #999999;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 4px;
}

.hotService li:first-child:before {
	background-color: #C40311;
}

.hotService li:first-child+li:before {
	background-color: #F0422C;
}

.hotService li:first-child+li+li:before {
	background-color: #FDAB4D;
}


/* 二级结果页 顶部筛选器 */
.tags_div {
	display: none;
	width: 800px;
	padding: 10px;
	padding-left: 22px;
	margin-top: 20px;
}

.tags_title {
	display: inline-block;
	font-weight: 600;
	font-size: 19px;
	line-height: 34px;
	margin-right: 20px;
}

.tags_div .tags {
	display: inline-block;
	font-size: 16px;
	line-height: 34px;
}

.tags {
	height: 36px;
	width: 140px;
	border: 1px solid #d6d6d6;
	text-align: center;
	margin: 0px 10px;
	cursor: pointer;
}

.tags:hover {
	background-color: #c40311;
	color: #ffffff;
	font-weight: 600;
}

.tags_div .active {
	background-color: #c40311;
	color: #ffffff;
	font-weight: 600;
}

.tags_div .gray {
	color: #d6d6d6;
	font-weight: normal;
}

.tags_div .gray:hover {
	background-color: #FFFFFF;
	color: #d6d6d6;
	font-weight: normal;
	cursor: not-allowed;
}

/* 分页 */
.targetPage {
	width: 30px;
	padding: 1px 5px 1px 5px;
	margin: 2px;
	text-align: center;
	display: inline-block;
}

.jump {
	border: #eee 1px solid;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #c40311;
	text-decoration: none;
	cursor: pointer;
}

.jump:hover {
	border: #999 1px solid;
	color: #666;
}

/* 热门资源切换 */
.switch_tab {
	display: inline-block;
	width: 120px;
	border-radius: 6px;
}

.switch_tab span {
	display: inline-block;
	width: 58px;
	line-height: 23px;
	text-align: center;
	border: 2px solid #c40311;
	cursor: pointer;
	color: #c40311;
	font-weight: 600;
	font-size: 14px;
}

.switch_tab .active {
	background-color: #c40311;
	color: #FFFFFF;
}

.switch_tab span:first-child {
	border-radius: 6px 0px 0px 6px;
}

.switch_tab span:last-child {
	border-radius: 0px 6px 6px 0px;
}

.yyfw_condition div {
	display: inline-block;
}

.yyfw_con_left {
	height: 50px;
	line-height: 50px;
}

.fwdx {
	width: 120px;
	position: relative;
	background: url(../../image/result/up.png) no-repeat 94px 18px;
	background-size: 14px 14px;
}

.fwdx_title {
	cursor: pointer;
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.fwdx_box {
	display: none;
	position: absolute;
	z-index: 100;
	top: 40px;
	left: 0px;
	width: 120px;
	height: 90px;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 8%);
	border-radius: 8px;
	padding: 0px 10px;
	background: #FFFFFF;
}

.fwdx_box li {
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #d5d5d5;
}

.fwdx_box li:last-child {
	border-bottom: none;
}

.fwdx_box li:hover {
	color: #c40311;
}

.xsbj {
	position: relative;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	margin-right: 20px;
}

.xsbj_box {
	cursor: pointer;
	position: absolute;
	top: 18px;
	left: 0px;
	width: 14px;
	height: 14px;
	border: 1px solid #999;
	border-radius: 4px;
}

.xsbj .checked {
	background: #c40311 url(../../image/result/dg.png) no-repeat 1px 1px;
	background-size: 10px 10px;
	border: 1px solid #c40311;
}

.no_result {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	color: #666666;
}

/* 纠错词 */
.rewriteQuery {
	width: 1100px;
	height: 30px;
	margin: 0px auto;
	line-height: 30px;
	font-size: 18px;
	margin-top: 30px;
	color: #666;
}

.curr_Word {
	color: #c40311;
	cursor: pointer;
	display: inline-block;
}

.upArea {
	color: #c40311;
	cursor: pointer;
}


/* 专题服务 */
.ztfw_body_li {
	margin-top: 30px;
	width: 380px;
	height: 160px;
	display: inline-block;
	margin-right: 34px;
}

.ztfw_body_li:nth-child(2n) {
	margin-right: 0px;
}

.ztfw_imgBox {
	width: 380px;
	height: 140px;
	display: inline-block;
}

.ztfw_imgicon {
	width: 380px;
	height: 140px;
}

.ztfw_title {
	display: inline-block;
	width: 380px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #bfbfbf;
	border-top: none;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17px;
	font-weight: bold;
}

/* 新增 */
/* 分页样式 */
.pagetion {
	margin-top: 20px;
}

/* 办事指南左侧大括号隐藏 */
.prefix_box {
	display: none;
}


.btnStyle {
	width: 100px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	border: 1px solid #bd1a2d;
	color: #bd1a2d;

}

.work-guide {
	margin-right: 20px;
}

/* 新增模糊搜索 */
#search-results {
	width: 862px;
	background: #FFFFFF;
	box-shadow: 2px 3px 8px 0px rgba(0, 2, 6, 0.16);
	border-radius: 0px 0px 16px 16px;
	position: absolute;
	top: 74px;
	left: 168px;
	z-index: 100;
	display: none;
	padding-bottom: 20px;
}

/* #search-results li{
	padding: 22px 30px 0 30px;
	cursor: pointer;
} */
.highlight {
	color: #c40311;
	font-weight: bold;
}

#search-results .option-list-item {
	padding: 22px 30px 0 30px;
	cursor: pointer;
}




/* 新增    在线办理弹窗 */
#jumpInterceptPop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 220;
}

#jumpInterceptBox {
	position: absolute;
	width: 410px;
	text-align: center;
	background: #fff;
	top: calc(50% - 120px);
	left: calc(50% - 205px);
	border-radius: 12px;
}

#jumpInterceptBox .modal_title {
	width: 100%;
	height: 60px;
	background: #c40311;
	color: #FFF;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	border-radius: 8px 8px 0px 0px;
	font-weight: bold;
}

.colseBtn {
	display: inline-block;
	position: absolute;
	top: 22px;
	right: 20px;
	width: 18px;
	height: 18px;
	background: url(https://gjzwfw.www.gov.cn/fwmh/resources/fwmh/item/index/v1/images/colse.png) no-repeat;
	background-size: 18px 18px;
	cursor: pointer;
}

#jumpInterceptBox .modal_text {
	font-size: 16px;
	line-height: 50px;
	padding: 20px;
}

#jumpInterceptBox .keepGo {
	margin-left: 150px;
	margin-bottom: 20px;
	color: #FFF;
	width: 110px;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border-radius: 8px;
	background-color: #c40311;
	cursor: pointer;
}

/* 办事指南截断文本样式 */
.truncate-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 控制显示两行 */
	overflow: hidden;
	text-overflow: ellipsis;
}

.truncate-text:hover {
	-webkit-line-clamp: none;
	/* 鼠标悬停时取消截断 */
}

/* 热门推荐 */
.search-work-div {
	margin-top: 20px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dashed #dfdfdf;
}

.search-work-content {
	margin-top: 20px;

}

.search-work-head .work-title a {
	color: #000;
}

.main-region .main-region-con p {
	display: inline;
	font-weight: bold;
}

.zqssOut {
	display: inline;
	margin: 2px 2px 2px 10px;
	line-height: 46px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	/* background: linear-gradient(157deg, #3E79EC 0%, #0257E7 100%); */
	background: #c40311;
	border-radius: 23px;
	cursor: pointer;
	padding: 7px 15px;
	font-weight: normal;
}

.yjs .zqss {
	/* margin-left: 20px; */
	color: #fff;
}

.yjs .zqss:hover {
	color: #fff;
}

/*  */
#tips {
	margin-top: 20px;
}

#tips .tips-info-item {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #202020;
	line-height: 18px;
	letter-spacing: 0.6px;
}

#tips .tips-info-item a {
	color: #000;
}


/* 一件事提示 */
.yjsTips {
	margin-top: 20px;
	display: flex;
}

.yjsTips .yjsPic {
	/* border: 2px solid #f0f0f0;
	padding: 10px; */
}

.yjsTips .yjsPic img {
	width: 170px; /*100*/
}

.yjsTips .yjsTxt {
	margin-left: 10px;
	text-indent: 2em;
}

.yjsTips .yjsTxt .goKnow {
	color: #c40311;
}

/* 专题服务——右侧部分样式 */
.con_right .con_right_list .service_list li {
	display: flex;
	align-items: center;
	height: auto;
	/*24px*/
	font-size: 14px;
	line-height: 24px;
	padding-left: 20px;
	position: relative;
	margin-left: 0px !important;
	margin: 10px 0 10px 30px;
	width: 280px;
	/* 300px*/

}

.con_right .con_right_list .service_list li a {
	color: #333;
}

.con_right .con_right_list .right_tit4 {
	display: flex;
	justify-content: space-between;
}

.con_right .con_right_list .right_tit4 .searchRu_More {
	width: auto;
	height: auto;
	line-height: normal;
}

.right_assistant_title {
	display: flex;
	align-items: center;
}

.ztfw_icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../image/result/ztfw.png) no-repeat;
	background-size: 100%;
	margin-right: 8px;
}

.kstb_icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../image/result/kstb.png) no-repeat;
	background-size: 100%;
	margin-right: 8px;
}

.bmfw_icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../image/result/bmfw.png) no-repeat;
	background-size: 100%;
	margin-right: 8px;
}

.glfw_icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../image/result/glfw.png) no-repeat;
	background-size: 100%;
	margin-right: 8px;
}

/* 场景化--业务系统 */
#yewu_system .scene-system-title {
	font-size: 19px;
	font-weight: bold;

}

#yewu_system .system-item {
	margin: 20px 0;

}


/* 一件事搜索词提示 */
.yjs .searchWordsTip {
	font-weight: normal;
	font-size: 16px;
	/* margin-right: 20px; */
}


.hotService_box {
	height: 350px;
}


#cityDraw {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 220;
}

.inner_city_draw {
	position: absolute;
	width: 410px;
	text-align: center;
	background: #fff;
	top: calc(50% - 120px);
	left: calc(50% - 205px);
	border-radius: 12px;
}

.inner_city_draw .modal_title {
	width: 100%;
	height: 60px;
	background: #c40311;
	color: #FFF;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	border-radius: 8px 8px 0px 0px;
	font-weight: bold;
}

.inner_city_draw .modal_text {
	font-size: 16px;
	line-height: 50px;
	padding: 20px 10px;
}

.city_draw_btn {
	display: flex;
	align-items: center;
	justify-content: center;
}


.city_draw_btn div {
	margin-bottom: 20px;
	color: #FFF;
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border-radius: 8px;
	background-color: #c40311;
	cursor: pointer;
}

.city_draw_btn .agree_btn {
	margin-right: 50px;
}

.loading-indicator {
	display: none; 
	padding: 50px 0;
	width: 850px;
	text-align: center;
}

.head {
	width: 1200px !important;
}