.banner_cd {
	margin-top: 100px;
}

.details_box {
	width: 100%;
	background: #fafafa;
	margin-top: -6px;
	box-sizing: border-box;
}

.details {
	width: 1200px;
	margin: 0 auto;
}

.details_left {
	box-sizing: border-box;
	float: left;
	width: 1200px;
	padding-left: 22px;
	padding-right: 19px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fff;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.details_right {
	width: 330px;
	float: right;
	background: #fff;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 26px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
	display: none;
}

.detail_header h1 {
	color: #1F1F1F;
	font-size: 28px;
	font-weight: normal;
}

.detail_header {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

.share_box {
	/*margin-top:25px;*/
}

.share_left {
	float: left;
}

.share_left span {
	color: #EB8807;
	font-size: 14px;
}

.share_left p {
	font-size: 14px;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 17px;
}

.share_right {
	float: right;
	text-align: right;
	padding-top: 12px;
}

.share_right>div {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-left: 22px;
}

.sc {
	background: url(../img/sc.png) no-repeat;
	background-size: 100%;
}

.weibo {
	background: url(../img/weibo.png) no-repeat;
	background-size: 100%;
}

.weixin {
	background: url(../img/weixin.png) no-repeat;
	background-size: 100%;
}

.detail_content {
	padding-top: 32px;
	min-height: 500px;
}

.detail_content p {
	font-size: 14px;
	color: #646464;
	line-height: 24px;
	text-indent: 2em;
	text-align: justify;
}

.content_img {
	margin-top: 34px;
	margin-bottom: 34px;
	text-align: center;
}

.content_img img {
	width: 485px;
	height: 364px;
}

.cimg {
	margin-top: 40px;
}

.r_img {
	width: 280px;
	height: 200px;
	background: #eee;
	background-size: 100%;
}

.r_img img {
	width: 100%;
	height: 100%;
}

.tip {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 62px;
	height: 24px;
	background: rgba(0, 0, 0, 1);
	opacity: 0.6;
	border-radius: 12px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

.right_title {
	color: #3d3d3d;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.right_header {
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

.others {
	margin-top: 50px;
}

.others h1 {
	font-size: 16px;
	color: #3d3d3d;
}

.other_list {}

.trans {
	position: absolute;
	width: 9px;
	height: 10px;
	background: url("../img/trans.png") no-repeat;
	background-size: 100%;
	margin-top: 7px;
}

.list1 {
	margin-top: 30px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}

.list1 a {
	font-size: 14px;
	color: #3d3d3d;
	line-height: 24px;
	margin-left: 22px;
	cursor: pointer;
}


/*add*/

.pagelocationBox {
	margin-top: 100px;
}

.shareBox>div {
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.shareBox .sc {
	background: url('../img/sharekj.png') no-repeat;
}

.shareBox .qj {
	background: url('../style/jz/img/qj.png') no-repeat;
	background-size: 100% 100%;
}

.shareBox>div>a {
	display: block;
	width: 100%;
	height: 100%;
}

.shareBox .weixin {
	background: url('../img/sharewx.png') no-repeat;
}

.shareBox .weixin .wxCaret {
	width: 0;
	height: 0;
	border-width: 10px;
	border-left: 12px;
	border-right: 12px;
	border-style: solid;
	border-color: transparent transparent #F3F3F3 transparent;
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -9px;
	margin-left: -6px;
}

.shareBox .weixin .wximgBox {
	width: 198px;
	height: 222px;
	position: absolute;
	top: 34px;
	left: -90px;
	display: none;
	z-index: 9;
}

.shareBox .weixin:hover .wximgBox {
	display: block;
}

.shareBox .weixin .wximgBox .wxContent {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	margin-top: 10px;
	overflow: hidden;
	box-shadow: 2px 2px 2px #676464;
}

.shareBox .weixin .wximgBox .wxContent .titleText {
	text-align: center;
	background: #F3F3F3;
	padding: 10px 0;
	font-size: 12px;
	color: #646464;
}

.shareBox .weixin .wximgBox .wxContent .imgBox {
	width: 110px;
	height: 110px;
	background: #eee;
	margin: auto;
	margin-top: 10px;
}

.shareBox .weixin .wximgBox .wxContent .noteText {
	padding: 10px;
	font-size: 12px;
	color: #646464;
}

.shareBox .weibo {
	background: url('../img/sharewb.png') no-repeat;
	overflow: hidden;
}

.shareBox .weibo * {
	width: 100%;
	height: 100%;
	opacity: .001;
	filter: Alpha(opacity=0);
}

.radioBox {
	padding: 20px 0;
	position: relative;
}

.radioBox .radioBarBox {
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 27px 27px 27px 60px;
	position: relative;
	margin-right: 100px;
}

.radioBox .radioBarBox .radioBarBack {
	height: 8px;
	background: #ECECEC;
	border-radius: 4px;
	position: relative;
}

.radioBox .radioBarBox .radioBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #EB8807;
}

.radioBox .radioBarBox .radioIcon {
	width: 36px;
	height: 36px;
	background: url(../style/jz/img/radioicon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 14px;
	left: 17px;
}

.radioBox .nowTime {
	position: absolute;
	bottom: 2px;
	left: 70px;
}

.radioBox .allTime {
	position: absolute;
	bottom: 2px;
	right: 26px;
}

.radioBox .radioBarBox span {
	color: #878787;
	font-size: 14px;
}

.radioBox .radioBoxLan {
	position: absolute;
	top: 36px;
	right: 44px;
	width: 32px;
	height: 31px;
	background: url(../style/jz/img/lanicon.png) no-repeat;
	cursor: pointer;
}


/* owj s*/


/* 收藏和点赞 */

.CollectionPraise {}

.reserve {
	display: inline-block;
	float: left;
	width: 120px;
	text-align: center;
	background: rgba(239, 234, 227, 0);
	border: 1px solid rgba(200, 200, 200, 1);
	border-radius: 3px;
	line-height: 40px;
	color: #787878;
	font-size: 14px;
	margin-right: 14px;
}

.reserve span {
	display: inline-block;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	margin-left: 10px;
	cursor: pointer;
}

.icon_word {
	margin-left: 18px;
	font-style: normal;
}

.icon_sc {
	position: absolute;
	width: 25px;
	height: 23px;
	background: url(../img/sc1.png) center center no-repeat;
	background-size: 80%;
	margin-top: 4px;
	margin-left: -10px;
}

.icon_sc3 {
	position: absolute;
	width: 25px;
	height: 23px;
	background: url(../img/dyx.png) center center no-repeat;
	background-size: 80%;
	margin-top: 4px;
	margin-left: -10px;
}

.icon_sc2 {
	background: url(../img/sc2.png) center center no-repeat;
	background-size: 80%;
}

.icon_sc4 {
	background: url(../img/dz.png) center center no-repeat;
	background-size: 80%;
}


/* owj e*/