@charset "gb2312";

/* city页面独有样式，公共样式已移入common.css */
.pb {
	width: 100%;
	margin: 0 auto;
}

.pbin {
	max-width: 978px;
	width: 100%;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 15px;
	background: #ffffff;
	box-sizing: border-box;
}

.pbox_1 {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #EEEEEE;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 10px;
}

.pbox_1 h1 {
	float: left;
	font-size: 14px;
	margin-right: 10px;
}

.pbox_1 a {
	margin-right: 15px;
}

.pbox_1 span {
	font-size: 14px;
	color: #888888;
}

.pbox_2 {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #F5F5F5;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
	position: relative;
	clear: both;
	display: block;
	box-sizing: border-box;
	padding: 0 10px;
}

.pbox_2 input {
	height: 22px;
	line-height: 22px;
	width: 100px;
	background: url(so.gif) no-repeat;
	background-position: 2px 4px;
	padding-left: 26px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}

.pbox_l {
	float: left;
	margin-right: 14px;
}

.pbox_r a {
	margin-right: 15px;
}

.pbox {
	max-width: 960px;
	width: 100%;
	margin: 2px auto 0 auto;
	line-height: 32px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	clear: both;
	display: block;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.pbox dl {
	clear: both;
	padding: 12px 0;
}

.pbox dt {
	float: left;
	width: 36px;
	padding-left: 1px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.pbox dd {
	max-width: 920px;
	width: calc(100% - 40px);
	float: left;
	box-sizing: border-box;
}

/* 搜索下拉提示框 仅城市页独有 */
.suggestionsBox {
	z-index: 999;
	width: 126px;
	border: 1px #DDDDDD solid;
	background: #FFFFFF;
	position: absolute;
	top: 38px;
	left: 70px;
	color: #333333;
	box-sizing: border-box;
}

.suggestionList {
	z-index: 999;
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.suggestionList li:hover {
	background-color: #F8F8F8;
}

/* 推荐资讯模块 PC端完整展示 */
.tuijian {
	max-width: 978px;
	width: 100%;
	margin: 15px auto 15px auto;
	padding: 12px 10px;
	font-size: 14px;
	color: #333333;
	overflow: visible;
	clear: both;
	background: #ffffff;
	box-sizing: border-box;
	height: auto;
}

.tuijian ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tuijian li.tuijianli {
	float: none;
	width: 300px;
	min-width: 240px;
	line-height: 30px;
	height: 30px;
	text-indent: 12px;
	background: url(../images/ti.gif) no-repeat 0 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	flex: 1;
}

.tuijian li a:link {}

.tuijian li span a {
	font-size: 12px;
}

.tuijian span a:link {
	color: #999;
	font-size: 12px;
}

.tuijian span a:visited {
	color: #999;
	font-size: 12px;
}

/* ===================== 头部logo区域 电脑端全部一行布局 ===================== */
.logoandimgout {
	max-width: 978px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px;
}

.logoandimgdiv {
	display: flex;
	align-items: center;
	gap: 14px;
	white-space: nowrap;
}


/* .logoandimgdiv .logo {
	flex-shrink: 0;
} */

.logoandimgdiv .logo img {
	max-width: 120px;
	height: auto;
	display: block;
}

/* 文字全部横向并排，不换行 */
.logoandimgdiv .gotocity {
	font-size: 28px;
	color: #FF6600;
}

.logoandimgdiv .gotocity span {
	font-size: 28px;
	color: #FF6600;
}

.logoandimgdiv .city_d {
	font-size: 16px;
	color: #ccc;
}

/* ========== 平板适配 992px以下 ========== */
@media screen and (max-width: 992px) {
	.logoandimgdiv .logo img {
		max-width: 180px;
	}

	.logoandimgdiv .gotocity span {
		font-size: 22px;
	}

	.logoandimgdiv .city_d {
		font-size: 14px;
	}

	/* 筛选行取消左右浮动，换行展示 */
	.pbox_1 h1 {
		float: none;
		display: block;
		margin-bottom: 6px;
	}

	.pbox_1 {
		line-height: normal;
		padding: 10px;
	}

	/* 搜索区域上下排列 */
	.pbox_l,
	.pbox_r {
		float: none;
		margin: 8px 0;
	}

	.pbox_2 {
		line-height: 40px;
	}

	.pbox_2 input {
		width: 140px;
	}

	/* 分类dt取消浮动，上下展示 */
	.pbox dt {
		float: none;
		width: 100%;
		margin-bottom: 6px;
	}

	.pbox dd {
		width: 100% !important;
	}

	/* 平板两列 */
	.tuijian li.tuijianli {
		width: calc(50% - 5px);
		min-width: unset;
	}
}

/* ========== 手机端 576px以下 左图+右侧垂直两行文字、左右留白 ========== */
@media screen and (max-width: 576px) {

	/* 全局容器左右统一12px留白，内容不贴屏幕 */
	.logoandimgout,
	.pbin,
	.pbox_1,
	.pbox_2,
	.pbox,
	.tuijian {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	/* 手机flex改为左图、右侧垂直文字 */
	.logoandimgdiv {
		flex-wrap: nowrap;
		gap: 10px;
	}

	.logoandimgdiv .logo img {
		max-width: 140px;
		height: auto;
		flex-shrink: 0;
	}

	/* 右侧文字垂直堆叠 */
	.logoandimgdiv .text-group {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.logoandimgdiv .gotocity span {
		font-size: 18px;
	}

	.logoandimgdiv .city_d {
		font-size: 13px;
	}

	.pbox_1 h1 {
		float: none;
		display: block;
		margin-bottom: 6px;
	}

	.pbox_1 {
		line-height: normal;
	}

	.pbox_l,
	.pbox_r {
		float: none;
		margin: 8px 0;
	}

	.pbox dt {
		float: none;
		width: 100%;
		margin-bottom: 6px;
	}

	.pbox dd {
		width: 100% !important;
	}

	/* 推荐列表手机单行1条 */
	.tuijian ul {
		flex-direction: column;
		gap: 6px;
	}

	.tuijian li.tuijianli {
		width: 100% !important;
		height: 28px;
		line-height: 28px;
	}

	/* 限制高度只显示6条 */
	.tuijian {
		overflow: hidden;
		max-height: 240px;
		margin: 10px auto;
	}

	.tuijian ul {
		max-height: 240px;
		overflow: hidden;
	}

	.tuijian ul li:nth-child(n+7) {
		display: none !important;
	}

	/* 搜索框适配屏幕 */
	.suggestionsBox {
		left: 12px !important;
		width: calc(100% - 24px);
	}
}