@charset "UTF-8";
/*****reset*****/
html, body, div, p, ul, li, ol, dd, dl, dt, fieldset, h1, h2, h3, h4, h5, h6, hr, form, button, input, textarea {
  margin: auto;
  padding: 0;
  font-family: 'Microsoft Yahei',arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
  font-size: 12px;
  color: #333; }

ul, ol, li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table th, table td {
    padding: 0;
    margin: 0; }

img {
  vertical-align: top;
  border: none; }

a {
  text-decoration: none;
  color: #0088cc; }
  a:hover {
    text-decoration: underline;
    color: #ff7915; }

/***基础mixin***/
/***基础样式***/
.clear_fix {
  *zoom: 1; }
  .clear_fix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden; }

.f_l {
  float: left; }

.f_r {
  float: right; }

.w {
  width: 1200px;
  margin: auto; }

body {
  background-color: #fff; }

.update {
  padding: 90px 0;
  /**background: url("../img/databusy_bg.png") no-repeat 100% 50%;**/
  line-height: 26px; }
  .update h4 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px; }
  .update .in {
    font-size: 14px;
    width: 520px; }
    .update .in p {
      text-align: right;
      font-size: 14px; }
      .update .in p.p_t_30 {
        padding-top: 30px; }
    .update .in span {
      color: #ff7519; }

.foot {
  border-top: 1px solid #e6e6e6;
  padding-top: 15px; }
  .foot ul li {
    float: left;
    padding-right: 10px;
    line-height: 18px;
    color: #999; }
    .foot ul li a {
      color: #999; }
      .foot ul li a img {
        vertical-align: middle;
        width: 15px;
        height: 15px;
        margin-right: 3px; }

/*# sourceMappingURL=update.css.map */
