a:hover {
  color: #c00;
}
.hr40 {
  height: 40px;
}
.hr20 {
  height: 20px;
}
.m-main {
  overflow: hidden;
  _zoom: 1;
}
/* 整体布局 */
.article .column-aside {
  width: 300px;
  float: right;
  _display: inline;
}
.article .column-main {
  width: 650px;
  float: left;
  _display: inline;
}
.article .column-aside {
  width: 300px;
  float: right;
  _display: inline;
}
.article .column-main {
  width: 650px;
  float: left;
  _display: inline;
}
.article .article-main {
  width: 648px;
  border: 1px solid #c8e1f2;
  width: 648px;
  border: 1px solid #c8e1f2;
  border-top-width: 2px;
}
.article .article-main .inner {
  padding: 10px 20px 0 20px;
}

.article .article-main em{
  font-style: italic;
}
/*面包屑*/
.crumb {
  margin: 9px 0;
}
.crumb em {
  padding: 0 4px;
  font-family: SimSun;
}
.crumb a:hover {
  color: #cc0000;
}
.crumb span {
  color: #444444;
}
.article-main .inner {
  background-color: #f8fbfc;
}
.article-main .article-title {
  font-family: Microsoft YaHei, SimHei, Arial;
  font-size: 22px;
  color: #000;
}
.article-main .article-subtitle {
    font-family: Microsoft YaHei, SimHei, Arial;
    font-size: 16px;
    color: #666;
    margin: 10px 0 0;
}
.article-main .describe {
  border: 1px solid #eee;
  background-color: #ffffff;
  padding: 9px;
  line-height: 24px;
  font-size: 14px;
  color: #555;
  text-indent: 2em;
  margin-bottom: 20px;
}
.article-main .describe strong {
  font-weight: normal;
}

.article-main .article-infos {
  padding: 14px 0 20px;
  color: #666666;
}
.article-main .article-infos a {
  color: #666666;
}
.article-main .article-infos a:hover {
  color: #c00;
}
.article-main .article-infos a span {
  color: #cc0000;
  padding-left: 3px;
}
/* 文章相关信息 */
.article-infos {
  position: relative;
  /*字号控制按钮*/

}
.article-infos .date,
.article-infos .source,
.article-infos .editors {
  margin-right: 24px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.article-infos .source {
  font-size: 12px;
}
.source a {
  font-size: 12px;
}
.article-infos .editors {
  font-size: 12px;
}
.editor {
  text-align: right;
  background-color: #F8FBFC;
  line-height: 30px;
  color: #999;
}
.editor span {
  font-size: 12px;
  padding-right: 8px;
  color: #666;
}
.article-infos .fontsize {
  position: absolute;
  width: 70px;
  left: 534px;
  top: 14px;
}

.scan-handset .scan-icon {
    background-position: 0 0;
    display: block;
    line-height: 14px;
    margin: 6px auto 0 0;
    padding-left: 18px;
}
.scan-icon, .scan-layer-close a {
    background: url("images/scan_icon.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.scan-layer .scan-pic {
    display: inline;
    float: left;
    padding: 4px;
    background-color: #94C5E5;
}

.scan-img {
    width:132px;
    height:132px;
    background-color: #fff;
}
.scan-layer .scan-pic img {
    margin:5px;
}
.scan-layer {
    height: 155px;
    left: 367px;
    display:none;
    position: absolute;
    top: 32px;
    width: 150px;
    z-index:100;
}

.dropdialog-arrow {
    background: url("images/dropdialog-arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 6px;
    left: 33%;
    position: relative;
    top: 0;
    width: 11px;
}

.article-infos .scan-handset {
    position: absolute;
    width: 110px;
    left: 414px;
    top: 10px;
}
.article-infos .fontsize .small,
.article-infos .fontsize .big {
  width: 13px;
  height: 11px;
  position: absolute;
  cursor: pointer;
}
.article-infos .fontsize .small {
  font-size: 12px;
  right: 20px;
  top: 4px;
  background: transparent url('images/sprite-ico.png') no-repeat -200px 0;
}

.article-infos .fontsize .big {
  top: 2px;
  font-size: 18px;
  right: 0px;
  background: transparent url('images/sprite-ico.png') no-repeat -220px 0;
}
.article-infos .fontsize .sactive {
  background-position: -150px 0;
}
.article-infos .fontsize .bactive {
  background-position: -170px 0;
}
/* 文章内容 */
.article-content {
    word-break: break-word!important;
    -moz-osx-font-smoothing: antialiased;
    font-variant-ligatures: no-common-ligatures
}

.article-content p {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 16px;
    overflow: hidden;
    overflow-x: auto
}

.article-content strong {
    font-weight: 700
}

.article-content i,address,cite,dfn,em,var {
    font-style: italic
}

.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6 {
    color: #4f4f4f;
    margin: 24px 0 8px;
    font-weight: 600;
}

.article-content ol,.article-content ul {
    margin: 0 0 24px;
    padding: 0;
    font-size: 16px;
    overflow: hidden;
    overflow-x: auto
}

.article-content ol,.article-content ol>li {
    list-style-type: decimal!important
}

.article-content ul,.article-content ul>li {
    list-style-type: disc
}

.article-content ol ul,.article-content ol ul>li,.article-content ul ul,.article-content ul ul li {
    list-style-type: circle
}

.article-content ol ol,.article-content ol ol>li,.article-content ol ul ul,.article-content ol ul ul>li,.article-content ul ol,.article-content ul ol>li,.article-content ul ul ul,.article-content ul ul ul li {
    list-style-type: square
}

.article-content li {
    margin: 8px 0 0 32px
}

.article-content p>img {
    max-width: 100%;
    margin: 0
}

.article-content img {
    margin: 24px 0;
    max-width: 100%
}

.article-content h1 {
    font-size: 22px;
    line-height: 32px
}

.article-content h2 {
    font-size: 20px;
    line-height: 30px
}

.article-content h3 {
    font-size: 18px;
    line-height: 28px
}

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

.article-content h5,.article-content h6 {
    font-size: 16px;
    line-height: 24px
}

.article-content h1 code {
    font-size: 28px
}

.article-content h2 code {
    font-size: 24px
}

.article-content h3 code {
    font-size: 22px
}

.article-content h4 code {
    font-size: 20px
}

.article-content h5 code {
    font-size: 18px
}

.article-content h6 code {
    font-size: 16px
}

.article-content blockquote {
    display: block;
    padding: 16px;
    margin: 0 0 24px;
    border-left: 8px solid #dddfe4;
    background: #eef0f4;
    overflow: auto;
    word-break: break-word!important
}

.article-content blockquote ol,.article-content blockquote ul {
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22px
}

.article-content blockquote ol li,.article-content blockquote ul li {
    margin-bottom: 0
}

.article-content blockquote p {
    font-size: 14px;
    line-height: 22px;
    color: #555666;
    font-weight: 400;
    margin-bottom: 0
}

.article-content hr {
    margin: 24px 0;
    border: none;
    border-bottom: 1px solid #ddd
}

.article-content table tr {
    border: 0;
    border-top: 1px solid #ddd;
    background-color: #fff
}

.article-content table {
    border-collapse: collapse;
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 24px
}

.article-content tbody {
    border: 0
}

.article-content table tr:nth-child(2n) {
    background-color: #f7f7f7
}

.article-content table tr td,.article-content table tr th {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 22px;
    border: 1px solid #ddd;
    padding: 8px;
    word-break: normal!important;
    vertical-align: middle
}

.article-content table tr td code,.article-content table tr th code {
    white-space: normal;
    word-break: normal!important
}

.article-content table tr th {
    font-weight: 700;
    background-color: #eff3f5
}

.article-content dl {
    margin: 24px
}

.article-content dl dt {
    margin: 8px;
    font-weight: 700
}

.article-content dl dt dd {
    margin: 8px
}

.article-content abbr[data-original-title],.article-content abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.article-content .initialism {
    font-size: 90%;
    text-transform: uppercase
}

.article-content pre {
    margin-bottom: 24px
}

.article-content pre code {
    color: unset
}

.article-content code,.article-content kbd,.article-content pre,.article-content samp {
    font-family: Source Code Pro,DejaVu Sans Mono,Ubuntu Mono,Anonymous Pro,Droid Sans Mono,Menlo,Monaco,Consolas,Inconsolata,Courier,monospace,PingFang SC,Microsoft YaHei,sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #000
}

.article-content code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 2px
}

.article-content a {
    text-decoration-skip: ink;
    color: #4ea1db;
    text-decoration: none
}

.article-content a:focus,.article-content a:hover {
    text-decoration: none;
    color: #ca0c16
}

.article-content a:visited {
    color: #6795b5
}

.article-content .footnote {
    vertical-align: top;
    position: relative;
    top: -4px;
    font-size: 12px
}

.article-content .footnotes ol li {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 8px 24px
}

.article-content .flow-chart,.article-content .sequence-diagram {
    text-align: center;
    margin-bottom: 24px;
    font-size: 14px!important
}

.article-content .flow-chart svg,.article-content .sequence-diagram svg {
    width: unset
}

.article-content .flow-chart [fill="#000000"],.article-content .flow-chart [fill="#000"],.article-content .flow-chart [fill=black],.article-content .sequence-diagram [fill="#000000"],.article-content .sequence-diagram [fill="#000"],.article-content .sequence-diagram [fill=black] {
    fill: #4f4f4f
}

.article-content .flow-chart [stroke="#000000"],.article-content .sequence-diagram [stroke="#000000"] {
    stroke: #4f4f4f
}

.article-content .MathJax_SVG_Display {
    text-align: center;
    margin: 24px 0;
    font-size: 18px;
    font-weight: 400;
    color: #4f4f4f;
    position: relative;
    text-indent: 0;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
    width: 100%
}

.article-content .toc {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 24px;
    padding: 0
}

.article-content .toc ul {
    margin: 0 0 8px;
    padding: 0
}

.article-content .toc ul ul {
    padding-left: 24px
}

.article-content .toc ul li {
    list-style-type: none;
    margin: 8px 0 0 24px
}

.article-content dl dd {
    margin: 0 0 8px 40px
}

.article-content kbd {
    padding: 2px 8px;
    border: 1px solid rgba(63,63,63,.25);
    box-shadow: 0 1px 0 rgba(63,63,63,.25);
    background-color: #fff;
    color: #333;
    border-radius: 4px;
    display: inline-block;
    margin: 0 2px;
    white-space: nowrap
}

.article-content .katex-display {
    overflow: hidden;
    overflow-x: auto;
    padding: 6px 0
}





/*.article-content{text-indent: 2em;font-size:14px;line-height:25px;word-break:break-all;word-wrap:break-word;padding-bottom:5px}
.article-content img:hover{background-color:#fbfbfb;border-color:#ddd}
.article-content h3,.article-content h4， .article-content h5{border-bottom:#eee 1px solid;padding-bottom:5px;margin-bottom:20px}
.article-content h2{font-size:18px;font-weight:normal;margin:20px -20px 20px -24px;padding:10px 20px 9px 20px;line-height:18px;border-left:4px solid #00AA98;background-color:#fbfbfb}
.article-content pre{
  margin:10px 0;
  font:12px/20px 'courier new';
  background:#4A4A4A;
  padding:10px 20px;
  color:#F8F8D4;
  border-radius:0;
  border:none;
}
.article-content p {
  margin-bottom: 20px;
  text-indent: 2em;
  color: #333333;
  line-height: 30px;
}
.article-content .mcePageBreak {
    display: none;
}
.article-content a {
  color: #0B3B8C;
}
.article-content a:hover {
  color: #c00;
} */
.fontSizeSmall p{
  font-size: 14px;
}
.fontSizeBig p{
  font-size: 16px;
}
.rel-news span {
  color: #666;
}
.article-content .mcePageBreak {
  font-size: 16px;
  font-weight: bold;
  color: #0B3B8C;
}
/*延伸阅读*/
#moreread {
  overflow: hidden;
  _zoom: 1;
  padding-bottom: 15px;
}
#moreread ul li {
  line-height: 28px;
}
#moreread ul li a {
  font-size: 14px;
}
#moreread ul li a:hover {
  color: #c00;
}
#moreread h3,#vote dl dt {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 7px;
  font-weight: bold;
  color: #333;
}
/*挂件-投票*/
#vote {
  font-size: 14px;
  line-height: 24px;
}
#vote dd,
.widget-vote .btnarea {
  clear: both;
}
#vote dd {
  padding-bottom: 4px;
  overflow: hidden;
  _zoom: 1;
}
#vote label {
  float: left;
  _display: inline;
  margin-right: 4px;
  padding-top: 3px;
}
#vote input {
  margin-right: 3px;
}
#vote .submit {
  background: transparent url(images/vote-submit-btn.png) no-repeat;
  width: 50px;
  height: 24px;
  line-height: 20px;
  color: #fff;
  border: none;
}
/* 分页 */
.article-page .page {
  margin: 0 auto;
}
.article-page .page a,
.article-page .page span {
  padding: 2px 7px;
  margin: 0 4px;
  font-size: 12px;
}
.article-page .page ._now {
  background-color: #2266bb;
  color: #ffffff;
  border-color: #2266bb;
}
.article-page .page a {
  border: 1px solid #cccccc;
  float: left;
  _display: inline;
  height: 17px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}
.article-page .page a:hover {
  background-color: #2266bb;
  color: #ffffff;
  border-color: #2266bb;
}
.article-page .page .disable {
  color: #cccccc;
}
.article-page .page .disable:hover {
  background-color: transparent;
  border: 1px solid #cccccc;
  color: #cccccc;
}
.article-page .page .now {
  background-color: #2266bb;
  color: #ffffff;
  border-color: #2266bb;
}
.article-page .read-btn .btn,
.article-page .read-btn .btn span {
  background-image: url(images/btn.png);
  color: #ffffff;
}
.article-page .read-btn .btn {
  cursor: pointer;
}
.article-page .read-btn .btn-s-orange {
  height: 24px;
  background-position: -201px -245px;
  padding-left: 4px;
  float: left;
  _display: inline;
  margin-left: 10px;
}
.article-page .read-btn .btn-s-orange span {
  height: 24px;
  line-height: 24px;
  letter-spacing: 2px;
  background-position: right -85px;
  padding-right: 4px;
  padding-left: 2px;
  float: left;
  _display: inline;
}
.article-page .read-btn .btn-s-orange span {
  padding-left: 3px;
  padding-right: 5px;
}
.article-page .read-btn a {
  padding: 0;
  border: none;
}
.article-page .read-btn a:hover {
  background-color: transparent;
}
.article-page .read-btn a:hover span {
  color: #ff0;
}
.article-page .read-btn a span {
  margin: 0;
  padding-top: 0;
}
/*分页导航*/
.article-menu {
  border: 1px solid #ddd;
  overflow: hidden;
  _zoom: 1;
  width:750px;
  margin:20px auto;
}
.article-menu .m-head {
  height: 30px;
  background: transparent url(images/article-menu-bar.jpg) repeat-x 0 0;
}
.article-menu .m-head .title {
  height: 29px;
  width: 92px;
  margin: 0 auto;
  font-weight: bold;
  color: #666;
  font-size: 14px;
  line-height: 29px;
}
.article-menu .menu {
  background-color: #ffffff;
  padding: 9px;
  overflow: hidden;
  _zoom: 1;
}
.article-menu .menu li {
  width: 50%;
  line-height: 24px;
  height:24px;
  float: left;
  _display: inline;
  overflow: hidden;
  zoom:1;
}
.article-menu .menu li span {
  margin-left: 11px;
  color: #333333;
}
.article-menu .menu li a:hover {
  color: #cc0000;
}
.article-menu .menu li.now-tit a{
  color: #c00;
}
/* 文章-专栏作家 */
.article-author .thumb {
  float: left;
  _display: inline;
  margin-right: 9px;
}
.article-author .title {
  font-size: 12px;
}
.article-author .summary {
  line-height: 18px;
  overflow: hidden;
  _zoom: 1;
  margin-top: 4px;
  font-size: 12px;
}
.article-author ._inner {
  overflow: hidden;
  _zoom: 1;
  background-color: #ffffff;
  padding: 10px;
}
.article-author .author {
  overflow: hidden;
  _zoom: 1;
  width: 720px;
  float: left;
  _display: inline;
}
.article-author .author .thumb {
  width: 50px;
  height: 50px;
  background: transparent url(images/author-photo.png);
}
.article-author .author .title {
  font-weight: bold;
}
.article-author .author span a{
    background: none repeat scroll 0 0 #00aa98;
    color: #fff;
    margin-left: 20px;
    padding: 2px 10px;
}
.article-author .author .summary {
  color: #666666;
  margin-top: 9px;
}
.article-author .author-list {
  overflow: hidden;
  _zoom: 1;
  float: right;
  _display: inline;
  width: 250px;
}
.article-author .author-list .item {
  height: 26px;
  overflow: hidden;
  _zoom: 1;
}
.article-author .author-list .item .title {
  line-height: 24px;
  color: #0B3B8C;
  font-size: 12px;
}
.article-author .author-list .item .title:hover {
  color: #cc0000;
}
.article-author .author-list .item .date {
  color: #cccccc;
  margin-left: 6px;
}
.article-author .author-list .ico {
  float: left;
  _display: inline;
  text-align: center;
  width: 14px;
  height: 24px;
  margin-right: 6px;
  background: transparent url('images/sprite-ico.png') no-repeat 4px -152px;
  color: #fff;
}
.article-author .author-list .n1,
.article-author .author-list .n2,
.article-author .author-list .n3 {
  background-position: 0 0;
}
.article-author .author-list .ico {
  margin-right: 0;
  margin-top: 4px;
}
.ie6 .article-author .ie6inner {
  overflow: hidden;
  _zoom: 1;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 10px;
}

/*心情*/
.article-mood ._inner {
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px 5px;
  background-color: #ffffff;
  overflow: hidden;
  _zoom: 1;
}
.article-mood .item {
  position: relative;
  text-align: center;
  line-height: 24px;
  width: 40px;
  display: inline-block;
  +display: inline;
  _display: inline;
  zoom: 1;
  margin: 0 24px;
}
.article-mood .mood-plus{
  position: absolute;
  font-weight: bold;
  color: #f30;
  font-family:Arial, Helvetica, sans-serif;
}
.article-mood .item .progress {
  position: relative;
  width: 20px;
  height: 100px;
  background: transparent url(images/mood-progress.png);
  margin: 0 auto;
  text-align: left;
}
.article-mood .item .progress .per {
  width: 18px;
  background: #cc0000 url(images/mood-ico.png) 0 0;
  position: absolute;
  bottom: 0;
  text-align: left;
}
.article-mood .item .progress .bdper {
  border: 1px solid #f30;
}
.article-mood ul.ov {
  text-align: center;
}
/*分享与复制*/
.copy-share {
  padding: 10px 0;
  background-color: #f8fbfc;
  overflow: hidden;
  _zoom: 1;
}
.copy-share .copy {
  float: left;
  _display: inline;
  margin-left: 9px;
  margin-top: 5px;
}
.copy-share .copy .c-ico,
.copy-share .copy .t-ico,
.copy-share .copy .s-ico {
  background: transparent url('images/sprite-ico.png') no-repeat;
  color: #333333;
  padding-left: 18px;
  float: left;
  _display: inline;
  margin-right: 14px;
}
.copy-share .copy .c-ico:hover,
.copy-share .copy .t-ico:hover,
.copy-share .copy .s-ico:hover {
  color: #c00;
}
.copy-share .copy .c-ico {
  background-position: -60px -70px;
}
.copy-share .copy .t-ico {
  background-position: -60px -120px;
}
.copy-share .copy .s-ico {
  background-position: -283px -186px;
}
.copy-share .agree {
  background: transparent url(images/agree.png);
  width: 80px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #333333;
}
.copy-share .share {
  float: right;
  _display: inline;
  margin-right: 9px;
  margin-top: 5px;
  overflow: hidden;
  _zoom:1;
}

.copy-share .share .bshare-custom{
  float: left;
}
.basehr {
  height: 9px;
}
.copy-share {
  padding-top: 6px;
}
/*右侧列表*/
.title-head {
  height: 30px;
  background: transparent url('images/sprite-bar.png') repeat-x 0 0;
}
.title-head .title .words {
  color: #cc0000;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}
.title-head .link {
  float: right;
  _display: inline;
  line-height: 30px;
}
.title-head .ico {
  float: left;
  _display: inline;
}
.title-head .ico {
  background: transparent url('images/sprite-ico.png') no-repeat -60px -160px;
  width: 16px;
  height: 30px;
}
.title-head .ico {
  margin-right: 10px;
}
.mod-list .inner,
.mod-imglist .inner,
.article-comment .inner {
  border: 1px solid #cccccc;
}
.mod-list .m-main,
.mod-imglist .m-main {
  padding: 9px;
}
/*今日推荐*/
.mod-list .list .item {
  height: 24px;
  overflow: hidden;
  _zoom: 1;
}
.mod-list .list .item .title {
  line-height: 24px;
  color: #333333;
  font-size: 12px;
}
.mod-list .list .item .title:hover {
  color: #cc0000;
}
.mod-list .list .item .date {
  color: #cccccc;
  margin-left: 6px;
}
.mod-list .list .ico {
  float: left;
  _display: inline;
  text-align: center;
  width: 14px;
  height: 24px;
  margin-right: 6px;
  background: transparent url('images/sprite-ico.png') no-repeat 4px -152px;
  color: #ffffff;
}
.mod-list .list .n1,
.mod-list .list .n2,
.mod-list .list .n3 {
  background-position: 0 0;
}
.mod-list .list .ico {
  margin-top: 3px;
  margin-right: 2px;
}
.mod-list .list-rank .ico {
  float: left;
  _display: inline;
  text-align: center;
  width: 14px;
  height: 24px;
  margin-right: 6px;
  background: transparent url('images/sprite-ico.png') no-repeat -280px -118px;
  color: #ffffff;
}
.mod-list .list-rank .n1,
.mod-list .list-rank .n2,
.mod-list .list-rank .n3 {
  background-position: -280px -69px;
}
.mod-list .list-rank .ico {
  line-height: 16px;
  margin-top: 4px;
  margin-right: 9px;
}
.mod-list .tab-head {
  float: right;
  _display: inline;
}
.mod-list .tab-head li {
  float: left;
  _display: inline;
}
.mod-list .tab-head li a {
  float: left;
  _display: inline;
  color: #333;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  border-left: 1px solid #ddd;
}
.mod-list .tab-head li .tabactive {
  background-color: #FFF;
}
/*推荐视频、推荐图片、新闻排行*/
.mod-imglist .m-main {
  overflow: hidden;
  _zoom: 1;
}
.mod-imglist .v-pic {
  width: 120px;
  margin-right: 9px;
  float: left;
  _display: inline;
  margin: 0 10px;
}
.mod-imglist .v-pic .title {
  height: 44px;
  line-height: 20px;
  margin-top: 4px;
  overflow: hidden;
  _zoom: 1;
}
.mod-imglist .v-pic .title a {
  color: #333333;
  font-size: 12px;
}
.mod-imglist .v-pic .title a:hover {
  color: #cc0000;
}
.mod-imglist .v-pic .thumb {
  position: relative;
}
.mod-imglist .v-pic .thumb .opa,
.mod-imglist .v-pic .thumb .ico,
.mod-imglist .v-pic .thumb .info {
  position: absolute;
}
.mod-imglist .v-pic .thumb .opa {
  height: 20px;
  background-color: #000;
  bottom: 0;
  width: 100%;
  opacity: .5;
  filter: alpha(opacity=50);
}
.mod-imglist .v-pic .thumb .ico {
  background: transparent url('images/sprite-ico.png') no-repeat -108px -169px;
  width: 16px;
  height: 13px;
  bottom: 4px;
  left: 4px;
}
.mod-imglist .v-pic .thumb .info {
  color: #fff;
  bottom: 3px;
  right: 5px;
  font-size: 12px;
}
.mod-imglist .h-pic .thumb {
  float: left;
  _display: inline;
  margin-right: 9px;
}
.mod-imglist .h-pic .title {
  font-size: 16px;
}
.mod-imglist .h-pic .summary {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  _zoom: 1;
  margin-top: 4px;
  font-size: 14px;
}
.mod-imglist .h-pic .title {
  font-weight: bold;
}
.mod-imglist .h-pic .title:hover {
  color: #c00;
}
.ie6 .mod-imglist .v-pic .thumb {
  height: 90px;
}
.ie6 .comment-video .v-pic .thumb {
  height: 77px;
}
/*内容中图片缩放*/
.article-content img{
  width: 500px;
  /*visibility: hidden;
  opacity:0;
  fliter:alpha(opacity=0);*/
}
.image_zoom {
  border: 10px solid #ededed;
  border-radius: 4px;
  position: absolute;
}
.out_cursor {
  cursor: url(cursor/zoomout.cur);
}
.in_cursor {
  cursor: url(cursor/zoomin.cur);
}
.view-origin{
  font-size: 12px;
}
.view-origin:hover{
  color: #c00;
}
/*@end 内容中图片缩放*/

/*相关阅读*/
.rel-news .hd {
  line-height: 20px;
  font-size: 14px;
  padding-bottom: 5px;
}
.rel-news .hd a {
  margin-right: 3px;
  color: #0B3B8C;
}
.rel-news .hd a:hover {
  color: #c00;
}
.rel-news .hd strong {
  float: left;
  _display: inline;
  color: #666;
}
.rel-news .list .item {
  height: 28px;
  overflow: hidden;
  _zoom: 1;
}
.rel-news .list .item .title {
  line-height: 24px;
  color: #0B3B8C;
  font-size: 14px;
}
.rel-news .list .item .title:hover {
  color: #cc0000;
}
.rel-news .list .item .date {
  color: #999;
  margin-left: 6px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
}
.rel-news .list .ico {
  float: left;
  _display: inline;
  text-align: center;
  width: 14px;
  height: 24px;
  margin-right: 6px;
  background: transparent url('images/sprite-ico.png') no-repeat 4px -148px;
  color: #ffffff;
}
.rel-news .list .n1,
.rel-news .list .n2,
.rel-news .list .n3 {
  background-position: 0 0;
}
.rel-news .list .ico {
  margin-right: 0;
  margin-top: 0px;
}
.rel-news .rel-title {
  float: left;
}
.rel-news .keywords {
  float: right;
}

.topblank {
  margin-bottom: 20px;
}

.bshare-image2share span img {
    opacity: 100;
    visibility: visible;
    width: auto;
}


.article-content pre>code.hljs {
    background-color: #f6f8fa
}

.article-content .hljs {
    display: block;
    padding: 8px
}

.article-content input[type=checkbox]:checked {
    position: relative
}

.article-content input[type=checkbox]:checked::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 1px;
    height: 6px;
    width: 10px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg)
}

.article-content input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: #1989FA;
    border-radius: 2px
}

.article-content .hljs-comment,.article-content .hljs-comment *,.article-content .hljs-javadoc,.article-content .hljs-template_comment {
    color: #800!important
}

.article-content .clojure .hljs-built_in,.article-content .hljs-keyword,.article-content .hljs-list .hljs-title,.article-content .hljs-request,.article-content .hljs-status,.article-content .hljs-tag .hljs-title,.article-content .hljs-winutils,.article-content .http .hljs-title,.article-content .method,.article-content .nginx .hljs-title,.article-content .setting .hljs-value,.article-content .tex .hljs-command {
    color: #008!important
}

.article-content .hljs-envvar {
    color: #660!important
}

.article-content .hljs-attr_selector,.article-content .hljs-cdata,.article-content .hljs-date,.article-content .hljs-filter .hljs-argument,.article-content .hljs-regexp {
    color: #080!important
}

.article-content .clojure .hljs-attribute,.article-content .css .hljs-function,.article-content .css .hljs-value .hljs-number,.article-content .hljs-decorator,.article-content .hljs-hexcolor,.article-content .hljs-literal,.article-content .hljs-number,.article-content .hljs-pi,.article-content .hljs-prompt,.article-content .hljs-shebang,.article-content .hljs-sub .hljs-identifier,.article-content .hljs-symbol,.article-content .hljs-tag,.article-content .hljs-tag .hljs-keyword,.article-content .ini .hljs-title {
    color: #066!important
}

.article-content .clojure .hljs-title,.article-content .haskell .hljs-type,.article-content .hljs-built_in,.article-content .hljs-class .hljs-id,.article-content .hljs-class .hljs-title,.article-content .hljs-doctype,.article-content .hljs-javadoctag,.article-content .hljs-params,.article-content .hljs-phpdoc,.article-content .hljs-tag .hljs-attribute,.article-content .hljs-typename,.article-content .hljs-variable,.article-content .hljs-yardoctag,.article-content .setting {
    color: #4f4f4f!important
}

.article-content .css .hljs-tag,.article-content .hljs-pseudo,.article-content .hljs-rules .hljs-property {
    color: #000!important
}

.article-content .css .hljs-class,.article-content .css .hljs-id {
    color: #9b703f!important
}

.article-content .hljs-value .hljs-important {
    color: #f70!important;
    font-weight: 700
}

.article-content .hljs-rules .hljs-keyword {
    color: #c5af75!important
}

.article-content .apache .hljs-sqbracket,.article-content .hljs-annotation,.article-content .nginx .hljs-built_in {
    color: #9b859d!important
}

.article-content .tex .hljs-formula {
    background-color: #eee!important;
    font-style: italic
}

.article-content .diff .hljs-header,.article-content .hljs-chunk {
    color: grey!important;
    font-weight: 700
}

.article-content .diff .hljs-change {
    background-color: #bccff9!important
}

.article-content .hljs-addition {
    background-color: #baeeba!important
}

.article-content .hljs-deletion {
    background-color: #ffc8bd!important
}

.article-content .hljs-comment .hljs-yardoctag {
    font-weight: 700
}

.article-content .apache .hljs-cbracket,.article-content .apache .hljs-tag,.article-content .asciidoc .hljs-header,.article-content .bash .hljs-variable,.article-content .coffeescript .hljs-attribute,.article-content .django .hljs-variable,.article-content .erlang_repl .hljs-function_or_atom,.article-content .haml .hljs-symbol,.article-content .hljs-addition,.article-content .hljs-aggregate,.article-content .hljs-constant,.article-content .hljs-flow,.article-content .hljs-parent,.article-content .hljs-pragma,.article-content .hljs-preprocessor,.article-content .hljs-preprocessor *,.article-content .hljs-rules .hljs-value,.article-content .hljs-rules .hljs-value .hljs-number,.article-content .hljs-stream,.article-content .hljs-string,.article-content .hljs-tag .hljs-value,.article-content .hljs-template_tag,.article-content .hljs-title,.article-content .markdown .hljs-header,.article-content .ruby .hljs-symbol,.article-content .ruby .hljs-symbol .hljs-string,.article-content .smalltalk .hljs-class,.article-content .tex .hljs-command,.article-content .tex .hljs-special {
    color: #090!important
}

.article-content .clojure .hljs-built_in,.article-content .hljs,.article-content .hljs-subst,.article-content .hljs-tag .hljs-title,.article-content .lisp .hljs-title,.article-content .nginx .hljs-title {
    color: #4f4f4f!important
}

.article-content .apache .hljs-cbracket,.article-content .apache .hljs-tag,.article-content .asciidoc .hljs-header,.article-content .bash .hljs-variable,.article-content .coffeescript .hljs-attribute,.article-content .django .hljs-variable,.article-content .erlang_repl .hljs-function_or_atom,.article-content .haml .hljs-symbol,.article-content .hljs-addition,.article-content .hljs-aggregate,.article-content .hljs-constant,.article-content .hljs-flow,.article-content .hljs-parent,.article-content .hljs-pragma,.article-content .hljs-preprocessor,.article-content .hljs-rules .hljs-value,.article-content .hljs-rules .hljs-value .hljs-number,.article-content .hljs-stream,.article-content .hljs-string,.article-content .hljs-tag .hljs-value,.article-content .hljs-template_tag,.article-content .hljs-title,.article-content .markdown .hljs-header,.article-content .ruby .hljs-symbol,.article-content .ruby .hljs-symbol .hljs-string,.article-content .smalltalk .hljs-class,.article-content .tex .hljs-command,.article-content .tex .hljs-special {
    color: #090!important
}

.article-content code,.article-content kbd,.article-content pre,.article-content samp {
    font-family: Consolas,Inconsolata,Courier,monospace;
    font-size: 14px;
    line-height: 22px;
    color: #000
}

.article-content code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 2px;
    padding: 4px 2px 0
}

.article-content a {
    color: #4EA1DB;
    text-decoration: none
}

.article-content a:focus,.article-content a:hover {
    color: #ca0c16
}

.article-content a:visited {
    color: #6795B5
}

.article-content .footnote {
    vertical-align: top;
    position: relative;
    top: -4px;
    font-size: 12px
}

.article-content .footnotes ol li {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 8px 24px
}

.article-content .flow-chart,.article-content .sequence-diagram {
    text-align: center;
    margin-bottom: 24px;
    font-size: 14px!important
}

.article-content .flow-chart [fill="#000"],.article-content .flow-chart [fill="#000000"],.article-content .flow-chart [fill=black],.article-content .sequence-diagram [fill="#000"],.article-content .sequence-diagram [fill="#000000"],.article-content .sequence-diagram [fill=black] {
    fill: #4f4f4f
}

.article-content .flow-chart [stroke="#000000"],.article-content .sequence-diagram [stroke="#000000"] {
    stroke: #4f4f4f
}

.article-content .MathJax_SVG_Display {
    text-align: center;
    margin: 24px 0;
    font-size: 18px;
    font-weight: 400;
    color: #4f4f4f;
    position: relative;
    text-indent: 0;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
    width: 100%
}

.article-content .toc {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px;
    padding: 0
}

.article-content .toc ul {
    margin: 0 0 8px;
    padding: 0
}

.article-content .toc ul li {
    list-style-type: none;
    margin: 8px 0 0 24px
}

.article-content pre code {
    display: block;
    font-size: 14px;
    line-height: 22px;
    overflow-x: auto;
    padding: 0!important;
    color: #000;
    white-space: pre;
    word-wrap: normal;
    background-color: #f6f8fa;
    border-radius: 4px
}

.article-content pre code::-webkit-scrollbar {
    height: 6px;
    width: 138px
}

.article-content pre code::-webkit-scrollbar-thumb {
    background: #C2C2C2;
    border-radius: 4px
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .article-content pre code {
        min-width:94%
    }
}

.article-content .prettyprint,.article-content pre.prettyprint {
    margin: 0 0 24px;
    padding: 8px 16px 6px 56px;
    background-color: #f6f8fa;
    border: none;
}

.article-content pre.prettyprint * {
    word-wrap: normal;
    word-break: break-all
}

.prettyprint {
    position: relative;
    overflow-y: hidden;
    overflow-x: auto
}

.article-content .prettyprint .pre-numbering {
    position: absolute;
    width: 48px;
    background-color: #eef0f4;
    top: 0;
    left: 0;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    text-align: right
}

.article-content .pre-numbering li {
    padding: 0 8px;
    list-style: none;
    margin: 0
}

.article-content dl dd {
    margin: 0 0 8px 40px
}

.article-content kbd {
    padding: 2px 8px;
    border: 1px solid rgba(63,63,63,.25);
    box-shadow: 0 1px 0 rgba(63,63,63,.25);
    background-color: #fff;
    color: #333;
    border-radius: 4px;
    display: inline-block;
    margin: 0 2px;
    white-space: nowrap
}

.article-content.prism-atom-one-dark pre code {
    background-color: #282c34;
    color: #abb2bf
}

.article-content.prism-atom-one-dark pre code.hljs * {
    color: #abb2bf
}

.article-content.prism-atom-one-dark .prettyprint,.article-content.prism-atom-one-dark .prettyprint .pre-numbering,.article-content.prism-atom-one-dark pre.prettyprint {
    background-color: #282c34
}

.article-content.prism-atom-one-dark .pre-numbering li {
    color: #abb2bf!important;
    border-right: 1px solid #c5c5c5
}

.article-content.prism-atom-one-light .prettyprint,.article-content.prism-atom-one-light .prettyprint .pre-numbering,.article-content.prism-atom-one-light pre code,.article-content.prism-atom-one-light pre.prettyprint {
    background-color: #fafafa
}

.article-content.prism-atom-one-light .pre-numbering li {
    color: #383a42!important;
    border-right: 1px solid #c5c5c5
}

.article-content.prism-tomorrow-night pre code {
    background-color: #1d1f21;
    color: #c5c8c6
}

.article-content.prism-tomorrow-night pre code.hljs * {
    color: #c5c8c6
}

.article-content.prism-tomorrow-night .prettyprint,.article-content.prism-tomorrow-night .prettyprint .pre-numbering,.article-content.prism-tomorrow-night pre.prettyprint {
    background-color: #1d1f21
}

.article-content.prism-tomorrow-night .pre-numbering li {
    color: #c5c8c6!important;
    border-right: 1px solid #c5c5c5
}

.article-content.prism-dracula pre code {
    background-color: #282a36;
    color: #f8f8f2
}

.article-content.prism-dracula pre code.hljs * {
    color: #f8f8f2
}

.article-content.prism-dracula .prettyprint,.article-content.prism-dracula .prettyprint .pre-numbering,.article-content.prism-dracula pre.prettyprint {
    background-color: #282a36
}

.article-content.prism-dracula .pre-numbering li {
    color: #f8f8f2!important;
    border-right: 1px solid #c5c5c5
}

.article-content.prism-github-gist .prettyprint,.article-content.prism-github-gist .prettyprint .pre-numbering,.article-content.prism-github-gist pre code,.article-content.prism-github-gist pre.prettyprint {
    background-color: #f3f4f5
}

.article-content.prism-github-gist .pre-numbering li {
    color: #5e6687!important;
    border-right: 1px solid #c5c5c5
}

.article-content.prism-kimbie-light .prettyprint,.article-content.prism-kimbie-light .prettyprint .pre-numbering,.article-content.prism-kimbie-light pre code,.article-content.prism-kimbie-light pre.prettyprint {
    background-color: #fbebd4
}

.article-content.prism-kimbie-light .pre-numbering li {
    color: #84613d!important;
    border-right: 1px solid #c5c5c5
}

.article-content.prism-tomorrow-night-eighties pre code {
    background-color: #2d2d2d;
    color: #ccc
}

.article-content.prism-tomorrow-night-eighties pre code.hljs * {
    color: #ccc
}

.article-content.prism-tomorrow-night-eighties .prettyprint,.article-content.prism-tomorrow-night-eighties .prettyprint .pre-numbering,.article-content.prism-tomorrow-night-eighties pre.prettyprint {
    background-color: #2d2d2d
}

.article-content.prism-tomorrow-night-eighties .pre-numbering li {
    color: #ccc!important;
    border-right: 1px solid #c5c5c5
}

.article-content.prism-atelier-sulphurpool-light .prettyprint,.article-content.prism-atelier-sulphurpool-light .prettyprint .pre-numbering,.article-content.prism-atelier-sulphurpool-light pre code,.article-content.prism-atelier-sulphurpool-light pre.prettyprint {
    background-color: #f5f7ff
}

.article-content.prism-atelier-sulphurpool-light .pre-numbering li {
    color: #5e6687!important;
    border-right: 1px solid #c5c5c5
}

.article-content .prism .token.comment {
    font-family: 'Source Code Pro','DejaVu Sans Mono','Ubuntu Mono','Anonymous Pro','Droid Sans Mono',Menlo,Monaco,Consolas,Inconsolata,Courier,'PingFang SC','Microsoft YaHei',sans-serif!important
}

.article-content .mermaid svg * {
    font-family: "trebuchet ms",verdana,arial,sans-serif!important
}
