@charset "UTF-8";
html {
  font-family: "Microsoft YaHei", "微软雅黑 Light", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hgroup, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 0.28rem;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

img {
  border: 0;
  -webkit-touch-callout: none;
  vertical-align: top;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
  outline: none;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

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

td, th {
  padding: 0;
}

.opacity {
  -webkit-animation: opacity 0.3s linear;
  animation: opacity 0.3s linear;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  margin: 0.3rem 0 0.2rem 3.4rem;
  height: 0.34rem;
  font-size: 0.36rem;
  font-weight: 600;
  color: #111111;
  line-height: 0.2rem;
}

.news .title {
  position: fixed;
  width: 1.8rem;
  height: 14.37rem;
  background-color: #F4F5F7;
  float: left;
  z-index: 99;
}
.news .title:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.news .title .navlist {
  box-sizing: border-box;
  float: left;
}
.news .title .navlist:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.news .title .navlist li {
  margin-top: 0.2rem;
  padding-left: 0.3rem;
  width: 1.8rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #181818;
  float: left;
  line-height: 0.7rem;
}
.news .title .navlist li.active {
  font-weight: 700;
  width: 72%;
  height: 100%;
  background-color: #fff;
}
.news .title .navlist li.active::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.04rem;
  height: 0.25rem;
  background: #E62622;
  top: 0.03rem;
  left: -0.1rem;
}

.newslist {
  display: none;
}
.newslist.active {
  display: block;
}
.newslist li {
  margin-left: 1.8rem;
  padding: 0 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 0.8rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.newslist li img {
  width: 5.1rem;
  height: 1.45rem;
  margin-bottom: 0.3rem;
}
.newslist li .listul:nth-child(2) {
  margin-bottom: 0;
}
.newslist li .listul {
  float: left;
  margin: 0 0 0.4rem 0;
  width: -moz-available; /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}
.newslist li .listul p {
  width: 1.66rem;
  height: 0.27rem;
  line-height: 0.27rem;
  font-size: 0.26rem;
  font-weight: 600;
  color: #222224;
}
.newslist li .listul .img1 {
  margin-top: 0.2rem;
  margin-right: 0.2rem;
  width: 2.45rem;
  height: 1.25rem;
}
.newslist li .listul .listul-dv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newslist li .listul .listul-dv .listul-li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  margin-top: 0.2rem;
  margin-right: 0.1rem;
  padding: 0 0.2rem;
  width: 2rem;
  height: 0.8rem;
  font-size: 0.24rem;
  color: #181818;
  text-align: center;
  line-height: 0.8rem;
  background: #F2F3F6;
  border: 0rem solid #000000;
  border-radius: 0.04rem;
}
.newslist li .listul .listul-dv .hot::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.34rem;
  height: 0.34rem;
  background: url(/img/footer/hot.png);
  background-size: 0.34rem;
}
.newslist li .listul .listul-dv .listul-li:nth-child(2n) {
  margin-right: 0;
}

.is_label {
  display: inline-block;
  width: 5.11rem;
  height: 0.55rem;
  margin-bottom: 0.3rem;
}
.is_label .is_label_img {
  width: 5.11rem;
  height: 0.55rem;
}/*# sourceMappingURL=index.css.map */