/* ------------------湖南供暖采暖网全局CSS定义---------------------- */

body{
	text-align: center;
	margin: 0px auto;
	font-size:12px;
	line-height: 150%;
	background-color: #6a1311;
}

div,form,img,ul,ol,li,dl,dt,dd{margin: 0; padding: 0;}

p{
	color: #666;
	line-height: 150%;
	text-indent: 2em;
}

ul{list-style: none;}

img{border: 0px;}	

.textfield{
	font-size: 12px;
}

/* --------------- 链接----------------------- */
a:link {color: #494949;text-decoration: none;}
a:visited {	color: #494949;text-decoration: none;}
a:hover {color: #ff3333;text-decoration: underline;}
a:active {color: #ff3333;text-decoration:none ;}


.crl a:link {color: #c6572d;text-decoration: none;}
.crl a:visited {color: #c6572d;text-decoration: none;}
.crl a:hover {color: #c6572d;text-decoration: none;}
.crl a:active {color: #c6572d;text-decoration: none;}


.cw a:link {color: #fff;text-decoration: none;}
.cw a:visited {color: #fff;text-decoration: none;}
.cw a:hover {color: #fff;text-decoration: none;}
.cw a:active {color: #fff;text-decoration: none;}


/* 颜色属性 [定义规则，小写c加颜色名称] */ 
.cred	,a.cred:link ,a.cred:visited	{ color:red; }
.cdred	,a.cdred:link ,a.cdred:visited	{ color:#d12d2c; }
.corg	,a.corg:link	,a.corg:visited	  { color:#de830d;}
.cgray	,a.cgray:link	,a.cgray:visited	{ color: #666;}
.cwhite	,a.cwhite:link	,a.cwhite:visited	{ color: white;}
.cblack	,a.cblack:link ,a.cblack:visited	{ color: black;}
.cPurple ,a.cPurple:link ,a.cPurple:visited	{ color: #7359D8;}
.cgreen ,a.cgreen:link ,a.cgreen:visited	{ color: #189224;}
.czs ,   a.czs:link ,  a.czs:visited	{ color: #742179;}
.cblue ,a.cblue:link ,a.cblue:visited	{ color:#014e9a;}


/*------- 字体属性 [定义规则，小写f加属性名称]------------- */
.fb {font-weight: bold;}
.fi {font-style: italic;}
.fc{ text-decoration: line-through;}
.hei{font-family: "黑体";}
.yahei{font-family: "微软雅黑";}

/* ------------------字体大小-----------------------*/
.f11px { font-size:11px;}
.f12px { font-size:12px;}
.f13px { font-size:13px;}
.f14px { font-size:14px;}
.f15px { font-size:15px;}
.f16px { font-size:16px;}
.f18px { font-size:18px;}
.f20px { font-size:20px;}

/* -------新闻标题-------------*/
h1{
    font-size: 18px;
	font-weight: bold;
	margin:15px 5px;
	text-align: center;
}
/* -------头条新闻标题-----------*/
h2{
	font-size: 16px;
	font-weight: bold;
	background-color: #f8f8fa;
	padding:8px 0px;
	border: 1px solid #f6c18b;
	margin: 3px 0;
	text-align: center;
	color: #ff0000;
}
/* ---------栏目标题-------------*/	
h3{
	font-size: 14px;
	width:78px;
	margin:3px 0 0;
	text-align:left;
	padding:0 2px 0 15px;
	font-weight:normal;
	float:left;
	background-image: url(/Templets/img/bg_after.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}
/* ---------栏目箭头标题-------------*/	
h4{
	background-image: url(/Templets/img/bg_title.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	text-align:left;
	font-size: 14px;
	font-weight:normal;
	padding: 2px 0px 0px 20px;
	margin:1px;
	width:138px;
	float:left;
	color: #ff0000;
}
/* ----------无背景栏目标题-----------*/		
h5{
	font-size: 14px;
	font-weight: normal;
	margin: 1px;
	color: #f60;
	text-align:left;
	padding:2px 0 2px 10px;
}
	
h6{
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0;
	color:#6a1311;
}


/*------------------- 其他属性-------------------- */
.left { float: left;}
.right { float: right;}
.clear {
	clear: both;
	height:1px;   
	overflow: hidden;
}	
.txtleft{ text-align:left;}
.hidden {display: none;}

/*-----------表格-------------*/ 
.table{
	border-collapse:collapse;
	font-size:12px;
	margin:8px auto 10px;
	width:98%;
}
th{
	margin:5px 0px;
}
td{
   padding:3px 5px;
   font-size:12px;
 }
tr{	
	padding:3px 0;
} 

/*----------- -------------*/ 

