﻿body{padding: 0; margin: 0;}
.conDetails{
  background: #fff;
  margin-bottom: 30px;
  padding: 10px 30px;
  overflow: hidden;
}

.conDetails .dqwz {
  background: url(../images/icon-crumbs.png) no-repeat left center;
  padding-left: 20px;
  font-size: 14px;
  height: 40px;
  display: flex;
  line-height: 40px;
}
.conDetails .dqwz a {
  color: #333333;
  margin: 0 6px;
}

.DetailsMain{
  margin: 30px 50px;
}
.DeTitle h1{
  font-size: 32px;
  color: #3D3D3D;
font-weight: bold;
line-height: 150%;
text-align: center;
}
.DeTitle .info-box{
  font-size: 14px;
  color: #999;
  height: 32px;
  line-height: 32px;
  margin-bottom: 30px;
}
.DeTitle .info-box .left{
  float: left;
  width: 450px;
}
.DeTitle .info-box .left span{
  margin-right: 15px;
}
.DeTitle .info-box .right{
  float: right;
  display: flex;
}
.DeTitle .info-box .right .font-bar{
  margin-right: 25px;
}
.DeTitle .info-box .right .share{
  display: inherit;
}
.DeTitle .info-box .right .share a{
  position: relative;
}
.DeTitle .info-box .right .share img{
width: 32px;
height: 32px;
margin-right: 10px;
}
.icon-wechat .wechat-qcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 999;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.wechat-qcode.bottom {
	top: 40px;
	left: -84px
}
.share .icon-wechat .wechat-qcode.bottom:after {
	display: none
}
.share .icon-wechat .wechat-qcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777
}
.share .icon-wechat .wechat-qcode .qcode {
	width: 105px;
	margin: 10px auto
}
.share .icon-wechat .wechat-qcode .qcode img {
width: 100%;
height: auto;
}
.share .icon-wechat .wechat-qcode .help span {
display: block;
margin-top: -20px;
}
.share .icon-wechat .wechat-qcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}
.share .icon-wechat:hover .wechat-qcode {
	display: block
}
.DeTitle .line{
  height: 8px;
background: url(content-title-border.png) 0 0 repeat-x;
}
.Articlecontent{
overflow: hidden;
margin-bottom: 20px;
}
.Articlecontent p{
  color: #555;
  font-family: 仿宋_GB2312;
font-size: 18px;
line-height: 200%;
text-indent: 38px;
}
.operate-box{
  border-top: 1px solid #e0dedf;
  padding-top: 15px;
  font-size: 14px;
  text-align: right;
  color: #e0dedf;
}
.operate-box img{ margin-right: 10px;}
.operate-box span{ margin: 0px 10px;}
