@charset "utf-8";
/* 图片轮换滚动 */
.img-scroll { position: relative; margin: 0px auto; width: 610px; height: 235px; overflow: hidden; }
.img-scroll .prev, .img-scroll .next { position: absolute; display: block; width: 20px; height: 235px; ; cursor: pointer; }
.img-scroll .prev { left: 0; background: url(../images/aniu.png) no-repeat left center; }
.img-scroll .next { right: 0; background: url(../images/aniu.png) no-repeat right center; }
.img-list { position: relative; width: 570px; height: 235px; margin: 0 auto; overflow: hidden }
.img-list ul { width: 9999px; }
.img-list li { float: left; display: inline; width: 270px; margin: 0 29px 0px 0px; height: 235px; overflow: hidden; }
.pic { padding: 4px; text-align: center; border: 1px solid #ffe1e7; }
.text { width: 270px; height: 30px; line-height: 30px; text-align: center; background: #fff4fa; }
.text a { font-size: 14px; line-height: 30px; display: block; }
.text a:hover { text-decoration: underline; }