.row {
  margin: 0 !important;
  padding: 0 !important;
}
.banner {
  width: 100%;
  height: auto;
}
.center {
  padding-top: 20px !important;
}
.center .place {
  height: 50px;
  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 .title {
  text-align: center;
  font-size: 24px;
  padding: 20px 10px 20px 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #E5E5E5;
  color: 000;
  font-weight: bold;
}
.center .content .basics {
  text-align: center;
  font-size: 14px;
}
.center .content .basics small {
  margin: 10px;
  color: #999;
}
.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;
}
.article {
  font-size: 16px;
  color: #333;
}
.article img {
  max-width: 100%;
  margin-left: 50%;
  margin-right: 50%;
  transform: translate(-50%);
}
