﻿@font-face {
    font-family: 'kuhei';
    src: url('/css/zhanku.ttf') format('truetype');
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
html, body, p {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma,"Microsoft Yahei","宋体";
}
table {
    border-collapse: collapse;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #3C3C3C;
}

    a:focus, a:active {
        outline: none;
        text-decoration: none;
    }

    a:hover {
        color: #F40;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6, li {
    margin: 0px;
    padding: 0px;
}

ul, div {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
}

.ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

:focus {
    outline: none;
}

.txtone {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}

.txttwo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}