﻿@charset "utf-8";
body{background:#fff;font:normal 12px/22px  Arial, Helvetica, sans-serif;width:100%;}
img{border:0;}
a{text-decoration:none;color:#333;}

/* 本例子css */
.slideTxtBox{ width:263px; text-align:left;}



.slideTxtBox .hd{ height:30px; line-height:30px; background:#f4f4f4; padding:0 10px 0 20px;   border-bottom:1px solid #ddd;  position:relative; }
.slideTxtBox .hd{width:233px;}
.navBox{position:absolute;width:186px;overflow:hidden;height:32px;left:32.5px;}
.slideTxtBox .hd ul{  position:absolute; left:0; top:-1px; height:32px;width:434px;   }
.slideTxtBox .hd ul li{ float:left; width:62px; cursor:pointer; font-size:16px; text-align:center; }
.slideTxtBox .hd ul li.on{ height:30px;width:60px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff;border-top:2px solid #e60012;  }


.slideTxtBox .bd ul{ padding:0px 15px;  zoom:1; padding-top:5px;  }
.slideTxtBox .bd ul.block{display:block;}
.slideTxtBox .bd li{ height:24px; line-height:24px;   }
.slideTxtBox .bd li .date{ float:right; color:#999;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideTxtBox .arrow{  display:block;width:10px; position:absolute; right:10px; top:0;  }
.slideTxtBox .arrow2{ display:block;width:10px; position:absolute; left:10px; top:0; width:8px;}
.slideTxtBox .arrow a,.slideTxtBox .arrow2 a{ display:block;  width:9px; height:12px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
			 .slideTxtBox .arrow2 a{background:url("../images/arrow.png") 0 0 no-repeat; }
.slideTxtBox .arrow .next{ background-position:0 -50px;  }
.slideTxtBox .arrow2 .prevStop{ background-position:-60px 0; }
.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }