.hide {
  display: none;
}
a{
  outline: none;
}
html {
  width: 100%;
  overflow-x: hidden;
}
body {
  background-color: #f3f3f3;
  color: #2e2f31;
}
.top-box {
  height: 200px;
  margin-top: 48px;
  /*line-height: 200px;*/
  color: #fff;

}
.top-box .inner {
  width: 100%;
  height: 200px;
  margin: auto;
  background: #fb99a0;
  text-align: center;
}

.top-box  .inner >a img,
.top-box span {
  display: inline-block;
  vertical-align: middle;
  /*width: 100%;*/
  height: 100%;
  max-width: 2000px;

}
.top-box .name {
  margin-left: 14px;
  font-size: 30px;
}
.top-box .slogan {
  font-size: 16px;
  line-height: normal;
  vertical-align: baseline;
}
.main {
  width: 980px;
  margin: auto;
  color: #4a4a4a;
}
.intro-box {
  margin-top: 48px;
}
.intro-box .title {
  padding-left: 24px;
  font-size: 16px;
  background: url('../img/icon.png') no-repeat left center;
  margin-bottom: 22px;
}
.intro-box .intro {
  margin-top: 22px;
  line-height: 22px;
}
.list-box {
  width: 900px;
  margin: 0 auto 40px;
}
.list-box .item {
  height: 258px;
  margin-top: 40px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background-color: #fff;
  background-position: left top;
  background-repeat: no-repeat;
}
.list-box .item.love {
  background-image: url('../img/plot-love-big.png');
}
.list-box .item.crime {
  background-image: url('../img/plot-crime-big.png');
}
.list-box .top {
  height: 70px;
  line-height: 100px;
  border-bottom: 1px dashed #e7e7e7;
  overflow: hidden;
}
.list-box .top .source {
  float: left;
  margin-left: 90px;
  font-size: 14px;
}
.list-box .top .label-box {
  float: right;
  margin-right: 90px;
  font-size: 12px;
  color: #ff6c00;
}
.list-box .top .label-box > span {
  display: inline-block;
  margin-left: 14px;
}
.list-box .bottom {
  height: 132px;
  overflow: hidden;
  padding: 0 90px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}
.list-box .read {
  margin-top: 12px;
  padding: 0 90px;
  text-align: right;
  font-size: 12px;
  color: #a1a1a1;
}
.list-box .read .num {
  display: inline-block;
  margin-left: 20px;
}
