.row {
  margin: 0 !important;
  padding: 0 !important;
}
.banner {
  width: 100%;
  height: auto;
}
.center {
  padding-top: 20px !important;
}
.center .place {
  line-height: 50px;
  border-bottom: 2px solid #e5e5e5;
  font-size: 16px;
}
.center .place strong {
  font-weight: 500;
  color: #ff6600;
}
.center .place a {
  color: #333;
}
.center .place a:hover {
  color: #ff6600;
}
.center .content {
  padding: 40px 0 !important;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.center .content .cover {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.center .content .hint {
  margin-top: 10px;
}
.center .content .title {
  font-size: 18px;
}
.center .content .title:hover {
  color: #ff6600;
}
.center .content .basics {
  color: #999999;
}
.center .content .basics span {
  margin-right: 20px;
}
.center .read {
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  border-bottom: 2px solid #e5e5e5;
  font-size: 16px;
  position: relative;
}
.center .read .title {
  position: absolute;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #333;
  padding: 0px 10px 0px 10px;
}
.center .read-recommend {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.center .read-recommend .recommend {
  font-size: 16px;
  color: #333;
}
.center .read-recommend .recommend:hover {
  color: #ff6600 !important;
}
