.information-main {
  width: 1075px;
  padding: 50px 15px 0 15px;
  margin: 0 auto;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.information-main .info-content {
  width: 672px;
  padding-bottom: 100px;
  float: left;
}
.information-main .info-content h2 {
  font-size: 24px;
  color: #333;
  display: block;
  line-height: 24px;
}
.information-main .info-content .date-con {
  font-size: 12px;
  color: #999;
  display: inline-block;
  margin-top: 20px;
}
.information-main .info-content .content-view {
  padding: 20px 0;
  margin-top: 30px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.information-main .info-content .content-view img {
  width: 672px;
  height: auto;
  display: block;
}
.information-main .info-content .content-view p {
  font-size: 16px;
  color: #333;
  display: block;
  margin-top: 20px;
  line-height: 26px;
  word-break: break-all;
}
.information-main .info-content .content-view video {
  width: 672px;
  display: block;
}
.information-main .info-content .comment-main {
  margin-top: 20px;
}
.information-main .info-content .comment-main .recomment-box {
  display: block;
  overflow: hidden;
}
.information-main .info-content .comment-main .recomment-box .input-box {
  width: 540px;
  height: 40px;
  float: left;
}
.information-main .info-content .comment-main .recomment-box .input-box input[type=text] {
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 6px 15px;
  border: 1px solid #CCC !important;
  border-radius: 4px;
  box-shadow: none;
}
.information-main .info-content .comment-main .recomment-box .reco-btn {
  width: 115px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  float: right;
  background: #ffcd00;
  color: #333;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px -7px 1px -4px inset #fbb700;
  text-decoration: none;
  cursor: pointer;
}
.information-main .info-content .comment-main .reply-box .input-box {
  width: 460px !important;
}
.information-main .info-content .comment-main .reply-box .reco-btn {
  width: 110px !important;
}
.information-main .info-content .comment-main .hot-recomment h3 {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-size: 800;
  display: block;
  position: relative;
  padding-left: 14px;
  margin-top: 30px;
}
.information-main .info-content .comment-main .hot-recomment h3:before {
  content: '';
  width: 14px;
  height: 20px;
  background: url(/assets/images/cars/recomment_icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view, .information-main .info-content .comment-main .hot-recomment .reply-view {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .face, .information-main .info-content .comment-main .hot-recomment .reply-view .face {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 32px;
  left: 0;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .face img, .information-main .info-content .comment-main .hot-recomment .reply-view .face img {
  width: 100%;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment {
  margin-left: 66px;
  display: block;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .person-name, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .person-name {
  font-size: 14px;
  color: #666;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .person-name span.datetime, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .person-name span.datetime {
  color: #999 !important;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .person-name .thumbs-up, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .person-name .thumbs-up {
  float: right;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  color: #333;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .person-name .thumbs-up:before, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .person-name .thumbs-up:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 1px;
  background: url(/assets/images/cars/thumbs_up_01.png) no-repeat;
  background-size: 100%;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .person-name .uper, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .person-name .uper {
  color: #f57f17 !important;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .person-name .uper:before, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .person-name .uper:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/images/cars/thumbs_up_02.png) no-repeat;
  background-size: 100%;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .person-recomment, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .person-recomment {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-top: 10px;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .btn-view, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .btn-view {
  overflow: hidden;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .btn-view .reply-info, .information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .btn-view .show-reply, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .btn-view .reply-info, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .btn-view .show-reply {
  font-size: 12px;
  color: #f57f17 !important;
  float: left;
  padding: 10px 6px 0 0;
  text-decoration: none !important;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .btn-view .show-reply, .information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .btn-view .open, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .btn-view .show-reply, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .btn-view .open {
  padding-right: 20px;
  position: relative;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .btn-view .open:after, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .btn-view .open:after {
  -webkit-transform: rotate(-45deg) !important;
  top: 15px !important;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .btn-view .show-reply:after, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .btn-view .show-reply:after {
  content: '';
  -webkit-transform: rotate(135deg);
  width: 9px;
  height: 9px;
  border-top: 2px solid #f57f17;
  border-right: 2px solid #f57f17;
  position: absolute;
  right: 0;
  top: 10px;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .reply-input-box, .information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .reply-content-box, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .reply-input-box, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .reply-content-box {
  padding: 15px 12px;
  margin-top: 15px;
  background: #f7f7f7;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .reply-input-box, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .reply-input-box {
  display: block;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .reply-content-box, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .reply-content-box {
  padding: 0 12px 15px 12px !important;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .reply-content-box .reply-input-box, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .reply-content-box .reply-input-box {
  padding: 0 !important;
  position: relative;
  left: -66px;
  width: 582px;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view .item-recomment .add-more, .information-main .info-content .comment-main .hot-recomment .reply-view .item-recomment .add-more {
  display: block;
  font-size: 12px;
  color: #666 !important;
  padding-top: 15px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}
.information-main .info-content .comment-main .hot-recomment .recomment-view {
  padding: 30px 0 25px 0;
}
.information-main .info-content .comment-main .hot-recomment .reply-view {
  padding: 15px 0;
}
.information-main .info-content .comment-main .hot-recomment .reply-view .face {
  top: 17px !important;
}
.information-main .info-content .comment-main .load-view {
  display: block;
  margin-top: 25px;
  text-align: center;
}
.information-main .info-content .comment-main .load-view .load-more {
  display: inline-block;
  font-size: 14px;
  color: #666 !important;
  background: #f7f7f7;
  height: 34px;
  line-height: 34px;
  padding: 0 34px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  border-radius: 2px;
}
.information-main .info-content .comment-main .load-view .load-all {
  display: block;
  font-size: 14px;
  color: #999;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.information-main .recommend-content {
  width: 220px;
  float: right;
}
.information-main .recommend-content h3 {
  font-size: 14px;
  color: #000;
  padding: 5px 0 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.information-main .recommend-content .item-con {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.information-main .recommend-content .item-con:first-of-type {
  margin-top: 15px !important;
}
.information-main .recommend-content li a {
  display: block;
}
.information-main .recommend-content li img {
  width: 80px;
  height: 60px;
  float: left;
}
.information-main .recommend-content li span {
  width: 130px;
  display: inline-block;
  float: left;
  font-size: 12px;
  color: #333;
  margin: 10px 0 10px 10px;
}
