html,
body {
  background-color: #f6f6f6;
  font-size: 16px;
  color: #666666;
  margin: 0;
  padding: 0;
}

.ws-article-detail .com-content {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ws-article-detail {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

p {
  margin: 0 0 12px;
  word-wrap: break-word;
  word-break: break-all;
}

a {
  color: #337ab7;
  text-decoration: none;
}

.card h1 {
  font-size: 21px;
  font-weight: 600;
}

table {
  width: 80%;
}

.ws-article-detail {
  background-color: #f6f6f6;
  padding-top: 0px;
}

.ws-art-detailleft {
  display: inline-block;
  width: 72%;
  background-color: #ffffff;
}

.ws-art-detailright {
  display: inline-block;
  /* margin-left: 1.8%; */
  width: 25%;
  vertical-align: top;
  background-color: #f6f6f6;
}

.ws-art-detail-ctitle {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  text-align: left;
  margin-top: 30px;
}

.ws-art-detail-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.ws-art-detail-cdetail {
  height: 25px;
  margin-left: 3px;
  margin-top: 15px;
  margin-bottom: 35px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.ws-art-detail-cdetail span {
  font-size: 16px;
  color: #999999;
  margin-left: 2px;
}

.ws-art-detail-cdetail img {
  margin-right: 8px;
}

.ws-art-detail-cdetail div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.refreshTimeImg {
  margin-left: 20px;
}
.ws-art-detail-content .psirt_breadCrumbs{
  margin-top: 10px;
}
.ws-art-detail-content .psirt_breadCrumbs p a {
    text-decoration: none;
    color: #7d7d7d;
    font-size: 14px;
}
.ws-art-detail-content .psirt_breadCrumbs p span {
    margin: 0 5px;
}
.ws-art-detail-content .psirt_breadCrumbs p a:hover {
    color: #DA0030;
}
#share a {
  width: 38px;
  height: 38px;
  padding: 0px;
}

#share a.bds_weixin {
  background: url(https://www-file.ruijie.com.cn/chineseResources/UIA/img/sa_video_img_20.jpg);
}

#share a.bds_tsina {
  background: url(https://www-file.ruijie.com.cn/chineseResources/UIA/img/sa_video_img_21.jpg);
}

#share a.bds_mail {
  background: url(https://www-file.ruijie.com.cn/chineseResources/UIA/img/sa_video_img_22.jpg);
}
.ws-art-detail-ccon{
  line-height: 2;
}
.ws-art-detail-ccon img{
  width: 100%;
  /* object-fit: cover; */
}
.ws-art-detail-ccon p {
  word-break: break-word;
  font-size: 16px;
  color: #666666;
  /* line-height: 2.3; */
  /* letter-spacing: 2px; */
}
.ws-art-detail-ccon ol{
  line-height: 4;

}
.ws-art-detail-ccon table td{
  padding: 10px !important;
}
.card {
  /* width: 446px; */
  height: 272px;
  background-color: #f2f2f2;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  color: black;
  padding: 5px 15px;
}

.card:not(:last-of-type) {
  margin-bottom: 48px;
}

.card span {
  line-height: 2;
  font-size: 16px;
}

.card p {
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}

.black-line {
  width: 100%;
  height: 30px;
  margin-top: 26px;
  background-color: #ffffff;
}

@media (min-width: 1080px) {
  .ws-article-detail .com-content {
    width: 1200px;
    margin: 0 auto;
  }
}

/* app端 */
@media (max-width: 768px) {
  .ws-article-detail .com-content {
    padding: 0;
  }

  .ws-art-detailleft,
  .ws-art-detailright {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .ws-art-detail-ctitle {
    font-size: 18px;
    text-align: center;
  }

  .refreshTimeImg {
    margin-left: 0px;
  }

  table {
    width: 100%;
    text-align: center;
  }

  .card {
    width: 80%;
    margin-bottom: 25px !important
  }

  .card p,
  h1 {
    font-size: 16px;
  }

  .black-line {
    display: none;
  }
}