html, body {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #323232;

}
.hide {
    display: none;
}
* {
    padding: 0;
    margin: 0;
}
ul, li {
    list-style: none;
}
.center {
    text-align: center;
}
a {
    color: #666;
    text-decoration: none;
}
img {
    border: 0;
    outline: none;
}
input, textarea, select {
    color: #797979;
    border: 0;
    outline: none;
    resize: none;
    font-family: "Microsoft YaHei";
}
input:focus, textarea:focus, select:focus {
    outline: 0;
}
input[type="file"] {
    display: none;
}
textarea {
    resize: vertical;
    resize: none;
}
em, i, strike {
    font-style: normal;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}
.text-r {
    text-align: right;
}
.ell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.no-border {
    border: none !important;
}
.clear {
    clear: both;
}
.more-ell{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
img{
    display: block;
}
