
/* 全局样式*/
.content-main {
  padding: 2rem;
  max-width: 640px;
  margin: 0 auto;
}
.content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 .875rem;
}
.head {
  width: 100%;
  height: auto;
}
.head .title {
  display: block;
  font-size: 26px;
  line-height: 40px;
  border-bottom: 1px solid #e7e7eb;
}
.head .time {
  color: #8c8c8c;
  font-size: 16px;
  line-height: 50px;
  padding-right: 30px;
}
.head .author{
  color: #00F;
  font-size: 16px;
  line-height: 50px;
}
.content-txt {
  font-size: 16px;
  line-height: 28px;
}
.content-txt p{
    text-indent:32px;
}
.content-txt img{
  width: 80%;
  text-align: center;
  margin-top: 1rem;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  display: block;
}
.font-gules {
  color: #F00;
}
.card-wrap {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
  -webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.08);
  box-shadow:0 2px 5px 0 rgba(0,0,0,.08);
  border-radius:2px;
  padding: 10px;
  margin: 0px;
  position: relative;
  overflow: hidden;
}
.card-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  padding-right: 3px;
  opacity: .8;
  background: #e62828;
  color: #fff;
  height: 17px;
  padding: 0 3px;
  margin-right: 14px;
  line-height: 18px;
  font-size: 12px;
  vertical-align: 3px;
  z-index: 999;
}
.card-tag span {
  display: block;
  border-right: 2px;
  overflow: hidden;
}
.card-logo {
  color: #333;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  float: left;
  margin-right: 14px;
}
.card-logo span {
  display: block;
  border-radius: 2px;
  overflow:hidden;
  padding-right: 0;
}
.card-logo a{
  padding-right: 0;
  text-decoration: none;
  color: #333;
  background: #ccc;
}
.card-logo img {
  display: block;;
  max-width: 100px;
  max-height: 100px;
  margin: 0px;
  width: 100%;
}
.card-name {
  height: auto;
  line-height: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  margin-top: 7px;
  white-space: normal;
  text-overflow:ellipsis;
  font-size:14px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  font-weight:700;
  word-break: normal;
}
.card-deep {
  position: absolute;
  bottom: 10px;
  right: 0%;
  padding-right: 3px;
  background: #e62828;
  color: #fff;
  height: 28px;
  width: auto;
  padding: 0 15px;
  margin-right: 12px;
  line-height: 28px;
  font-size: 12px;
  z-index: 999;
  text-align: center;
}
.card-danji {
  width: 100%;
  height: auto;
  margin: 20px auto;
  text-align: center;
}
.card-lite {
  margin: 0 auto;
  border-radius:25px;
  border:1px solid;
    border-color:#FF0036;
    display: inline-block;
    padding: 0 30px;
    font-size: 14px;
    line-height: 32px;
    color: #FF0036;
    font-weight: 600;
}
@media only screen and (max-width: 600px) {
.content-main {
  padding: 1.5rem 0 0 0;

}
.head .title {
  font-size: 22px;
  line-height: 60px;
}
.content-txt img{
  width: 70%;
  }
}