body {
  
  font-family: ptima-Regular;
  word-break: break-all;
}

p {
 
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 26px;

  text-indent: 2em;
  text-align: left;
  color: #3e3e3e;
  font-size: 16px;
}



h1 {
  font-size: 30px;
  line-height: 40px;
}
/* 一级标题内容 */
h1 .content {
}
/* 一级标题修饰 请参考有实例的主题 */
h1:after {
}

h2 {
  
  font-size: 24px;
  line-height: 40px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    background: rgb(239, 112, 96); 
    color: #ffffff;
    padding: 3px 10px 1px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-right: 3px;
    border-bottom: 2px solid rgb(239, 112, 96);
}



h3 {
  font-size: 18px;
  line-height: 40px;
}
/* 三级标题内容 */
h3 .content {
}
/* 三级标题修饰 请参考有实例的主题 */
h3:after {
}

h4 {
  font-size:16px;
  line-height: 26px;
}

ul {
  list-style-type: square|circle|disc;
}

li, ol {
  color: #3e3e3e;
  line-height: 26px
}


p code{
  color: red;
  
}

pre code {
 
}

img {
  width: 80%;
  margin: auto auto;
}

table {
  margin: 5px;
  margin-left: 5px;
  align-content: center;

}