@charset "UTF-8";
* {
  -webkit-tap-highlight-color: transparent; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
  padding: 0;
  margin: 0; }

body {
  background-color: #f1f1f1;
  font: 12px/1.5 "微软雅黑",\5b8b\4f53,Arial,sans-serif;
  font-family: "Microsoft YaHei", "微软雅黑", Tahoma, Helvetica, serif;
  color: #999; }

table, td, tr, th {
  font-size: 12px; }

ol, ul {
  list-style: none; }

li {
  list-style-type: none; }

img, input {
  outline: none;
  vertical-align: middle;
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: normal; }

table {
  border-collapse: collapse; }

address, cite, code, em, th, i {
  font-weight: normal;
  font-style: normal; }

.clearfix {
  *zoom: 1; }

.clearfix:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "."; }

a {
  color: #666;
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:active {
  color: #0ff; }

.fl {
  float: left; }

.fr {
  float: right; }

a:hover {
  color: orange;
  /* text-decoration:underline;*/
  text-decoration: none; }

.w {
  width: 1190px;
  margin: 0 auto; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media only screen and (min-width: 320px) and (max-width: 344px) {
  html {
    font-size: 12.8px; } }
@media only screen and (min-width: 345px) and (max-width: 355px) {
  html {
    font-size: 13.8px; } }
@media only screen and (min-width: 356px) and (max-width: 359px) {
  html {
    font-size: 14.24px; } }
@media only screen and (min-width: 360px) and (max-width: 374px) {
  html {
    font-size: 14.4px; } }
@media only screen and (min-width: 375px) and (max-width: 383px) {
  html {
    font-size: 15px; } }
@media only screen and (min-width: 384px) and (max-width: 399px) {
  html {
    font-size: 15.36px; } }
@media only screen and (min-width: 400px) and (max-width: 410px) {
  html {
    font-size: 16px; } }
@media only screen and (min-width: 411px) and (max-width: 411px) {
  html {
    font-size: 16.44px; } }
@media only screen and (min-width: 412px) and (max-width: 413px) {
  html {
    font-size: 16.48px; } }
@media only screen and (min-width: 414px) and (max-width: 479px) {
  html {
    font-size: 16.56px; } }
@media only screen and (min-width: 480px) and (max-width: 532px) {
  html {
    font-size: 19.2px; } }
@media only screen and (min-width: 533px) and (max-width: 539px) {
  html {
    font-size: 21.32px; } }
@media only screen and (min-width: 540px) and (max-width: 599px) {
  html {
    font-size: 21.6px; } }
@media only screen and (min-width: 600px) and (max-width: 639px) {
  html {
    font-size: 24px; } }
@media only screen and (min-width: 640px) and (max-width: 647px) {
  html {
    font-size: 25.6px; } }
@media only screen and (min-width: 648px) and (max-width: 719px) {
  html {
    font-size: 25.92px; } }
@media only screen and (min-width: 720px) and (max-width: 749px) {
  html {
    font-size: 28.8px; } }
@media only screen and (min-width: 750px) and (max-width: 767px) {
  html {
    font-size: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 799px) {
  html {
    font-size: 30.72px; } }
@media only screen and (min-width: 800px) and (max-width: 849px) {
  html {
    font-size: 32px; } }
@media only screen and (min-width: 850px) and (max-width: 899px) {
  html {
    font-size: 34px; } }
@media only screen and (min-width: 900px) and (max-width: 959px) {
  html {
    font-size: 36px; } }
@media only screen and (min-width: 960px) and (max-width: 1023px) {
  html {
    font-size: 38.4px; } }
@media only screen and (min-width: 1024px) and (max-width: 1135px) {
  html {
    font-size: 40.96px; } }
@media only screen and (min-width: 1136px) and (max-width: 1199px) {
  html {
    font-size: 45.44px; } }
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  html {
    font-size: 48px; } }
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  html {
    font-size: 54.64px; } }
@media only screen and (min-width: 1440px) and (max-width: 1535px) {
  html {
    font-size: 57.6px; } }
@media only screen and (min-width: 1536px) and (max-width: 1599px) {
  html {
    font-size: 61.44px; } }
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  html {
    font-size: 64px; } }
@media only screen and (min-width: 1700px) and (max-width: 1799px) {
  html {
    font-size: 68px; } }
@media only screen and (min-width: 1800px) and (max-width: 1919px) {
  html {
    font-size: 72px; } }
@media only screen and (min-width: 1920px) and (max-width: 2047px) {
  html {
    font-size: 76.8px; } }
@media only screen and (min-width: 2048px) and (max-width: 2559px) {
  html {
    font-size: 81.92px; } }
@media only screen and (min-width: 2560px) and (max-width: 2879px) {
  html {
    font-size: 102.4px; } }
@media only screen and (min-width: 2880px) {
  html {
    font-size: 115.2px; } }
.bodys {
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem; }
  .bodys .bannergg {
    position: relative;
    margin-bottom: 0.53333rem; }
    .bodys .bannergg a {
      display: block;
      width: 100%;
      height: 100%; }
    .bodys .bannergg p.btt {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.8);
      height: 2rem;
      line-height: 2rem;
      font-size: 0.86667rem;
      color: #fff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      padding: 0 0.66667rem;
      box-sizing: border-box; }
  .bodys .zixunul {
    width: 100%;
    height: auto; }
    .bodys .zixunul li {
      width: 100%;
      padding: 0.93333rem 0.66667rem;
      box-sizing: border-box;
      height: 7rem;
      margin-bottom: 1px;
      background-color: #fff; }
      .bodys .zixunul li a {
        display: block;
        width: 100%;
        height: 100%; }
      .bodys .zixunul li div {
        float: left;
        width: 7.33333rem;
        height: 5.06667rem;
        margin-right: 0.86667rem;
        border-radius: 0.23333rem;
        overflow: hidden; }
        .bodys .zixunul li div img {
          width: 100%;
          height: 100%; }
      .bodys .zixunul li p.title {
        float: left;
        width: 15.46667rem;
        line-height: 1.46667rem;
        height: 2.93333rem;
        color: #222;
        font-size: 0.86667rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 1.2rem; }
      .bodys .zixunul li p.time {
        height: 0.73333rem;
        width: 15.46667rem;
        float: left;
        line-height: 0.73333rem; }
        .bodys .zixunul li p.time img {
          float: left;
          width: 0.73333rem; }
        .bodys .zixunul li p.time img.eye {
          width: 0.86667rem;
          padding-top: 0.1rem; }
        .bodys .zixunul li p.time span {
          float: left;
          font-size: 0.66667rem;
          line-height: 0.73333rem;
          color: #999;
          width: 6.5rem; }
      .bodys .zixunul li .adddddd p img {
        width: 100% !important;
        height: auto; }

.xq {
  padding: 4.46667rem 0.66667rem 0; }
  .xq h1 {
    color: #222;
    line-height: 1.86667rem;
    font-size: 1.2rem;
    margin-bottom: 1rem; }
  .xq p.time {
    height: 0.73333rem;
    width: 100%;
    overflow: hidden;
    float: left;
    line-height: 0.73333rem;
    margin-bottom: 1rem; }
    .xq p.time img {
      float: left;
      width: 0.73333rem; }
    .xq p.time img.eye {
      width: 0.86667rem;
      padding-top: 0.1rem; }
    .xq p.time span {
      float: left;
      font-size: 0.66667rem;
      padding-top: 0.1rem;
      color: #999;
      width: 6rem;
      height: 0.73333rem; }

/*# sourceMappingURL=zixun.css.map */
