/**
 * 直播助手发布页样式
 */
.box-title {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E8E3;
}
.content {
  padding: 25px 0;
}
.obsBlock {
  margin-top: 48px;
  font-family: PingFangSC, "Microsoft YaHei", sans-serif;
}
.obsBlock:first-of-type {
  margin-top: 28px;
}
.obsBlock:after {
  display: table;
  clear: both;
  content: '';
}
.obsBlock-main {
  float: left;
  width: 80%;
}
.obsBlock-aside {
  text-align: right;
  overflow: hidden;
}
.obsBlock-title {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 50px;
}
.obsBlock-newTip {
  display: none;
  margin-left: 10px;
  color: #fe5353;
  font-size: 32px;
  vertical-align: -2px;
}
.obsBlock-meta {
  margin: 0;
  color: rgba(74, 74, 74, 0.5);
  font-size: 15px;
}
.obsBlock-list {
  margin-top: 35px;
  padding-left: 0;
  list-style: none;
}
.obsBlock-list-item {
  line-height: 28px;
  font-size: 16px;
  color: #4a4a4a;
}
.obsBlock-list-item:before {
  display: inline-block;
  width: .6em;
  font-size: 22px;
  vertical-align: top;
  color: #fecb2f;
  content: '•';
}
.obsBlock-btn {
  position: relative;
  display: inline-block;
  margin-top: 3px;
  min-width: 154px;
  height: 44px;
  line-height: 46px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  background: rgba(74, 74, 74, 0.1);
  font-size: 16px;
  cursor: pointer;
}
.obsBlock-btn:after {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
  content: '';
}
.obsBlock-btn:hover {
  text-decoration: none;
}
.obsBlock-btn:hover:after {
  display: block;
}
.obsBlock:first-of-type .obsBlock-btn {
  background: #fecb2f;
}
.obsBlock:first-of-type .obsBlock-newTip {
  display: inline-block;
}
/*# sourceMappingURL=download.css.map */