﻿@charset "utf-8"; 


/*===左侧===*/
.leftwidth1 { width:195px;}
.category{margin-top:10px; margin-bottom:10px; border:1px solid #ccc; background:#74B9F0}

.category dl{ margin:20px 0px; width:100%; border-bottom:1px #fff double}
.category dt { height: 25px; line-height: 25px; overflow: hidden; position: relative; width:100px; margin:0 auto}
.category dd { line-height: 25px; overflow: hidden; padding: 0 0 0 20px;}
.category dd { display: none;}
.category dd a { display: block; height: 35px; line-height: 35px; overflow: hidden; font-size:14px; padding-left:80px; color:#fff}
.category .fold,.category .unfold { background: url("../images/listbar.png") no-repeat scroll 0 0 transparent;}
.category .fold { background-position: -15px -8px; cursor: pointer; float: left; height:20px; width:20px;}
.category .unfold { background-position: -15px -51px; cursor: pointer; float: left; height: 20px; width: 20px; }


