.background-gray{
	background-color: #f5f5f5;
}
.fixedwrap {
	height: 148px;
	margin: 10px 0 15px;
	position: relative;
	z-index: 10;
}

a:hover {
	color: #3977a1;
}

/*渐变色黄色*/
.y-linear {
	background: -webkit-linear-gradient(left, #f47517, #f49e17) !important;
	background: -o-linear-gradient(right, #f47517, #f49e17) !important;
	background: -moz-linear-gradient(right, #f47517, #f49e17) !important;
	background: linear-gradient(to right, #f47517, #f49e17) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#f47517, endColorstr=#f49e17);
}

.n-linear {
	background: -webkit-linear-gradient(left, #4358f7, #5b8bf7);
	background: -o-linear-gradient(right, #4358f7, #5b8bf7);
	background: -moz-linear-gradient(right, #4358f7, #5b8bf7);
	background: linear-gradient(to right, #4358f7, #5b8bf7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#4358f7, endColorstr=#5b8bf7);
}

.btn-linear {
	background: -webkit-linear-gradient(left, #f68b44, #f5aa48);
	background: -o-linear-gradient(right, #f68b44, #f5aa48);
	background: -moz-linear-gradient(right, #f68b44, #f5aa48);
	background: linear-gradient(to right, #f68b44, #f5aa48);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#f68b44, endColorstr=#f5aa48);
}

/*广告位*/
.ad-con {
	width: 1200px;
	margin: 0 auto 7px;
	position: relative;
	z-index: 5;
}

.ad-con a,
.ad-con img {
	display: block;
}

/*模块链接*/
.module-con {
	width: 1200px;
	margin: 18px auto 0;
	overflow: hidden;
	box-sizing: border-box;
}

.box-con {
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	width: 226px;
	height: 59px;
	border: solid 1px #eee;
	-moz-box-shadow: 0 3px 3px rgba(83, 83, 83, .06);
	-webkit-box-shadow: 0 3px 3px rgba(83, 83, 83, .06);
	box-shadow: 0 3px 3px rgba(83, 83, 83, .06);
	border: solid 1px rgba(83, 83, 83, .06);
}

.box-con:last-child {
	margin-right: 0;
}

.box-con ul {
	padding-left: 38px;
	line-height: 29px;
	width: 110%;
}

.box-con ul li {
	float: left;
	margin: 0 5px;
	width: 54px;
	overflow: hidden;
}

.t-title {
	position: absolute;
	left: 5px;
	top: -3px;
}

/*头部head*/
.w1200 .searchwrap {
	width: 429px;
	margin: 27px 45px 0 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.fixedwrap .search .submit {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.app-con {
	position: relative;
	/* width: 130px; */
	float: right;
	margin: 21px 56px 0 0;
	/* background: url(../images/line.png) no-repeat center center; */
}

.icon-box {
	position: relative;
	cursor: pointer;
	width: 65px;
	text-align: center;
	float: left;
}

.icon-box p {
	font-size: 14px;
}

.fixedwrap .search .type dd {
	top: 20px;
}

.fixedwrap .header {
	padding-bottom: 20px;
}

/*手机端--悬浮层*/
.app-con .down {
	display: none;
	background: #fff;
	padding: 26px 31px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-top: solid 3px #21acf4;
	z-index: 99;
	-moz-box-shadow: 0 0 9px rgba(83, 83, 83, .14);
	-webkit-box-shadow: 0 0 9px rgba(83, 83, 83, .14);
	box-shadow: 0 0 9px rgba(83, 83, 83, .14);
	-webkit-animation: popup .6s ease-out;
	-moz-animation: popup .6s ease-out;
	animation: popup .6s ease-out;
}

.app-con .down .con-box,
.wx-con .c-box {
	width: 100%;
	float: left;
	margin-right: 16px;
	text-align: center;
}

.app-con .down .con-box:last-child,
.wx-con .c-box:last-child {
	margin-right: 0;
}

.app-con .down .con-box img,
.wx-con .c-box img {
	width: 124px;
	height: 124px;
}

.app-con .down .con-box p,
.wx-con .c-box p {
	color: #a0a0a0;
	text-align: center;
	margin-top: 17px;
}

.app-con .down.app-down {
	/* width: 300px; */
	position: absolute;
	top: 55px;
	left: -60px;
}

.siteAdvObj .advTitleMark {
	display: none;
}

.app-con .down.wx-down {
	/* width: 404px; */
	position: absolute;
	top: 55px;
	left: -60px;
}

.app-con .down.app-down .con-box {
	width: 100%;
	float: left;
}

.mainBox {
	/* width: 100% !important; */
	height: 420px;
}

.banner .slideshow-item {
	width: 100%;
	height: 100%;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-top: 20px;
}

.banner {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.banner-search {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: max-content;
	min-width: 720px;
	height: max-content;
}

.banner-search .title {
	color: #000;
	font-size: 28px;
	text-align: center;
}

.banner .select-box {
	display: flex;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 10px;
	padding: 10px;
	margin-top: 20px;
	width: 100%;
}

.banner .select-box select {
	width: calc(25% - 10px);
	font-size: 16px;
	margin-right: 10px;
	border-radius: 8px;
	background-color: #ffffff;
	border: 0;
	padding: 0 4px;
	outline: none;
}

.banner .select-box .next-box {
	width: 25%;
	position: relative;
	display: flex;
	cursor: pointer;
}

.banner .select-box .next-l {
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border: 22px solid;
	border-color: #28b7f7 #28b7f7 #28b7f7 transparent;
}

.banner .select-box .next {
	margin-left: 22px;
	background-color: #28b7f7;
	width: calc(100% - 41px);
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 44px;
	position: relative;
}

.banner .select-box .next:before {
	content: '';
	position: absolute;
	right: -44px;
	border: 22px solid transparent;
	border-left: 22px solid #28b7f7;
	width: 0;
	height: 0px;
}

/*焦点图*/
.PicFocus {
	float: left;
	width: 1200px;
	height: 420px;
	overflow: hidden;
	position: relative;
}

.PicFocus img {
	width: 700px;
	height: 420px;
}

.PicFocus .bd {
	height: 420px;
}

.PicFocus .bd .slideshow-item {
	position: relative;
}

.PicFocus .bd .slideshow-item .slideinfo {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	padding: 45px 80px 30px 25px;
	font-size: 22px;
	text-align: justify;
	background: -webkit-linear-gradient(top, #000, transparent);
	background: -o-linear-gradient(top, #000, transparent);
	background: -moz-linear-gradient(top, #000, transparent);
	background: linear-gradient(to top, #000, transparent);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00ffffff, endColorstr=#ff000000);
}

.PicFocus .slideshow-item .slideinfo h3 a {
	color: #fff;
	font-weight: bold;
}

.PicFocus .hd {
	position: absolute;
	height: 30px;
	bottom: 0;
	left: 0;
	right: 12px;
	text-align: right;
}

.PicFocus .hd ul li {
	display: inline-block;
	width: 8px;
	height: 8px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: solid 1px #fff;
	margin-left: 10px;
	cursor: pointer;
}

.PicFocus .hd ul li.on {
	width: 8px;
	height: 8px;
	order-radius: 50%;
	background: #fff;
}

.PicFocus:hover .prev {
	display: block;
}

.PicFocus:hover .next {
	display: block;
}

.PicFocus .prev {
	width: 40px;
	height: 60px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 180px;
	display: none;
	-webkit-animation: leftFadeIn .5s ease-out;
	-moz-animation: leftFadeIn .5s ease-out;
	animation: leftFadeIn .5s ease-out;
}

.PicFocus .prev:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/prev.png) no-repeat center;
}

.PicFocus .next {
	width: 40px;
	height: 60px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	right: 0;
	top: 180px;
	display: none;
	-webkit-animation: rightFadeIn .5s ease-out;
	-moz-animation: rightFadeIn .5s ease-out;
	animation: rightFadeIn .5s ease-out;
}

.PicFocus .next:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/next.png) no-repeat center;
}

/*公告列表*/
.NewsBox {
	float: left;
	margin-left: 20px;
	width: 480px;
}

.NewsBox .Newslead {
	position: relative;
	background: #f8f8f8 url(../images/toutiao-bg.png) no-repeat left;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
}

.NewsBox .Newslead span {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.NewsBox .Newslead i {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
	left: 120px;
	background: url(../images/gonggao.png) no-repeat;
}

.NewsBox .Newslead .notice {
	width: 70%;
	float: right;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.NewsBox .Newslead .notice ul {
	overflow: hidden;
}

.NewsBox .Newslead .notice li {
	font-size: 14px;
}

.NewsBox .Newslead .notice li a {
	display: block;
	text-align: left;
	max-width: 430px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.NewsBox .Newslead .notice li s {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: -20px -37px;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.NewsBox .Newslead .notice li a:hover,
.NewsBox .NewsList ul li a:hover {
	color: #447ff8;
}

.NewsBox .NewsList h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 26px;
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.NewsBox .NewsList ul {
	margin: 15px auto;
}

.NewsBox .NewsList ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 34px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.NewsBox .NewsList ul li a span {
	color: #a0a0a0;
	margin-right: 5px;
}

/*模块区域*/
.module-box {
	width: 1200px;
	margin: 15px auto 0;
}

.module-box .con-box {
	width: 300px;
	height: 133px;
	position: relative;
	float: left;
}

.module-box .con-box:last-child {
	margin-right: 0;
}

.module-box .con-box a {
	display: block;
	width: 240px;
	height: 57px;
	padding: 38px 30px;
}

.module-box .con-box.con-bg1 {
	background: url(../images/tuangou.png) no-repeat;
	background-size: cover;
}

.module-box .con-box.con-bg2 {
	background: url(../images/quanjing.png) no-repeat;
	background-size: cover;
}

.module-box .con-box.con-bg3 {
	background: url(../images/miaopai.png) no-repeat;
	background-size: cover;
}

.module-box .con-box.con-bg4 {
	background: url(../images/zhibo.png) no-repeat;
	background-size: cover;
}

.module-box .con-box i {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
	height: 0px;
	width: 0px;
	border-top: 6px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 6px solid transparent;
}

.module-box .con-box span {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

/*推荐商家*/
.recommend-box {
	position: relative;
	z-index: 1;
	margin: 40px auto;
}

.recommend-box .top-box {
	line-height: 40px;
	position: relative;
}

.recommend-box .top-box span.rec-buss {
	float: left;
	font-size: 22px;
	color: #333;
	margin-right: 57px;
}

.recommend-box .top-box span.rec-buss-center {
	font-size: 22px;
	color: #333;
	display: flex;
	justify-content: center;
	max-width: 80%;
	margin: auto;
}

.recommend-box .top-box .see-all {
	color: #28b7f7;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
}

.recommend-box .top-box ul {
	float: left;
}

.recommend-box .top-box ul li {
	cursor: pointer;
	float: left;
	margin-right: 20px;
	font-size: 14px;
	color: #a0a0a0;
}

.recommend-box .top-box ul li:last-child {
	margin-right: 0;
}

.recommend-box .top-box ul li.active {
	color: #447ff8;
}

.recommend-box .top-box a.more,
.hy-info .top-box a.more {
	float: right;
	font-size: 12px;
	color: #a0a0a0;
	text-decoration: none;
}

.recommend-box .top-box a.more:hover {
	color: #447ff8;
}

.recommend-box .top-box a.ruzhu-buss,
.hy-info .newHy .top-box a.ruzhu-buss {
	display: block;
	width: 62px;
	height: 25px;
	line-height: 25px;
	float: right;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 7px;
	margin-right: 55px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.buss-con {
	padding: 15px 0;
}

.show {
	display: block;
}

.buss-con .slideBox {
	width: 100%;
	height: 100%;
	padding-bottom: 25px;
}

.buss-con .slideBox .bd {
	position: relative;
	overflow: hidden;
	height: 200px;
	z-index: 0;
}

.buss-con .slideBox .bd ul li a {
	width: 214px !important;
	height: 180px;
	float: left;
	background: #fff;
	padding: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container0 .swiper-wrapper a .slide-img {
	position: relative;
	padding: 0 2px;
	display: flex;
	align-items: center;
}

.swiper-container0 .swiper-wrapper a .slide-img img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
}

.slide-info {
	margin-left: 10px;
}

.slide-info span.star {
	width: 90px;
	display: inline-block;
	height: 18px;
	background: url(/templates/business/164/images/star2.png) repeat-x;
}

.slide-info span.star i {
	display: block;
	background: url(/templates/business/164/images/star1.png) repeat-x;
	height: 18px;
}

.slide-info p {
	color: #000;
}

.s-title {
	font-size: 16px;
	color: #000;
}

.buss-con .slideBox .bd ul li .slide-img .slide-code {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 999;
	opacity: 0;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.buss-con .slideBox .bd ul li .slide-img .slide-code img {
	width: 90px;
	height: 88px;
	position: absolute;
	top: 21px;
	left: 62px;
}

.swiper-container0 .swiper-wrapper a .slide-title {
	color: #333;
	height: 30px;
}

.buss-con .slideBox .bd ul li .slide-title .s-title {
	display: block;
	float: left;
	font-size: 16px;
	width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swiper-container0 .swiper-wrapper a .s-tip {
	margin-top: 10px;
	display: block;
	float: left;
	margin-left: 3px;
	width: max-content;
	height: 20px;
	padding: 0 10px;
	font-size: 12px;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.title-info {
	margin: 20px;
	color: #333;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 80px;
	overflow: hidden;
}

.swiper-container0 .swiper-wrapper a .s-tip.tip1 {
	background: #10edbc;
}

.swiper-container0 .swiper-wrapper a .s-tip.tip2 {
	background: #f8d617;
}

.swiper-container0 .swiper-wrapper a .s-tip.tip3 {
	background: #f59b1b;
}

.swiper-container0 .swiper-wrapper a .s-tip.tip4 {
	background: #cdccc8;
}

.buss-con .slide-comment {
	margin: 13px 0;
}

.buss-con .slide-comment span {
	font-size: 12px;
	color: #a0a0a0;
	margin-left: 8px;
}

.buss-con .slide-tel {
	font-size: 14px;
	color: #a0a0a0;
}

.buss-con .slideBox .bd ul li a:hover {
	cursor: pointer;
	background: #f8f8f8;
}

.buss-con .slideBox .bd ul li a:hover .slide-code {
	cursor: pointer;
	opacity: 1;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.buss-con .slideBox .bd ul li a:hover .slide-tel {
	color: #333;
}

.buss-con .slide-mark,
.house-con .slide-mark {
	position: absolute;
	width: 49px;
	height: 21px;
	line-height: 20px;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.buss-con .slide-mark.mark1,
.house-con .slide-mark.mark1 {
	background: #f8d617;
	top: 0;
	left: 0;
}

.buss-con .slide-mark.mark2 {
	background: #10edbc;
	top: 0;
	left: 49px;
}

.buss-con .slideBox .hd {
	overflow: hidden;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	z-index: 1;
}

.buss-con .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
}

.buss-con .slideBox .hd ul li {
	cursor: pointer;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #d5d5d5;
	margin: 0 5px;
	border-radius: 100%;
	text-align: center;
}

.buss-con .slideBox .hd ul li.on {
	width: 30px;
	background: #007aff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/*同城活动*/
.activity-box {
	height: 315px !important;
	margin-bottom: 20px !important;
}

.activity-box .ac-more {
	cursor: pointer;
	display: block;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0;
	right: -2px;
	text-align: center;
	background: url(../images/ac-more.png) no-repeat;
	z-index: 99
}

.activity-box .ac-more:hover {
	background: url(../images/ac-more1.png) no-repeat;
	z-index: 999;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.activity-title {
	width: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #fbcd53;
	border: solid 1px #ebba38;
	padding: 67px 19px;
}

.activity-con {
	position: absolute;
	right: 0;
	top: 0;
	left: 75px;
	bottom: 0;
	padding: 20px 0;
	overflow: hidden;
}

.activity-con .slideBox {
	position: relative;
}

.activity-con .slideBox .bd {
	margin-left: 25px;
}

.activity-con .slideBox .bd ul li a {
	width: 224px !important;
	padding: 20px;
	float: left;
}

.activity-con .slideBox .bd ul li a:hover,
.recommend-info .right-con ul li:hover,
.goods-box .tuan-con .main-tuan:hover,
.job-box .job-con ul li:hover,
.house-con ul li:hover,
.house-info .right-con ul li:hover {
	background: #f8f8f8;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.activity-con .slideBox .bd ul li .slide-img,
.activity-con .slideBox .bd ul li .slide-img img {
	width: 225px;
	height: 130px;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	object-fit: cover;
}

.activity-con .slideBox .bd ul li .slide-img:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.activity-con .slideBox .bd ul li .slide-img {
	margin-bottom: 15px;
}

.activity-con .slideBox .bd ul li .slide-title,
.tuan-box .main-tuan .slide-title {
	width: 220px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.activity-con .slideBox .bd ul li .slide-time {
	font-size: 16px;
	color: #a0a0a0;
	margin-bottom: 15px;
}

.activity-con .slideBox .bd ul li .slide-baoming {
	font-size: 14px;
	color: #a0a0a0;
	line-height: 30px;
}

.activity-con .slideBox .bd ul li .slide-baoming .s-num {
	font-size: 16px;
	color: #f47314;
}

.activity-con .slideBox .bd ul li .slide-baoming .baoming {
	display: block;
	float: right;
	width: 79px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #f47314;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.activity-con .slideBox a.prev {
	position: absolute;
	top: 44%;
	left: 0;
	outline: none;
	background: url(../images/prev1.png) no-repeat !important;
}

.activity-con .slideBox a.next {
	position: absolute;
	top: 44%;
	right: 13px;
	background: url(../images/next1.png) no-repeat !important;
	text-align: right;
}

.activity-con .slideBox a.prev,
.activity-con .slideBox a.next {
	display: block;
	outline: none;
	width: 17px !important;
	height: 30px !important;
}

/*推荐信息*/
.recommend-info {
	margin-bottom: 20px;
}

.recommend-info .box-left,
.recommend-info .box-right,
.job-box,
.house-box .box-left,
.house-box .box-right {
	border: solid 1px #eee;
	-moz-box-shadow: 0 3px 3px rgba(83, 83, 83, .06);
	-webkit-box-shadow: 0 3px 3px rgba(83, 83, 83, .06);
	box-shadow: 0 3px 3px rgba(83, 83, 83, .06);
	border: solid 1px rgba(83, 83, 83, .06);
}

.recommend-info .box-left,
.house-box .box-left {
	width: 100%;
	float: left;
	overflow: hidden;
}

.recommend-info .box-right,
.house-box .box-right {
	width: 300px;
	float: right;
	max-height: 560px;
	overflow: hidden;
}

.recommend-info .top-box {
	height: 40px;
	line-height: 40px;
	background: #f8f8f8;
	border-bottom: solid 1px #eee;
}

.recommend-info .top-box .rec-buss {
	float: left;
	font-size: 16px;
	color: #333;
	margin-right: 57px;
	padding-left: 20px;
}

.recommend-info .top-box ul {
	float: left;
}

.recommend-info .top-box ul li {
	cursor: pointer;
	float: left;
	padding: 0 18px;
	font-size: 14px;
	color: #333;
	background: url(../images/re-line.png) no-repeat right;
}

.recommend-info .top-box ul li:last-child {
	background: none;
}

.recommend-info .top-box ul li.active,
.house-box .house-info ul li.active {
	background: #fff;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #fff;
}

.recommend-info .top-box a.fabu,
.tuan-box .tuan {
	display: block;
	width: 62px;
	height: 25px;
	line-height: 25px;
	float: right;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 7px;
	margin-right: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: -webkit-linear-gradient(left, #f68b44, #f5aa48);
	background: -o-linear-gradient(right, #f68b44, #f5aa48);
	background: -moz-linear-gradient(right, #f68b44, #f5aa48);
	background: linear-gradient(to right, #f68b44, #f5aa48);
}

.recommend-info .box-left .info-con {
	display: none;
	padding: 20px 30px 10px;
}

.recommend-info .box-left .show {
	display: block;
}

.recommend-info .picture-con {
	padding-bottom: 15px;
	border-bottom: dashed 1px #eee;
}

.recommend-info .picture-con .picture {
	float: left;
	margin-right: 20px;
}

.recommend-info .picture-con .picture:last-child {
	margin-right: 0;
}

.recommend-info .picture-con .picture img {
	width: 120px;
	height: 120px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

.recommend-info .picture-con .picture:hover img {
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.recommend-info .picture-con .picture p {
	width: 120px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recommend-info .picture-con .picture p:hover {
	color: #447ff8;
}

.recommend-info .news-list {
	padding-top: 15px;
}

.recommend-info .news-list ul {
	width: 110%;
}

.recommend-info .news-list ul li {
	float: left;
	width: 44%;
	margin-right: 2%;
}

.recommend-info .news-list ul li a {
	display: block;
	font-size: 14px;
	color: #333;
	position: relative;
	line-height: 34px;
}

.recommend-info .news-list ul li a:hover {
	color: #447ff8 !important;
}

.recommend-info .news-list ul li a .cir {
	float: left;
	color: #a0a0a0;
	margin-right: 3px;
}

.recommend-info .news-list ul li a .info {
	float: left;
	display: block;
	width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recommend-info .news-list ul li a .news-time {
	float: right;
	color: #919191;
	margin-left: 15px;
}

.recommend-info .news-list ul li a .n-tip,
.job-box .job-con ul li h4 .j-tip {
	display: block;
	float: right;
	margin-top: 8px;
	margin-left: 4px;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.recommend-info .news-list ul li a .n-tip.tip1 {
	background: #f6be12;
}

.recommend-info .news-list ul li a .n-tip.tip2 {
	background: #ff0012;
}

.recommend-info .news-list ul li a .n-tip.tip3 {
	background: #0ac8f7;
}

.recommend-info .news-list ul li a .n-tip.tip4 {
	background: #5669f9;
}

/*求购信息*/
.recommend-info .box-right .top-box {
	padding: 0 15px;
}

.recommend-info .box-right .top-box span.buy-info,
.hourse-box .box-right .top-box span.buy-info {
	float: left;
	font-size: 16px;
	color: #333;
	margin-right: 57px;
}

.recommend-info.info .box-left .top-box a.more {
	float: right;
	margin-right: 15px;
}

.recommend-info .box-left .top-box a.more,
.recommend-info .box-right .top-box a.more,
.goods-box .top-box a.more,
.job-box .top-box a.more {
	float: right;
	font-size: 12px;
	color: #a0a0a0;
	text-decoration: none;
}

.recommend-info .box-left .top-box a.more:hover,
.recommend-info .box-right .top-box a.more:hover,
.goods-box .top-box a.more:hover,
.job-box .top-box a.more:hover {
	color: #447ff8;
}

.recommend-info .box-right .right-con {
	padding-top: 12px;
}

.recommend-info .right-con ul li,
.house-box .house-info .right-con ul li {
	padding: 12px 15px;
}

.li-left {
	float: left;
}

.li-left.top1 {
	width: 31px;
	height: 44px;
	text-align: center;
	margin-top: 5px;
	color: #fff;
}

.li-left.top1 p {
	margin-top: 2px;
	line-height: 15px;
}

.li-right {
	float: left;
	margin-left: 10px;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.recommend-info .right-con ul li .li-right h4,
.house-box .house-info .right-con ul li .li-right h4 {
	font-size: 14px;
	line-height: 20px;
	margin-top: -5px;
	margin-bottom: 5px;
	color: #333;
	width: 229px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recommend-info .right-con ul li .li-right p,
.house-box .house-info .right-con ul li .li-right p {
	font-size: 16px;
	color: #53aaf8;
	line-height: 25px;
}

.recommend-info .right-con ul li .li-right p i,
.house-box .house-info .right-con ul li .li-right p i {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin: 4px 5px 0 0;
	background: url(../images/tel.png) no-repeat center;
}

.recommend-info .right-con ul li .li-right p span,
.house-box .house-info .right-con ul li .li-right p span {
	float: right;
	font-size: 12px;
	color: #a0a0a0;
}

/*推荐团购*/
.tuan-box {
	margin-bottom: 15px;
	height: auto;
}

.tuan-box .top-box .tuan,
.job-box .top-box .job,
.house-box .btn-house {
	margin-right: 30px !important;
}

.tuan-box .tuan-con .main-tuan {
	width: 222px;
	float: left;
	margin-right: 12px;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
}

.tuan-box .tuan-con .main-tuan:last-child {
	margin-right: 0;
}

.tuan-box .main-tuan .slide-img,
.tuan-box .main-tuan .slide-img img {
	width: 222px;
	height: 150px;
	margin-bottom: 20px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	object-fit: cover;
}

.shop-box .main-tuan .slide-img,
.shop-box .main-tuan .slide-img img {
	height: 222px;
}

.tuan-box .main-tuan .slide-img:hover img {
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.tuan-box .main-tuan .slide-sell {
	margin-top: 10px;
	color: #e47625;
	line-height: 24px;
	font-size: 16px;
}

.tuan-box .main-tuan .slide-sell .symbol,
.house-con .slide-price .symbol {
	font-size: 12px;
}

.tuan-box .main-tuan .slide-sell .y-price,
.tuan-box .main-tuan .slide-sell .al-sell {
	color: #a0a0a0;
	font-size: 12px;
}

.tuan-box .main-tuan .slide-sell .y-price {
	text-decoration: line-through;
}

.tuan-box .main-tuan .slide-sell .al-sell {
	float: right;
}

.tuan-box .main-tuan .slide-sell .s-num {
	color: #e47625;
}

/*推荐商品*/
.goods-box {
	margin-top: 15px;
}

.goods-box .top-box,
.job-box .top-box {
	padding-right: 15px;
}

.goods-box .goods-con {
	display: none;
}

.goods-box .show {
	display: block;
	margin-top: 20px;
}

.goods-box .main-tuan .slide-img,
.goods-box.main-tuan .slide-img img {
	margin-bottom: 15px;
}

.goods-box .main-tuan .slide-title,
.goods-box .main-tuan .slide-sell {
	width: 200px;
	padding: 0 10px;
}

.goods-box .main-tuan .slide-sell {
	margin-bottom: 10px;
}

/*企业招聘*/
.job-box .top-box ul li {
	position: relative;
}

.job-box .top-box ul li .hot {
	position: absolute;
	top: 0;
	right: -13px;
}

.job-box .job-con {
	display: none;
	padding: 20px;
}

.job-box .show {
	display: block;
}

.job-box .job-con ul li {
	cursor: pointer;
	width: 366px;
	float: left;
	padding: 10px;
}

.job-box .job-con ul li h4 {
	font-size: 18px;
	color: #333;
	line-height: 25px;
	margin-bottom: 10px;
}

.job-box .job-con ul li h4 .info {
	max-width: 280px;
	float: left;
	margin-right: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.job-box .job-con ul li h4 .j-tip {
	margin-top: 2px;
	font-size: 10px;
}

.job-box .job-con ul li h4 .j-tip.tip1 {
	background: #fb5800;
}

.job-box .job-con ul li h4 .j-tip.tip2 {
	background: #8d15e8;
}

.job-box .job-con ul li h4 .j-tip.tip3 {
	background: #15c8e8;
}

.job-box .job-con ul li p span {
	font-size: 14px;
	color: #8e8e8e;
	border-right: solid 1px #d8d8d8;
	padding: 0 10px;
}

.job-box .job-con ul li p span.pay {
	padding-left: 0;
	color: #fc6200;
}

.job-box .job-con ul li p span.xueli {
	border-right: none;
}

/*一句话招聘*/
.job-box .job-con.zhaopin {
	padding: 25px 15px;
}

.job-box .job-con.zhaopin ul li {
	cursor: pointer;
	width: 390px;
	position: relative;
	padding: 0;
	margin: 0;
}

.job-box .job-con.zhaopin ul li .j-con {
	padding: 18px 20px;
}

.job-box .job-con.zhaopin ul li .j-con h4 {
	margin-bottom: 0;
}

.job-box .job-con.zhaopin ul li .j-con h4 .info {
	font-size: 16px;
	float: left;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.job-box .job-con.zhaopin ul li .j-con h4 .j-time {
	float: right;
	font-size: 14px;
	color: #8e8e8e;
}

.job-box .job-con.zhaopin ul li .j-con p.pay {
	color: #fc6200;
	font-size: 14px;
	margin-bottom: 10px;
}

.job-box .job-con.zhaopin ul li .j-con p.j-style {
	font-size: 16px;
	color: #8e8e8e;
}

.job-box .job-con.zhaopin ul li .j-con p.j-style .j-name {
	color: #187af4;
	font-size: 14px;
	border: none;
}

.job-box .job-con.zhaopin ul li .j-cover {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #6abcf5;
	-moz-box-shadow: 0 0 16px rgba(71, 174, 245, 0.61);
	-webkit-box-shadow: 0 0 16px rgba(71, 174, 245, 0.61);
	box-shadow: 0 0 16px rgba(71, 174, 245, 0.61);
	border: solid 1px rgba(71, 174, 245, 0.61);
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.job-box .job-con.zhaopin ul li .j-cover span,
.job-box .job-con.zhaopin ul li .j-cover p {
	color: #fff !important;
}

/*一句话求职*/
.job-box .job-con.qiuzhi ul li .j-cover {
	background: #f79b64 !important;
	-moz-box-shadow: 0 0 16px rgba(231, 139, 83, 0.61) !important;
	-webkit-box-shadow: 0 0 16px rgba(231, 139, 83, 0.61) !important;
	box-shadow: 0 0 16px rgba(231, 139, 83, 0.61) !important;
	border: solid 1px rgba(231, 139, 83, 0.61);
}

/*简历*/
.job-box .job-con.jianli ul li .li-left,
.job-box .job-con.jianli ul li .li-left img {
	width: 110px;
	height: 135px;
}

.job-box .job-con.jianli ul li .li-right {
	float: left;
	margin-left: 20px;
}

.job-box .job-con.jianli ul li .li-right h3 {
	font-size: 18px;
	color: #333;
}

.job-box .job-con.jianli ul li .li-right h4 {
	font-size: 16px;
	color: #333;
}

.job-box .job-con.jianli ul li .li-right p {
	font-size: 14px;
	color: #8e8e8e;
	line-height: 24px;
}

.job-box .job-con.jianli ul li .li-right p span {
	color: #fc6200;
	border: none;
}

.job-box .job-con.jianli ul li .li-right p.pos {
	max-width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*最新入驻企业*/
.qiye-con {
	padding: 30px;
}

.qiye-con .main-box {
	position: relative;
	width: 170px;
	height: 170px;
	float: left;
	margin-right: 24px;
}

.qiye-con .main-box .jc-logo {
	width: 170px;
	height: 170px;
	display: block;
	object-fit: cover;
}

.qiye-con .main-box:last-child {
	margin-right: 0;
}

.qiye-con .main-box .main-cover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 529px;
	height: 141px;
	background: #fff;
	padding: 15px;
	z-index: 999;
	-moz-box-shadow: 0 0 21px rgba(168, 168, 168, .21);
	-webkit-box-shadow: 0 0 21px rgba(168, 168, 168, .21);
	box-shadow: 0 0 21px rgba(168, 168, 168, .21);
	border: solid 1px rgba(168, 168, 168, .21);
	-webkit-animation: flipInY 1s ease-out;
	-moz-animation: flipInY 1s ease-out;
	animation: flipInY 1s ease-out;
}

.qiye-con .box5 .main-cover,
.qiye-con .box6 .main-cover {
	left: -390px;
}

.qiye-con .main-box .main-cover .c-left,
.qiye-con .main-box .main-cover .c-left img {
	float: left;
	width: 145px;
	height: 145px;
}

.qiye-con .main-box .main-cover .c-right {
	position: relative;
	padding-left: 30px;
	overflow: hidden;
}

.qiye-con .main-box .main-cover .c-right h4 {
	font-size: 18px;
	color: #333;
	line-height: 22px;
}

.qiye-con .main-box .main-cover .c-right p {
	margin: 10px 0;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.qiye-con .main-box .main-cover .c-right p span {
	color: #a0a0a0;
	line-height: 22px;
	border-right: solid 1px #d8d8d8;
	padding: 0 10px;
}

.qiye-con .main-box .main-cover .c-right p span:first-child {
	padding-left: 0;
}

.qiye-con .main-box .main-cover .c-right p span:last-child {
	border: none;
	padding-right: 0;
}

.qiye-con .main-box .main-cover .c-right .zhiwei a {
	margin-left: 5px;
	color: #158ce8 !important;
}

.qiye-con .main-box .main-cover .c-right .p-see {
	margin-top: 36px;
}

.qiye-con .main-box .main-cover .c-right .p-see .btn-qy {
	display: block;
	float: left;
	width: 64px;
	height: 23px;
	margin-right: 20px;
	line-height: 23px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #187af4;
}

.qiye-con .main-box .main-cover .c-right .p-see .all {
	font-size: 12px;
	color: #fb5e08;
}

.qiye-con .main-box:hover .main-cover {
	display: block;
}

/*推荐二手房*/
.house-box {
	border: none;
	box-shadow: none;
	height: auto;
}

.house-box .box-left .house-con {
	display: none;
	padding: 15px 12px;
}

.house-box .box-left .show {
	display: block;
}

.house-box .house-con ul li {
	width: 200px;
	float: left;
	padding: 7px;
}

.house-box .house-con ul li a .slide-img,
.house-box .house-con ul li a .slide-img img {
	width: 200px;
	height: 148px;
	position: relative;
	margin-bottom: 12px;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	object-fit: cover;
}

.house-box .house-con ul li a .slide-img:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.house-box .house-con ul li a .slide-title {
	font-size: 16px;
	width: 200px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.house-box .house-con .slide-mark.mark2 {
	background: #66ccff;
	top: 0;
	left: 49px;
}

.house-box .house-con .slide-mark.mark3 {
	background: #10edbc;
	top: 0;
	left: 98px;
}

.house-box .house-con .slide-price {
	font-size: 16px;
	color: #e8742a;
}

.house-box .house-con .slide-price .h-pos {
	font-size: 12px !important;
	color: #a0a0a0;
	max-width: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.house-box .house-con .slide-price .h-price {
	float: right;
}

.house-box .house-con .slide-info {
	font-size: 14px;
	color: #a0a0a0;
}

.house-box .box-right .peo-info {
	font-size: 16px;
	color: #333;
}

.house-box .right-con {
	padding: 5px 12px;
	max-height: 560px;
	overflow: hidden;
}

.house-box .slideBox {
	padding-bottom: 26px;
	position: relative;
}

.house-box .slideBox .bd ul li .li-box {
	padding: 11px 0;
	border-bottom: dashed 1px #eee;
	overflow: hidden;
}

.house-box .slideBox .bd ul li .li-box:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.house-box .slideBox .bd ul li .li-box .h-left,
.house-box .slideBox .bd ul li .li-box .h-left img {
	float: left;
	width: 80px;
	height: 100px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	object-fit: cover;
}

.house-box .slideBox .bd ul li .li-box .h-left:hover img {
	cursor: pointer;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.house-box .slideBox .bd ul li .li-box .h-right {
	float: left;
	width: 175px;
	margin-left: 15px;
}

.house-box .slideBox .bd ul li .li-box .h-right h4 {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}

.house-box .slideBox .bd ul li .li-box .h-right h4 .btn {
	display: block;
	float: right;
	width: 42px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: -webkit-linear-gradient(left, #4b57fb, #7f79fc);
	background: -o-linear-gradient(right, #4b57fb, #7f79fc);
	background: -moz-linear-gradient(right, #4b57fb, #7f79fc);
	background: linear-gradient(to right, #4b57fb, #7f79fc);
}

.house-box .slideBox .bd ul li .li-box .h-right p {
	font-size: 13px;
	line-height: 22px;
}

.house-box .slideBox .bd ul li .li-box .h-right p span {
	color: #a0a0a0;
}

.house-box .slideBox .hd {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	z-index: 1;
}

.house-box .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
}

.house-box .slideBox .hd ul li {
	cursor: pointer;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #d5d5d5;
	margin: 0 5px;
	border-radius: 100%;
	text-align: center;
}

.house-box .slideBox .hd ul li.on {
	width: 19px;
	background: #007aff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.h-color {
	color: #4f96f8 !important;
}

/*最新求租*/
.house-box .box-right.house-info .top-box {
	padding: 0 15px 0 0;
}

.house-box .box-right.house-info .top-box ul li {
	padding: 0 18px;
	margin: 0;
}

.house-box .box-right .top-box {
	padding: 0 15px;
}

.house-box .box-right.house-info .right-con {
	padding: 12px 0 0 0;
	-webkit-animation: rightFadeIn .6s ease-out;
	-moz-animation: rightFadeIn .6s ease-out;
	animation: rightFadeIn .6s ease-out;
}

.house-info .h-info {
	display: none;
}

.house-info .show {
	display: block;
}

/*同城交友*/
.tcheng-box {
	height: 220px;
}

.tcheng-box .tcheng-con {
	padding: 25px;
}

.tcheng-box .tcheng-con ul li {
	width: 25%;
	float: left;
}

.tcheng-box .tcheng-con ul li .li-left,
.tcheng-box .tcheng-con ul li .li-left img {
	width: 104px;
	height: 126px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

.tcheng-box .tcheng-con ul li .li-left:hover {
	cursor: pointer;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.tcheng-box .tcheng-con ul li .li-right {
	margin-left: 15px;
}

.tcheng-box .tcheng-con ul li .li-right h4 {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tcheng-box .tcheng-con ul li .li-right p.p-style1 {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}

.tcheng-box .tcheng-con ul li .li-right p .p-color {
	font-size: 14px;
	color: #919191;
}

.tcheng-box .tcheng-con ul li .li-right p.p-style2 {
	font-size: 14px;
	color: #a0a0a0;
	height: 20px;
}

.tcheng-box .tcheng-con ul li .li-right p.p-style3 {
	margin-top: 10px;
}

.tcheng-box .tcheng-con ul li .li-right p.p-style3 a {
	display: block;
	float: left;
	width: 72px;
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.tcheng-box .tcheng-con ul li .li-right p.p-style3 a.peo-index {
	background: #53aaf8;
	margin-right: 10px;
}

.tcheng-box .tcheng-con ul li .li-right p.p-style3 a.peo-index:hover {
	background: #47a1f2;
}

.tcheng-box .tcheng-con ul li .li-right p.p-style3 a.say {
	background: #f878a8;
}

.tcheng-box .tcheng-con ul li .li-right p.p-style3 a.say:hover {
	background: #f4679c;
}

/*推荐黄页*/
.hy-info .box-left {
	overflow: visible;
}

.hy-info .hy-con {
	display: none;
	padding: 15px 25px;
}

.hy-info .show {
	display: block;
}

.hy-info .top-box a.more {
	float: right !important;
	padding-right: 15px;
}

.hy-info .hy-con ul li {
	width: 33%;
	float: left;
	margin: 9px 0;
}

.hy-info .hy-con ul li a .li-left,
.hy-info .hy-con ul li a .li-left img {
	width: 62px;
	height: 62px;
}

.hy-info .hy-con ul li a .li-right h5 {
	font-size: 14px;
	color: #333;
	max-width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hy-info .hy-con ul li a .li-right .h-contact .h-color {
	font-size: 16px;
}

.hy-info .hy-con ul li a .li-right .h-contact .h-color,
.hy-info .hy-con ul li a .li-right .h-contact img {
	float: left;
}

.hy-info .hy-con ul li a .li-right .h-contact .h-weixin {
	position: relative;
	margin-left: 10px;
	float: left;
	z-index: 1;
}

.h-code {
	display: none;
	position: absolute;
	top: 30px;
	left: -50px;
	padding: 8px;
	background: url(../images/code-bg.png) no-repeat center center;
	background-size: 115%;
}

.h-code img {
	width: 114px;
	height: 114px;
}

.hy-info .hy-con ul li a .li-right .h-contact .h-weixin:hover {
	z-index: 2;
}

.hy-info .hy-con ul li a .li-right .h-contact .h-weixin:hover .h-code {
	display: block;
	transition: all 0.5s;
}

.hy-info .hy-con ul li a .li-right p img {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}

.hy-info .hy-con ul li a .li-right p span {
	display: block;
	float: left;
	max-width: 180px;
	line-height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hy-info .newHy .top-box a.ruzhu-buss {
	margin-right: 0;
}

.newHy .right-con {
	padding: 10px 0;
}

.newHy .right-con ul li {
	width: 266px;
	float: none;
	padding: 10px 17px;
	margin: 0;
}

/*悬浮*/
.kefu-box {
	width: 70px;
	position: fixed;
	bottom: 10%;
	right: 18px;
	background: #fff;
	-moz-box-shadow: 0 0 16px rgba(83, 83, 83, .15);
	-webkit-box-shadow: 0 0 16px rgba(83, 83, 83, .15);
	box-shadow: 0 0 16px rgba(83, 83, 83, .15);
	border: solid 1px #eee;
	z-index: 9999;
}

.kefu-box .con-box {
	cursor: pointer;
	position: relative;
	padding: 4px 11px;
	text-align: center;
}

.kefu-box .con-box p {
	font-size: 10px;
	color: #a0a0a0 !important;
}

.kefu-box .con-box .k-cover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #6451f6;
	-webkit-animation: rightFadeIn .6s ease-out;
	-moz-animation: rightFadeIn .6s ease-out;
	animation: rightFadeIn .6s ease-out;
}

.kefu-box .con-box .k-cover p {
	color: #fff !important;
}

/*qq*/
.kefu-box .con-box .public-con {
	display: none;
	width: 470px;
	position: absolute;
	top: 0;
	right: 70px;
	height: auto;
	box-sizing: border-box;
	padding: 15px 20px;
	border-top: solid 2px #21acf4 !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	-moz-box-shadow: 0 0 9px rgba(83, 83, 83, .14);
	-webkit-box-shadow: 0 0 9px rgba(83, 83, 83, .14);
	box-shadow: 0 0 9px rgba(83, 83, 83, .14);
	border: solid 1px rgba(83, 83, 83, .14);
	-webkit-animation: flipInX .8s ease-out;
	-moz-animation: flipInX .8s ease-out;
	animation: flipInX .8s ease-out;
}

.kefu-box .con-box .public-con s {
	position: absolute;
	top: 30px;
	right: -7px;
	width: 7px;
	height: 17px;
	background: url(../images/r-icon.png) no-repeat center;
}

.kefu-box .con-box .qq-con .q-box {
	padding-bottom: 15px;
	border-bottom: dashed 1px #efefef;
}

.kefu-box .con-box .qq-con .q-left,
.kefu-box .con-box .qq-con .q-right {
	float: left;
	text-align: left;
}

.kefu-box .con-box .qq-con .q-left img {
	margin-top: 5px;
}

.kefu-box .con-box .qq-con .q-right {
	margin-left: 15px;
}

.kefu-box .con-box .qq-con .q-right h4 {
	font-size: 16px;
	color: #21acf4;
}

.kefu-box .con-box .qq-con .q-right p.p-time {
	font-size: 12px;
	color: #a0a0a0;
}

.kefu-box .con-box .qq-con ul li {
	width: 33%;
	float: left;
	padding: 15px 0;
}

.kefu-box .con-box .qq-con ul li img {
	margin: 5px 10px 0 0;
	float: left;
}

.kefu-box .con-box .qq-con ul li span {
	display: block;
	float: left;
	line-height: 40px;
}

/*电话*/
.kefu-box .con-box .cover {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: #6451f6;
	width: 222px;
	height: 40px;
	padding: 15px;
	transition: all .2s;
	-webkit-animation: rightFadeIn .6s ease-out;
	-moz-animation: rightFadeIn .6s ease-out;
	animation: rightFadeIn .6s ease-out;
}

.kefu-box .con-box .cover .c-left {
	float: left;
	text-align: left;
	line-height: 20px;
}

.kefu-box .con-box .cover .c-right {
	float: right;
}

.kefu-box .con-box .cover .c-left p.p1 {
	font-size: 14px;
	color: #fff !important;
}

.kefu-box .con-box .cover .c-left p.p2 {
	font-size: 20px;
	color: #fff !important;
}

/*发布信息*/
.kefu-box .con-box .pub-con {
	display: none;
	position: absolute;
	top: 0;
	right: 70px;
	min-height: 200px;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 9px rgba(83, 83, 83, .14);
	-webkit-box-shadow: 0 0 9px rgba(83, 83, 83, .14);
	box-shadow: 0 0 9px rgba(83, 83, 83, .14);
	border: solid 1px #eee;
	border-top: none;
	-webkit-animation: flipInX .8s ease-out;
	-moz-animation: flipInX .8s ease-out;
	animation: flipInX .8s ease-out;
}

.kefu-box .con-box .fabu-con {
	width: 470px;
}

.kefu-box .con-box .pub-con .f-top {
	position: relative;
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: url(../images/f-top.png) no-repeat center center;
	background-size: cover;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.kefu-box .con-box .pub-con .f-top .btn-close {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 26px;
	height: 26px;
	border: none;
	background: url(../images/f-close.png) no-repeat center;
}

.kefu-box .con-box .pub-con ul {
	float: left;
	margin-top: 5px;
	position: relative;
	padding: 15px 25px;
}

.kefu-box .con-box .pub-con ul li {
	float: left;
	position: relative;
	width: 82px;
	float: left;
	padding: 5px 0;
	margin: 5px 11px;
	text-align: center;
}

.kefu-box .con-box .pub-con ul li:hover {
	background: #f8f8f8;
	z-index: 2;
}

.kefu-box .con-box .pub-con ul li img {
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
}

.kefu-box .con-box .pub-con ul li.curr s {
	position: absolute;
	left: 40%;
	bottom: -13px;
	width: 17px;
	height: 6px;
	background: url(../images/t-icon.png) no-repeat;
	z-index: 999;
}

.kefu-box .con-box .sub-fi {
	display: none;
	z-index: 99;
	position: absolute;
	right: 0;
	top: 99px;
	width: 440px;
	padding: 25px;
	box-sizing: border-box;
	background: #fff;
	-moz-box-shadow: 0 0 9px rgba(83, 83, 83, .14);
	-webkit-box-shadow: 0 0 9px rgba(83, 83, 83, .14);
	box-shadow: 0 0 9px rgba(83, 83, 83, .14);
	border: solid 1px #eee;
}

.kefu-box .con-box .sub-fi:nth-child(4n) {
	margin-right: 0;
}

.kefu-box .con-box .sub-fi a {
	float: left;
	width: 17%;
	margin: 1.2%;
	padding: 0;
	display: block;
	height: 20px;
	font-size: 12px;
	padding: 5px 0;
	border: solid 1px #eee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kefu-box .con-box .sub-fi a:hover {
	color: #6451f6;
	border: solid 1px #6451f6;
}

/*商家入驻*/
.kefu-box .con-box .bu-con {
	display: none;
	width: 503px;
}

.kefu-box .con-box .bu-con ul.fb-list li {
	margin: 0 10px 10px 0;
}

.kefu-box .con-box .bu-con ul.fb-list li:nth-child(5n) {
	margin: 0 0 10px 0;
}

/*微信*/
.kefu-box .con-box .wx-con {
	padding: 26px 31px !important;
}

.kefu-box .con-box .wx-con .c-box {
	padding: 0;
}

.fixedwrap .search .hotkey a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 59px;
}

.article {
	display: flex;
	justify-content: space-between;
	height: 50px;
	margin-top: 10px;
}

.inputbox {
	width: calc(100% - 100px);
}

.inputbox .inpbox {
	height: 100%;
}

.inputbox input {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0 10px;
	font-size: 16px;
	line-height: 50px;
	outline: none;
}

.article .submit {
	width: 100px;
	background-color: #3977a1;
	font-size: 16px;
	color: #ffffff;
	border: 0;
	cursor: pointer;
}

.swiper-container {
	margin: 20px 0 !important;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.recommend-box .swiper-container .swiper-slide {
	font-size: 18px;
	background: #fff;
	width: 100%;
	height: 100%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 15px 15px 0 0;
}

.swiper-container1 .swiper-slide a {
	width: 100%;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.border-l {
	border: 1px solid #cecfce;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
	width: 100%;
}

.maintenance {
	display: flex;
	height: auto;
	padding: 10px;
}

.maintenance .left-info {
	align-items: flex-start;
}

.maintenance .right-img img {
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 0;
}

.left-info {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 5px 0;
}

.left-info .title {
	font-size: 16px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

.left-info p {
	font-size: 14px;
	color: #a0a0a0;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 170px;
}

.right-img img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	border-radius: 15px 15px 0 0;
	display: block;
}

.swiper-container2 .swiper-wrapper .alist-li {
	width: 100%;
	/* border: 1px solid #cecfce; */
	display: flex;
	text-align: left;
	border-radius: 10px;
	overflow: hidden;
}

.recommend-box .swiper-container .swiper-slide .alist-li {
	border-radius: 10px;
	overflow: hidden;
}

.swiper-container2 .swiper-wrapper .alist-li img {
	width: 240px;
	height: 240px;
	display: block;
	object-fit: cover;
	margin-right: 20px;
}

.swiper-container2 .swiper-wrapper .alist-li .info {
	width: calc(100% - 270px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.swiper-container2 .swiper-wrapper .alist-li .info h3 {
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
}

.swiper-container2 .swiper-wrapper .alist-li .info div {
	font-size: 16px;
	color: #a0a0a0;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
	display: none;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	display: block;
}

.swiper-container3 .swiper-wrapper .alist-li img {
	width: 360px;
	height: 240px;
	display: block;
	object-fit: cover;
	margin-right: 20px;
}

.swiper-container3 .swiper-wrapper .alist-li .info {
	margin-top: 10px;
}

.keyword-box {
	position: absolute;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, .6);
	border-radius: 5px;
	margin-top: 4px;
	overflow: hidden;
	display: none;
}

.keyword-box li {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	text-align: left;
	padding: 0 10px;
	cursor: pointer;
}

.keyword-box li:hover {
	background-color: #f5f5f5;
}

.line_w,
.line,
.line-f {
	width: 80%;
	background-color: #eeeeee;
	height: 15px;
	margin-top: 20px;
	margin: 20px auto 0;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.line-s_w,
.line-s,
.line-s-f {
	background-color: #3977a1;
	width: 0%;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
}

.lf {
	width: max-content;
	max-width: 1200px;
	min-width: 420px;
	margin: auto;
}

.formCommon {
	margin-top: 30px;
}

.tips_w,
.tips,
.tips-f {
	color: red;
	height: 40px;
	line-height: 40px;
}

.img_box li .img_show {
	width: 100%;
	height: 100%;
}

.img_box li .img_show img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lf .step_w,
.lf .step,
.lf .step-f {
	display: flex;
	align-items: center;
}

.lf .step_w .perv_w,
.lf .step .perv,
.lf .step .perv-f {
	background-color: #ffffff;
	color: #333;
	border: 1px solid #e5e5e5;
}

.step_w div,
.step div,
.step-f div {
	width: 180px;
	height: 44px;
	background: #3977a1;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	margin: auto;
	cursor: pointer;
}

.apply-none,
.apply-none_w,
.apply-none-f {
	display: none;
}

.form_p {
	display: flex;
	flex-direction: column;
}

.lf .label {
	margin-right: 12px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
}

.lf .form_p input {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	width: 100%;
	border: 1px solid #E5E5E5;
	border-radius: 2px;
	padding-left: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 10px 0;
	padding-right: 14px;
}

.form-row select {
	width: 100%;
	height: 34px;
	padding-left: 14px;
	font-size: 14px;
	-webkit-appearance: none;
	background: #fff url(../images/sortDown.png) no-repeat 95% center;
	border-radius: 4px;
	border: 1px solid #E5E5E5;
	border-radius: 2px;
	margin-top: 20px;
}

.checkbox-warp {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.mui-input-row {
	display: flex;
	margin: 5px 0;
}

.mui-input-row input {
	width: 20px;
	height: 20px;
}

.mui-input-row label {
	margin: 0 20px 0 10px;
}

.house_type {
	display: flex;
	flex-direction: column;
}

.info input {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	width: 100%;
	border: 1px solid #E5E5E5;
	border-radius: 2px;
	padding-left: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 20px;
	padding-right: 14px;
	/* padding-left: 74px; */
}

.year {
	position: absolute;
	right: 16px;
	bottom: 16px;
	color: #a0a0a0;
	font-size: 14px;
}

.lf .form_p textarea {
	min-height: 40px;
	display: inline-block;
	height: 120px;
	line-height: 34px;
	width: 100% !important;
	border: 1px solid #E5E5E5;
	border-radius: 2px;
	padding-left: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 20px;
	padding-right: 14px;
}

.img_box {
	background: #fff;
	position: relative;
}

.img_box li {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	float: left;
	position: relative;
	background: #f5f5f5;
	margin: 5px 5px 0 0;
}

.img_box li.upload_btn .mask_btn,
.img_box li.upload_btn1 .mask_btn,
.img_box li.upload_btn2 .mask_btn {
	opacity: 0;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#filePicker,
#filePicker1,
#filePicker2,
#filePicker3,
#filePicker4,
#filePicker5 {
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.upload_btn img,
.upload_btn1 img,
.upload_btn2 img,
.upload_btn3 img,
.upload_btn4 img,
.upload_btn5 img {
	width: 40px;
	height: 40px;
	margin: 0px auto 5px;
	display: block;
}

.upload_btn p,
.upload_btn1 p,
.upload_btn2 p,
.upload_btn3 p {
	font-size: 14px;
	color: #8D8E91;
	text-align: center;
}

.img_box li.upload_btn,
.img_box li.upload_btn1,
.img_box li.upload_btn2,
.img_box li.upload_btn3,
.img_box li.upload_btn4,
.img_box li.upload_btn5 {
	border: 1px dashed #C8CACF;
	background: #fff;
	box-sizing: border-box;
}

.formCommon .inpbox .areaCode {
	top: 22px;
	line-height: 34px;
	border-radius: 4px 0 0 4px;
	bottom: 2px;
	left: 2px;
}

.areaCode i {
	font-style: normal;
}

.areaCode s {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #666;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

.formCommon .inpbox {
	position: relative;
	display: inline-block;
}

.select_div,
.select_div_w,
.select_div-f {
	display: flex;
	flex-direction: column;
}

#phone,
#phone_w,
#phone-f {
	padding-left: 90px;
}

.pop {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}

.pop-show {
	width: 520px;
	padding: 10px 0;
	height: max-content;
	background-color: #ffffff;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.pop-show .pop-header {
	margin: 0 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #f5f5f5;
	position: relative;
	padding-bottom: 10px;
}

.pop-show .pop-header .icon-close {
	position: absolute;
	right: 0;
	font-size: 26px;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 1;
	cursor: pointer;
}

.pop_w,
.pop-f {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}

.pop-show_w,
.pop-show-f {
	width: 520px;
	padding: 10px 0;
	height: max-content;
	background-color: #ffffff;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.pop-show_w .pop-header_w,
.pop-show-f .pop-header-f {
	margin: 0 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #f5f5f5;
	position: relative;
	padding-bottom: 10px;
}

.pop-show_w .pop-header_w .icon-close_w,
.pop-show-f .pop-header-f .icon-close-f {
	position: absolute;
	right: 0;
	font-size: 26px;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 1;
	cursor: pointer;
}

.next-none_w,
.next-none-f {
	display: none;
}

.container4-box {
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.container4-box .li {
	width: 48%;
	/* border: 1px solid #cecfce; */
	border-radius: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	overflow: hidden;
	background-color: #ffffff;
}

.container4-box .li:hover .name {
	color: #3977a1;
}

.container4-box .li a:hover {
	color: #000;
}

.container4-box .li .top {
	display: flex;
}

.container4-box .li .top .l {
	width: 220px;
	text-align: center;
}

.container4-box .li .top .l .avatar img {
	width: 220px;
	height: 180px;
	object-fit: cover;
	border-radius: 0 0 10px 0;
}

.container4-box .li .top .r {
	height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 10px;
	padding: 10px 0;
	box-sizing: border-box;
}

.container4-box .li .top .r .time {
	display: flex;
	align-items: flex-start;
}

.container4-box .li .top .r .time img {
	width: 18px;
	margin-right: 5px;
	margin-top: 5px;
}

.container4-box .li .bottom {
	display: flex;
	width: calc(100% - 5px);
	margin-top: 5px;
}

.container4-box .li .bottom .li-l {
	width: calc(25% - 5px);
	display: flex;
	align-items: center;
	margin-left: 5px;
	background: linear-gradient(to right, #ffb90c, #ffa60c);
	border-radius: 50px;
	margin-bottom: 10px;
	padding: 5px 8px;
	text-align: center;
	justify-content: center;
	font-size: 14px;
}

.container4-box .li .bottom .li-img img {
	width: 36px;
	padding: 5px;
}

.code-list {
	display: flex;
	flex-wrap: wrap;
}

.code-list .li img {
	width: 220px;
	margin: 0 10px 10px 0;
}