@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  margin: 0.67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; } */

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: auto;
  outline: none;
  margin: 0;
  padding: 0; }

body {
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 21px;
  background-color: #f3f3f3;
  -webkit-overflow-scrolling: touch; }

a {
  color: #3f4040;
  text-decoration: none; }
  a:active {
    color: #262626; }

img {
  vertical-align: bottom; }

p {
  margin-top: 0;
  margin-bottom: 0; }

textarea {
  resize: none; }

input, textarea, button {
  border: 0;
  outline: 0; }

ul {
  list-style: none; }
.container{
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
}
.detail{
  width:100%;
  min-height:100vh;
  background-color:#fff;
}
.phone-banner{
  display:block;
  width:100%;
  height:auto;
}
.article-box{
  width:100%;
  padding:.8rem .25rem;
}
.title{
  font-size:16px;
  width:100%;
  font-weight:bold;
  text-align:center;
  margin-bottom:.2rem;
  color:#000;
}
.time{
  width:100%;
  height:.86rem;
  line-height:.86rem;
  border:1px dashed #ccc;
  font-size:16px;
  text-align:center;
}
audio{
  display: block;
  width:86%;
  margin:.36rem auto;
}
.article-box p{
  font-size:16px;
  line-height: 29px;
  text-indent:28px;
}
.article-box img{
  display:block;
  width: 92%;
  height: auto;
  margin:.24rem auto;
}
.footer{
  width:100%;
  background:url(../images/footer-bg.jpg) repeat-y;
  background-size:100% 100%;
  padding:.36rem 0;
  text-align:center;
  font-size:12px;
  color:#fff;
}
.return-box{
  position:fixed;
  right:.25rem;
  bottom:10vh;
  z-index:10;
}
.return-box a{
  display:block;
  width:1rem;
  height:1rem;
  background-color:#072e45;
  color:#fff;
  font-size:12px;
  line-height:1rem;
  text-align:center;
  border-radius:100%;
}
.toIndex{
  margin-bottom:.2rem;
}
.sources{
  width:100%;
  text-align:right;
  margin-top:.36rem;
}
.vote-button{width:3rem;height:0.6rem;margin:0.36rem auto 0;}
.votes{width:3rem;height:0.68rem;font-size:0.32rem;border-radius:0.08rem;color:#fff;background-color:#55917e;text-align:center;line-height:0.68rem;}
.voted{width:3rem;height:0.68rem;font-size:0.32rem;border-radius:0.08rem;color:#fff;text-align:center;line-height:0.68rem;background-color:#ea963c;}