
.content_t {
	color: #333333;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.content_d {
	margin-left: 10px;
	width: 100%;
	color: #505050;
	line-height: 26px;
	font-size: 16px;
}
.content_agree {
	margin-left: 10px;
	width: 100%;
	color: #505050;
	line-height: 26px;
	font-size: 16px;
	margin-top: 30px;
}
.show_agree {
	display: none;
}
.content_copy {
	height: 44px;
	margin-top: 40px;
	margin-bottom: 10px;
	position: relative;
}
.btn_copy {
	position: absolute;
	background: #ac1617;
	width: 140px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	color: #FFF;
	border-radius: 3px;
	font-size: 16px; 
	
}
.btn_copy:hover {
	background: #8b0000;
}

.toast_style {
	position: absolute;
	left: 170px;
	transition: 0;
	opacity: 0;
	background-color: rgba(0,0,0,.4);
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	padding: 0 14px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	
}

.show_toast {display: block;opacity: 1;}

#content_iframe {
	background: rgb(248,248,248);
	width: 95%;
	color: #505050;
	line-height: 26px;
	font-size: 16px;
	padding: 14px 14px 14px 14px;
	border-style: none;
}

#pc_main{width: 1046px;height: auto;min-height: 1px;margin: 16px auto 0;overflow: hidden;}
 #pc_left{float: left;width: 746px;height: auto;min-height: 1px;margin-right: 20px;}

 .clean_38{height: 38px;width: 100%;}

 #pc_right{float: left;width: 280px;height: auto;min-height: 1px;}
 #art_sidebar{width: 100%;height: auto;overflow: hidden;display: inline-block;}

 .content{width: 100%; color: #333333;font-size: 16px;height: auto;}
 .content p{width: 100%;height: auto;line-height: 26px;margin-bottom: 58px;text-indent: 38px;}
 .content p:nth-child(1){font-size: 32px;font-weight: bold;text-align: center;margin: 26px 0!important;text-indent: 0;}
 .content img{text-align: center;margin: 20px auto;}

 .clean_22{width: 100%;height: 22px;}


 /*侧边栏文章列表*/


 /*底部footer*/
 .fixed_footer{position: fixed;bottom: 0;left: 0;right: 0;}

/*适配*/
@media screen and (max-width:750px) {
    #pc_right {display: none !important;}
    #list_title_p {display: none !important;}
    #pc_main {width: 100% !important;}
    #pc_left {width: 95% !important;}
    #pc_right {display: none !important}
 }
@media screen and (max-width:1199px) and (min-width:750px) {
    #pc_right {display: none !important}
    #list_title_p {display: none !important;}  
 }
 @media screen and (min-width:1200px) {
 }

