.content-border {
  overflow: visible;
}
.daren-js {
  margin: 6px 0 0;
  border: none;
  /*border-bottom: 1px solid #eee;*/
  padding: 30px;
  /*height: 140px;*/
  border-radius: 8px 8px 0 0;
  box-shadow:
   0px 0px 0px 0px rgba(0,0,0,0.02),
   0px -6px 6px 0px rgba(0,0,0,0.02),
   -6px 0px 6px -4px rgba(0,0,0,0.02),
   4px 1px 5px -4px rgba(0,0,0,0.02),
   0px 1px 0px 0px rgba(255,255,255,1);
}
.topic-js .topic_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.daren-js .aw-user-name {
  display: inline-block;
  font-size: 24px;
  color: #1a1a1a;
  line-height: 1;
}
.daren-js .meta {
  padding: 0;
  margin-top: 16px;
  margin-left: 0;
}
.daren-js .meta span b {
  font-weight: 400;
  display: inline-block;
  padding: 0 4px;
}
.topic-tent-share {
  padding-top: 10px;
}
.topic-tent-share .bdshare-button-style0-16 a {
  background:  no-repeat;
  background-size: 100%;
}
.topic-tent-share .bdshare-button-style0-16 a.bds_sqq {
  background:  no-repeat;
  background-size: 100%
}
.topic-tent-share .bdshare-button-style0-16 a.bds_weixin {
  background:  no-repeat;
  background-size: 100%
}
.topic-tent-share .bdshare-button-style0-16 a {
  margin: 7px 10px;
}
.btn-r .btn-k {
  background: none;
  color: #ff7761;
  border: 1px solid #ff7761;
  width: 130px;
  height: 44px;
  line-height: 44px;
}
.layui-tab {
  margin-top: 0;
}
.layui-tab-title {
  height: 60px;
  text-align: center;
  border-radius: 0 0 8px 8px;
  box-shadow:
   0px 0px 0px 0px rgba(0,0,0,0.02),
   0px 6px 6px 0px rgba(0,0,0,0.02),
   -4px 0px 6px -4px rgba(0,0,0,0.02),
   4px 1px 5px -4px rgba(0,0,0,0.02),
   0px 1px 0px 0px rgba(255,255,255,0.2);
   border-bottom: none;
   text-align: left;
   padding: 10px;
}
.layui-tab-title li {
  padding: 0;
  margin: 0 20px;
  position: relative;
  min-width: 50px;
}
.layui-tab-brief>.layui-tab-title .layui-this:after {
  border-bottom: none;
  height: 0.16rem;
  border-radius: 2.08rem 2.08rem 0 0;
  background: #ff7761;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: 1;
}
.tit_r {
  border-bottom: none;
  padding: 14px 0;
  position: relative;
}
.tit_r:after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #ff7761;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.tit_r span {
  border-left: none;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 400;
  padding-left: 0;
}
/*鏂板垪琛?/
.new_det_list {
  margin-top: 10px;
}
.new_det_list li {
  display: block;
  padding: 30px 20px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.new_det_img {
  width: 105px;
  height: 70px;
  display: block;
}
.new_det_img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.new_det_fr {
  margin-left: 135px;
}
.new_det_fr .name {
  font-size: 20px;
  color: #1a1a1a;
  display: block;
  height: 48px;
  overflow: hidden;
}
.new_det_fr .date a,
.new_det_fr .date span {
  display: inline-block;
  font-size: 14px;
  color: #999;
  width: auto;
  margin-right: 30px;
  line-height: 1;
}
.new_det_fr a:hover {
  color: #ff7761;
}