body,
html {
  background: #fff
}

@media screen and (min-width:767px) {
  .topicTitleList ul {
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 22px
  }

  .topicTitleList li {
    position: relative;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    margin-right: 60px;
    display: inline-block
  }

  .topicTitleList li a {
    color: #2B2825
  }

  .topicTitleList .topicSelected,
  .topicTitleList li:hover a {
    font-weight: 500
  }

  .topicSelected::after {
    content: '';
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    height: 3px;
    background: #FCC53A;
    border-radius: 2px
  }

  .view {
    padding: 20px 0 100px;
    width: 1280px;
    margin: 0 auto
  }

  .swiper-container img {
    width: 100%;
    height: 246px;
    margin-bottom: 43px;
  }

  .contentItem {
    width: 560px;
    height: 300px;
    border: 1px solid #eee;
    padding: 10px
  }

  .recommend {
    font-size: 18px;
    line-height: 58px
  }

  .recommend.yellowafter:after,
  .topicAboutItemTitle.yellowafter:after {
    top: 19px;
    height: 18px
  }

  .articleBox {
    padding-bottom: 20px;
    border-bottom: none
  }

  .articleBox .title {
    height: 42px;
    font-size: 18px;
    font-weight: 500;
    font-family: PingFang SC;
    color: #212629;
    margin-bottom: 26px;
    width: 161px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 21px;
    margin-top: 5px
  }

  .articleImg.specialList {
    width: 84px;
    height: 114px;
    border-radius: 8px;
    margin-right: 12px;
    margin-left: 0 !important
  }

  .articleText,
  .text {
    width: 300px;
    position: relative
  }

  .articleImg.specialList img {
    height: 100%
  }

  .text {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #b0b0b0;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2
  }

  .articleText {
    height: 117px
  }

  .articleinfBox {
    position: absolute;
    bottom: 16px;
    right: 0;
    width: 100%;
    line-height: 20px
  }

  .articleinfBox span {
    color: #b0b0b0;
    font-size: 12px;
    margin-right: 10px
  }

  .topicInfoBox p {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #AAAEB3;
    line-height: 20px
  }

  .joinTopic {
    float: right;
    line-height: 24px
  }

  .joinTopic a {
    font-size: 12px;
    color: #0289ff
  }

  .correlation {
    padding: 20px 4px 0;
    font-size: 16px;
    line-height: 36px
  }

  .correlation a {
    font-size: 14px;
    display: inline-block;
    color: #212121
  }

  .correlation a:hover {
    color: #0289ff
  }

  .loadMore {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    background: #f8f8f8;
    color: #9e9e9e;
    text-align: center
  }

  .writeTime {
    width: 277px
  }

  .contentRight {
    width: auto
  }

  .topicImg {
    width: 319px;
    height: 200px;
    margin: 24px 16px
  }

  .topicContentBox {
    padding-top: 24px;
    width: 783px
  }

  .topicTitle {
    line-height: 50px;
    font-size: 24px;
    width: 100%
  }

  .topicContent {
    font-size: 16px;
    height: 60px;
    line-height: 20px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #AAAEB3
  }

  .topicnum {
    margin-top: 47px;
    display: inline-block
  }

  .topicnum p {
    float: left;
    font-size: 14px;
    color: #818386;
    margin-right: 24px
  }

  .collectBox {
    text-align: center;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #ffdb00;
    border-radius: 6px;
    background-size: 100%
  }

  .collectBox:hover {
    background: #FFD100;
    background-size: 100%
  }

  .collectBox.collected {
    color: #AAAEB3;
    background: #FFF;
    border: 1px solid #AAAEB3;
    background-size: 100%
  }

  .collectBox.collected:hover {
    border: 1px solid #212629;
    color: #212629
  }

  .contentRight {
    padding-top: 10px
  }

  .topicAboutItemTitle {
    padding-bottom: 14px;
    line-height: 42px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #2B2825;
    position: relative;
    padding-left: 16px
  }

  .topicAboutItemTitle::before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 6px;
    height: 20px;
    background: #FFDB33;
    border-radius: 3px
  }

  .topicAboutItem {
    width: 320px;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 8px
  }

  .topicAboutItem img {
    width: 84px;
    height: 84px
  }

  .topicAboutTitle {
    font-size: 18px;
    line-height: 30px;
    color: #212121
  }

  .topicAboutContent,
  .topicAboutNum {
    font-size: 14px;
    font-family: PingFang-SC-Medium
  }

  .topicAboutContent {
    line-height: 22px;
    color: rgba(131, 131, 131, 1);
    width: 300px;
    margin-bottom: 1px;
    height: 33px;
    font-weight: 500
  }

  .topicAboutNum {
    line-height: 32px;
    color: #b0b0b0
  }

  .topicAboutNum span {
    color: #b0b0b0
  }

  .shareListBox {
    position: relative;
    width: 203px
  }

  .copyKeyWordBox {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(/img/article/link.png) no-repeat;
    background-size: 100%;
    margin-right: 13px
  }

  .copyKeyWordBox:hover {
    background: url(/img/article/link1.png) no-repeat
  }

  .copyKeyWordBox button {
    width: 100%;
    height: 100%;
    background: 0 0;
    border: none
  }

  .favoriteicon,
  .wecharticon {
    margin-right: 13px;
    display: inline-block;
    width: 36px;
    height: 36px
  }

  .wecharticon {
    position: relative;
    background: url(/img/article/wechat.png) no-repeat;
    background-size: 100%
  }

  .wecharticon:hover {
    background: url(/img/article/wechat1.png) center no-repeat
  }

  .favoriteicon {
    background-size: 36px
  }

  .unfavoriteicon {
    background-image: url(/img/icon/collect_icon1.png)
  }

  .favoriteicon:hover,
  .isfavoriteicon {
    background-image: url(/img/icon/collect_icon2.png)
  }

  .wecharticonQr {
    display: none;
    position: absolute;
    top: -160px;
    width: 140px;
    height: 156px;
    margin-left: -40px;
    padding: 16px 16px 0;
    font-size: 12px;
    color: #212121;
    background: #fff;
    text-align: center
  }

  .wecharticon:hover .wecharticonQr {
    display: block
  }

  .wecharticonQr img {
    margin: 0 auto;
    width: 108px;
    height: 108px
  }

  .weboicon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(/img/article/weibo.png) no-repeat;
    background-size: 100%
  }

  .weboicon:hover {
    background: url(/img/article/weibo1.png) center no-repeat
  }

  .shareToBox {
    margin-top: 32px;
    float: right
  }
}

.left {
  float: left
}

@media screen and (max-width:767px) {

  .articleImg,
  .articleText .title,
  .swiper-slide {
    overflow: hidden
  }

  .swiper-slide img {
    width: 120%;
    margin-left: -1.0666rem;
    max-width: 200%
  }

  .contentBox {
    padding: .28rem
  }

  .articleText {
    float: left;
    width: 6.2rem;
    position: relative;
    height: 2.88rem;
    padding: .32rem .28rem
  }

  .articleText .title {
    color: #27313E;
    font-size: .453333rem;
    font-weight: 700;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }

  .articleinfBox {
    position: absolute;
    left: .28rem;
    bottom: .28rem;
    color: #C1C7CA;
    font-size: .24rem
  }

  .articleImg {
    background: url(https://qnssl.niaogebiji.com/placeholder_png_c8def32350ae79b05777bc85b9d10c7f.png) no-repeat;
    background-size: 100%;
    position: relative;
    float: right;
    width: 3.2rem;
    height: 2.88rem
  }

  .articleImg img {
    height: 100%;
    position: absolute;
    display: block;
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: none
  }

  .contentItem {
    width: 100%;
    padding-bottom: 0;
    background: #fff;
    position: relative;
    margin-bottom: .28rem;
    -webkit-box-shadow: 0 0 10px #CCC;
    -moz-box-shadow: 0 0 10px #CCC;
    box-shadow: 0 0 10px #CCC
  }

  .topicContentBox {
    padding: .266666rem .28rem;
    width: 100%;
    -webkit-box-shadow: 0 0 10px #CCC;
    -moz-box-shadow: 0 0 10px #CCC;
    box-shadow: 0 0 10px #CCC;
    position: relative;
    z-index: 10
  }

  .topicTitle {
    font-size: .533333rem;
    line-height: .666666rem;
    color: #212629;
    margin-bottom: 20px
  }

  .topicContent {
    font-size: .346666rem;
    color: #AAAEB3
  }

  .topicnum {
    font-size: 14px;
    color: #818386
  }

  .topicnum p {
    float: left
  }

  .topicnum p:first-of-type {
    margin-right: .266666rem
  }

  .swiper-button-white {
    display: none
  }
}