@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 .input {
  margin-left: 0.82rem;
  position: relative;
  width: 5.2rem;
  height: 0.66rem;
  background: #F2F3F6;
  border-radius: 0.05rem;
}
.header .input input {
  margin-left: 0.9rem;
  width: 4.2rem;
  height: 0.66rem;
  font-size: 0.24rem;
  color: #B1B1B1;
  background: #F2F3F6;
  border-radius: 0.05rem;
  border: none;
}
.header .head-img {
  float: left;
  position: absolute;
  top: 0.35rem;
  left: 1.4rem;
  width: 0.3rem;
  height: 0.3rem;
  z-index: 22;
}
.header .btn {
  float: right;
  position: relative;
  bottom: 0.5rem;
  width: 0.72rem;
  height: 0.33rem;
  font-size: 0.24rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.33rem;
}

.content {
  display: block;
  position: absolute;
  top: 0.9rem;
  left: 0;
  right: 0;
  bottom: 0;
}
.content .news {
  width: 100%;
  height: 100%;
  display: flex;
}
.content .news .title {
  padding-top: 0.22rem;
  width: 2.1rem;
  background-color: #F4F5F7;
  overflow-y: scroll;
}
.content .news .title:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.content .news .title .navlist {
  box-sizing: border-box;
  float: left;
}
.content .news .title .navlist:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.content .news .title .navlist li {
  padding: 0.3rem 0.5rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #181818;
  float: left;
}
.content .news .title .navlist li.active {
  font-size: 0.26rem;
  font-weight: 600;
  color: #fff;
  background: url(/img/footer/bj5.png) no-repeat;
  background-size: 2.1rem 1.38rem;
  line-height: 0.38rem;
}
.content .newslist {
  flex: 1;
  overflow-y: auto;
  padding: 0.2rem 0.18rem;
  display: none;
}
.content .newslist.active {
  display: block;
}
.content .newslist li .text {
  padding: 0.3rem 0 0 0.19rem;
  margin-top: 0.2rem;
  height: 3.24rem;
  background: url(/img/footer/bj6.png) no-repeat;
  background-size: 5.04rem 3.24rem;
}
.content .newslist li .text h2 {
  margin-left: 1.3rem;
  margin-bottom: 0.2rem;
  width: 2.06rem;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 600;
  color: #181818;
  line-height: 0.4rem;
}
.content .newslist li .text p {
  overflow: scroll;
  width: 4.7rem;
  height: 1.98rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  text-align: left;
  line-height: 0.33rem;
}
.content .newslist li .group {
  padding: 0.23rem 0.16rem 0;
  border-radius: 0.1rem;
  border: 0.01rem solid #EEEEEE;
}
.content .newslist li .group h2 {
  margin-bottom: 0.21rem;
  width: 1.12rem;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 600;
  color: #181818;
  line-height: 0.4rem;
}
.content .newslist li .group .group-tent {
  width: 4.5rem;
}
.content .newslist li .group .group-tent .group-div {
  position: relative;
  margin-bottom: 0.3rem;
  width: 4.15rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #181818;
  line-height: 0.33rem;
}
.content .newslist li .group .group-tent .group-div::before {
  content: "";
  display: block;
  margin-bottom: 0.3rem;
  width: 4.72rem;
  height: 0.01rem;
  background: #EEEEEE;
}
.content .newslist li .group .group-tent .group-div::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.36rem;
  right: -9%;
  width: 0.2rem;
  height: 0.2rem;
  background: url(/img/footer/y5.png) no-repeat;
  background-size: 0.2rem;
}

.content-dv {
  display: none;
}
.content-dv .news .title {
  padding-top: 0.22rem;
  position: fixed;
  top: 0.86rem;
  left: 0;
  z-index: 6666;
  width: 2.1rem;
  height: 15.37rem;
  background-color: #F4F5F7;
  float: left;
  overflow: scroll;
}
.content-dv .news .title:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.content-dv .news .title .navlist {
  box-sizing: border-box;
  float: left;
}
.content-dv .news .title .navlist:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.content-dv .news .title .navlist li {
  padding: 0.3rem 0.5rem;
  width: 1.12rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #181818;
  float: left;
}
.content-dv .news .title .navlist li.active {
  width: 1.12rem;
  font-size: 0.26rem;
  font-weight: 400;
  background: url(/img/footer/bj5.png) no-repeat;
  background-size: 2.1rem 1.38rem;
  line-height: 0.38rem;
}
.content-dv .actlist {
  margin-left: 30%;
  display: none;
}
.content-dv .actlist.active {
  display: block;
}
.content-dv .actlist li .text-content {
  padding: 0.3rem 0 0 0.19rem;
  margin-top: 0.2rem;
  width: 5.04rem;
  height: 3.24rem;
  background: url(/img/footer/bj6.png) no-repeat;
  background-size: 5.04rem 3.24rem;
}
.content-dv .actlist li .text-content h2 {
  margin-left: 1.3rem;
  margin-bottom: 0.2rem;
  width: 2.06rem;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 600;
  color: #181818;
  line-height: 0.4rem;
}
.content-dv .actlist li .text-content p {
  width: 4.7rem;
  height: 1.98rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  text-align: left;
  line-height: 0.33rem;
  overflow-y: auto;
}
.content-dv .actlist li .group-content {
  padding: 0.23rem 0.16rem 0;
  width: 4.7rem;
  border-radius: 0.1rem;
  border: 0.01rem solid #EEEEEE;
}
.content-dv .actlist li .group-content h2 {
  margin-bottom: 0.21rem;
  width: 1.12rem;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 600;
  color: #181818;
  line-height: 0.4rem;
}
.content-dv .actlist li .group-content .group-tent2 {
  width: 4.5rem;
}
.content-dv .actlist li .group-content .group-tent2 .group-div2 {
  position: relative;
  margin-bottom: 0.3rem;
  width: 4.69rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.33rem;
}
.content-dv .actlist li .group-content .group-tent2 .group-div2::before {
  content: "";
  display: block;
  margin-bottom: 0.3rem;
  width: 4.72rem;
  height: 0.01rem;
  background: #EEEEEE;
}/*# sourceMappingURL=sortdetail.css.map */