/* 中间主要内容 */
.main-wrap {
  margin-top: 15px;
}
.main-wrap::after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
}

/* 面包屑 */
main {
  float: left;
}
.breadcrumbs {
  padding-top: 10px;
  font-size: 16px;
  color: #999;
}
.breadcrumbs li:not(:last-child):after {
  content: ">";
  margin: 0 5px;
}
.breadcrumbs li:last-child {
  pointer-events: none;
}

/* 药品分类 */
.medicine-filter {
  margin-top: 20px;
  border-radius: 5px;
  padding: 20px 15px;
}
.medicine-filter .sort-title {
  color: #666;
  white-space: nowrap;
  font-size: 14px;
  margin: 3px 0;
}
.medicine-filter .top-sort {
  padding-bottom: 10px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 13px;
}
.medicine-filter .sort-content {
  flex: 1;
}
.medicine-filter .sort-content li {
  font-size: 14px;
  padding: 3px 4px;
  margin: 0 5px 4px 5px;
  color: #666;
  border-radius: 4px;
  transition: all 0.3s;
}
.medicine-filter .sort-content li.cur {
  background: #0ae;
  color: #fff;
}
.medicine-filter .sort-content li:not(.cur):hover {
  background: #e7e7e7;
}

/* 列表 */
.list-wrap {
}
.list-wrap .list-unit {
  padding: 10px 0;
  margin: 10px 0;
  transition: all 0.3s;
  border-radius: 5px;
}
.list-wrap .list-unit .img-father {
  width: 180px;
  height: 110px;
  position: relative;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}
.list-wrap .list-unit .img-father img:not(.play) {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  opacity: 0.85;
}
.list-wrap .list-unit .img-father span {
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 4px;
  color: #fff;
}
.list-wrap .list-unit .img-father span.media-tag {
  top: 10px;
  left: 10px;
  z-index: 99;
  display: block;
  background: #e72a49;
}
.list-wrap .list-unit .img-father span.media-long {
  z-index: 99;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.25);
}
.list-wrap .list-unit .img-father .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 98;
}
.list-wrap .list-unit .img-father .play {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
.list-wrap .list-unit:hover section h3 {
  color: #0ae;
}
.list-wrap .list-unit:hover .play,
.list-wrap .list-unit:hover .mask {
  visibility: visible;
  opacity: 1;
}
.list-wrap .list-unit:hover img:not(.play) {
  transform: scale(1.02);
}
.list-wrap .list-unit section {
  flex-direction: column;
  margin-left: 15px;
  height: 110px;
  padding-right: 10px;
  width: 435px;
  justify-content: center;
}
.list-wrap .list-unit section h3 {
  font-size: 18px;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
}
.list-wrap .list-unit section p {
  line-height: 24px;
  font-size: 14px;
  color: #777;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-wrap .list-unit .doc-info {
  width: 100%;
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px dashed #eee;
  color: #aaa;
  font-size: 12px;
}
.list-wrap .list-unit .doc-info img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 10px;
  opacity: 0.8;
}
.list-wrap .list-unit .doc-info span:not(:last-of-type)::after {
  content: "";
  color: #bbb;
  font-size: 12px;
  margin: 0 3px;
}
.list-wrap .list-unit .doc-info span:last-of-type {
  margin-left: auto;
}

/* 列表页码 */
.list-pager {
  padding: 30px 0;
  line-height: 30px;
}
.list-pager li{ display:inline; margin: 0 5px; color: #666;}
.list-pager li a,.list-pager li strong{
	display:inline-block;
  padding: 0 5px;
  border-radius: 4px;
  min-width: 30px;
  text-align: center;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: all 0.3s;
}
.list-pager li strong {
  border: 1px solid transparent;
  background: #0ae;
  color: #fff;
}

/* 内页右侧 */
.inner-aside {
  margin-top: 40px;
  float: right;
}
.related-aside {
  margin-top: 30px;
}
.related-aside h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.related-aside ul {
  width: 100%;
}
.related-aside ul li {
  margin: 15px 0;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
}
.related-aside ul li:hover section h4 {
  color: #0ae;
}
.related-aside ul li:hover .img-father {
  box-shadow: 0 0 5px 0 #aaa;
}
.related-aside ul li .img-father {
  width: 90px;
  height: 65px;
  flex-shrink: 0;
  margin-right: 15px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 3px 0 #eee;
  transition: all 0.3s;
  opacity: 0.8;
}
.related-aside ul li section {
  overflow: hidden;
  flex-direction: column;
  height: 65px;
}
.related-aside ul li section h4 {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
  width: 100%;
  font-size: 14px;
}
.related-aside ul li section p {
  font-size: 12px;
  color: #aaa;
  width: 100%;
  line-height: 20px;
  height: 3em;
}

/* 音频 */
.audio-main .list-wrap .list-unit .img-father {
  width: 150px;
}
.audio-main .list-wrap .list-unit section {
  width: 470px;
}
.audio-main .list-wrap .list-unit section p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: auto;
}
.audio-main .list-wrap .list-unit section .play-audio {
  width: 470px;
}
.audio-main .list-wrap .list-unit section .play-btn {
  width: 40px;
  flex-shrink: 0;
  box-shadow: 0 0 5px 0 #ccc;
  padding: 8px;
  border-radius: 50%;
}
.audio-main .list-wrap .list-unit section .audio-info {
  width: 420px;
}
.audio-main .list-wrap .list-unit section .audio-wave {
  width: 100%;
  align-items: flex-end;
}
.audio-main .list-wrap .list-unit section .audio-wave span {
  width: 2px;
  height: 25px;
  background: #ddd;
  display: inline-block;
  margin-top: 10px;
}

/* 文章解药 */
.article-main .list-unit section {
  width: 100%;
  margin-left: 0;
}

/* 问答解药 */
.article-main .list-unit {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}
.qa-main .list-unit section > div > .block {
  color: #fff;
  font-size: 12px;
  padding: 2px 4px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  border-radius: 4px;
  position: relative;
  top: 3px;
}
.qa-main .list-unit section > div {
  width: 100%;
  align-items: flex-start;
}
.qa-main .list-unit section .list-title .block {
  background: #0ae;
}
.qa-main .list-unit section .list-content .block {
  background: #f5933d;
}
.article-main .list-unit section .doc-info {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 10px;
}
.qa-main .list-unit section .doc-info {
  padding-left: 25px;
}

/* 视频文章页 */
.article-wrap {
  margin-top: 10px;
}
.article-wrap .article-media iframe {
  width: 640px;
  height: 360px;
}
.article-wrap .article-title h1 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  padding: 10px 0;
}
.article-wrap .article-title span {
  color: #aaaeb1;
  margin-right: 20px;
  font-size: 14px;
  line-height: 24px;
}
.article-wrap .article-title span.hot::after {
  content: "播放热度";
  margin-left: 5px;
}
.article-wrap .article-title span > img {
  height: 16px;
  margin-right: 5px;
}
.article-wrap .article-title span.hot i {
  font-style: normal;
}
.article-wrap .article-title span.hot img {
  height: 18px;
}
.article-wrap .article-doc{
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f5f5f5;
}
.article-wrap .article-doc img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}
.article-wrap .article-doc h4 span{
  margin-left: 5px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #0ae;
  color: #0ae;
  padding: 0 5px;
}
.article-wrap .article-doc span{
  margin-right: 7px;
  line-height: 26px;
}

.article-wrap .video-text {
  margin-top: 15px;
  padding: 15px 0;
}
.article-wrap .video-text .video-text-title img {
  width: 24px;
  opacity: 0.8;
}
.article-wrap .video-text .video-text-title h4 {
  font-weight: 600;
  font-size: 20px;
  margin-left: 7px;
  color: #444;
}
.article-wrap .video-text .article-body {
  margin-bottom: 30px;
}
.article-wrap .video-text p {
  padding: 8px 0;
  line-height: 30px;
  text-align: justify;
}
.article-wrap .video-text p a {
  font-weight: 600;
  color: #0ae;
  text-decoration: underline;
}

/* 赞/踩 */
.yaoSpArticleZan {
  overflow: hidden;
  text-align: center;
  font-size: 0px;
  margin-top: 10px;
}
.yaoSpArticleZan li {
  display: inline;
}
.yaoSpArticleZan li span {
  display: inline-block;
  width: 138px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #999999;
  color: #666666;
  font-size: 16px;
  border-radius: 20px;
  margin: 10px 10px 0;
  padding-left: 58px;
  text-align: left;
  cursor: pointer;
}
.yaoSpArticleZan li#num1 span {
  background: url("http://statics.qm120.com/pc/images/yao-video/xin_yes.png")
    no-repeat 28px 7px;
}
.yaoSpArticleZan li#num1 span.active {
  background: url("http://statics.qm120.com/pc/images/yao-video/xin_yes_active.png")
    no-repeat 28px 7px;
}
.yaoSpArticleZan li#num2 span {
  background: url("http://statics.qm120.com/pc/images/yao-video/xin_no.png")
    no-repeat 28px 9px;
}
.yaoSpArticleZan li#num2 span.active {
  background: url("http://statics.qm120.com/pc/images/yao-video/xin_no_active.png")
    no-repeat 28px 9px;
}


/* 文章下图 */
.under-article-adv{
  margin: 30px 0;
}
.favor-title h3{
  font-size: 18px;
  font-weight: 600;
}
.favor-title img{
  height: 26px;
  margin-right: 5px;
}