<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}
p {
    margin: 0 ;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.main {
  background: #f6f6f6;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.clearfix{
  display: flex;
  width: 1200px;
  /*margin: auto;*/
}
.adv {
  background: #f4f4f4;
}
.article-original {
    font-size: 16px;
}
.container {
  width:66%;
}
.container .nav {
  border-bottom: 1px solid #f2f2f2;
}
.container .nav .item {
  float: left;
  text-align: center;
  padding: 12px 0;
}
.container .nav .item a {
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  display: block;
  padding: 0 24px;
  text-align: center;
  border-left: 1px solid #333;
}
.container .nav .item.on a {
  color: #ff484c;
}
.container .nav .item:first-child a {
  border-left: none;
}
.container .crumb {
  line-height: 40px;
  height: 40px;
}
.container .crumb a {
  padding: 0 6px;
}
.container .article {
  padding: 15px 15px 0 15px;
  background: #fff;
  margin-top: 30px;
  box-sizing: border-box;
}
.container .article .title {
  font-size: 30px;
  /*line-height: 85px;*/
  color: #333;
  /*margin-bottom: 10px;*/
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.04em;
  /*margin-top: 12px;*/
  padding: 30px 0;
}
.container .article .info {
  line-height: 30px;
  margin-bottom: 10px;
}
.container .article .info span {
  font-size: 12px;
  color: #555;
}
.container .article .share {
  height: 40px;
}
.container .article .content {
  /*min-height: 500px;*/
  max-width: 100%;
  overflow: hidden;
  padding: 15px 0;
}
.container .relevant {
  padding: 15px;
  background: #fff;
  margin: 15px 0;
}
.container .relevant .head {
  height: 32px;
  margin-bottom: 20px;
  border-left: 4px solid #008cff;
}
.container .relevant .head span {
  float: left;
  line-height: 32px;
  font-size: 20px;
  padding: 0 15px;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.container .relevant .list {
  display: flex;
  flex-direction: column;
  list-style: circle;
  margin-left: 20px;
}

.container .relevant .list .item .txt .page-dot {
    display: block;
    /*float: left;*/
    margin: 0 10px;
    width: 3px;
    height: 3px;
    /*margin: 16px 9px;*/
    background-color: #adb5bd;
}

.container .relevant .list .item .txt {
  /* height:180px; */
  display: flex;
  align-items: center;
  overflow: hidden;
}
.container .relevant .list .item .txt .title {
  padding: 6px 0 10px;
}
.container .relevant .list .item .txt .title a {
  color: #333;
  /*font-size: 16px;*/
}
.container .relevant .list .item .txt .title a:hover {
  color: #4c6ef5;
}
.container .relevant .list .item .txt .profile {
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
  height: 72px;
  display: none;
}
/* �割唱 */
.aside {
  /*float: right;*/
  width: 32%;
  margin-top: 40px;
  margin-left: 2%;
}
.aside .side-head {
  font-size: 20px;
  color: #333;
  height: 32px;
  border-bottom: 4px solid #f0f0f0;
  margin-bottom: 10px;
}
.aside .side-head span {
  float: left;
  height: 32px;
  line-height: 28px;
  border-bottom: 4px solid   #008cff;
   font-weight: 600;
  letter-spacing: 0.1em;
}
.aside .product-rec .list {
  text-align: center;
  min-height: 500px;
}
.aside .product-rec .list .item {
  margin-top: 20px;
}
.aside .product-rec .list .item .img {
  display: inline-block;
}
.aside .product-rec .list .item .img img {
  border-radius: 5px;
}
.aside .product-rec .list .item img {
  width: 100%;
}
.aside .hot-article .list li {
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
/*.aside .hot-article .list li span {*/
/*  display: inline-block;*/
/*  margin-right: 10px;*/
/*  border-radius: 50%;*/
/*  width: 17px;*/
/*  height: 17px;*/
/*  line-height: 17px;*/
/*  text-align: center;*/
/*  background: #ccc;*/
/*  color: #fff;*/
/*}*/
/*.aside .hot-article .list li:nth-child(1) span {*/
/*  background: #ff6666;*/
/*}*/
/*.aside .hot-article .list li:nth-child(2) span {*/
/*  background: #ff9966;*/
/*}*/
/*.aside .hot-article .list li:nth-child(3) span {*/
/*  background: #ffcc33;*/
/*}*/
.aside .hot-article .list li a {
  font-size: 15px;
  color: #666;
  line-height: 32px;
}
.aside .hot-article .list li a:hover {
  color: #4c6ef5;
}
.aside .follow-qr-box {
  color: #666;
  text-align: center;
  font-size: 12px;
}
.aside .product-rec {
  padding: 15px 15px;
  background: #fff;
  margin-top: 40px !important;
}

.aside .product-rec .list { 
    
}
.aside .product-rec .list li{
    /*line-height: 25px;*/
    margin: 20px 0;
} 
.aside .hot-article {
  padding: 15px 15px;
  background: #fff;
}
.aside .follow-qr {
  padding: 15px 15px;
  background: #fff;
  margin: 15px 0;
}
.page-pre-next {
  padding: 15px 45px;
  background: #fff;
  font-size: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
 
}
.page-pre-next  a{
 color: #868e96;
}
.page-pre-next span {
    margin: 4px 0px;
}
.page-pre-next .span a:hover {
  color: #4c6ef5;
}
.page-pre-next .span:first-child {
  float: left;
}
.page-pre-next .span:last-child {
  float: right;
}

.wrp1150 {
  /*width: 1200px;*/
  /*width: 1300px;*/
  margin-left: auto;
  margin-right: auto;
}
.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font: 14px/1.5 "Helvetica Neue", "Microsoft Yahei Light", "Microsoft Yahei",
    Helvetica, Tahoma, sans-serif;
  color: #545454;
  font-family: "Microsoft Yahei";
}

ul {
  list-style: none;
}

a {
  color: #505050;
  text-decoration: none;
  cursor: pointer;
}

img {
  /*cursor: pointer;*/
  border: none;
}

input {
  outline: none;
  border: none;
}

input,
img {
  vertical-align: middle;
}

h1,
h2,
h3 {
  font-weight: normal;
  line-height: 1;
  color: #373a41;
}
.tag{
  display: inline-block;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #007bff;
  background: #e5f2ff;
  margin-right: 10px;
  border-radius: 2px;
}


</pre></body></html>