ol li {
    margin: 8px
}
#con {
    font-size: 12px;
    margin: 0px auto;
}
#tags {
    height: 41px;
	border-bottom: #e6e6e6 solid 1px;
	font-size: 14px;
}
#tags li {
    float: left;
    margin-right: 1px;
    list-style-type: none;
    height: 40px;
	padding: 0 15px;
}
#tags li a {
    float: left;
    color: #000;
    line-height: 40px;
    height: 40px;
    text-decoration: none;
		transition: color 0.3s;
}
#tags li.emptyTag {
    width: 4px
}
#tags li.selectTag {
    position: relative;
    height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #3193de;
}
#tags li.selectTag a {
    color: #3193de;
    height: 40px;
	line-height: 40px;
	transition: color 0.3s;
}
#tagContent {
    margin-top: 14px;
    font-size: 14px
}

#tagContent .icon-dian{
	font-size: 9px;
	margin-right: 7px;
	color:#FF5722;
}

#tagContent ul{
	width:100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px dotted #d2d2d2;
	overflow: hidden;
}

#tagContent ul a{
	display: flex;
	justify-content: space-between;
}

#tagContent ul a .li1{
	display: flex;
	align-items: flex-start;
	flex: 1;
    font-size: 14px;
	
}

#tagContent ul a .li1 .font{
	flex: 1;
	overflow: hidden;
}



#tagContent ul a .li2{
	width: 117px;
	text-align: center;
	flex-shrink: 0;
}

#tagContent ul a .li3{
	flex-shrink: 0;
}

#tagContent div.selectTag {
    display: block
}
.tagContent {
    display: none;
    color: #333;
}

.tagContent a{
	color: #333;
}

.tagContent a:hover{
	color: #777;
}


#con_sl {
    font-size: 12px;
    margin: 0px auto;
}
#tags_sl {
    height: 41px;
	border-bottom: #e6e6e6 solid 1px;
	font-size: 14px;
}
#tags_sl li {
    float: left;
    margin-right: 1px;
    list-style-type: none;
    height: 40px;
	padding: 0 15px;
}
#tags_sl li a {
    float: left;
    color: #000;
    line-height: 40px;
    height: 40px;
    text-decoration: none;
		transition: color 0.3s;
}
#tags_sl li.emptyTag {
    width: 4px
}
#tags_sl li.selectTag_sl {
    position: relative;
    height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #3193de;
}
#tags_sl li.selectTag_sl a {
    color: #3193de;
    height: 40px;
	line-height: 40px;
	transition: color 0.3s;
}
#tagContent_sl {
	margin-top: 20px;
	font-size: 13px;
	margin-bottom: 2px;
}

#tagContent_sl .icon-dian{
	font-size: 9px;
	margin-right: 7px;
	color:#FF5722;
}

#tagContent_sl ul{
	width:100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px dotted #d2d2d2;
	overflow: hidden;
}

#tagContent_sl ul a{
	display: flex;
	justify-content: space-between;
}

#tagContent_sl ul a .li1{
	display: flex;
	align-items: flex-start;
	flex: 1;
	
}

#tagContent_sl ul a .li1 .font{
	flex: 1;
	overflow: hidden;
}



#tagContent_sl ul a .li2{
	width: 117px;
	text-align: center;
	flex-shrink: 0;
}

#tagContent_sl ul a .li3{
	flex-shrink: 0;
}

#tagContent_sl div.selectTag_sl {
    display: block;
}

.tagContent_sl  {
    display: none;
    color: #333;
}

.tagContent_sl  a{
	color: #333;
}

.tagContent_sl  a:hover{
	color: #777;
}
