.subject h1 {
  font-size: 30px;
  color: #434343;
  margin: 30px 0;
}
.subject .attr {
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #a4a4a4;
  font-size: 14px;
  margin-bottom: 20px;
}
.subject p {
  font-size: 17px;
  line-height: 1.8;
/*  text-indent: 2em;*/ 
  margin-bottom: 30px;
}
.subject .subject-content a {
  color: #2899e4;
}
.subject .subject-content img {
  max-width: 100%;
}
.model-share {
  width: 480px;
  height: 55px;
  margin-left: -360px;
  margin-top: -55px;
  float: right;
  border-top: 1px solid #eee;
}
.model-share .bdsharebuttonbox {
  float: right;
  padding-top: 15px;
}
.model-share .model-share-inner {
  display: none;
  padding-top: 20px;
  float: right;
  line-height: 28px;
  color: #7a7a7a;
}
.model-share .model-share-inner dt {
  padding-right: 5px;
}
.model-share .model-share-inner dt,
.model-share .model-share-inner dd {
  display: inline;
}
.model-share .icon-share {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/icon-share.png") no-repeat 0 0;
  opacity: .8;
  vertical-align: middle;
  margin-left: 3px;
}
.model-share .icon-share:hover {
  opacity: 1;
}
.model-share .icon-share-wb {
  background: url("../images/icon-share.png") no-repeat -38px 0;
}
.model-share .icon-share {
  *display: inline;
}
.model-tags {
  margin-top: 80px;
}
.model-tags .tag {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 14px;
  white-space: nowrap;
  margin-right: 10px;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
}
.model-tags .tag:hover {
  color: #ef7d36;
  border-color: #ef7d36;
  text-decoration: none;
}
.model-recomments-title {
  margin-top: 50px;
  height: 40px;
}
.model-recomments-title h3 {
  font-size: 18px;
}
.model-link-news {
  height: 40px;
}
.model-link-news a {
  font-size: 12px;
  color: #898989;
  display: block;
}
.model-link-news .prev {
  float: left;
}
.model-link-news .next {
  float: right;
  width: 380px;
}
.model-recomments-list {
  *zoom: 1;
  overflow: hidden;
}
.model-recomments-list ul {
  float: right;
  width: 360px;
}
.model-recomments-list .left {
  float: left;
}
.model-recomments-list li {
  font-size:14px;
  line-height: 32px;
  color: #898989;
  height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.model-recomments-list li a {
  color: #898989;
  padding-left: 10px;
}
.model-comments {
  margin-top: 20px;
}
.model-comments #SOHUCS #SOHU_MAIN .section-title-w .join-wrap-w .wrap-name-w {
  font-weight: bold;
  font-size: 18px;
  padding-right: 8px;
}
@media (max-width: 800px) {
  .subject-content img {
    max-width: 100% !important;
  }
  .model-tags {
    margin-top: 15px;
  }
  .model-share {
    width: auto;
    float: none;
    margin: 10px 0 0 0;
  }
}
