html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ' ';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font: 12px/1.5 Helvetica,Arial,sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

input {
  outline: 0; }

/* .hidden {
	float: left;
	width: 0;
	height: 0;
	overflow: hidden;
}

.hiddenText {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
} */
.sans {
  font-family: 'Microsoft Yahei','Hiragino Sans GB','WenQuanYi Micro Hei',STHeiti,\534E\6587\7EC6\9ED1,SimHei,Helvetica,Arial,sans-serif; }

.smallSans {
  font-family: 'Microsoft Yahei','Hiragino Sans GB','WenQuanYi Micro Hei',STHeiti,\534E\6587\7EC6\9ED1,SimSun,Helvetica,Arial,sans-serif; }

.none {
  display: none; }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* table {
	margin-left: 1px;
} */
/* table td,table th {
	padding: 5px 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
} */
a {
  text-decoration: none; }

@charset "UTF-8";
/* 存放index的样式 */
.news {
  font-size: 12px;
  color: #666;
  background: #fff;
  padding: 30px 0 20px; }
  .news div {
    border-radius: 4px;
    overflow: hidden; }
    .news div h3 {
      height: 46px;
      margin-top: 0;
      line-height: 46px;
      text-align: center;
      font-size: 18px;
      color: white;
      background: #4ebafb; }
    .news div p {
      margin: 0 auto;
      line-height: 30px;
      font-size: 15px; }
    .news div ul {
      margin: 0 auto;
      padding: 0; }
      .news div ul li {
        line-height: 30px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 20px; }
        .news div ul li a {
          color: #337ab7;
          text-decoration: none; }
  .news li {
    font-size: 15px;
    margin-bottom: 5px;
    list-style: none; }
  .news .article_block {
    margin-top: 10px; }
  .news .clearfix {
    *zoom: 1; }
  .news .clearfix:after {
    display: block;
    content: 'clear';
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

.dl {
  z-index: 99999999999999999999999;
  width: 400px;
  background: #fff;
  border: solid 1px #eee;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -180px;
  margin-top: -150px;
  display: none; }

.dl p {
  text-align: center;
  background: #f51018;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 24px;
  box-shadow: 2px 2px 5px #aaa;
  font-family: "微软雅黑";
  margin-bottom: 25px; }

.textbox {
  height: 32px;
  margin-bottom: 30px; }

.textbox label {
  width: 60px;
  height: 32px;
  display: inline-block;
  padding-left: 50px;
  font-size: 16px; }

.textbox .text {
  display: inline-block;
  height: 24px;
  width: 200px; }

