body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, figure, figcaption {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-size: 100%;
    font-weight: normal;
}

i, em {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

body, html {
    font: 14px "微软雅黑", Arial;
    color: #333;
}

input,button {
    outline: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
/*comm-start*/
[v-cloak]{display: none;}
.cur-p{
    cursor: pointer;
}
.v-top{
    vertical-align: top;
}
.twoline{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
/*comm-end*/

