*{margin:0px;padding:0px;}
body,button, input, select, textarea { 
    font: 14px/1 "微软雅黑", Helvetica, Arial, sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
html{ overflow-y: scroll; min-width: 320px;}
address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
img{ max-width: 100%;}
/* 重置列表元素 */
ul, ol { list-style: none;}
/* 重置文本格式元素 */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: none; color: #000000; }
a:active,a:visited,a:focus{text-decoration: none;}
/* 重置表单元素 */
input,select,textarea,button{outline:medium;}
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
input {vertical-align:middle;border: none; background: none;outline:none;}

/* 注：optgroup 无法扶正 */
button, input, select, textarea {font-size: 100%;}

table {border-collapse: collapse;border-spacing: 0;}

.ellipsis{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.con_detail img,.con_detail table,.con_detail video,.con_detail iframe{max-width: 100%;}
.not-animated{opacity: 0;}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999999;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999999;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999999;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999999;
}

/*设置左右浮动*/
.fl{float: left;}
.fr{float: right;}
/*清楚浮动*/
.clearfix:after{visibility:hidden; display:block; font-size:0; content: " "; clear:both; height:0;}
.clearfix{*zoom:1;}
.hide { display:none; }
/*加载字体*/
/*@font-face {
    font-family: 'BigJohn';
    src: url('font/bigjohn.eot');
    src: url('font/bigjohn.eot?#iefix') format('embedded-opentype'),
         url('font/bigjohn.woff') format('woff'),
         url('font/bigjohn.ttf') format('truetype'),
         url('font/bigjohn.svg#webfont34M5alKg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SlimJoe';
    src: url('font/SlimJoe.eot');
    src: url('font/SlimJoe.eot?#iefix') format('embedded-opentype'),
         url('font/SlimJoe.woff') format('woff'),
         url('font/SlimJoe.ttf') format('truetype'),
         url('font/SlimJoe.svg#webfont34M5alKg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
.not-animated { opacity: 0; }
.txthid{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.txthid4{overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box !important;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;}
.txthid2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.isNull{text-align:center;padding:100px 0px;font-size:16px;color:#333;}