body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: 'helvetica_neue-roman';
  src: url(../fonts/helvetica_neue-roman.eot), url(../fonts/helvetica_neue-roman.woff) format('woff'), url(../fonts/helvetica_neue-roman.woff2) format('woff'), url(../fonts/helvetica_neue-roman.svg) format('svg'), url(../fonts/helvetica_neue-roman.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lan_ting_zhong_hei';
  src: url(../fonts/lan_ting_zhong_hei_font-simplified_chinese_-webfont.eot) format('embedded-opentype'), url(../fonts/lan_ting_zhong_hei_font-simplified_chinese_-webfont.woff) format('woff'), url(../fonts/lan_ting_zhong_hei_font-simplified_chinese_-webfont.woff2) format('woff'),url(../fonts/lanting.eot) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'helvetica_neue-roman','lan_ting_zhong_hei', '微软雅黑';
  font-size: 14px;
}

td, th, caption {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #00a1ec;
  text-decoration: none;

}

/*a:hover {*/
/*text-decoration: underline;*/
/*}*/

img {
  border: none;
  width: 100%;
  vertical-align: middle;
}

ol, ul, li {
  list-style: none;
}

input, textarea, select, button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
  border-collapse: collapse;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.textOne {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.textTwo{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.p10{
  padding: 10px;
}
.p15{
  padding: 15px;
}