@charset "utf-8";
/* CSS Document */
body {	font-size: 12px; line-height: 25px; color:#333333; background:url(../images/body_bg.jpg);}
body,ul,li,p,h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
ul, li {list-style: none;}
a,img {border: none 0;}
a{text-decoration:none; color:#001439;}
a:hover{color:#F00;}

.clear {clear: both; _height:0; _line-height:0; _font-size:0;}

.piclist{overflow:hidden; height:200px; width:485px; position:relative;}
.piclist li { margin: 0 10px; width:485px; float:left;}
.piclist .imgbox { -webkit-box-shadow: 0 0 10px #ccc; -moz-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc; border: #ccc; float: left; width: 235px; }
.piclist .imgbox img { width: 235px; height: 180px; }
.piclist .right { width: 230px; float: left; padding-left: 10px;}
.piclist .tt { font-weight:bold; font-size: 14px; margin-bottom: 4px; }
.piclist .tt a{ color: #333;}
.piclist .dec { line-height: 22px; color:#666; }
.piclist .hd { height: 20px; overflow: hidden; position: absolute; right: 0; bottom: 10px; z-index: 1; }
.piclist .hd ul { overflow: hidden; zoom: 1; float: left; }
.piclist .hd ul li { float: left; margin-right: 2px; width: 12px; height: 12px; cursor: pointer; background:#F9F7F3; border:#ccc solid 1px;}
.piclist .hd ul li.on {border:#333 solid 1px;}

