﻿@charset "utf-8";
/* 全局共用属性CSS */
* { margin:0; padding:0; }
body { font:12px/20px simsun; text-align:center; color:#000000; background:#fff;  }
img { border:none; }
ol,ul { list-style:none; }
button, input, select { vertical-align:middle; font:12px/16px simsun; }
button { cursor:pointer; }
a { color:#290000; text-decoration:none; }
a:hover { color:#FF7202; text-decoration:underline; }
.flashbox {
	height:280px;
	width:710px;
	overflow:hidden;
	position:relative;
	margin-bottom:5px;
	background:#cff5fe;
}
.flashbox .pic { position:absolute; top:0; left:0px; border:1px solid #023d50; padding:1px; width:340px; height:275px; }
.flashbox ul { position:absolute; top:0; left:345px; width:365px; }
.flashbox li { height:55px; margin-bottom:0px; overflow:hidden; line-height:17px; }
.flashbox li a { display:block; color:#333; padding:3px 90px 0 8px; ; background:#cff5fe; height:55px; position:relative; }
.flashbox li.selected a, .flashbox li a:hover {
	color:#333;
	text-decoration:none;
	background:url(http://www.cpanet.cn/cms/images/index_icon.gif) repeat-x;
}
.flashbox li strong {
	display:block;
	height:14px;
	overflow:hidden;
	line-height:14px;	
	cursor:pointer;
	

	
	
}
.flashbox li img { position:absolute; top:4px; right:10px; width:74px; height:45px; }
