body {
  margin: 0;
  /* background: #047604; */
  background: #440203;
}
.max640 {
  max-width: 640px;
  margin: 0 auto;
}
img.block {
  display: block;
}
img.center {
  width: 80%;
  margin: 0 auto 0.5rem auto;
}
.clear:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.title {
  /* background: #018E02; */
  background: #5B0101;
  font-size: 1.4em;
  padding: 0.5em;
  box-sizing: border-box;
}
.title span {
    color: #DDE104;
    font-weight: bold;
    text-shadow: 1px 1px 1px gray;
}
.title a {
  color: #FFF;
  font-size: 0.5em;
  float: right;
  margin-top: 1em;
  text-decoration: underline;
}
.content {
  font-size: 1.4em;
  padding: 0.5em;
  box-sizing: border-box;
}
.content p {
  font-size: 1rem;
  line-height: 1.6em;
  margin: 0px;
  color: #FFF;
}
/* 解决iphone上的微信自动对号码加链接问题 */
.content p a {
    color: #FFF;
    text-decoration: none;
}
.content p.mini {
  font-size: 0.5em;
}
.content p.center {
  text-align: center;
}
.content h3 {
  color: #FFF;
  margin: 0.5em 0;
  font-size: 0.8em;
  font-weight: normal;
}
.content h3.center {
  text-align: center;
}
.content .item {
    display: block;
    text-decoration: none;
}
.content .item .left {
  width: 46%;
  float: left;
}
.content .item .left img {
    width: 100%;
}
.content .item .right {
  width: 54%;
  float: right;
  padding: 0.5em;
  box-sizing: border-box;
}
.content .item .right p {
    font-size: 0.8em;
}
span.yellow {
  color: #DEE205;
}
