blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}img{vertical-align:top}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}capation,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:after,q:before{content:''}abbr,acronym{border:0}.bc{margin-left:auto;margin-right:auto}.fl{float:left;display:inline}.fr{float:right;display:inline}.clearfix:after,.clearfix:before{content:'';display:table}.clearfix:after{clear:both}.clearfix{zoom:1}
a{
    text-decoration: none;
    color: black;
}
@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: local('SourceHanSerifCN-Bold'),url('SourceHanSerifCN-Bold.otf') format('opentype'),url('http://m.cmstop.wuhanev.com/android_asset/fonts/SourceHanSerifCN-Bold.otf');
}
@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: local('SourceHanSerifCN-Regular'),url('SourceHanSerifCN-Regular.otf') format('opentype'),url('http://m.cmstop.wuhanev.com/android_asset/fonts/SourceHanSerifCN-Regular.otf');
}
@font-face {
    font-family: 'SourceHanSerifCN-SemiBold';
    src: local('SourceHanSerifCN-SemiBold'),url('SourceHanSerifCN-SemiBold.otf') format('opentype'),url('http://m.cmstop.wuhanev.com/android_asset/fonts/SourceHanSerifCN-SemiBold.otf');
}
body,html{
    word-break: break-all;
    width: 100%;
    font-family: SourceHanSerifCN-SemiBold;
    height: 100%;
}
.clearfix:after,.clearfix:before{
    content: '';
    display: block;
    clear: both;
}
.ellipse{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.two_ell {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.four_ell {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.three_ell {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
