@charset "gb2312";
/* CSS Document */

body,div,dd,ul,li,p,b{ padding:0;margin:0;}
li{ list-style:none;}
a{ text-decoration:none; color:#000;}
body{font-family:"微软雅黑"; }

.biaoti{ width:1000px; margin:20px auto;}
.picBox{margin:20px auto;width:978px; padding:0 0 10px 20px; height:300px; border:1px solid #acacac; overflow:auto;}
.picL{overflow:hidden;}
.picL li{overflow:hidden;position:relative;float:left; display:inline; width:310px;height:240px;margin:10px 10px 0 0px;}
.picL li .text{background:#ff5a58;position:absolute;width:310px;height:240px;top:240px;left:0;}
.picL li .text b{background:#ca2c2a;padding:5px 15px;color:#fff;font-size:14px;display:inline-block;}
.picL li .text p{font-size:14px;line-height:20px; width:310px; height:240px; text-indent:0em;}
.picL li .text a{color:#fff;display: block;padding:10px;}


.picL li:hover .text{ margin-top:-240px;}
