/*文章页*/
.acrtile_box{ padding: 0 20px; height: auto;}
.arctile_title{ line-height: 50px; font-size: 24px; color: #333333; text-align: center;}
.subtitle{ line-height: 36px; font-size: 20px; color: #666; text-align: center;}
.arctile_info{ margin-top: 15px; width: 100%; height: 36px; line-height: 36px; background: #f4f4f4; text-align: center; color: #333333; font-size: 14px;}
.arctile_con{ height: auto; width: 100%; margin-top: 40px;}
.arctile_con p{ font-size: 16px; color:  #333; line-height: 36px; width: 100% !important;}
.arctile_con img{ max-width: 90%;}
.arctile_btn{ margin:20px auto 30px; width: 100%; background: #f2f2f2; height: 36px;}
.arctile_btn p{ float: left; width: auto; line-height: 36px; color: #4c4c4c; font-size: 12px; text-indent: 10px;}
.arctile_btn p a:hover{ cursor: pointer; color: #4260a0;}
.ArcitleShare span{float:left;line-height: 30px;}
.ArcitleShare{float: right; margin-right:10px;}
.bdsharebuttonbox {float: right;}

@media screen and (max-width: 480px){
	.acrtile_box{ padding: 0;}
	.arctile_title{ line-height: 34px;}
	.subtitle{ line-height: 30px;}
	.arctile_con{ margin-top: 20px;}
	.arctile_btn{ margin: 10px auto;}
	.ArcitleShare{ display: none;}
	.arctile_btn p{ text-indent: 0; text-align: center; float: none; width: 100%;}
}