/* 两列布局容器 */
.content-wrapper {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	gap: 20px;
	position: relative;
	z-index: 10;
}

/* 左侧侧边栏 */
.sidebar-list {
	width: 250px;
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #fff;
	position: relative;
    top: -114px;
}

.sidebar-title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.sidebar-icon {
	width: 37px;
	height: 37px;
	background :url(../images/sidebar-icon.gif) no-repeat center center;
	display: inline-block;
	margin-right: 10px;
	flex-shrink: 0;
}

.sidebar-title h3 {
	font-size: 23px;
	font-weight: 700;
	color: #333;
	margin: 0;
	letter-spacing: 1px;
}

.sidebar-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-menu li {
	margin-top: 20px;
}

.sidebar-menu li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 15px;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border-radius: 4px;
	transition: all 0.3s ease;
	font-size: 16px;
}

.sidebar-menu li a:hover {
	background-color: #f5f5f5;
}

.sidebar-menu li a.current {
	background: url(../images/sidebar_menu_current.gif) no-repeat center center;
	color: #fff;
}

.sidebar-menu li a.current:hover {
	background: url(../images/sidebar_menu_current.gif) no-repeat center center;
}

.arrow-icon {
	color: #fff;
	font-size: 16px;
	margin-left: auto;
	height: 12px;
    width: 7px;
	background: url(../images/arrow-icon.gif) no-repeat center center;
}

/* 右侧主内容区 */
.main-content {
	flex: 1;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #fff;
	position: relative;
    top: -65px;
}

.info-header {
	margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 70px 15px 15px;
    border-bottom: 1px #ddd solid;
}

.info-header .popular {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}


.info-header .popular h3 {
	font-size: 20px;
	color: #1c9d43;
	margin: 0;
}

.info-header .location {
	font-size: 14px;
	color: #666;
	line-height: 19px;
}

#select dd,
.ding {
	position: relative
}

.media-body-des,
.media-label,
.typo-small {
	text-overflow: ellipsis
}

#select dd a,
.list_simple ul div span.larea,
.media-body-des,
.media-label,
.typo-small {
	overflow: hidden;
	white-space: wrap
}

#select dd a,
.media-body-title a:hover,
.new_listhd .listhdleft a {
	text-decoration: none
}

.small,
.typo-small,
figcaption,
small {
	font-size: 14px;
	color: #888
}

small.pull-right {
	margin: 0;
}

.typo-smalls {
	color: #999;
	font-size: 12px;
	display: flex;
	gap: 15px;
	margin-bottom: 10px;
}
.typo-smalls .pull-right {
	margin: 0;
	float: none;
}

.typo-small {
	color: #666;
	font-size: 14px;
	height: auto;
	line-height: 1.6;
	margin: 10px 0 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.detail {
	width: 100%;
	text-align: right;
	margin-top: 10px;
}
.detail a::before {
	content: '[MORE+]';
	font-size: 14px;
}
.detail a {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1.6;
	text-align: right;
	color: #1c9d43;
	font-size: 0;
	background: transparent;
	padding: 0;
	text-decoration: none;
}
.detail a:hover {
	text-decoration: underline;
	color: #1a8d3a;
}

.wrapper {
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	height: auto;
	width: 998px;
	background: #fff
}

#select {
	text-align: left;
	font-size: 16px;
	margin: 20px 15px 15px 5px
}

#select dl {
	padding: 0;
	margin: 7px 10px 9px 10px;
	overflow: hidden;
	zoom: 1
}

#select dl.lastdl {
	padding-bottom: 0;
	border: none;
	float: right
}

#select dl.fore {
	border-top: 0;
	float: left;
}

#select dl form {
	margin: 0 16px;
	line-height: 26px;
	padding-bottom: 10px
}

#select dl form input.searchinput {
	color: #999;
	border: 1px solid #d4d4d4;
	background: url(../images/global/daohangbg.gif) 0 -240px repeat-x;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	width: 260px;
	border-radius: 8px;
}

#select dt {
	float: left;
	width: 90px;
	text-align: right;
	line-height: 28px
}

#select dd {
	float: right;
	overflow: hidden
}

#select dd div {
	float: left;
	height: 28px;
	line-height: 28px;
	margin-right: 13px;
	padding-bottom: 7px
}

#select dd a,
#select dd a:link,
#select dd a:visited {
	padding: 2px 8px;
	border-radius: 2px
}

#select dd a.curr:link,
#select dd a.curr:visited,
#select dd a:active {
	color: #fff;
	padding: 3px 16px;
	border-radius: 4px
}

#select-brand .content {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0
}

#select-brand .content div {
	overflow: hidden
}

*html #select-brand .tab b {
	overflow: hidden
}

.new_listhd .listhdcenter,
.normal_listhd .listhdcenter {
	color: grey;
	text-align: left;
	padding: 0 5px;
}

.new_listhd .listhdcenter span,
.normal_listhd .listhdcenter span {
	color: #f30
}

.new_listhd .listhdright,
.normal_listhd .listhdright {
	float: right;
	height: 30px;
	text-align: right;
	overflow: hidden;
	margin: 5px 15px;
	padding: 5px 8px;
	border-radius: 6px;
	background: #0f52bb;
	transition: all 0.3s;
	box-shadow: 0 4px 6px -1px rgb(59 130 246 / 0.3), 0 2px 4px -2px rgb(59 130 246 / 0.3);
}

.new_listhd .listhdright:hover {
	transform: scale(1.05);
}

.new_listhd .listhdright a,
.normal_listhd .listhdright a {
	color: #fff;
	font-size: 15px;
}

.img_count {
	color: #fff;
	background: #396;
	padding: 0 4px;
	margin-left: 5px;
	font-size: 14px;
	border-radius: 2px
}

.certify,
.tuijian {
	color: #fff;
	padding: 0 4px;
	margin-left: 5px;
	font-size: 14px;
	border-radius: 2px
}

.tuijian {
	background: #f78015
}

.certify {
	background: #2aa1e0
}

.information_list {
	/* 信息列表容器 */
}

/* 移除旧的popular样式，使用新的info-header样式 */
.information_list .popular {
	display: flex;
	align-items: center;
	padding: 0;
	margin-bottom: 10px;
}

.information_list .popular .title-line {
	display: none;
}

.information_list .popular h3 {
	font-size: 22px;
	padding: 0;
	letter-spacing: 0;
	margin: 0;
}

.information_list .popular .title-circle {
	display: none;
}

.information .popular .title-circle {
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: radial-gradient(circle at center, #F97316 0%, #f5e4d3 80%, #fff1e4 100%);
	box-shadow: 0 0 16px 4px rgba(249, 115, 22, 0.2);
	flex-shrink: 0;
}

.sep {
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	background-color: transparent;
	border-radius: 0;
	gap: 0;
}

.section {
	text-align: left
}

.hovercolor {
	/* background-color: #f8f8f9; */
}

.ding {
	background: url(../images/category/ding.gif) bottom right no-repeat #fffae7;
	zoom: 1
}

.media {
	transition: transform 0.3s ease-in-out;
	margin-bottom: 25px;
	display: flex;
	align-items: flex-start;
	background-color: #fff;
	padding: 20px;
	border-radius: 4px;
	border-bottom: 1px solid #eee;
}

.media:hover {
	transform: translateY(-2px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.media-hover {
	background: #fff
}

.media-caps {
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 15px;
	margin-left: 8px
}

.media-cap {
	display: block;
	flex-shrink: 0;
	margin-right: 20px;
}
.media-cap img {
	width: 200px;
	height: 150px;
	object-fit: cover;
	background-color: #363636;
	display: block;
	border-radius: 4px;
}

.media-body {
	line-height: 1.6;
	display: flex;
	flex-direction: column;
	padding: 0;
	justify-content: space-between;
	align-items: flex-start;
}

.media-label {
	line-height: 1;
	width: 100px;
	display: inline-block
}

.media-body-title {
	width: 100%;
	margin-bottom: 8px;
}
.media-body-title a {
	font-size: 20px;
	text-align: left;
	color: #333;
	font-weight: 700;
	display: block;
	height: auto;
	line-height: 1.4;
	overflow: hidden;
}

.media-box {
	border: 1px solid #eee;
	padding: 0;
	min-height: 64px
}

.media-box .media-cap,
.media-box .media-caps {
	border: 0;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	height: auto;
	background: #81ba15
}

.media-box .media-cap i,
.media-box .media-caps i {
	font-size: 24px;
	text-align: center;
	line-height: 64px
}

.media-box .media-cap .icon-envelope,
.media-box .media-caps .icon-envelope {
	height: 80px;
	line-height: 80px
}

.media-box .media-body {
	padding: 10px 10px 10px 0
}

.media-body p {
	line-height: 30px
}

.media .typo-smalls {
	display: flex;
	gap: 15px;
}

.media .typo-smalls .pull-right {
	margin: 0;
	float: none;
}

/* .cfix::after {
	content: '';
	width: 100%;
	transform: translateY(-50%);
	height: 2px;
	background-color: #12438f;
	border-radius: 30px;
	box-shadow: 0 0 5px 1px #12438f;
	-webkit-mask-image: linear-gradient(to right,
			transparent 0%,
			black 20%,
			black 80%,
			transparent 100%);
	mask-image: linear-gradient(to right,
			transparent 0%,
			black 20%,
			black 80%,
			transparent 100%);
} */

span.cates {
	margin-left: 10px;
	color: 585858
}

span.highlight {
	margin-left: 5px
}

span.highlights {
	font-size: 16px;
	font-weight: 700;
	color: #f30
}

.pull-rights {
	margin-right: 50px;
	float: right;
	margin-top: 10px
}

.list_pet ul {
	background-color: #fff
}

.list_pet ul div {
	height: 120px;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px #ddd solid
}

.list_pet ul div span.ltitlevalue {
	display: block;
	float: left;
	width: auto;
	font-size: 18px;
	margin-left: 20px;
	overflow: hidden;
	line-height: 40px;
	margin-top: 20px
}

.list_pet ul div font.ltitlevaluer {
	font-size: 14px
}

.list_pet ul div span.ltitlevalue a {
	color: #000
}

.list_pet ul div span.ltitlevalue .area {
	color: #585858;
	font-size: 14px;
	margin-left: 5px
}

.list_pet ul div span.ltime {
	font-size: 14px;
	display: block;
	float: right;
	width: 100px;
	color: #888;
	line-height: 80px;
	margin-right: 15px
}

.list_pet ul div span.lprice {
	font-size: 14px;
	width: 100px;
	display: block;
	line-height: 120px;
	float: left;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: red
}

.list_pet ul div span.lfaceimg {
	display: block;
	float: left;
	width: 110px;
	margin-left: 15px;
	margin-top: 15px;
	height: 90px;
	overflow: hidden;
	text-align: center
}

.list_pet ul div span.lfaceimg img {
	width: 90px;
	height: 70px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #e3e3e2
}

.list_jianli .firstr,
.list_jianli ul div.hover,
.list_zpqz ul div.hover {
	border-bottom: 1px #ddd solid;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid
}

.list_zpqz ul {
	background-color: #fff
}

.list_zpqz ul .hover {
	height: 80px;
	line-height: 80px;
	padding: 0 10px
}

.list_zpqz ul div span.ltitle {
	overflow: visible;
	display: block;
	float: left;
	width: 26%;
	height: 80px;
	font-size: 14px;
	margin-left: 10px;
	overflow: hidden;
	text-align: left
}

.list_zpqz ul div span.ltitle a {
	color: #000;
	font-size: 16px
}

.list_zpqz ul div span.ltime {
	display: block;
	float: right;
	width: 100px;
	color: #888;
	text-align: right;
	margin-right: 15px;
	font-size: 14px
}

.list_zpqz ul div span.lsalary {
	display: block;
	float: right;
	width: 170px;
	font-size: 14px;
	color: #f30;
	font-size: 14px
}

.list_zpqz ul div span.lcompany {
	display: block;
	float: right;
	width: 210px;
	text-align: left;
	overflow: hidden;
	height: 80px;
	font-size: 14px
}

.list_zpqz ul div span.larea {
	width: 60px;
	height: 80px;
	display: block;
	float: right;
	color: #585858;
	overflow: hidden;
	font-size: 14px
}

.list_jianli ul {
	background-color: #fff
}

.list_jianli .firstr {
	font-weight: 700;
	background-color: #fbfbfb;
	font-size: 14px;
	height: 60px;
	line-height: 60px
}

.list_jianli ul .hover {
	height: 80px;
	line-height: 80px
}

.list_jianli ul div span.ltitle {
	overflow: visible;
	display: block;
	float: left;
	width: 30%;
	margin-left: 20px;
	overflow: hidden;
	text-align: left;
	font-size: 16px
}

.list_jianli ul div span.ltitle a {
	color: #000
}

.list_jianli ul div span.lterm {
	display: block;
	float: left;
	width: 80px;
	color: #585858;
	font-size: 14px
}

.list_jianli ul div span.ltime {
	display: block;
	float: right;
	width: 80px;
	color: #585858;
	margin-right: 25px;
	font-size: 14px
}

.list_jianli ul div span.lxb {
	display: block;
	float: left;
	width: 70px;
	color: #585858;
	font-size: 14px
}

.list_jianli ul div span.lexp {
	font-size: 14px
}

.list_jianli ul div span.lage {
	display: block;
	float: left;
	width: 70px;
	font-size: 14px;
	margin-left: 20px;
	text-align: right
}

.list_jianli ul div span.lxueli {
	text-align: center;
	width: 120px;
	display: block;
	float: right;
	margin-right: 20px;
	color: #585858;
	font-size: 14px;
	overflow: hidden
}

.list_house ul {
	background-color: #fff
}

.list_house ul div {
	height: 120px;
	text-align: left;
	padding: 10px 5px;
	border-bottom: 1px #dedede solid
}

.list_house ul div span.ltitlevalue {
	margin-top: 13px;
	color: #000;
	display: block;
	float: left;
	width: auto;
	margin-left: 20px;
	overflow: hidden;
	line-height: 28px;
	font-size: 18px
}

.list_house ul div span.ltitlevalue a {
	color: #000
}

.list_house ul div span.ltitlevalue .area {
	color: #585858;
	font-size: 12px !important;
	margin-left: 5px
}

.list_house ul div span.ltime {
	font-size: 14px;
	display: block;
	float: right;
	width: 100px;
	color: #888;
	line-height: 80px;
	text-align: center
}

.list_house ul div span.lfaceimg {
	display: block;
	float: left;
	overflow: hidden;
	text-align: center;
	margin-top: 8px
}

.list_house ul div span.lfaceimg img {
	width: 108px;
	height: 80px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px #ddd solid
}

.list_house ul div span.lprice {
	font-size: 14px;
	display: block;
	float: right;
	width: 150px;
	line-height: 28px;
	text-align: center;
	margin-top: 18px
}

.list_house ul div span.rprice {
	color: red;
	font-size: 18px;
	font-weight: 700;
	margin-right: 5px
}

.list_zufang ul {
	background-color: #fff
}

.list_zufang ul div {
	height: 120px;
	padding: 10px 5px;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px #ddd solid
}

.list_zufang ul div span.ltitlevalue a {
	color: #000
}

.list_zufang ul div span.ltitlevalue {
	margin-top: 15px;
	margin-bottom: 10px;
	display: block;
	float: left;
	width: auto;
	margin-left: 20px;
	overflow: hidden;
	line-height: 28px;
	font-size: 18px
}

.list_zufang ul div span.ltitlevalue .area {
	color: #585858;
	font-size: 14px !important;
	margin-left: 5px
}

.list_zufang ul div span.ltime {
	font-size: 14px;
	display: block;
	float: right;
	width: 100px;
	color: #888;
	line-height: 80px;
	text-align: center
}

.list_zufang ul div span.lfaceimg {
	display: block;
	float: left;
	width: 120px;
	height: 90px;
	overflow: hidden;
	text-align: center;
	margin-top: 12px
}

.list_zufang ul div span.lfaceimg img {
	width: 118px;
	height: 88px;
	margin-top: 8px;
	margin-left: 10px;
	border: 1px #ddd solid
}

.list_zufang ul div span.lprice {
	font-size: 14px;
	display: block;
	float: right;
	width: 110px;
	overflow: hidden;
	line-height: 28px;
	text-align: center;
	margin-top: 18px
}

.list_zufang ul div span.rprice {
	color: red;
	font-size: 18px;
	font-weight: 700;
	margin-right: 5px
}

.list_simple .firstr {
	border-bottom: 1px #f1f1f1 solid;
	font-weight: 700
}

.list_simple ul {
	background-color: #fff
}

.list_simple ul div {
	padding: 0 5px;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px #ddd solid
}

.list_simple ul div span.ltitle {
	display: block;
	float: left;
	width: 70%;
	height: 80px;
	font-size: 16px;
	margin-left: 10px;
	overflow: hidden;
	text-align: left
}

.list_simple ul div span.ltitle a {
	color: #000
}

.list_simple ul div span.ltime {
	font-size: 14px;
	display: block;
	float: right;
	width: 80px;
	color: #888
}

.list_simple ul div span.larea {
	font-size: 14px;
	width: 15%;
	height: 80px;
	display: block;
	float: left;
	color: #585858
}

.list_box ul {
	background-color: #fff;
	margin-top: 4px
}

.list_box ul div {
	margin-bottom: 6px;
	margin-right: 10px;
	margin-top: 6px;
	padding: 10px 20px;
	height: 320px;
	width: 248px;
	float: left;
	display: block;
	border: 2px #ddd solid
}

.list_box ul .nomr {
	margin-right: 0 !important
}

.list_box ul div span.ltitle {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	overflow: hidden;
	text-align: left
}

.list_box ul div span.ltitle a {
	color: #000
}

.list_box ul div span.neirong {
	color: #888;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	height: 220px;
	padding: 10px 0;
	width: 100%;
	display: block;
	overflow: hidden;
	border-top: 1px #d6d6d6 solid;
	border-bottom: 1px #d6d6d6 solid
}

.list_box ul div span.neirong a {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.list_box ul div span.ltime {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	width: 100%;
	color: #999
}

.list_box ul div span.ltime .ltel {
	background: url(../images/index/telicon.gif) 0 9px no-repeat;
	text-indent: 12px;
	font-size: 14px;
	display: block;
	float: left;
	width: 115px;
	height: 30px;
	overflow: hidden;
	text-align: left;
	color: #3592e2;
	font-weight: 700
}

.list_box ul div span.ltime .ldate {
	display: block;
	float: right;
	width: 75px;
	height: 30px;
	text-align: right;
	overflow: hidden
}

.infolists {
	height: auto;
	display: block;
}

.blue #select dd a.curr:link,
.blue #select dd a.curr:visited,
.blue #select dd a:active {
	border: 1px solid #3592e2;
	color: #3592e2
}

.blue .new_listhd {
	border-bottom: 1px #ddd solid
}

.blue .new_listhd .listhdleft a.currentr {
	border-bottom: 2px #3592e2 solid;
	color: #3592e2
}

.green #select dd a.curr:link,
.green #select dd a.curr:visited,
.green #select dd a:active {
	border: 1px solid #42b712;
	color: #42b712
}

.green .new_listhd {
	border-bottom: 1px #ddd solid
}

.green .new_listhd .listhdleft a.currentr {
	border-bottom: 2px #42b712 solid;
	color: #42b712
}

.orange #select dd a.curr:link,
.orange #select dd a.curr:visited,
.orange #select dd a:active {
	background: #0f52bb;
	color: #fff
}

.orange .new_listhd {
	/* 橙色主题样式 */
}

.orange .new_listhd .listhdleft a.currentr {
	color: #fff
}

.red #select dd a.curr:link,
.red #select dd a.curr:visited,
.red #select dd a:active {
	border: 1px solid #C40000;
	color: #C40000
}

.red .new_listhd {
	border-bottom: 1px #ddd solid
}

.red .new_listhd .listhdleft a.currentr {
	border-bottom: 2px #C40000 solid;
	color: #c40000
}

.full .wrapper {
	width: 1198px !important
}

.full .list_house ul div span.lprice,
.full .list_zufang ul div span.lprice {
	margin-right: 100px
}

.full .list_zpqz ul div span.larea {
	margin-left: 100px
}

.full .list_jianli ul div span.lage,
.full .list_jianli ul div span.lxb,
.full .list_jianli ul div span.lxueli,
.full .list_zpqz ul div span.lsalary {
	text-align: right
}

.new_listhd {
	border-bottom: 1px #ddd solid
}

.new_listhd .listhdleft {
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;

}

.new_listhd .listhdleft .category {
	display: flex;
}

.new_listhd .listhdleft .category li .current {
	background-color: #1c9d43;
	color: #fff;
}

.v.new_listhd .listhdleft div {
	overflow: hidden;
	background: url("../images/category_bag1.gif") no-repeat;
	background-size: 100% 100%;
	width: 327px;
	height: 489px;
	line-height: 335px;
	transition: background-image 0.4s ease-in-out;
}

.new_listhd .listhdleft a.currentr {
	display: block;
	padding-right: 5px;
	padding-left: 5px
}

.new_listhd .listhdleft span {
	/* 列表头部左侧span样式 */
}

.new_listhd .listhdleft a {
	display: block;
	text-align: center;
	letter-spacing: 2px;
}

.listhdleft .category a {
	font-size: 16px;
	width: 175px;
	height: 67px;
	line-height: 67px;
	color: #555;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
}

.listhdleft .category a.current {
	background-color: #1c9d43;
	color: #fff;
}

#select dl form input.new_searchsubmit {
	border-radius: 8px;
	height: 32px;
	width: 80px;
	border: 0;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	background-color: #0f52bb;
	transition: all 0.3s;
	box-shadow: 0 4px 6px -1px rgb(59 130 246 / 0.3), 0 2px 4px -2px rgb(59 130 246 / 0.3);
}

#select dl form input.new_searchsubmit:hover {
	transform: scale(1.05);
}

#select dl form input.normal_searchsubmit {
	height: 26px;
	width: 68px;
	border: 0;
	background: url(../images/category/searchsbt.gif) 0 -26px no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer
}

#select dl form input.normal_searchsubmit:hover {
	background: url(../images/category/searchsbt.gif) no-repeat
}

.xx3 {
	color: #e28d90;
	font-size: 12px;
	border: 1px solid #e28d90;
	padding: 1px 5px;
	margin: 3px 6px 2px 0
}

.xx1,
.xx2,
.xx4,
.xx10 {
	font-size: 12px;
	padding: 1px 5px;
	margin: 2px 6px 2px 0
}

.xx2,
.xx10 {
	border: 1px solid #a2c15f;
	color: #a2c15f
}

.xx1 {
	border: 1px solid #89a9d3;
	color: #89a9d3
}

.xx4 {
	border: 1px solid #c597c0;
	color: #c597c0
}

.xx9 {
	color: #e28d90;
	font-size: 12px;
	border: 1px solid #e28d90;
	padding: 1px 5px;
	margin: 3px 6px 2px 0
}

.xx5,
.xx6,
.xx7,
.xx8 {
	font-size: 12px;
	padding: 1px 5px;
	margin: 2px 6px 2px 0
}

.xx6 {
	border: 1px solid #a2c15f;
	color: #a2c15f
}

.xx8 {
	border: 1px #89a9d3 solid;
	color: #89a9d3
}

.xx7 {
	color: #c597c0;
	border: 1px #c597c0 solid
}

.xx5 {
	border: 1px #C0C36E solid;
	color: #C0C36E
}

.xx1,
.xx2,
.xx3,
.xx4,
.xx5,
.xx6,
.xx7,
.xx8 {
	border-radius: 2px
}

.inforbox {
	position: absolute;
	display: none;
	margin-top: -60px;
	margin-left: 230px
}

.inforbox .arrow {
	position: absolute;
	left: -5px;
	top: 15px;
	z-index: 5
}

.inforbox .arrow em,
.inforbox .arrow span,
.zhaopin-xx .xx-mingqi .mingqi01 .inforbox .arrow span {
	display: block;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden;
	position: relative;
	overflow: hidden
}

.inforbox .arrow span {
	border-color: transparent #fff transparent transparent;
	border-style: dashed solid dashed dashed;
	border-width: 10px;
	top: -20px;
	left: 3px
}

.inforbox .arrow em {
	border-style: dashed solid dashed dashed;
	border-width: 10px
}

.inforbox .tipsbox {
	border-radius: 5px;
	width: 650px;
	position: absolute;
	top: -18px;
	left: 14px;
	background: #fff;
	z-index: 4;
	color: #282828;
	padding: 12px 25px 15px 25px
}

.inforbox .tipsbox .ib-btn {
	background: #fd8000;
	color: #fff;
	padding: 8px 15px;
	float: right;
	line-height: normal;
	margin-top: 15px
}

.inforbox .tipsbox h3 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	line-height: normal;
	margin-bottom: 15px;
	margin-top: 10px
}

.inforbox .tipsbox h3 span {
	width: auto;
	display: inline;
	float: none
}

.inforbox .tipsbox h3 span {
	vertical-align: middle;
	margin-left: 5px
}

.inforbox .tipsbox span.tip {
	color: #999;
	font-size: 16px;
	line-height: normal;
	padding-bottom: 5px;
	display: block;
	width: auto;
	height: auto;
	float: none
}

.inforbox .tipsbox span.tip span {
	width: auto;
	height: auto;
	height: 24px;
	line-height: 24px
}

.inforbox .tipsbox span.tip img {
	margin-top: -3px;
	margin-right: 10px
}

.inforbox .tipsbox span.tip a {
	color: #999;
	text-decoration: underline;
	font-size: 16px
}

.inforbox .tipsbox span.tip a:hover {
	text-decoration: none
}

.inforbox .tipsbox .lists {
	width: 650px;
	font-size: 16px;
	height: auto;
	overflow: auto;
	border-top: 1px dashed #d6d6d6;
	border-bottom: 1px dashed #d6d6d6;
	padding: 10px 0
}

.inforbox .tipsbox .lists li {
	width: 315px;
	margin-right: 10px;
	float: left;
	border: none;
	height: 34px;
	line-height: 34px;
	overflow: hidden
}

.inforbox .tipsbox .lists li.long {
	width: 600px
}

.inforbox .tipsbox .lists li span {
	color: #888;
	width: auto;
	height: auto
}

.inforbox .tipsbox .lists li a {
	color: #999;
	text-decoration: underline
}

.inforbox .tipsbox .lists li a:hover {
	text-decoration: none
}

.inforbox .tipsbox dl.content {
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0;
	display: block;
	float: none;
	clear: left;
	border-bottom: 1px dashed #d6d6d6
}

.inforbox .tipsbox dl.warning {
	border: none;
	font-size: 14px;
	background: url(../images/information/notice.gif) 5px center no-repeat #F7F7F7;
	line-height: 20px;
	padding: 10px 15px 10px 45px
}

.inforbox .tipsbox dl.noborder {
	border: none
}

.inforbox .tipsbox dl dt {
	display: block;
	float: none;
	line-height: 28px
}

.inforbox .tipsbox dl dd {
	display: block;
	float: none
}

.inforbox .tipsbox dl dd em {
	font-style: normal;
	border: 1px solid #f93;
	padding: 0 4px;
	margin: 5px 0 0 5px;
	float: left;
	color: #f60
}

.jl-bt .inforbox .tipsbox {
	width: 600px
}

.jl-bt .inforbox .tipsbox .lists {
	width: 600px
}

.list_jianli .jl-bt .title {
	float: left;
	max-width: 300px;
	overflow: hidden;
	height: 37px
}

.jl-bt .inforbox .tipsbox dl dt {
	color: #888
}

.mq-jp {
	background: url(zp-tup.gif) no-repeat -56px -286px;
	width: 42px;
	height: 17px;
	line-height: 17px;
	text-indent: 4px;
	color: #fff;
	position: relative;
	left: 0;
	top: 3px;
	margin-right: 5px;
	float: left
}

.inforbox .mayi {
	margin-right: 3px;
	padding: 2px;
	border: 1px #BEBEBE solid;
	color: #999;
	font-size: 12px;
	border-radius: 2px
}

.blue .inforbox .arrow em {
	border-color: transparent #3592e2 transparent transparent
}

.blue .inforbox .tipsbox {
	border: 2px solid #3592e2
}

.green .inforbox .arrow em {
	border-color: transparent #42b712 transparent transparent
}

.green .inforbox .tipsbox {
	border: 2px solid #42b712
}

.orange .inforbox .arrow em {
	border-color: transparent #f78015 transparent transparent
}

.orange .inforbox .tipsbox {
	border: 2px solid #f78015
}

.red .inforbox .arrow em {
	border-color: transparent #C40000 transparent transparent
}

.red .inforbox .tipsbox {
	border: 2px solid #C40000
}