body {
  counter-reset: hits;
}
.main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  margin: 0 auto;
}
.main .main-l {
  width: 860px;
}
.main .main-r {
  width: 300px;
  padding-top: 32px;
  padding-bottom: 24px;
}
.article .article-title {
  font-size: 22px;
  height: auto;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 24px;
  transition: 0.3s linear;
}
.article .article-quota {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
.article .article-quota span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-right: 30px;
}
.article .article-quota .set-font {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.article .article-quota .set-font i {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
  list-style: none;
}
.article .article-quota .set-font i.set-btn {
  margin: 0 10px;
  cursor: pointer;
}
.article .article-quota .set-font i.cur {
  color: #a60011;
}
.article .article-body {
  padding-top: 8px;
  padding-bottom: 8px;
}
.article .article-body p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  transition: 0.3s linear;
}
.article .article-body p img {
  display: inline-block;
  vertical-align: top;
}
.article .article-body img {
  max-width: 100%;
  height: auto !important;
}
.tips {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin: 30px 0;
}
.tag-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 30px;
}
.tag-box span {
  display: block;
  width: 80px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  align-self: flex-start;
}
.tag-box .tag-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.tag-box .tag-list .tag {
  background: #f2f2f2;
  line-height: 36px;
  text-align: center;
  border-radius: 5px;
  margin: 0 8px 20px;
}
.tag-box .tag-list .tag a {
  display: block;
  padding: 0 20px;
  color: #333;
}
.tag-box .tag-list .tag:hover {
  background: #a60011;
}
.tag-box .tag-list .tag:hover a {
  color: #fff;
}
.yijian-copy {
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.yijian-copy #copy-url {
  line-height: 44px;
  color: #333;
  font-size: 16px;
  padding-left: 14px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 2px solid #e5e5e5;
}
.yijian-copy button {
  outline: none;
  height: calc(100% + 4px);
  width: 114px;
  display: block;
  color: #fff;
  background: #a60011;
  border: 2px solid #a60011;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
}
.prev-next {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
}
.prev-next a {
  font-size: 16px;
  color: #333;
  line-height: 48px;
  font-weight: bold;
}
.prev-next a:hover {
  color: #a60011;
}
.related {
  padding-top: 26px;
  padding-bottom: 36px;
}
.related h3 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
}
.related .related-article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}
.related .related-article::after {
  content: "";
  display: block;
  height: 0;
  width: 274px;
}
.related .related-article a {
  display: block;
  width: 274px;
}
.related .related-article a .img-wrap {
  overflow: hidden;
  margin-bottom: 20px;
}
.related .related-article a .img-wrap img {
  display: block;
  width: 100%;
  height: 182px;
  transition: 0.5s linear;
}
.related .related-article a h2 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.related .related-article a:hover .img-wrap img {
  transform: scale(1.1);
  transition: 0.5s linear;
}
.related .related-article a:hover h2 {
  color: #a60011;
}
.comment-form {
  padding-top: 26px;
  padding-bottom: 36px;
}
.comment-form h3 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
}
.comment-form form {
  width: 100%;
}
.comment-form form .comment-content {
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
}
.comment-form form .comment-content textarea {
  outline: none;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0 0 10px;
  resize: none;
  font-size: 16px;
  line-height: 24px;
  color: #999;
  height: 120px;
  background: #fff;
}
.comment-form form .comment-content span {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 5px;
  font-size: 16px;
  color: #999;
  line-height: 24px;
}
.comment-form form .submit-comment {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-form form .submit-comment #login-comment {
  display: flex;
  align-items: center;
}
.comment-form form .submit-comment #login-comment img {
  display: block;
  width: 35px;
  height: 35px;
  background: #f2f2f2;
  border-radius: 50%;
  margin-right: 10px;
}
.comment-form form .submit-comment #login-comment .go-login {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.comment-form form .submit-comment #login-comment .go-login span {
  color: #d91617;
}
.comment-form form .submit-comment #login-comment #login-user {
  display: none;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.comment-form form .submit-comment input[type="submit"] {
  background: #bbbbbb;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 0;
  width: 120px;
  text-align: center;
  border-radius: 18px;
  border: none;
  cursor: pointer;
}
.comment-form form .submit-comment input[type="submit"].useable {
  background: #a60011;
  color: #fff;
}
.comment-list {
  padding-top: 10px;
}
.comment-list h2 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  margin-bottom: 20px;
}
.comment-list .comment {
  border-top: 1px solid #eee;
  padding: 25px 0 ;
}
.comment-list .comment .comment-infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-list .comment .comment-infos .comment-user {
  display: flex;
  align-items: center;
}
.comment-list .comment .comment-infos .comment-user img {
  display: block;
  width: 50px;
  height: 50px;
  background: #f2f2f2;
  border-radius: 50%;
  margin-right: 10px;
}
.comment-list .comment .comment-infos .comment-user .u-name {
  font-size: 16px;
  line-height: 24px;
  color: #d91617;
}
.comment-list .comment .comment-infos .dianzan {
  color: #ccc;
  font-weight: bold;
  margin-right: 20px;
}
.comment-list .comment .comment-infos .dianzan i.icon-zan {
  font-size: 18px;
  margin-right: 10px;
  cursor: pointer;
}
.comment-list .comment .comment-infos .dianzan i.icon-zan:hover {
  color: #a60011;
}
.comment-list .comment .comment-infos .dianzan span {
  font-size: 14px;
}
.comment-list .comment .comment-infos .dianzan span.show-reply-box {
  margin: 0 10px;
  cursor: pointer;
}
.comment-list .comment .comment-infos .dianzan span.show-reply-box:hover {
  color: #a60011;
}
.comment-list .comment .comment-content {
  padding-left: 60px;
}
.comment-list .comment .comment-content p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.comment-list .comment .reply-list {
  margin-top: 10px;
  padding: 0 10px;
  margin-left: 60px;
  background: #f8f8f8;
}
.comment-list .comment .reply-list li {
  padding: 10px 0;
}
.comment-list .comment .reply-list li p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.comment-list .comment .reply-list li p i {
  color: #000;
  font-weight: bold;
}
.comment-list .comment .reply-list li p i.hf {
  font-weight: normal;
  color: #999;
  margin: 0 10px;
}
.comment-list .comment .reply-list li p span {
  color: #000;
  font-weight: bold;
}
.comment-list .comment .reply-list li .dianzan {
  color: #ccc;
  font-weight: bold;
  margin-right: 20px;
}
.comment-list .comment .reply-list li .dianzan i.icon-zan {
  font-size: 18px;
  margin-right: 10px;
  cursor: pointer;
}
.comment-list .comment .reply-list li .dianzan i.icon-zan:hover {
  color: #a60011;
}
.comment-list .comment .reply-list li .dianzan span {
  font-size: 14px;
}
.comment-list .comment .reply-list li .dianzan span.show-reply-box {
  margin: 0 10px;
  cursor: pointer;
}
.comment-list .comment .reply-list li .dianzan span.show-reply-box:hover {
  color: #a60011;
}
.comment-list .comment .reply-ajax {
  margin-top: 10px;
  background: #fff;
}
.comment-list .comment .reply-ajax .wrapper {
  display: flex;
}
.comment-list .comment .reply-ajax .wrapper .reply-content {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  border-left: 2px solid #eee;
  box-sizing: border-box;
  padding: 10px;
  flex: 1;
  height: 100%;
}
.comment-list .comment .reply-ajax .wrapper .reply-content textarea {
  font-size: 16px;
  line-height: 24px;
  white-space: normal;
  color: #999;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  resize: none;
  padding: 0;
  margin: 0;
}
.comment-list .comment .reply-ajax button {
  width: 100px;
  background: #a60011;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  border: none;
  outline: none;
  cursor: pointer;
}
.line01 {
  display: block;
  width: 100%;
}
.search-box {
  margin-bottom: 20px;
  height: 36px;
}
.search-box form {
  width: 100%;
  display: flex;
}
.search-box form input[type="text"] {
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  border: 1px solid #ccc;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  overflow: hidden;
  flex: 1;
  padding-left: 10px;
}
.search-box form input[type="submit"] {
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  background: #a60011;
  border: none;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  width: 80px;
  cursor: pointer;
}
.s01 {
  padding-top: 25px;
}
.s01 .news {
  margin-bottom: 20px;
}
.s01 .news::before {
  content: counter(hits);
  counter-increment: hits;
  background: #a60011;
  color: #fff;
  font-size: 14px;
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  border-radius: 3px;
  margin-right: 10px;
  transition: 0.3s linear;
}
.s01 .news:hover::before {
  border-radius: 50%;
  transition: 0.3s linear;
}
.s01 .news a {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.s02 {
  padding-top: 20px;
}
.s02 .news {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.s02 .news a .news-img {
  width: 120px;
  height: 78px;
}
.s02 .news a .news-img img {
  width: 120px;
  height: 78px;
}
.s02 .news a .infos {
  flex: 1;
}
.s02 .news a .infos h2 {
  height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0;
  font-weight: normal;
}
.s02 .news a .infos span {
  display: inline-block;
  color: #d91617;
  font-size: 14px;
  line-height: 24px;
  vertical-align: top;
}
.s02 .news a .infos span i {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 24px;
}
.knowledge .more {
  display: block;
  text-align: center;
  color: #ccc;
  padding: 30px 0;
}
.hot-words div {
  padding: 25px 0 50px;
}
.hot-words div a {
  padding: 0 15px;
}
.hot-words div a:hover {
  border: 1px solid #a60011;
  background: #a60011;
  color: #fff;
  transition: 0.3s linear;
}
