﻿/*详情页标签样式*/
.tags-module{
  	padding:15px 56px;
}
.tags-module ul{

}
.tags-module ul li{
    float:left;
}
.tags-module ul li a{
    max-width:180px;
  	float:left;
  	margin-top:8px;
    font-size:12px;
    text-align: center;
    border: 1px #C30D23 solid;
    padding: 4px 10px;
    color: #C30D23;
    border-radius: 4px;
    transition: .36s;
    margin-right: 12px;
    height:34px;
    line-height: 24px;
}
.tags-module ul li span{
    max-width:180px;
  	margin-top:8px;
    font-size:12px;
    text-align: center;
    padding: 4px 0px;
    font-weight:bold;
    color: #333;
    border-radius: 4px;
    transition: .36s;
    margin-right: 10px;
    height:32px;
    line-height: 32px;
}
.tags-module ul li a:hover{
    background: #C30D23;
    color: #fff;
}