.cont {
	width: 100%;
	padding: 50px 0;
}
.details{
	width: 1200px!important;
}
.newShow .title {
	font-size: 24px;
}

.newShow .msg {
	border-bottom: #000000 solid 1px;
	padding: 25px 0 20px 0;
	color: #000000;
	font-family: "宋体";
	position: relative;
}
.newShow .msg .msgtext{
	font-size: 14px!important;
	text-align: center;
	
}
.newShow .msg .msgtext span{
	padding: 0 70px;
}
/* .newShow .msg span {
	padding: 0 70px;
} */

.newShow .msg .share {
	position: absolute;
	z-index: 10;
	left: auto;
	right: 0;
	top: auto;
	bottom: 10px;
}

.newShow .msg .share dd {
	float: left;
	margin-left: 6px;
	height: 32px;
	position: relative;
}

.newShow .msg .share dd em {
	line-height: 32px;
	padding-right: 6px;
	font-size: 14px!important;
}

.newShow .msg .share dd a {
	display: block;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.newShow .msg .share dd img {
	opacity: .5;
}

.newShow .msg .share dd:hover img {
	opacity: 1;
}

.newShow .content {
	font-size: 16px;
	padding: 25px 10px 0 0;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-align: justify;
	border-bottom: 1px solid #000000;
	padding-bottom: 50px;
}

.newShow .content p {
	/*padding-bottom: 10px;
	font-size: 16px!important;*/
	font-family: Microsoft Yahei!important; /*Microsoft Yahei微软雅黑 */
	text-indent: 36px;
}
.newShow .content p span{
	font-family: Microsoft Yahei!important; /*Microsoft Yahei微软雅黑 */
	/*font-size: 16px!important;*/
}

.newShow .info {
	font-size: 16px;
	font-family: "宋体";
	text-align: right;
}

.wxBox {
	position: relative;
}

#wxshareBox {
	width: 200px;
	height: 200px;
	background-color: #fff;
	padding: 5px 20px 20px 20px;
	box-sizing: border-box;
	position: absolute;
	top: -210px;
	left: -50px;
	display: none;
	border: 5px solid #7f7f7f;
}

.shareTitle {
	display: flex;
	justify-content: space-between;
	margin: 7px auto;
}
.detailBot{
	width: 1200px!important;
}
.detailul{
	width: 100%;
}
.detailul li{
	width: 50%;
	padding: 10px 0;
}
.detailul li:nth-child(1){
	float: left;
	text-align: left;
}
.detailul li:nth-child(2){
	float: right;
	text-align: right;
}
.detailul li:hover a{
	color: #B82C22;
}
.detailul li a{
	font-size: 16px;
	color: #000;
}
.fanhui{
	width:150px;
	height: 50px;
	line-height: 50px;
	margin: 40px auto;
	text-align: center;
	background: #bd1a2d;
}
.fanhui a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #FFFFFF;
}