.tagszong{
	border: 1px #d6d6d6 solid;
    margin: 9px auto 0;
}
.tagszong .zmlist{
	border-bottom: 1px solid #ddd;
    line-height: 37px;
    background-color: #eee;
}
.tagszong .zmlist #zmtop{
	padding:0 10px;
}
.tagszong .zmlist a{
	border-left: 1px solid #ccc;
    padding: 0 10px;
}

.tagszong .taglist{
	background-color: #fff;
    padding: 0 25px 35px;
}
.tagszong .taglist .taghead{
	border-bottom: 1px dashed #cccccc;
    overflow: hidden;
    line-height: 40px;
    height: 40px;
}
.tagszong .taglist .taghead h3{
	font-size: 20px;
    float: left;
    margin-left: 10px;
}
.tagszong .taglist .taghead .link{
	float: right;
    margin-right: 10px;
    font-size: 12px;
}
.tagszong .taglist ul{}
.tagszong .taglist ul a{
	background: #f6f6f6;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    padding: 4px 8px;
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
}