@charset "utf-8";
/* CSS Document */



.slideTxtBox{ float:right;  width:300px; height:250px; overflow:hidden; text-align:left;}
.slideTxtBox .hd{ height:28px; line-height:28px; border-bottom:2px solid #999; font-size:14px;}
.slideTxtBox .hd ul{ overflow:hidden; zoom:1;}
.slideTxtBox .hd ul li{ float:left; margin-right:10px;}
.slideTxtBox .hd ul li a{ display:block; padding:0 15px; background:#f2f2f2; color:#222; font-size:16px;}
.slideTxtBox .hd ul li a:hover{ text-decoration:none;}
.slideTxtBox .hd ul li.on a{ background:#ad201a; color:#fff; font-weight:bold;}
.slideTxtBox .bd{ padding:10px; background:#eee; height:220px;}
.slideTxtBox .bd li{ height:30px; line-height:28px;}
.slideTxtBox .bd li .date{ float:right; color:#666;}



	/* 本例子css */
	.focusBox { position: relative; width: 300px; height: 200px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white;}
	.focusBox .pic img { width: 320px; height: 240px; display: block;}
	.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 30px; width:100%;  background: #000; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden;}
	.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 30px; width:100%; overflow: hidden;}
	.focusBox .txt li{ height:30px; line-height:30px; position:absolute; bottom:-30px;}	
	.focusBox .txt li a{ display: block; color: #fff; padding: 0 0 0 0px; font-size: 12px; text-decoration: none;}
	.focusBox .num { position: absolute; z-index: 3; bottom: 4px; right: 8px;}
	.focusBox .num li{ float: left; position: relative; width: 11px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer;}
	.focusBox .num li a,.focusBox .num li span { position: absolute;  z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none;}
	.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5;}
	.focusBox .num li.on a,.focusBox .num a:hover{ background:#ad201a;}

	
	/* 本例子css */
	.focusBoxs { position: relative; width: 300px; height: 220px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white;}
	.focusBoxs .pic img { width: 320px; height: 240px; display: block;}
	.focusBoxs .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 30px; width:100%;  background: #cac9c9; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden;}
	.focusBoxs .txt { position: absolute; bottom: 0; z-index: 2; height: 30px; width:100%; overflow: hidden;}
	.focusBoxs .txt li{ height:30px; line-height:30px; bottom:-30px;}
	.focusBoxs .txt li a{ display: block; padding: 0 0 0 75px; font-size: 12px; font-weight: bold; text-decoration: none; color:#FFF;}
	.focusBoxs .num { position: absolute; z-index: 3; bottom: 30px; right: 8px;}
	.focusBoxs .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer;}
	.focusBoxs .num li a,.focusBox .num li span {  z-index: 2; display: block; color: #fff; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none;}
	.focusBoxs .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5;}
	.focusBoxs .num li.on a,.focusBox .num a:hover{ background:#ad201a;}
	
	/* 本例子css */
	.notice { width: 430px; overflow: hidden;}
	.notice .tab-hd { height: 30px;  margin-bottom: -1px; color: #404040;}
	.notice .tab-hd ul { padding-top: 2px;}
	.notice .tab-hd li{ float: left; height: 24px; line-height: 18px; border-top: 1px solid #eee; margin:0 4px 0 4px; background:#ddd;}
	.notice .tab-hd li .k{ padding:2px 38px 0 8px;}
	.notice .tab-hd li a{ display:block; padding:3px 7px; color:#333  ;}
	.notice .tab-hd li a:hover{ color:#333; text-decoration:none;}
	.notice .tab-hd li a:active{ color:#333;}
	.notice .tab-hd li.on{ border: 1px solid #fff; border-bottom: none; background:#ad201a; position: relative;}
	.notice .tab-hd li.on a{ display:block; color:#fff  ;}
	.notice .tab-bd ul{ overflow:hidden; zoom:1;}
	.notice .tab-bd li { height:30px; line-height: 28px; padding: 0 10px 0 -2px; overflow: hidden;  float: left;}