body { padding:0px; margin:0px}
td { font-size:12px;}
p { text-indent:2em;}
ul { padding:0px; margin:0px;}

.bgBody{ background:url(../images/hompage/bgBody.jpg) repeat-x top;}

/*背景样式*/
.bg_news{ background:url(../images/hompage/bg_news.jpg); padding:7px;}
.bg_video {
	background: url(../images/hompage/bg_video.jpg) no-repeat;
	margin: 0px;
	padding: 6px 6px 3px 3px;
}


/*链接样式*/
a.a-red{
	color:#940202;
	text-decoration:none;
}
a.a-red:hover {
	color: #FF0000;
	text-decoration:none;
}

a.a-yellow{
	color:#E07C07;
	text-decoration:none;
}
a.a-yellow:hover {
	color: #FF0000;
	text-decoration:none;
}
a.abtn_video {
	background: url(../images/hompage/btn_blue.jpg) no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	height: 20px;
	width: 81px;
	color: #707070;
	text-decoration: none;
	line-height: 20px;
	display: block;
}


/*边框样式*/
.box {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #EAEAEA;
}
.box2 {
	border: 1px solid #EAEAEA;
	padding:1px;
}
.photo {
	border: 1px solid #D6D6D6;
	padding:2px;
}
.search{
	border: 1px inset #D8D8D8;
	color:#717171;
}
/*列表样式*/
.list_title li{ 
	color:#717171;
	line-height:18px;
	background:url(../images/hompage/list_title.jpg) no-repeat left 8px;
	padding-left:7px;
	list-style:none;
}
.list_title li span{ 
	color:#E96717;
}
.list_title a{ 
	color:#E96717;
	text-decoration:none;
	font-weight:bold;
}
.list_title a:hover{ 
	color:#FF0000;
	text-decoration:underline;
}


.list_news li{ 
	color:#717171;
	line-height:18px;
	background:url(../images/hompage/icon.jpg) no-repeat left 5px;
	padding-left:15px;
	list-style:none;
}
.list_news a{ 
	color:#940202;
	text-decoration:none;
}
.list_news a:hover{ 
	color:#FF0000;
	text-decoration:underline;
}
.list_news span a{ 
	color:#E07C07;
	text-decoration:none;
	font-weight:bold;
}
.list_news span a:hover{ 
	color:#FF0000;
	text-decoration:underline;
}

.list_yellwoBg {
	color:#C1C1C1;	
	background:url(../images/hompage/bg_list.jpg);
	list-style:none;
	margin:0px 1px;
}
.list_yellwoBg li{
	padding:4px 0px;
}
.list_yellwoBg a{
	color:#717171;
	text-decoration:none;
	padding-left:25px;
	background:url(../images/hompage/list_yellow.jpg) no-repeat 17px 5px;
}
.list_yellwoBg a:hover{
	color:#FF0000;
	text-decoration:underline;
	background:url(../images/hompage/list_yellow.jpg) no-repeat 17px 5px;
}


/*文字样式*/
.f-gray18px{
	color:#717171;
	line-height: 18px;	
}
.f-blue{
	color:#005675;
	line-height: 18px;	
}
.f-yellow{
	color:#E96717;
	line-height: 18px;	
}
.f-red{
	color:#A10D13;
	line-height: 18px;	
}
