﻿@charset "utf-8";
.big_bg {
	background: #FFFFFF;
	background: -webkit-linear-gradient(top, #73d3f6, #fff 75%);
	background: -moz-linear-gradient(top, #73d3f6, #fff 75%);
	background: -ms-linear-gradient(top, #73d3f6, #fff 75%);
	padding-bottom: 20px;
}


/*----banner样式开始----*/

.banner {
	width: 100%;
}

.banner img {
	float: left;
	width: 100%;
}

.line {
	width: 100%;
}

.line span {
	display: block;
	width: 50%;
	height: 5px;
	float: left;
}

.line span:first-of-type {
	background: #9cca34;
}

.line span:last-of-type {
	background: #FFFFFF;
}


/*----banner样式结束----*/
/*----幼儿园简介样式开始----*/

.y_box {
	width:94%;
	margin: auto;
}

.y_box .j_j {
	float: left;
	display: block;
	padding:4px 24px 4px 6px;
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
	background: #9cca34;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.p_con {
	margin-top: 10px;
	margin-left: 6%;
	width: 94%
}

.p_con p {
	float:left;
	width:95%;
	font-size: 14px;
	color: #221815;
	line-height: 24px;
}
.p_con span{
	float: left;
	display: block;
	width:5%;
	line-height: 24px;
}
.p_con_1{
	margin-top:10px;
	margin-left:6px;
	width: 98%;
    word-break:break-all;
}
.p_con_1 p{
	width:100%;
	font-size: 14px;
	color: #221815;
	line-height: 24px;
}
.p_con_1 .p_c_c{
	text-indent: 28px;
}
/*----幼儿园简介样式结束----*/