<style>
  /*commentslist*/
  .commentslist ol {
    overflow: hidden;
  }

  .commentslist li {
    overflow: hidden;
    padding: 1.5em 0;
    border-bottom: 1px solid #eee;
    position: relative;
  }

  .commentslist .gravatar {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
  }

  .commentslist .gravatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .commentslist .info {
    margin-left: 60px;
    overflow: hidden;
    position: relative;
  }

  .commentslist .meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5em;
  }

  .commentslist .date {
    font-size: 0.75em;
    color: #999;
  }

  .commentslist .name {
    width: calc(100% - 7.5em);
    font-weight: bold;
  }

  .commentslist .cont {
    font-size: 0.875em;
    color: #555;
    margin-right: 4em;
  }

  .commentslist .replay {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.75em;
    overflow: hidden;
  }

  .commentslist .replay a {
    background-color: #eee;
    padding: 0 10px;
    float: right;
  }

  .commentslist li li {
    border-bottom: none;
    border-top: 1px solid #eee;
    margin-top: 1.5em;
    margin-left: 2em;
    padding-bottom: 0;
  }

  .commentslist li #comment {
    margin-top: 1.5em;
    margin-right: -3.5em;
  }

  .commentslist .warning {
    text-align: center;
    font-size: 0.875em;
    color: #999;
  }


  /*comment*/
  #comment {
    background-color: #fff;
  }

  #comment .meta {
    background-color: #f9f9f9;
    position: relative;
    padding: 10px;
    border: 1px solid #eee;
    border-top: none;
    margin-bottom: 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
  }

  #comment .meta .item {
    width: 32%;
  }

  #comment label {
    font-size: 14px;
    line-height: 32px;
    display: block;
    float: left;
    color: #555;
  }

  #comment label i {
    font-style: normal;
    color: #f00;
  }

  #comment .input {
    margin-left: 43px;
    overflow: hidden;
    border: 1px solid #ddd;
    position: relative;
  }

  #comment .text {
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    padding: 4px 5%;
    display: block;
    width: 90%;
    border: none;
  }

  #comment .verify {
    padding: 10px 0;
    position: relative;
  }

  #comment .verify label {
    float: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 0 10px;
  }

  #comment .verify .input {
    padding-right: 90px;
    margin-left: 0;
  }

  #comment .verify .text {
    text-indent: 71px;
    padding-left: 0;
  }

  #comment .verify img {
    display: block;
    cursor: pointer;
    height: 30px;
    width: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  #comment .textarea {
    border: 1px solid #eee;
  }

  #comment .textarea .text {
    height: 150px;
    resize: vertical;
    font-size: 14px;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
  }

  #comment .submit {
    display: block;
    width: 100%;
    background-color: #F13F3F;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    padding: 8px 0;
    font-size: 0.75em;
    margin-top: 5px;
  }

  .commentform .warning {
    font-size: 12px;
    margin-bottom: 10px;
    color: #888;
  }

  a#cancel-reply {
    text-align: center;
    font-size: 0.75em;
    color: #999;
    padding: 5px 0;
    display: block;
  }

  /*blogList*/
  .blogList,
  .post,
  .related,
  .commentslist,
  .commentform {
    background-color: #fff;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #eee;
  }

  .blogList .thumbnail {
    float: left;
    width: 300px;
  }

  .blogList .info {
    margin-left: 315px;
    overflow: hidden;
  }

  .blogList h2 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: normal;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .blogList h2 strong {
    color: #f00;
  }

  .blogList .meta {
    font-size: 12px;
    line-height: 2em;
    color: #999;
    border-bottom: 1px solid #eee;
    overflow: hidden;
  }

  .blogList .meta span {
    border-right: 1px solid #eee;
    float: left;
    padding-right: 10px;
    margin-right: 10px;
  }

  .blogList .meta .cmts,
  .blogList .meta .good {
    float: right;
    border: none;
    padding-right: 0;
    margin-right: 0;
    margin-left: 10px;
  }

  .blogList .intro {
    font-size: 14px;
    line-height: 1.875em;
    color: #555;
    overflow: hidden;
    height: 9.375em;
  }

  /*post*/
  .post,
  .related,
  .commentslist,
  .commentform {
    padding: 20px;
    width: 1238px;
    margin: auto;
  }

  /*posttitle*/
  #posttitle {
    font-size: 1.75em;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.5em;
  }

  #posttitle.center {
    text-align: center;
  }

  /*post*/
  .postmeta {
    font-size: 14px;
    line-height: 2em;
    padding-bottom: 1%;
    margin-bottom: 2%;
    border-bottom: 1px solid #eee;
  }

  .postmeta span {
    margin-right: 8px;
    color: #aaa;
    display: inline-block;
  }

  .postmeta span:last-child {
    margin-right: 0;
  }

  .postmeta span a {
    color: #aaa;
  }

  .pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both
  }

  .pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%
  }

  .pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
  }

  .pagination a:hover {
    color: #333;
    border: 1px solid #333;
  }

  .pagination a.page-num-current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
  }

  .pagination .st {
    font-family: 宋体
  }

  .text-secondary {
    text-align: center;
    padding: 20px 0
  }

  .ab_img img {
    max-width: 100% !important;
    height: auto !important;
    display: inline-block;
  }

  .ab_img p {
    text-wrap: inherit !important;
  }

  .ab_img p span {
    text-wrap: inherit !important;
  }
</style>