/*案例*/
/* CSS Document */
*{margin:0;padding:0;font-size:12px;}
body{ background:none;}
input,button,select,textarea{outline:none;}
ul,li,dl,ol{list-style:none;}
img{ border:none;}
a{color:#666; text-decoration:none;}

.box{ width:980px; }
.bcon{ }
.bcon h1{ border-bottom:1px solid #eee; padding:0 10px 0 0;}
.bcon h1 b{color:#536b87; border-bottom: 1px solid #69B93B;height:30px; line-height:30px;padding:0px; display:inline-block;font:normal 16px/24px 'Microsoft YaHei';font-weight:bold;}
.bcon h1 span{ margin:10px 0; float:right;}
.bcon h1 span em{ width:8px; height:8px; background:#F0F2F3; border:1px solid #E6E9EA; border-radius:10px; margin:0 5px; display:inline-block; cursor:pointer;}
.bcon h1 span em.emon{ width:10px; height:10px; background:#00A6EC; border:none;}

.list1{ width:980px; height:170px; overflow:hidden; display:none;}
.list1 li{ width:184px; border:1px solid #EDEDED; margin:4px;float:left;}
.list1 li img{ width:174px; height:120px; margin:5px;}
.list1 li p{ height:24px; font:normal 12px/24px 'Microsoft YaHei'; color:#999; text-align:center; overflow:hidden;}

