/* Article list */
.article-title-box {
    line-height: 24px;
    height: 24px;
    *height: 22px;
    overflow: hidden;
    margin-bottom: 5px;
}
.article-title-box .pull-right {
    margin-left: 26px;
}
.article-box {
    border-bottom: 1px dashed #d6d6d6;
    padding: 15px 0;
}
.article-box p {
    overflow: hidden;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}
.link-img-right {
    float: right;
    display: block;
    margin: 4px 0 0 10px;
}
/* Article detail */
.article-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b4c8da;
}
.article-header .headline {
    font: bold 24px/28px sans-serif;
    margin: 20px 0;
    margin-bottom: 10px;
    text-align: center;
}
.article-header .byline {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.article-body {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    word-break: break-word;
}
.article-body h1 {
    font-size: 18px;
    line-height: 28px;
}
.article-body h2,
.article-body h3,
.article-body h4 {
    /* font-size: 16px; */
    /* line-height: 22px; */
    color: #000000;
    font-weight: bold;
}
.article-body h2 {
    font-size: 24px;
    line-height: 30px;
}
.article-body h3 {
    font-size: 20px;
    line-height: 24px;
}
.article-body h4 {
    font-size: 16px;
    line-height: 20px;
}
.article-body h5 {
    font-size: 14px;
}
.article-body h6 {
    font-size: 12px;
}
.article-body ol,
.article-body ul,
.article-body p,
.article-body div{
    margin-bottom: 3px;
}
.article-body ul li, .article-body ol li {
    list-style-position: inside;
    margin-left: 22px;
    text-indent: -22px;
    list-style-position: inside\9;
    margin-left: 22px \9;
    text-indent: -22px \9;
}
.article-body table,  .article-body table td, th{
    text-align: center
}
.article-body ul li {
    list-style-type: disc;
}
.article-body ol li {
    list-style-type: decimal;
}
.article-body a {
    color: #085A99;
    text-decoration: underline;
}
.article-body img {
     max-width: 800px;
     height: auto !important;
}
.thumb {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d6d6d6;
}
.thumb p {
    line-height: 20px;
    font-size: 14px;
}
.thumb .title {
    font-size: 18px;
}
.summary {
    text-align: justify;
    background: #fff;
    margin: 15px 0 0;
    padding: 10px 5px;
    line-height: 23px;
    font-size: 14px;
    text-indent: 2em;
    border: 1px solid #dcdddd;
}
.img-text-wrapper .author-desc,
.author-desc {
    font: normal 14px/20px "KaiTi","KaiTi_GB2312","BiauKai";
    color: #555;
}




 /*change css byzm 20180207 for index-detail*/
    .article-share{margin-top:5px;line-height:18px;}
    .muted .new-tags .link { 
        /*color: #3fbee7; */
        color: #0e6eb8;
        border-radius: 5px;
        padding: 0 6px;
        border: 1px solid #0e6eb8;
        display: inline-block;
    }
    .muted .new-tags .link:hover{ 
        /*color: #e6231e;*/
        text-decoration: none !important;
        background-color: #0e6eb8;
        color: #ffffff;
        padding: 0 6px;
    }
    .article-body { font-size: 15px; }

    .partnumber{
      border:1px solid #f3f3f3;
      padding:12px 8px;
      margin-top:15px;
    }
    
    .partnumber-div{
      background-color: #f7f7f7;
      padding: 5px 10px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 10px;
    }
    .partnumber-title{
      font-size: 14px;
    }

    .partnumber-l{
      
    }
    .partnumber-r{
      color:#0e6eb8; 
    }
    .partnumber-r a.linktod5,.partnumber-r a.linktobom{
      padding: 1px 3px 1px 6px;
      text-decoration: none;
      cursor: pointer;
    }
    .partnumber-r a.linktod5{
       color:#0e6eb8; 
    }
    .partnumber-r a.linktobom{
      color: #d60a1f;
    }
    .partnumber-r a.linktod5:hover{
       color:#3aaee4; 
    }
    .partnumber-r a.linktobom:hover{
      color: #ff6864;
    }
    .new-tags{
        height:20px;
    }

/*主站改版 byzm at 20180213*/
.new-article-meta span{
   margin-right: 40px;
   color: #969696;
}
.new-article-meta a{
    text-decoration: none;
}
.new-article-meta .article-channel a{
    color: #427cb4;
}
.new-article-meta .article-tags a{
    color: #47aee3;
}
.article-img{
    width: 100px;
    height: 75px;
    border: 1px solid #eee;
    display: inline-block;
    overflow: hidden;
}
.article-body table{
    width: 100%;
    max-width: 700px;
    margin-top:10px;
    margin-bottom: 10px;
}








