/**
 * ul{} 列表外框架
 * ul li{} 列表项样式
 * ul li a{} 链接
 * ul li small{} 时间/作者等
 * 
 */
ul{}
ul li{}
ul li a{}
ul li small{}
 
 
 
/**
 * 菜单样式
 * ul.ctab{} 整体样式
 * ul.ctab li{} 按钮样式
 * ul.ctab li.focus{} 按钮焦点状态 
 * 
 * 被控制对象样式
 * .ctab-bst{} 被控对象
 * .ctab-bst .chl{}  被控对象的子元素
 * 
 */
ul.ctab{}
ul.ctab li{}
ul.ctab li.focus{}

.ctab-bst{}
.ctab-bst .chl{}


/**
 * 滚动模块
 * .cscr{}
 * 
 */
.cscr{overflow:hidden}


/**
 * 万能容器-A
 * .ce{} 外框
 * .ce .ce-t{} 标题
 * .ce .ce-c{} 内容
 * 
 */
.ce{}
.ce .ce-t{}
.ce .ce-c{}


/**
 * 万能容器-B
 * .ce{} 外框
 * .ce .ce-0{} 容器0
 * .ce .ce-1{} 容器1
 * .ce .ce-2{} 容器2
 * .ce .ce-3{} 容器3
 * 
 */
.ce{}
.ce .ce-0{}
.ce .ce-1{}
.ce .ce-2{}
.ce .ce-3{}

/*    滑动门    */
.ban-btn1{width:476px;height:22px;font-size:12px;}
.ban-btn1 ul li{ margin-right:1px; float:left; color:#4d4d4d; line-height:22px; width:78px; text-align:center}
.ban-btn1 ul .mr0{ margin-right:0px;}
.ban-btn1 .btn1-bg{width:78px; height:22px; float:left; background:#c3e3f5; color:#000;}
.ban-btn1 .btn1-bg.focus{float:left; width:80px;height:22px; color:#4086c2; background:#76afd0; color:#fff;}


.ban-btn2{ width:731px;height:34px;display:block; margin-left:2px; background:url(../images/bg02.jpg) repeat-x; height:34px;}
	.ban-btn2 h3{ float:left; width:90px;}
	.ban-btn2 ul li{ margin-right:16px; color:#666666; float:left; display:block; text-align:center; background: url(../images/p_yyjj_05.jpg) no-repeat; width:120px; height:27px; margin-top:7px;line-height:27px; font-size:14px; }
	
	.ban-btn2 ul li.focus{ margin-right:16px; color:#0e61c0;background:url(../images/p_yyjj_03.jpg) no-repeat; width:120px; height:27px;}
	


.container{ height:251px; overflow:hidden;zoom:1;}

.slider li{ margin:0px; margin:0px; padding:0px; border:none;}
.slider li img{ border:0px;}
.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #2877bf;
	text-align: center;
	line-height: 14px;
	width: 14px;
	height: 14px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;zoom:1;
	margin: 3px 6px;
	border: 1px solid #2877bf;
	background-color:#fff;
}
.num li.on{
	color: #fff;
	line-height: 15px;
	width: 15px;
	height: 15px;
	font-size: 12px;
	margin: 0 1px;
	border:1px solid #fff;
	background-color: #2877bf;
	font-weight: bold;
}
