body {
  padding: 0 !important;
  font-size: 14px;
  color: #999;
}

h1 {
  margin: 56px auto 25px auto !important;
  text-align: center;
  color: black !important;
  font-size: 28px !important;
}

/*小标题*/
.author {
  text-align: center;
}

.intro {
  text-align: center;
  margin: 12px auto 30px auto;
}

.intro span {
  margin: 0 10px;
}

/*文本*/
.detail {
  width: 100%;
  margin-bottom: 10px;
  line-height: 2em;
  overflow: hidden;
}

.detail p {
  word-wrap: break-word;
  word-break: break-all;
}

.imgBg {
  display: table;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;    
  margin:10px 50px 40px 0;
  /*设置宽高相等*/
  width: 40%;
  height: 300px;
  float: left;
}
.imgBg p{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.imgBg p img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  max-height: 300px;
  margin: 0 auto;
}
.articleVal{
  font-size: 16px;
}
.articleVal p{
  line-height: 2.6;
  text-indent: 36px;
  letter-spacing: 1px;
}
.articleVal img{
max-width: 100%;
max-height: 100%;
}
/*底部*/
.bottom {
  width: 100%;
  margin-bottom: 30px;
  /*float: left;*/
  color: lightgray;
}

.editor {
  float: right;
}


/*移动端*/
.articleMob{
  padding: 0 15px;
}
.artPhone-title{
min-height: 46px;
}
.artPhone-title h4{
font-size: 16px;
line-height: 46px;
color: #323232;
margin: 0;
font-weight: bold;
}
.artPhone-time{
height: 45px;
line-height: 45px;
color: #323232;
}
.artPhone-time span{
font-size: 10px;
}
.artPhone-img{
width: 100%;
text-align: center;
}
.artPhone-img img{
max-width: 100%;
vertical-align: middle;
}
.artPhone-content{
line-height: 24px;
 color: #353535;
 font-size: 12px;  
 margin-top: 16px;
}
.artPhone-content img{
  max-width:100%;
}

/*---面包屑 s----*/
.ProDetails1-crumbs{
width: 100%;
line-height: 70px;
font-size: 16px;
color: #333;
}
.ProDetails1-crumbs li{
float: left;
cursor: pointer;
margin-right: 4px
}
.ProDetails1-crumbs li a{
color: #333;
text-decoration: none;
}
.ProDetails1-crumbs li a:hover{
text-decoration: underline;
}

@media screen and (max-width: 768px) {
body{
  /*padding: 0 5% 5% !important;*/
}
.imgBg {
  width: 50%;
  margin: 10px 10px 40px 0;
}
}

/*分享图标*/
.bds_weixin,.bds_tsina,.popup_sqq,.bds_qzone,.popup_douban,.popup_tieba{
background-image: url(/static/img/vbg01.png) !important;
margin-right: 12px !important;
}
.bds_weixin{
background-position: 0 0 !important;
}
.bds_tsina{
background-position: 0 -90px !important;
}
.popup_sqq{
background-position: 0 -45px !important;
}
.bds_qzone{
background-position: 0 -135px !important;
}
.popup_douban{
background-position: 0 -630px !important;
}
.popup_tieba{
background-position: 0 -495px !important;
}
.bdsharebuttonbox{
display: flex;
line-height: 44px;
}
.bdsharebuttonbox p{
margin-right: 10px;
}
.articleTopBot{
width: 1200px;
height: 70px;
line-height: 70px;
position: relative;
}
.articleTop i {
margin-right: 10px;
}
.articleBottom i{
margin-left: 10px;
}
.articleTop{
position: absolute;
left: 0;
}
.articleBottom{
position: absolute;
right: 0;
}

