﻿body{
    color: #222;
    font-size: 14px;
    font-family: '微软雅黑', '宋体', Verdana, Sans-Serif, Arial;
    background: url("/static/tass/images/beauty/wrapper-bg.png") repeat;
    margin: 0 auto;
}

.img-thumbnail1 {
        display: inline-block;
        max-width: 100%;
        height: auto;
        line-height: 1.42857143;
        background-color: #fff;
        border: none;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out}
.footer{
    background: #3c3c3c;
    color: #eee;
    margin: 10px 0 0 0 ;
    padding: 20px 0;
    line-height: 30px;
}
.txtct{
    text-align: center;
}
.infoselect {
    font-size: .9em
}

.infoselect span {
    font-size: .9em;
    font-weight: normal;
    display: -moz-inline-box;
    display: inline-block;
    margin-bottom: 5px
}

.infoselect span:hover {
    cursor: pointer
}
.bor_bottom {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    padding: 10px
}
.post_cat a, .post_label a {
    color: #fff;
    text-decoration: none;
    margin: 1px 3px;
    padding: 2px 5px;
    border-radius: 2px;
    display: -moz-inline-box;
    display: inline-block
}

.post_cat a:hover, .post_cat a:focus, .post_label a:hover, .post_label a:focus {
    color: #fff;
    opacity: .8
}
.post_label a.tag1 {
    background-color: #88b9b9
}

.post_label a.tag2 {
    background-color: #de958f
}

.post_label a.tag3 {
    background-color: #a9c365
}

.post_label a.tag4 {
    background-color: #99b3dd
}

.post_label a.tag5 {
    background-color: #f9b593
}

.listinfo_content, .listinfo_title {
    word-wrap: break-word
}

.listinfo_content img, .listinfo_title img {
    width: 100%
}

.listinfo_content a, .listinfo_title a {
    color: #006892;
    font-weight: bold
}

.listinfo_content em, .listinfo_content i, .listinfo_title em, .listinfo_title i {
    font-style: italic
}

.listinfo_content li, .listinfo_title li {
    list-style-type: disc
}
.content{
    padding: 20px 80px;
    line-height: 30px
}
.hden{
    visibility:hidden;
    margin:0;
    padding:0;
    height:0
}