
/*------校园网标题内边距------*/
.details_title{
	padding: .5rem;
}
/*------标题样式------*/
.details_title h2{
    font-size: .8rem;
    color: #00a4ff;
}
/*------校园网内容详情------*/
.details_con{
	padding: .5rem;
	margin: .5rem;
	background: #dcedfc;
	border-radius: 12px;
	text-indent: 1rem;
}