.detailBox{
	background: #EEEEEE;
	padding: 50px 0;
}
.detailCons{
	background: #FFFFFF;
	padding: 0 55px 55px;
}
.detailCons>h4{
	font-size: 24px;
    padding-top: 30px;
    position: relative;
}
.detailCons>h4:after{
	position: absolute;
    content: '';
    width: 3px;
    height: 43px;
    top: 30px;
    left: -55px;
    background-color: #aaa;
}
.newdetail-title{
	padding-top: 30px;
    font-size: 18px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
}
.newdetail-title p{
	padding-top: 10px;
    font-size: 12px;
    color: #adadad;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.newdetail-con{
    text-align: justify;
    line-height: 26px;
    font-size: 14px;
    padding-top: 50px;
    margin-top: 20px;
}
.newdetail-con iframe{
	width:810px;
	height:540px;
	margin:auto;
    display: block;

}
.newdetail-con p{
    width: 90%;
    margin: auto!important;
    padding-bottom: 35px;
	overflow: hidden;
}
.newdetail-con p img{
	max-width: 100%;
}
.newdetail-con .imgboxp{
	text-indent: 0;
}
.newdetail-con p .imgbox{
	/* height: 436px; */
}
.newdetail-con p span{
	padding-top: 10px;
	display: block;
	text-align: center;
}
.newdetail-con p .imgbox img{
	max-width: 100%;
	/* height: 100%; */
}

.de-share{
    text-align: right;
    border-top: 1px solid #d8d8d8;
    padding-top: 20px;
    margin-top: 20px;
}
.de-share span{
	display: inline-block;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    position: relative;
	vertical-align: middle;
}
.de-share a{
	vertical-align: middle;
	margin-left: 10px;
    display: inline-block;
    padding: 0;
    width: 36px;
    height: 36px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	cursor: pointer;
}
.de-share a:hover{
	opacity: 0.7;
}
.de-share a.wx{
	background: url(../images/wx.png) 36px;
}
.de-share a.qq{
	background: url(../images/qq.png) 36px;
}
.de-share a.wb{
	background: url(../images/wb.png) 36px;
}
.clearfix:after,.clearfix:before{
	display: table;
    content: "";
    line-height: 0px;
}
.pubback{
	margin-top: 30px;
}
.pubback-l a,.pubback-r a{
	cursor: pointer;
    width: 110px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #d8d8d8;
    height: 35px;
    line-height: 35px;
    text-align: center;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.pubback-l a:hover,.pubback-r a:hover{
	background: #0033A3;
}
.pubback-l a span,.pubback-r a span{
	padding-left: 6px;
	vertical-align: middle;
}
.pubback-l a i{
	background: url(../images/back-totop.png) no-repeat right center;
    background-size: 20px;
    display: inline-block;
    width: 25px;
    height: 25px;
}
.pubback .pubback-r a{
    margin-left: 35px;
}
.pubback .pubback-r a:first-child i{
	background: url(../images/prev-toleft.png) no-repeat right center;
	background-size: 20px;
	display: inline-block;
	width: 25px;
	height: 25px;
}
.pubback .pubback-r a:last-child i{
	background: url(../images/next-toright.png) no-repeat right center;
	background-size: 20px;
	display: inline-block;
	width: 25px;
	height: 25px;
}

/* 媒体关注详情页 */
.ifrvideo{
	width: 780px;
	height: 490px;
	margin: auto;
	margin-bottom: 20px;
	overflow: hidden;
}
.ifrvideo .ifr-vdo{
	max-width: 100%;
	min-height: 100%;
	display: block;
}




@media screen and (max-width:1100px) {
	.detailBox{
		width: 100%;
		padding: 30px 0;
	}
	.detailCons{
		width: 90%;
		margin: auto;
		padding: 20px 12px;
		box-sizing: border-box;
	}
	.detailCons>h4:after {
		left: -12px;
	}
	.newdetail-con{
		padding-top: 7px;
	}
	.newdetail-con p{
		padding-bottom: 11px;
	}
	.back-tops {
		right: 0%;
		bottom: 5%;
	}
	.de-share{
		text-align: left;
	}
	.pubback-l a, .pubback-r a{
		width: 72px;
	}
	.pubback .pubback-r a{
		margin-left: 12px;
	}
	.pubback-l a span, .pubback-r a span{
		padding-left: 0;
	}
	.pubback-l a, .pubback-r a{
		text-align: justify;
	}
	.newdetail-title {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.ifrvideo {
		width: 100%;
		height: auto;
	}
	.newdetail-con iframe{
		width:100%;
		height:230px;
		margin: 0 auto 12px;
	    display: block;
	
	}
	.back-tops{
		display: none !important;
	}
	
	
}