﻿@charset "UTF-8";
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, strong, sub, sup, tt, var,
b, u, i, center, input, button,
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;
  outline: 0;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  background-color: #F8F8F8;
  color: #333;
  font: 14px/1.4 'Microsoft YaHei',sans-serif,Arial,Helvetica,'Hiragino Sans GB'; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

.clear::before, .clear::after {
  content: '';
  display: table;
  clear: both; }

.close {
  display: block;
  width: 1.09375rem;
  height: 1.09375rem;
  margin: 0 auto 0.625rem;
  background: url("../images/close.png") no-repeat center;
  -webkit-background-size: 1.09375rem 1.09375rem;
  background-size: 1.09375rem 1.09375rem; }

header {
  width: 100%;
  height: 3.1875rem;
  line-height: 3.1875rem;
  background: url("../images/header-bk.jpg") repeat-x;
  -webkit-background-size: 100% 3.1875rem;
  background-size: 100% 3.1875rem;
  position: relative; }
  header img {
    height: 2.46875rem;
    margin: 0.359375rem 0 0 0.359375rem; }
  header .search {
    float: right;
    margin: 0.5rem 0.375rem 0 0;
    width: 1.875rem;
    height: 2.1875rem;
    background: transparent url("../images/search.png") no-repeat center;
    background-size: 1.09375rem 1.09375rem; }

.search-layer {
  position: absolute;
  top: 3.1875rem;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
  z-index: 300;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.79); }
  .search-layer form {
    height: 1.6875rem;
    border: 1px solid #c9c9c9;
    margin: 0.9375rem 0.46875rem 0.625rem;
    padding: 0.3125rem;
    background: #f2f2f2; }
    .search-layer form img {
      vertical-align: top;
      width: 1.0625rem;
      height: 1.0625rem;
      margin: 0.35937rem 0.3125rem 0 0; }
  .search-layer input, .search-layer button {
    float: left;
    height: 1.6875rem;
    line-height: 1.6875rem;
    background: #FFFFFF;
    color: #999; }
    .search-layer input::-webkit-input-placeholder, .search-layer button::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #999; }
    .search-layer input:-moz-placeholder, .search-layer button:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #999; }
    .search-layer input::-moz-placeholder, .search-layer button::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #999; }
    .search-layer input:-ms-input-placeholder, .search-layer button:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #999; }
  .search-layer input {
    width: 80.4%;
    margin: 0 1.3% 0 0;
    padding: 0 0 0 1.3%; }
  .search-layer button {
    width: 17%;
    -webkit-background-size: 1.09375rem 1.09375rem;
    background-size: 1.09375rem 1.09375rem; }

nav {
  height: 2.375rem;
  line-height: 2.375rem;
  background: #e7e7e7;
  border-bottom: 1px solid #ccc;
  position: relative; }
  nav .items {
    display: flex;
    float: left;
    width: 85%;
    margin: 0 0 0 0.46875rem;
    justify-content: space-between; }
  nav a {
    float: left;
    font-size: 1rem;
    color: #505050; }
  nav .active {
    color: #000000; }
  nav .more {
    float: right;
    width: 2.375rem;
    height: 2.375rem;
    background: #FFF url("../images/more.png") no-repeat center;
    -webkit-background-size: 0.9375rem 0.9375rem;
    background-size: 0.9375rem 0.9375rem; }

.show-items {
  position: fixed;
  left: 0;
  top: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 1000;
  overflow: hidden;
  padding: 0 0.625rem; }
  .show-items p {
    line-height: 2.3125rem;
    font-size: 1rem;
    color: #3d3d3d; }
    .show-items p span {
      line-height: 2rem;
      display: inline-block;
      vertical-align: bottom;
      font-size: 0.75rem;
      color: #959595;
      margin: 0 0 0 10px; }
  .show-items .items-close {
    display: block;
    vertical-align: bottom;
    font-size: 0.75rem;
    margin: 0;
    color: #959595;
    width: 1.3125rem;
    height: 1.3125rem;
    background: url("../images/items-close.png") no-repeat center;
    -webkit-background-size: 1rem 1rem;
    background-size: 1rem 1rem; }
  .show-items .list {
    margin: 0.3125rem 0 0; }
    .show-items .list a {
      float: left;
      width: 23.5%;
      margin: 0.46875rem 2% 0.46875rem 0;
      font-size: 1rem;
      text-align: center;
      line-height: 2.625rem;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      background: #f0f4f3;
      color: #3d3d3d; }
      .show-items .list a:nth-child(4n) {
        margin: 0.46875rem 0 0.46875rem 0; }
    .show-items .list .active {
      color: #000000; }

.swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto; }
  .swiper .imgbox {
    padding-top: 49.866%; }
  .swiper ul {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
  .swiper li {
    float: left; }
  .swiper img {
    float: left;
    width: 100%; }
  .swiper #page {
    color: #000000; }

.describe {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5rem;
  z-index: 100;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent); }
  .describe .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    height: 5rem;
    overflow: hidden; }
  .describe p {
    display: none;
    height: 2.8125rem;
    line-height: 1.40625rem;
    margin: 1.875rem 0 0.3125rem 0;
    color: #fff;
    padding: 0 0.46875rem;
    font-size: 1rem;
    overflow: hidden; }
  .describe .active {
    display: block; }

.quantity {
  position: absolute;
  right: 0.46875rem;
  bottom: 0.625rem;
  color: #fff;
  font-size: 1rem; }
  .quantity .active {
    color: #000000; }
  .quantity span {
    float: left; }

/* 婊氬姩鏂囨湰 */
.screen-text {
  height: 22px;
  line-height: 22px;
  padding: 0.625rem 0.46875rem;
  margin: 0 0 0.46875rem 0;
  background: #FFFFFF;
  position: relative; }
  .screen-text span {
    position: absolute;
    top: 0.625rem;
    left: 0.46875rem;
    width: 2.9375rem;
    height: 1.3125rem;
    line-height: 1.3125rem;
    background: #000000;
    color: #FFFFFF;
    font-size: 1rem;
    text-align: center;
    z-index: 100; }
  .screen-text .marquee {
    height: 22px;
    margin-left: 3.25rem;
    overflow: hidden; }
    .screen-text .marquee a {
      float: left;
      margin: 0 1.25rem 0 0;
      color: #505050;
      font-size: 1rem; }

.content {
  padding: 0 0.46875rem;
  margin: 0 0 0.46875rem 0;
  background: #FFFFFF; }
  .content .list-wrap:first-child div:first-child a {
    border-top: 0;
    border-top: none; }
  .content a {
    display: block;
    padding: 0.46875rem 0;
    border-top: 1px solid #efefef;
    color: #505050; }
  .content h3 {
    height: 2.5rem;
    line-height: 1.25rem;
    margin: 0 0 0.815rem 0;
    font-size: 1rem;
    overflow: hidden; }
  .content h5 {
    line-height: 1rem;
    margin: 0 0 0.46875rem 0;
    font-size: 1rem; }
  .content p {
    width: 100%;
    color: #b2b2b2;
    font-size: 14px; }
  .content .rmd, .content .hot {
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0.15625rem; }
  .content .rmd {
    border: 1px solid #000000;
    color: #000000; }
  .content .hot {
    border: 1px solid #fd5959;
    color: #fd5959; }
  .content .csf {
    float: right; }
  .content span {
    margin-left: 0.3125rem; }
    .content span:first-child {
      margin: 0; }
  .content .pl {
    float: right;
    padding-right: 1rem;
    background: url("../images/pl.png") no-repeat right;
    -webkit-background-size: 0.75rem 0.75rem;
    background-size: 0.75rem 0.75rem; }
  .content .info {
    position: relative;
    height: 10.375rem;
    overflow: hidden; }
    .content .info p {
      line-height: 1.875rem;
      font-size: 1rem;
      color: #505050;
      margin: 0 0 1rem 0; }

.list-type0 img {
  float: left;
  width: 100%;
  height: 100%; }

.list-type1 .img {
  float: left;
  width: 33.333%;
  margin: 0 0 0.46875rem 0;
  text-align: center; }
  .list-type1 .img:first-child {
    text-align: left; }
  .list-type1 .img:last-child {
    text-align: right; }
.list-type1 img {
  vertical-align: top;
  width: 96%; }

.list-type2 h5 {
  margin: 0 0 0.9375rem 0; }

.adaptive {
  float: left;
  width: 30.666%;
  margin: 0 7.5px 0 0;
  position: relative; }
  .adaptive:after, .adaptive::after {
    content: '';
    float: left;
    top: 0;
    left: 0;
    padding-top: 66.956%; }

aside {
  position: fixed;
  right: 0.46875rem;
  bottom: 5.3125rem;
  width: 2.78125rem;
  height: 2.78125rem;
  background: url("../images/top.png") no-repeat;
  -webkit-background-size: 2.78125rem;
  background-size: 2.78125rem;
  display: none; }

footer {
  background: #868686;
  padding: 1rem 0;
  text-align: center; }
  footer img {
    vertical-align: top;
    width: 7rem;
    height: 2.5625rem; }
  footer a {
    display: inline-block;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.875rem;
    color: #606060; }
    footer p a:nth-child(1) {
      border-right: 1px solid #666; }
  footer .active {
    color: #FFFFFF; }
  footer p:last-child {
    color: #5f5f5f; }

.path {
  padding: 0 0.46875rem;
  color: #b2b2b2;
  font-size: 10px; }
  .path a {
    font-size: 14px;
    color: #b2b2b2;
    margin: 0 4px 0 4px; }
    .path a:last-child {
      color: #000000; }
    .path a:first-child {
      margin: 0 4px 0 0; }

.paging {
  padding: 0.46875rem 0 0.9375rem 0;
  text-align: center; }
  .paging a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0.1rem 0.5rem;
    margin: 0 0.2rem;
    color: #333;
    vertical-align: bottom; }
  .paging .nowpage {
    color: #000000; }
  .paging span {
    padding: 0 0.4rem; }

.show-img {
  position: relative;
  padding-top: 68.266%;
  margin: 0 0 0.46875rem;
  overflow: hidden; }
  .show-img img {
    position: absolute;
    top: -3.5rem;
    left: 0; }
  .show-img:after {
    content: '';
    padding-top: 68.266%; }
  .show-img p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 9.375rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 1.25rem;
    font-size: 22px;
    color: #FFFFFF;
    background: url("../images/show-linear.png") no-repeat;
    -webkit-background-size: 10.625rem 2.5rem;
    background-size: 10.625rem 2.5rem; }

.tabs {
  height: 1.875rem;
  line-height: 1.875rem;
  position: relative; }
  .tabs .head {
    width: 6.375rem;
    padding-right: 0.625rem;
    background: url("../images/tab.png") no-repeat;
    -webkit-background-size: 7rem 1.875rem;
    background-size: 7rem 1.875rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }
  .tabs .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.46875rem;
    background: url("../images/linear.png") repeat; }



.content-list {
/*  padding-bottom: 0.46875rem;*/
  margin-top: 0.5rem; 
  overflow: hidden;}
  .content-list li {
    height: 2.375rem;
    line-height: 2.375rem;
    overflow: hidden;
    border-bottom: 1px dotted #d0d0d0;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .content-list li a {
      position: relative;
      padding: 0 .625rem;
      border-top: 0; }
      .content-list li a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 1.03125rem;
        width: 3px;
        height: 3px;
        background: #747373; }

.special {
  padding: 0.46875rem 0.46875rem 0; }

.base {
  padding-bottom: 0.9375rem; }

.img-layer {
  padding: 0.46875rem 0.46875rem 0;
  margin: 0 0 0.46875rem 0;
  background: #FFFFFF; }
  .img-layer .tabs {
    margin-bottom: 0.46875rem; }
  .img-layer .img-box {
    float: left;
    width: 32%;
    padding-right: 2%;
    margin-bottom: 2%; }
    .img-layer .img-box:nth-child(3n) {
      padding-right: 0; }
    .img-layer .img-box img {
      width: 100%;
      height: 10.78125rem;
      vertical-align: top; }
  .img-layer a {
    display: block;
    position: relative;
    color: #FFFFFF; }
  .img-layer p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 0.54rem;
    height: 1.8rem;
    line-height: 1.8rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 10%, transparent 80%);
    text-align: center;
    overflow: hidden; }

.classify {
  margin-top: 0.46875rem;
  padding: 0.46875rem;
  background: #FFFFFF; }
  .classify div {
    float: left;
    width: 25%;
    padding-top: 3.65625rem;
    vertical-align: top;
    color: #505050;
    font-size: 1rem;
    text-align: center; }
  .classify .ls {
    background: url("../images/ls.png") no-repeat center 0.15625rem;
    background-size: 3.34375rem 3.34375rem; }
  .classify .xd {
    background: url("../images/xd.png") no-repeat center 0.15625rem;
    background-size: 3.34375rem 3.34375rem; }
  .classify .yl {
    background: url("../images/yl.png") no-repeat center 0.15625rem;
    background-size: 3.34375rem 3.34375rem; }
  .classify .ty {
    background: url("../images/ty.png") no-repeat center 0.15625rem;
    background-size: 3.34375rem 3.34375rem; }

.special-show {
  padding: 0.46875rem;
  background: #efefef; }
  .special-show section {
    display: none; }
  .special-show .active {
    display: block; }
  .special-show div {
    float: left;
    width: 48.7%;
    padding-right: 2.6%;
    margin-bottom: 0.46875rem; }
    .special-show div:nth-child(2n) {
      padding-right: 0; }
  .special-show a {
    display: block;
    background: #FFFFFF;
    color: #505050;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    -moz-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc; }
  .special-show img {
    width: 100%;
    height: 12.875rem;
    vertical-align: top; }
  .special-show p {
    width: 100%;
    line-height: 2.1875rem;
    text-align: center;
    border-top: 1px solid #dfdfdf; }
  .special-show span {
    display: block;
    padding: 0 0.46875rem 0.625rem;
    height: 0.625rem;
    line-height: 0.625rem;
    font-size: 10px;
    color: #b2b2b2; }
  .special-show .dz {
    float: left;
    width: auto;
    padding: 0 0 0 0.6875rem;
    background: url("../images/dz.png") no-repeat left;
    background-size: 0.625rem; }
  .special-show .hot {
    float: right;
    width: auto;
    padding: 0 0 0 0.9375rem;
    background: url("../images/hot.png") no-repeat left;
    background-size: 0.71875rem; }

.img-text a {
  float: left;
  width: 48.7%;
  padding: 0.46875rem 2.6% 0 0;
  border: 0; }
  .img-text a:nth-child(2n) {
    padding-right: 0; }
.img-text img {
  width: 100%;
  height: 7.28125rem;
  vertical-align: top; }
.img-text p {
  width: 92%;
  line-height: 1.5rem;
  height: 3rem;
  font-size: 1rem;
  overflow: hidden;
  padding: 0 4%;
  margin-bottom: 0.3125rem;
  color: #505050; }

.main {
  padding: 0 0.46875rem;
  background: #FFFFFF;
    }
.article-desc{
  height: 25rem;
  overflow: hidden;
  position: relative;
}
.show-more-end{
  position: absolute;
  bottom: 0;
  height: 30px;
  left: 0;
  width: 100%;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(245,245,245,0)),color-stop(100%,#fff));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#00f5f5f5', EndColorStr='#fff');
}
.arc-show{
  display: block;
  float: left;
  width: 16px;
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
  background: url(../images/show-all.png) left center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 0.48rem;
}
.pt{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.article-show span{
  color: #000000;
  background: url(../images/show-all.png) left center no-repeat;
  background-size: 14px 14px;
  padding-left: 18px;
}
  .main h1 {
    color: #505050;
    padding: 0.625rem 0 0.46875rem 0;
    line-height: 1.875rem;
    font-weight: bold;
    font-size: 22px; }
  .main .dtl {
    display: block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding-bottom: 0.46875rem;
    font-size: 14px;
    color: #b2b2b2;
    margin: 5px 0 10px 0; }
    .main .dtl span {
      float: left; }
    .main .dtl .tl {
      float: right;
      padding-right: 0.875rem;
      background: url(../images/pl.png) no-repeat right;
      -webkit-background-size: 0.75rem 0.75rem;
      background-size: 0.75rem 0.75rem; }
  .main .date {
    margin-right: 0.75rem; }
  .main p {
    color: #505050;
    font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: 0.5rem; text-indent: 2rem;}
    .main p img {
      display: block;
      width: 100%;
      height: 100%;
     }
  .main .img {
    text-indent: 0;
    padding: 0.46875rem 0; }
    .main .img img {
      width: 100%;
      vertical-align: top; }
  .main .content {
    margin: 0; }

.mg0 {
  margin: 0 !important; }

.page {
  margin: 0.846875rem 0 0.4rem 0;
  text-align: center;
  height: 1.375rem; }
  .page .prev, .page .next {
    border: 1px solid #505050;
    padding: 0 0.5rem;
    color: #505050;
    margin: 0 1rem;}
.page .nolinkpage{
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
  margin: 0 1rem;
  padding: 0 0.5rem;
  }
  .page .pagination span {
    vertical-align: top; }
    .page .pagination span:first-child {
      color: #000000; }
.special .option{
  padding: 0;
}
.option {
  height: 2rem;
  line-height: 2rem;
  color: #b2b2b2;
  font-size: 14px;
  padding: 0.9375rem 0 0.46875rem 0; }
  .option .hot, .option .hot-ipt {
    float: left;
    padding-left: 1rem;
    background: url(../images/hot.png) no-repeat left;
    background-size: 1rem;
    margin-right: 0.625rem; }
  .option .dz, .option .dz-ipt {
    float: left;
    padding-left: 0.75rem;
    background: url(../images/dz.png) no-repeat left;
    background-size: 0.7rem;
    color: #B2B2B2; }
  .option .share {
    float: right; }
    .option .share span {
      float: left; }
    .option .share .bdsharebuttonbox {
      float: left; }
    .option .share a {
      padding: 0;
      display: inline-block;
      vertical-align: top;
      width: 1.9375rem;
      height: 1.9375rem;
      margin: 0 0 0 0.35625rem; }
    .option .share .wecat {
      background: url("../images/wechat.png") no-repeat center;
      -webkit-background-size: 1.9375rem 1.9375rem;
      background-size: 1.9375rem 1.9375rem; }
    .option .share .zone {
      background: url("../images/zone.png") no-repeat center;
      -webkit-background-size: 1.9375rem 1.9375rem;
      background-size: 1.9375rem 1.9375rem; }
    .option .share .sina {
      background: url("../images/sina.png") no-repeat center;
      -webkit-background-size: 1.9375rem 1.9375rem;
      background-size: 1.9375rem 1.9375rem; }
    .option .share .weibo {
      background: url("../images/weibo.png") no-repeat center;
      -webkit-background-size: 1.9375rem 1.9375rem;
      background-size: 1.9375rem 1.9375rem; }

.discuss {
  padding: 0.46875rem 0.46875rem 0;
  background: #FFFFFF; }
  .discuss h2 {
    float: left;
    height: 1.0625rem;
    line-height: 1.0628rem;
    padding-bottom: 0.25rem;
    border-bottom: 2px solid #2b73cb;
    color: #434343;
    font-size: 1rem;
    margin-bottom: 0.625rem; }
  .discuss textarea {
    width: 96%;
    height: 3.8125rem;
    padding: 0.5rem 2%;
    border: 0;
    -webkit-box-shadow: 0 0 0 1px #eee;
    -moz-box-shadow: 0 0 0 1px #eee;
    box-shadow: 0 0 0 1px #dcdcdc;
    background: #f8f8f8; }
    .discuss textarea::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #999; }
    .discuss textarea:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #999; }
    .discuss textarea::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #999; }
    .discuss textarea:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #999; }
  .discuss form {
    line-height: 1.1875rem;
    font-size: 0.71875rem;
    color: #a9a9a9;
    margin: 0.625rem 0; }
  .discuss button {
    float: left;
    background: #FFFFFF;
    color: #2b73cb;
    font-size: 0.71875rem; }
    .discuss button:last-child {
      float: right;
      height: 1.1875rem;
      line-height: 1.1875rem;
      padding: 0 0.25rem;
      border: 1px solid #2b73cb;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
  .discuss .fl {
    float: left;
    width: 2.78125rem; }
    .discuss .fl img {
      width: 2.78125rem;
      height: 2.78125rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .discuss .fr {
    float: right;
    width: 19.1875rem; }
    .discuss .fr p {
      line-height: 1rem;
      color: #434343;
      font-size: 0.625rem; }
      .discuss .fr p:first-child, .discuss .fr p:last-child {
        font-size: 0.46875rem;
        color: #a9a9a9; }
      .discuss .fr p:first-child {
        margin: -0.2rem 0 0 0; }
      .discuss .fr p:nth-child(2) {
        margin: 0.2rem 0 0.5rem 0; }
    .discuss .fr .user {
      color: #2b73cb; }
  .discuss li {
    padding: 0.75rem 0;
    border-top: 1px solid #efefef; }
  .discuss .lk {
    padding-left: 0.8125rem;
    margin: 0 0.9375rem 0 0;
    background: url("../images/dz.png") no-repeat left;
    -webkit-background-size: 0.625rem 0.6875rem;
    background-size: 0.625rem 0.6875rem; }
  .discuss .hf {
    padding-left: 0.85rem;
    margin: 0 0.9375rem 0 0;
    background: url("../images/hf.png") no-repeat left;
    -webkit-background-size: 0.75rem 0.59375rem;
    background-size: 0.75rem 0.59375rem; }
  .discuss .ck {
    padding-left: 0.9rem;
    background: url("../images/hot.png") no-repeat left;
    -webkit-background-size: 0.71875rem 0.53125rem;
    background-size: 0.71875rem 0.53125rem; }

.header {
  height: 2.78125rem;
  line-height: 2.78125rem;
  background: #232323;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .header .back {
    float: left;
    width: 1.625rem;
    height: 2.78125rem;
    background: url("../images/back.png") no-repeat center;
    -webkit-background-size: 0.65625rem 1.09375rem;
    background-size: 0.65625rem 1.09375rem; }
  .header a {
    float: right;
    padding-right: 0.46875rem;
    color: #FFFFFF;
    font-size: 1rem; }

.description {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #323232;
  background: rgba(35, 35, 35, 0.68);
  color: #FFFFFF;
  z-index: 500; }
  .description .title {
    width: 85%;
    line-height: 1.5rem;
    padding: 0.46875rem; }
  .description p {
    font-size: 1rem;
    display: none; }
  .description .active {
    display: block; }
  .description .layer-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .description .pages {
    position: absolute;
    right: 0.46875rem;
    top: 0.46875rem; }
    .description .pages .active {
      line-height: 1.1rem;
      font-size: 1.25rem;
      color: #000000; }
  .description span {
    float: left;
    line-height: 1.25rem;
    color: #b1b1b1; }
  .description .dtl {
    line-height: 1.25rem;
    font-size: 0.6875rem;
    overflow: hidden; }
    .description .dtl p {
      font-size: 0.875rem;
      padding: 0 0.46875rem 1rem;
      color: #999; }

.swiper-container {
  height: 80%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .swiper-container .swiper-slide {
    display: table; }
  .swiper-container .img {
    display: table-cell;
    vertical-align: middle; }

.loading-more {
  line-height: 38px;
  border: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5 !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0.8rem 10% 0;
  width: 80%;
  text-align: center;
  color: #afafaf  !important;
  padding: 0 !important; }
  .loading-more i {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url("../images/loading-more.png") no-repeat center;
    -webkit-background-size: 14px;
    background-size: 14px;
    vertical-align: top;
    margin: 8px 0 0 0; }
.footerimg{
  display: block;
  width: 112px;
  height: 41px;
  margin: 0 auto;
  border-right: none;
}
/*# sourceMappingURL=style.css.map */
.s-mune{line-height: 50px;border-bottom: 1px solid #bbb;}
.s-mune li{float:left;font-size:15px;}
.s-mune li a{display:block;padding:0 10px;margin-right:10px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.wrap{margin:0 auto;}