.g-content {
  width: 800px;
  height: 280px;
  line-height: 320%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "微软雅黑";
}
.g-content .m-cover {
  color: #333;
  width: 28.57142857%;
  height: 100%;
  float: left;
  border: 1px solid #56a71f;
  text-align: center;
  box-shadow: 0px 15px 3px -2px rgba(0, 0, 0, 0.3);
}
.g-content .m-cover img {
  width: 100%;
  height: 100%;
}
.g-content .shadow-insert {
  width: 228px;
  margin-top: 1px;
  height: 35px;
  background-color: #fff;
  border-radius: 52% 52% 0% 0%;
}
.g-content .m-info {
  width: 533.33333333px;
  height: 100%;
  line-height: 100%;
  float: right;
}
.g-content h3 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-content .u-info {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.g-content .u-info span {
  margin-right: 30px;
}
.g-content .u-share .bdshare-button {
  float: right;
  height: 20px;
  line-height: 20px;
  margin-right: 315px;
}
.g-content .u-share a {
  display: inline-block;
  width: 10px;
  height: 100%;
}
.g-content .u-btn {
  margin-top: 36px;
  height: 65px;
}
.g-content .u-btn a {
  display: inline-block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #d7d6df;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  margin-right: 20px;
}
.g-content .u-btn a:hover,
.g-content .u-btn a:focus {
  color: #fff;
  background-color: #56a71f;
}
.g-content .m-cover:after,
.g-content .m-info:after {
  clear: both;
}
.m-body {
  width: 800px;
  margin-bottom: 40px;
  font-family: "微软雅黑";
}
.m-body .m-tips {
  height: 30px;
  border-bottom: 1px solid #56a71f;
}
.m-body .m-tips .u-tips {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #56a71f;
  text-align: center;
  background-color: #d7ecc9;
  border: 1px solid #56a71f;
  border-radius: 5px 5px 0px 0px;
}
.m-body .m-content {
  font-size: 14px;
  line-height: 2;
}
