/* government部分样式 */

/*index service部分*/
.content-topic{
	width: 100%;
    height: 130px;
    padding: 135px 0px;
    position: relative;
	background-color: #fdfdfd;
}

.content-topic-wrapper{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #787878;
	position: relative;
}

.content-topic-wrapper .topic-title-top{
	font-size: 30px;
	font-weight: bold;
	color: #5a5a5a;
}

.line-left{
	width: 330px;
	border-top: 1px solid #5a5a5a;
	position: absolute;
	top:25px;
	left: 0px;
}

.line-right{
	width: 330px;
	border-top: 1px solid #5a5a5a;
	position: absolute;
	top:25px;
	right: 0px;
}

.content-card{
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.content-card .service-card li{
	height: 450px;
	border-bottom: 1px solid #c9c9c9;
	color: #333;
}
.content-card .service-card .content-card-wrapper{
	width: 1000px;
	margin: 0 auto;
	padding-top: 120px;
	position: relative;
	color: #5a5a5a;
}
.card-index{
	float: left;
	font-size: 50px;
	font-weight: bold;
	margin-right: 10px;
	color: #5a5a5a;
}
.card-title{
	float: left;
	margin-top: 15px;
	margin-left: 7px;
	font-size: 22px;
	font-weight: bold;
	color: #5a5a5a;
}
.line-bottom{
	position: absolute;
	top: 55px;
	left: 75px;
	width: 105px;
	border-bottom: 1px solid #5a5a5a;
}
.card-text{
	font-size: 16px;
}

.btn-details{
	float: right;
	margin-top: 15px;
	line-height: 38px;
	font-size: 21px;
	font-weight: bold;
	padding-left: 40px;
	background: url(../images/icon/btn-details-65.png) no-repeat 8px 8px;
	background-size: 22px 22px;
}

.btn-details:hover{
	background: url(../images/icon/btn-details-75.png) no-repeat 8px 8px;
	background-size: 22px 22px;
	color: #3c3c3c;
}
.line-verdical{
    float: right;
    width: 0px;
    height: 22px;
    margin-top: 24px;
    margin-right: -1px;
    border-right: 1px solid #5a5a5a;
}
/* design部分 */
.content-card .design-card li{
	height: 525px;
	border-bottom: 1px solid #c9c9c9;
	color: #333;
}
.content-card .design-card li .content-card-wrapper{
	width: 1000px;
	margin: 0 auto;
	padding-top: 125px;
	position: relative;
}

.design-card .title-wrapper{
	width: 220px;
	height: 50px;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 30px;
}

.design-card .icon-book{
	float: left;
	width: 50px;
	height: 50px;
	background-image: url("../../assets/images/government/icon/icon-book.png") ;
}
.design-card .card-title{
	float: left;
	width: 7em;
	line-height: 1.2;
	margin-top: 0px;
}

.design-card .card-text{
	font-size: 14px;
	float: left;
	width: 750px;
	color: #5a5a5a;
	margin-top: -2px;
}

.design-card .card-text>div{
	margin-bottom: 25px;
}

.design-card .card-text .subtitle{
	font-size: 18px;
}

/* classroom部分 */
.img-room-wrapper{
	padding: 135px 0px;
}

.img-room-wrapper li{
	float: left;
	position: relative;
}

.img-room-wrapper li span {
	position: absolute;
	left: 70px;
	bottom: 100px;
	font-family: "微软雅黑";
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}

/* activity部分 */
.main-content-wrapper{
	padding: 75px 0px;
	position: relative;
}

.icon-playground-black{
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 5px;
	background-image: url('/assets/images/government/icon/icon-playground-black.png');
}

.activities-img-wrapper{
	margin-top: 20px;
}

.topic-title{
	float: left;
	margin-top: -2px;
	font-size: 24px;
	font-weight: bold;
	color: #5a5a5a;
}

/* planning部分 */
.icon-group{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	right: 100px;
	bottom: 60px;
	z-index: 199;
}

.icon-group>div{
	float: left;
	width: 6em;
	margin-left: 35px;
}

.icon-idea{
	margin:0 auto;
	width: 50px;
	height: 50px;
	background-image: url('/assets/images/government/icon/icon-idea.png');
	background-size: contain;
}
.icon-layout{
	margin:0 auto;
	width: 50px;
	height: 50px;
	background-image: url('/assets/images/government/icon/icon-layout.png');
	background-size: contain;
}
.icon-structure{
	margin:0 auto;
	width: 50px;
	height: 50px;
	background-image: url('/assets/images/government/icon/icon-structure.png');
	background-size: contain;
}
.icon-idea-black{
	float: left;
	width: 50px;
	height: 50px;
	background-image: url('/assets/images/government/icon/icon-idea-black.png');
	background-size: contain;
	margin-right: 5px;
}
.icon-layout-black{
	float: left;
	width: 50px;
	height: 50px;
	background-image: url('/assets/images/government/icon/icon-layout-black.png');
	background-size: contain;
	margin-right: 5px;
}
.icon-structure-black{
	float: left;
	width: 50px;
	height: 50px;
	background-image: url('/assets/images/government/icon/icon-structure-black.png');
	background-size: contain;
	margin-right: 5px;
}

.content-card .planning-card li{
	padding: 80px 0;
	border-bottom: 1px solid #e3e3e3;
}
.content-card .planning-card .content-card-wrapper{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

/* free-barrier部分 */
.icon-lobby{
	margin:0 auto;
	width: 35px;
	height: 35px;
	background-image: url('/assets/images/government/icon/icon-lobby.png');
	background-size: contain;
}
.icon-toilet{
	margin:0 auto;
	width: 35px;
	height: 35px;
	background-image: url('/assets/images/government/icon/icon-toilet.png');
	background-size: contain;
}
.icon-stairway{
	margin:0 auto;
	width: 35px;
	height: 35px;
	background-image: url('/assets/images/government/icon/icon-stairway.png');
	background-size: contain;
}
.icon-exit{
	margin:0 auto;
	width: 35px;
	height: 35px;
	background-image: url('/assets/images/government/icon/icon-exit.png');
	background-size: contain;
}
.icon-lobby-black{
	float: left;
	width: 35px;
	height: 35px;
	background-image: url('/assets/images/government/icon/icon-lobby-black.png');
	background-size: contain;
	margin-right: 10px;
}
.icon-toilet-black{
	float: left;
	width: 35px;
	height: 35px;
	background-image: url('/assets/images/government/icon/icon-toilet-black.png');
	background-size: contain;
	margin-right: 10px;
}
.icon-stairway-black{
	float: left;
	width: 35px;
	height: 35px;
	background-image: url('/assets/images/government/icon/icon-stairway-black.png');
	background-size: contain;
	margin-right: 10px;
}

.icon-exit-black{
	float: left;
	width: 35px;
	height: 35px;
	background-image: url('/assets/images/government/icon/icon-exit-black.png');
	background-size: contain;
	margin-right: 10px;
}

.content-card .freeBarrier-card li{
	padding: 80px 0;
	border-bottom: 1px solid #e3e3e3;
}
.content-card .freeBarrier-card .content-card-wrapper{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
/*特殊儿童评估干预系统部分*/
.cais{
	
}
