﻿/*
2010.05 sjw
www.news.cn 
=======================================
新华网家居频道、新华家居网
 
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:0 120;
*/

@charset "utf-8";
/*IE6-PNG透明*/
* html img, 
* html .png {
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",this.src = "http://imgs.xinhuanet.com/icon/jiaju/20100521/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}
/*-------------------------------------------*/
body {
 margin: 0px; padding:0px; font-family: "宋体";
}
/*分割线  X轴重复*/
.dianlineX {
	margin:15px;
	width:93%;
	height:1px;
	background-image:url(dianlineX.gif);
	background-repeat:repeat-x;
}
.dianlineX02 {
	margin:10px 15px;
	width:93%;
	height:1px;
	background-image:url(dianlineX.gif);
	background-repeat:repeat-x;
}
/*分割线 Y轴重复*/
.dianlineY {
	margin:15px;
	width:1px;
	height:93%;
	background-image:url(dianlineY.gif);
	background-repeat:repeat-y;
}

/*标题文字*/
.h1 {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size: 16px;
	color: #2e93e3;
	text-indent:30px;
}
.h1 a {color: #2e93e3; text-decoration:none;}
.h2 {
	padding:5px;
	margin-bottom:5px;
	font-weight:bold;
	font-size: 14px;
	color: #2e93e3;
	text-indent:6px;
	text-align: left;
}
.h2 a {color: #2e93e3; text-decoration:none;}
.p1 {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:5px;
	padding-top:0px;
	padding-right:20px;
	padding-bottom:0px;
	padding-left:20px;
	font-size: 12px;
	text-indent:25px;
	line-height:1.5em;
	color: #666;
}
.p1 a {color: #666;text-decoration:none;}
.p1 a:hover { text-decoration:underline;}
.p2 {
	margin-right:10px;
	padding-right:20px;
	padding-left:10px;
	color: #333;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	line-height:1.5em;
}
.p2 a {color: #333;text-decoration:none;}
.p2 a:hover { text-decoration:underline;}
.p3 {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:5px;
	padding-top:0px;
	padding-right:20px;
	padding-bottom:0px;
	padding-left:20px;
	font-size: 12px;
	line-height:1.5em;
	color: #666;
}
.p3 a {color: #666;text-decoration:none;}
.p3 a:hover { text-decoration:underline;}
.p4 {
	margin:5px 5px 1px 5px;
	padding:0px 5px;
	font-size: 12px;
	line-height:1.5em;
	color: #999;
}
ul.p4 { display:block; width:100%; margin-left:10px;}
ul.p4 li { float:left; width:50%; line-height:1.7em;}

.p4 a {text-decoration:none;}
.p4 a:link {color: #999;}
.p4 a:visited {color: #999; }
.p4 a:hover {color: #666;}
.p5 {
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:5px;
	font-size: 14px;
	line-height:1.5em;
	color: #333;
}
.p5,ul {margin-left:35px; line-height:1.5em;}
.p5 a {text-decoration:none;}
.p5 a:link {color: #333;}
.p5 a:visited {color: #999;}
.p5 a:hover {color: #666; text-decoration:underline;}


.p6 {
        margin:5px 0 1px 0;
	font-size: 12px;
	line-height:1.5em;
	color: #999;
}
ul.p6 {
        list-style-position:inside;
	overflow:hidden;
	padding:0;
	margin:0;
}
ul.p6 li { float:left; width:50%; line-height:1.7em;}
.p6 a { text-decoration:none;}
.p6 a:link { color: #999;}
.p6 a:visited { color: #999; }
.p6 a:hover { color: #666;}

/*主频道栏目框*/
.item { 
 	margin-top:0px;
	margin-bottom:10px; 
	border-right:solid #d0e1f0 1px;
	border-left:solid #d0e1f0 1px;;
	border-bottom:solid #d0e1f0 1px;
	padding:2px;
}
/*主频道栏目标题栏 [背景]*/
.itemTopBg {
	height:54px;
	background-image:url(itmeTopBg.jpg);
	border:0px;
	margin-bottom:0px;
}
.itemTopBgTwo{
	height:54px;
	background-image:url(itmeTopBg2.jpg);
	border:0px;
	margin-bottom:0px;
}

/* 子频道栏目框*/
.item2 {
	background-image:url(item2.jpg); 
	background-repeat:repeat-x;
	border:0px;
	margin:0px;
	padding:1px;
	border-top:solid #d0e1f0 1px;
	border-right:solid #d0e1f0 1px;
	border-left:solid #d0e1f0 1px;
	border-bottom:solid #d0e1f0 1px;
	float:left;	

}
/*.item2 tr {background-color:#ccc;}*/
.item2table { margin-top:5px; margin-bottom:5px; margin-left:0px; margin-right:0px;}

/*子频道栏目标题栏 [背景]*/
.itemTopBg2 {
	height:32px;
	border:0px;
	background-image:url(itmeTopBg20.png);
	padding:0px;
	margin:0px;
}
.itemTopBg21 {
	height:32px;
	border:0px;
	background-image:url(itmeTopBg21.jpg);
	padding:0px;
	margin:0px;
}
.itemTopBg22 {
	height:32px;
	border:0px;
	background-image:url(itmeTopBg22.png);
	padding:0px;
	margin:0px;
}
.itemTopBg2xfont { padding-left:25px; padding-top:2px; font-family:'微软雅黑','黑体'; font-size:20px; color:#1f6ed2;}
#newsHomeTop {
	margin:0; 
	padding:0; 
	border:0;
	width:100%;
	background-image:url(topbg.jpg);
}
#HomeNav {
	margin-top:20px; 
	padding:0px; 
	border:0px;
}
.fontGaoDuan {
	padding-right:20px;
	padding-left:20px;
	padding-bottom:5px;
	padding-top:5px;
	font-size: 12px;
	color: #999;
}
#Foot {
	margin-bottom:10px;
	border:solid #d0e1f0 1px;
}
	
.Footredfont, .Footredfont a {
	padding:10px 0;
	font-size: 14px;
	color: #9094b0;
        text-decoration:none;
	line-height:2em;
}
.Footredfont a:hover { text-decoration:underline; color: #666;}
.clearfix {
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
.mt3px { margin-top:3px;}
.SecondImg { margin:0 auto;padding:5px; width:200px;}
.SecondImgTxt { margin:10px; font-size:14px; color:#999; text-decoration:none; text-align:center; width:180px;display:block;white-space: nowrap;text-overflow:ellipsis;overflow:hidden;}
.SecondImgTxt a {color:#999; text-decoration:none;}

.hei14{
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:5px;
	font-size: 14px;
	line-height:1.5em;
	color: #333;
}
.hei14 a {text-decoration:none;}
.hei14 a:link {color: #333;}
.hei14 a:visited {color: #999;}
.hei14 a:hover {color: #666; text-decoration:underline;}
.gr12 {margin-left:10px; font-size:12px; color:#999; clear: both;}
.showTimeOrNot{margin-right:25px; font-size:12px; color:#999; clear: both;}