/*详情页*/
p{ background:none !important; }
.content_center p strong{font-size:18px;}
.content_center p strong span{font-size:18px;} 
.detail {
  max-width: 1600px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.4rem;
}
img {
  max-width: 100%;
}
.title {
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  color: #333;
  margin-top: 20px;
}
.subtitle{
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #333;
  margin-top: 45px;
}
.title_bottom {
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  width: 36%;
  margin: 0 auto;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.next,
.per {
  margin-left: 80px;
}
.content_center {
  min-height: 150px;
}
.content_center ol li {
  list-style: decimal;
  list-style-position: inside;
}
.content_center ul li {
  list-style-position: inside;
  list-style: initial;
}
.content_center {
  margin-top: 20px;
  margin-bottom: 80px;
}
.content_center p {
  font-size: 16px;
  line-height: 30px;
}
.content_center span {
  font-size: 16px;
  line-height: 30px;
}
.content_bottom {
  margin-top: 40px;
  margin-bottom: 60px;
}
.content_bottom p {
  font-size: 16px;
  line-height: 50px;
}
.content_bottom p a {
  font-size: 16px;
}
.content_bottom p:first-child {
  border-bottom: 1px solid #eee;
}
.content_bottom p a:hover {
  color: #016299;
}
.title_bottom * {
  color: #999999;
  white-space: nowrap;
  margin: 0 auto;
  border-bottom: 1px solid #009240;
}
.content_top {
  border-bottom: 1px solid #d9d9d9;
}
#share{
 
  float: left;
}

@media screen and (max-width: 1200px) {
  .w1200 {
    width: 98%;
  }
  /*顶部样式*/
  .title_bottom {
    width: 43%;
  }
}

@media screen and (max-width: 768px) {
.bread span a, .bread .bread-title{font-size:0.3rem!important;}
.title{font-size:0.45rem!important;}
.dates span{font-size:0.4rem!important;}

  .detail {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /*顶部样式*/
  .title_bottom {
    width: 55%;
    justify-content: center;
  }
  /*面包屑*/
  .bread {
    height: 40px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .bread span a,
  .bread .bread-title {
    font-size: 14px;
  }

  /*细览*/
  .title {
    font-size: 22px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
  }
  .content_center {
    margin-top: 10px;
    margin-bottom: 30px;
    overflow: hidden;
  overflow-x: auto;
  }
  .content_center img {
    width: 100%;
    height: auto;
  }
  .content_center p {
    margin: 0 10px;
    font-size: 14px;
  }
.content_center  span { 
    font-size: 14px;
  }
  .content_center p img {
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
  }

.content_top.social-share .social-share-icon{
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    top: -1px;
 }
}

@media screen and (max-width: 420px) {
  header {
    display: none;
  }
  .detail {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .title_bottom {
    width: 67%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 30px;
  }
}
.content_center .Section1 {
  width: auto !important;
}
.content_center > div {
  width: auto !important;
}
.content_center table{margin: 0 auto!important;width:80%!important;}