@charset "utf-8";
/* CSS Document */

/* 通用信息列表_普通式 */
.infoList li{ height:24px; line-height:24px;   }
.infoList li .date{ float:right; color:#999;  }


/* 文本切换盒子 - 公用类 */
.slideTxtBox{ width:450px; border:1px solid #ddd; text-align:left;  }
.slideTxtBox .hd{ height:30px; line-height:30px; background:#f4f4f4; padding:0 20px; border-bottom:1px solid #ddd;  position:relative;  }
.slideTxtBox .hd ul{ float:left; position:absolute; left:20px; top:-1px; height:32px;   }
.slideTxtBox .hd ul li{ float:left; padding:0 15px; }
.slideTxtBox .hd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; cursor:pointer; }
.slideTxtBox .bd{ padding:15px;  }
.slideTxtBox .bd ul{ padding:10px;  }
.slideTxtBox .tempWrap{ margin:15px;  }


/* 单个图片幻灯片盒子 - 公用类 */
.slideBox{ width:1200px; margin:0 auto; height:444px; overflow:hidden; position:relative;}
.slideBox .hd{ height:16px; overflow:hidden; position:absolute; right:10px; bottom:8px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; width:16px; height:16px; line-height:16px; text-align:center; background:#999; cursor:pointer; margin-left:5px; font-size:12px}
.slideBox .hd ul li.on{ background:#06386d; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{width:100%; height:446px;}




/* 通用图片列表_普通式 */
.picList li{ width:275px;}
.picList .pic{ text-align:center; line-height:0px;  }
.picList .pic img{ width:275px; height:141px; border:0px }
.picList .title{ line-height:24px;   }


.leftLoop{ overflow:hidden; position:relative;width:1200px; float:left; overflow:hidden; height:190px} 
.leftLoop .prev,.leftLoop .next{ display:block;  width:24px; height:141px;  overflow:hidden; cursor:pointer;  } 
.leftLoop .prev{background:url("../images/index_59.png") no-repeat center; float:left;}
.leftLoop .next{background:url("../images/index_62.png") no-repeat center;float:left  } 
.leftLoop .bd{ float:left;width:1150px;} 
.leftLoop .bd ul{ overflow:hidden; zoom:1; } 
.leftLoop .bd ul li{ margin:0 5px; text-align:center; float:left;display:_inline; position:relative } 
.leftLoop .bd ul li b{ position:absolute; top:8px; left:8px; border:1px solid #FFF;width:259px; height:125px}





