.leimu_list{
    margin-top:20px;
    padding:15px 0;
    background:#ebe8e8;
    font-family: Arial,"Microsoft YaHei";
}
.leimu_list a{
    margin-right: 10px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 14px;
    font-size:14px;
    color: #6c6c6c;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    border-radius: 11px;
}

.leimu_list a:hover{
    color:#f54e54;
    text-decoration: underline;
}


.leimu_list .leimu_name{
    float:left;
    padding-left:20px;
    line-height:22px;
    font-size:14px;
    font-weight:700;
    color:#9a9a9a;
}
.leimu_list li{
    float:left;
}
.leimu_list li a{
    display:inline-block;
    height:22px;
    line-height:22px;
    padding:0 14px;
    font-size:14px;
    color:#8a4545;
    -webkit-border-radius:11px;
    -moz-border-radius:11px;
    -ms-border-radius:11px;
    -o-border-radius:11px;
    border-radius:11px;
}
.leimu_list li.cur_list a{
    background:#f95c68;
    color:#fff;
}
.leimu_tit{
    padding-top:25px;
    padding-bottom:8px;
    height:35px;
    line-height:35px;
    background:url(../img/spe_tile.png) repeat-x bottom left;
    font-family: Arial,"Microsoft YaHei";
}
.leimu_tit h1{
    float:left;
    width:auto;
    font-size:24px;
    color:#4c4848;
    font-weight:500;
    margin-right:20px ;
}
.leimu_tit .tag_name{
    padding-left:10px;
    font-size:14px;
    color:#f95c68;
}
.leimu_tit a{
    float:right;
    display:inline-block;
    width:85px;
    text-align:center;
    font-size:14px;

}
.leimu_tit a:hover{
    background:#f54e54;
}
.tag_null{
    padding-top:100px;
    font-size:16px;
    color: #4c4c4c;
    text-align:center;
    font-family: Arial,"Microsoft YaHei";
}
.tag_null .tag_name{
    font-size:14px;
    color:#f95c68;
    padding:0 5px;
    font-weight:700;
}

.publish_btn {
    width: 85px;
    text-align: center;
    border: 1px solid #f54e54;
    border-radius: 3px;
    color: #f54e54;
    line-height: 24px;
    font-size: 14px;
}

.publish_btn i, .publish_btn span {
    display: inline-block;
    vertical-align: middle;
}

.publish_btn i {
    width: 13px;
    height: 15px;
    margin-right: 4px;
    background: url(../img/home_ico.png?v=0506) no-repeat 0 -565px;
}

.publish_btn:hover {
    background-color: #f54e54;
    color: #fff;
}

.publish_btn:hover i {
    background: url(../img/home_ico.png?v=0506) no-repeat -23px -565px;
}
