﻿.h-container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
/*顶部广告*/

.h-ad-top {
	height: 60px;
	overflow: hidden;
}
.h-ad-top img {
	width: 960px;
	height: 60px;
}
/*导航栏*/

.h-nav {
	width: 100%;
	height: 70px;
	overflow: hidden;
	margin: 5px auto;
}
.h-nav .h-nav-body {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	background-color: rgba(141, 86, 146, 0.09);
}
.h-nav .h-nav-body .h-logo img {
	height: 70px;
}
.h-nav .h-nav-body .h-navs ul {
	overflow: hidden;
}
.h-nav .h-nav-body .h-navs li.nav-list {
	width: 240px;
	height: 70px;
	float: left;
	padding-left: 5px;
}
.h-nav .h-nav-body .h-navs li.nav-list .nav-title {
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 38px;
	margin-top: 20px;
	background: url(../images/nav-bg.jpg) no-repeat;
	width: 90px;
	height: 38px;
}
.h-nav .h-nav-body .h-navs li.nav-list ul {
	width: 140px;
	height: 50px;
	overflow: hidden;
	float: left;
	padding-top: 15px;
	margin-left: 10px;
}
.h-nav .h-nav-body .h-navs li.nav-list ul li {
	float: left;
	width: 70px;
	text-align: center;
	line-height: 24px;
}
.h-nav .h-nav-body .h-navs li.nav-list ul li a {
	color: #000;
	font-size: 14px;
}
.h-nav .h-nav-body .h-navs li.nav-long {
	width: 310px;
}
.h-nav .h-nav-body .h-navs li.nav-long ul {
	width: 210px;
}
/*头部广告列表*/

.h-ad-list {
	overflow: hidden;
	padding-top: 10px;
}
.h-ad-list li {
	float: left;
	height: 80px;
	margin-bottom: 5px;
}
.h-ad-list li img {
	height: 80px;
	width: 960px;
}
/*焦点*/

.h-foucs {
	height: 250px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.h-foucs .h-banner {
	width: 600px;
	height: 250px;
}
.h-foucs .focusBox {
	position: relative;
	width: 600px;
	height: 250px;
	overflow: hidden;
	text-align: left;
	background: white;
}
.h-foucs .focusBox .pic img {
	width: 600px;
	height: 250px;
	display: block;
}
.h-foucs .focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	overflow: hidden;
}
.h-foucs .focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}
.h-foucs .focusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	left: 50px;
	bottom: -36px;
}
.h-foucs .focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 18px;
	text-decoration: none;
}
.h-foucs .focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 8px;
}
.h-foucs .focusBox .num li {
	float: left;
	position: relative;
	width: 18px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}
.h-foucs .focusBox .num li a,
.h-foucs .focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}
.h-foucs .focusBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.h-foucs .focusBox .num li.on a,
.h-foucs .focusBox .num a:hover {
	background: #f60;
}
.h-foucs-list {
	width: 340px;
	height: 250px;
}
.h-foucs-list .h-foucs-ad img {
	width: 340px;
	height: 100px;
}
.h-foucs-list .h-foucs-text {
	height: 140px;
	/*margin-top: 10px;*/
	width: 340px;
}
.h-foucs-list .h-foucs-text li {
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	height: 40px;
}
.h-foucs-list .h-foucs-text li a {
	font-size: 14px;
	color: #0632cf;
	font-weight: bold;
}
/*中部广告*/

.h-ad-mid {
	height: 80px;
	overflow: hidden;
}
.h-ad-mid img {
	width: 960px;
	height: 80px;
}
/*楼市新闻*/

.h-news {
	height: 470px;
	margin: 10px auto;
}
.h-news .h-news-body {
	width: 938px;
	height: 448px;
	padding: 10px;
	border: 1px solid #ccc;
}
.h-news .h-news-body .h-news-left {
	width: 580px;
	overflow: hidden;
}
.h-news .h-news-body .h-news-left h2 {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
}
.h-news .h-news-body .h-news-left .h-news-top {
	height: 210px;
}
.h-news .h-news-body .h-news-left .h-news-top h2 {
	font-size: 16px;
	border: none;
	text-align: center;
}
.h-news .h-news-body .h-news-left .h-news-top h2 a {
	color: #000;
}
.h-news .h-news-body .h-news-left .h-news-top .h-news-img img {
	height: 170px;
	width: 300px;
}
.h-news .h-news-body .h-news-left .h-news-top .h-news-desc {
	width: 270px;
	height: 170px;
}
.h-news .h-news-body .h-news-left .h-news-top .h-news-desc p {
	font-size: 14px;
	line-height: 25px;
	text-indent: 2em;
}
.h-news .h-news-body .h-news-left .h-news-top .h-news-desc p a {
	color: #000;
}
.h-news .h-news-body .h-news-left .h-news-bottom {
	height: 185px;
	margin-top: 10px;
}
.h-news .h-news-body .h-news-left .h-news-bottom .h-news-imglist {
	width: 310px;
}
.h-news .h-news-body .h-news-left .h-news-bottom .h-news-imglist li {
	float: left;
	width: 145px;
	height: 92px;
	margin-right: 10px;
}
.h-news .h-news-body .h-news-left .h-news-bottom .h-news-imglist li img {
	width: 145px;
	height: 70px;
}
.h-news .h-news-body .h-news-left .h-news-bottom .h-news-imglist li p {
	line-height: 22px;
}
.h-news .h-news-body .h-news-left .h-news-bottom .h-news-imglist li a {
	color: #000;
	font-size: 12px;
}
.h-news .h-news-body .h-news-left .h-news-bottom .h-news-list {
	width: 270px;
}
.h-news .h-news-body .h-news-left .h-news-bottom .h-news-list li {
	width: 270px;
	overflow: hidden;
}
.h-news .h-news-body .h-news-right .h-news-list li {
	width: 350px;
	overflow: hidden;
	height: 27px;
}
.h-news .h-news-body .h-news-left .h-news-bottom .h-news-list li i,
.h-news .h-news-body .h-news-right .h-news-list i {
	background: url(../images/j.jpg) no-repeat 0px 5px;
	width: 15px;
	height: 27px;
	display: block;
	float: left;
}
.h-news .h-news-body .h-news-left .h-news-bottom .h-news-list a,
.h-news .h-news-body .h-news-right .h-news-list a {
	color: #000;
	line-height: 27px;
}
.h-news .h-news-body .h-news-right {
	width: 350px;
	overflow: hidden;
}
.h-news .h-news-body .h-news-right h2 {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	color: #d23055;
	line-height: 40px;
	position: relative;
}
.h-news .h-news-body .h-news-right h2 a {
	position: absolute;
	line-height: 40px;
	font-size: 14px;
	color: #000;
	right: 10px;
}
.h-news .h-news-body .h-news-right .h-news-ad img {
	width: 350px;
	height: 60px;
	margin: 10px 0;
}
.h-news .h-news-body .h-news-right .h-news-adlist {
	margin: 10px 0;
}
.h-news .h-news-body .h-news-right .h-news-adlist li {
	height: 60px;
	margin-bottom: 5px;
}
.h-news .h-news-body .h-news-right .h-news-adlist li.s1 img {
	width: 245px;
	height: 60px;
}
.h-news .h-news-body .h-news-right .h-news-adlist li.s2 img {
	width: 95px;
	height: 60px;
}
.h-news .h-news-body .h-news-right .h-news-adlist li.s3 img {
	width: 350px;
	height: 70px;
}
/*广告滚动*/

.h-ad-scroll {
	height: 120px;
	overflow: hidden;
	margin-bottom: 10px;
}
.slideGroup {
	width: 958px;
	border: 1px solid #ccc;
	text-align: left;
}
.slideGroup .parHd {
	height: 30px;
	line-height: 30px;
	background: #f4f4f4;
	padding: 0 20px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.slideGroup .parHd ul {
	float: left;
	position: absolute;
	left: 20px;
	top: -1px;
	height: 32px;
}
.slideGroup .parHd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
}
.slideGroup .parHd ul li.on {
	height: 30px;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 2px solid #fff;
}
.slideGroup .slideBox {
	overflow: hidden;
	zoom: 1;
	padding: 5px 0 5px 12px;
	position: relative;
}
.slideGroup .sPrev,
.slideGroup .sNext {
	position: absolute;
	left: 5px;
	top: 10px;
	display: block;
	width: 10px;
	height: 94px;
	background: url(../images/icoLeft.gif) center center no-repeat;
}
.slideGroup .sNext {
	left: auto;
	right: 5px;
	background: url(../images/icoRight.gif) center center no-repeat;
}
.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}
.slideGroup .parBd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.slideGroup .parBd ul li .pic {
	text-align: center;
}
.slideGroup .parBd ul li .pic img {
	width: 165px;
	height: 100px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}
.slideGroup .parBd ul li .pic a:hover img {
	border-color: #999;
}
.slideGroup .parBd ul li .title {
	line-height: 24px;
}
/*友情链接*/

.h-link {
	padding: 10px;
}
.h-link a {
	color: #a6a6a6;
	font-size: 12px;
	padding: 0 20px;
	line-height: 30px;
}
/*版权信息*/

.h-copy p {
	line-height: 40px;
	color: #666;
	text-align: center;
}
.h-yjls{
	height:375px;
	margin:10px auto;
}
.h-yjls .h-news-body h2 {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	position:relative;
}
.h-yjls .h-news-body h2 span{
	font-size:14px;
	float:right;
	position:absolute;
	right:10px;
}
.h-yjls .h-news-body {
	width: 938px;
	height: 352px;
	padding: 10px;
	border: 1px solid #ccc;
}
.h-yjls .h-news-body .h-yjls-imglist{
	margin-top:10px;
}
.h-yjls .h-news-body .h-yjls-imglist li
{
	float: left;
	width: 146px;
	height: 154px;
	margin-left: 5px;
	margin-right:5px;
}
.h-yjls .h-news-body .h-yjls-imglist li img
{
width: 146px;
height: 110px;
}
.h-yjls .h-news-body .h-yjls-imglist li a {
color: #ff1c20;
font-size: 12px;
}
.h-yjls .h-news-body .h-box2 li {
width: 306px;
height: 25px;
display: block;
float: left;
line-height:25px;
}
.h-yjls .h-news-body .h-box2 i {
background: url(../images/j.jpg) no-repeat 0px 5px;
width: 15px;
height: 25px;
display: block;
float: left;
}
/*预留位 */

.h-2s{
	margin:10px auto; 
	height:510px;
}
.h-2s .h-2s-left{
	width:430px;
	height: 488px;
	padding: 10px;
	border: 1px solid #ccc;
	float:left;
}
.h-2s .h-2s-right{
	width:475px;
	height: 488px;
	padding: 10px;
	border: 1px solid #ccc;
	float:right;
}
.h-2s .h-2s-right h2,.h-2s .h-2s-left h2 {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	position:relative;
}
.h-2s .h-2s-right h2 span,.h-2s .h-2s-left h2 span{
	font-size:14px;
	float:right;
	position:absolute;
	right:10px;
}
.h-2s .h-2s-right h2 span a,.h-2s .h-2s-left h2 span a{
	color:#000;
}
.h-2s .h-2s-left .h-2s-left-top h2 {
font-size: 16px;
border: none;
text-align: left;	
border-bottom: 1px solid #ccc;
}
.h-2s .h-2s-left .h-2s-left-ad {
	margin-top:10px;
	border: none;
	text-align: left;
}
.h-2s .h-2s-left .h-2s-left-ad img{
	margin-top:10px;
	border: none;
	text-align: left;
	width:430px;
	height:50px;
}
.h-zs-content{
	margin:10px auto;
	height:362px;
}
.h-zs-content .h-zs-body {
	width: 938px;
	height: 340px;
	padding: 10px;
	border: 1px solid #ccc;
}
.h-zs-content .h-zs-body .h-box2 li {
width: 430px;
height: 26px;
display: block;
float: left;
line-height:26px;
}
.h-zs-content .h-zs-body .h-box2 i {
background: url(../images/j.jpg) no-repeat 0px 5px;
width: 15px;
height: 26px;
display: block;
float: left;
}
.h-zs-content .h-zs-body .h-zs-l{
{
	width:430px;
	padding: 10px;
	float:left;
	overflow:hidden;
}
.h-zs-content .h-zs-body h2{
{
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	position:relative;
}
.h-zs-content .h-zs-body h2 span{
	font-size:14px;
	float:right;
	position:absolute;
	right:10px;
}