.w-1200 {
  width: 1200px;
  margin: 0 auto;
}
.bg-grey {
  background: #f7f7f7;
}
/* crumbs */
.m-list-crumbs {
  height: 50px;
  color: #333;
  font-size: 14px;
  line-height: 50px;
}
.icon-local {
  display: inline-block;
  width: 14px;
  height: 17px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(imgdqwz.jpg) no-repeat center center;
}
.m-list-crumbs a {
  color: #333;
}
.m-list-crumbs a:hover {
  color: #355e92;
}

/* article content */
.m-article {
  padding: 40px 75px;
  background: #fff;
}
.m-article h2 {
  color: #355e92;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
.m-article .tit-info {
  padding: 30px 0 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: 15px;
  line-height: 1;
  text-align: center;
}
.m-article p {
  /*padding: 15px 0;*/
  color: #333;
  font-size: 15px;
  line-height: 2;
  /*text-indent: 32px;*/
}
/* share */
.m-share {
  background: #f2f2f2;
  color: #999;
  font-size: 14px;
  line-height: 40px;
}
.icon-add {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: no-repeat;
  background: url('../img/icon-share.png');
}
.share-item {
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.share-item li {
  display: inline-block;
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  line-height: 1;
}
.icon-share {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background: url('../img/icon-share.png');
}
.icon-sina {
  background-position: -24px 0;
}
.icon-weibo {
  background-position: -48px 0;
}
.icon-renren {
  background-position: -72px 0;
}
.icon-qzone {
  background-position: -96px 0;
}
.icon-kaixin {
  background-position: -120px 0;
}
.btn-group a {
  margin-right: 20px;
  cursor: pointer;
}
.icon-print {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(imgicon-print.png) no-repeat center center;
}
.icon-close {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(imgicon-close.png) no-repeat center center;
}
.btn-close {
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#zoom table{
  margin:0 auto;
}
#zoom table p {
    text-indent: 0px!important;
}