﻿/*内容页*/
.news_content{
	margin-bottom:20px;
}

.news_content .title_box{
	text-align: center;
	margin-bottom:10px;
}


.news_content .pre_title{
	font-size:20px;
	line-height:36px;
}

.news_content .real_title{
	font-size:24px;
	font-weight: bold;
	line-height:46px;
}


.news_content .sub_title{
	font-size:18px;
	line-height:30px;
}


.news_content .data{
	border-top:1px solid #F0F0F0;
	height:36px;
	line-height: 36px;
	text-align: center;
	font-size:14px;
	color: #666666;
}

.news_content .data span{
	margin:0 20px;
}


.news_content .cont{
	font-size:16px;
	line-height:32px;
	margin-top:30px;
	margin-bottom: 30px;
	text-align: justify;
	padding:0 10px;
	box-sizing: border-box;
}

.news_content .cont p{
	margin-bottom:15px;
	text-indent: 30px;
}


.news_content .share{
	overflow: hidden;
	border-top:1px solid #EDEDED;
	padding:10px 0;
}

.news_content .share .sbox{
	float: right;
}

.news_content .share .sword{
	float: right;
	line-height: 28px;
	font-size:12px;
	cursor: default;
}


.news_content .link{
	font-size: 16px;
	line-height:30px;
}



.news_content .link span{
	display: block;
	float: left;
	cursor: default;
}


.news_content .link a{
	color:#333333;
}

.news_content .link a:hover{
	color:#006699;
	text-decoration: underline;
}
/*内容页*/