@charset "utf-8";

body{
	background: #FFFFFF;
}

/***** 全局 *****/
#content{
	width: 1200px;
	margin: 20px auto 0;
	display: flex;
	flex-direction: row;
}

/***** 左边栏 *****/
.left{
	width: 220px;
	margin-right: 10px;
}
/** 菜单栏目 **/
.menu{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.menu strong{
	font-size: 15pt;
	line-height: 50px;
	width: 100%;
	border-bottom: 2px solid #61B53B;
}
.menu strong span{
	font-size: 10pt;
	line-height: 20px;
	width: 120px;
	float: right;
	text-align: center;
	margin: 5px 0;
}
.menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}
.menu ul li{
	margin: 10px 0;
	line-height: 40px;
	background: #F6F7F8;
}
.menu ul li a{
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	background: url(../images/icon_yx.png) 15px -2px no-repeat;
	padding-left: 50px;
}
.menu-btn{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.menu-btn strong{
	font-size: 15pt;
	line-height: 50px;
	width: 100%;
	border-bottom: 2px solid #61B53B;
}
.menu-btn strong span{
	font-size: 10pt;
	line-height: 20px;
	width: 120px;
	float: right;
	text-align: center;
	margin: 5px 0;
}
.menu-btn ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.menu-btn ul li{
	margin: 10px 5px;
	background: #c2c2c2;
	width: 100px;
}
.menu-btn ul li a{
	text-decoration: none;
	color: #000000;
	font-size: 16px;
	width: 100%;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
/** 成长新闻 **/
.new{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.new strong{
	font-size: 15pt;
	line-height: 50px;
	width: 100%;
	border-bottom: 2px solid #61B53B;
}
.new ul{
	margin: 8px 0 0px;
	padding: 0;
	list-style-type: none;
	width: 100%;
}
.new ul li{
	line-height: 30px;
}
.new ul li a{
	text-decoration: none;
	color: #000000;
	background: url(../images/icon_sjx.jpg) 0 0 no-repeat;
	padding-left: 20px;
}

/***** 右边栏 *****/
.right{
	width: calc(100% - 230px);
}
/** 标题 **/
.title{
	line-height: 30px;
	padding-left: 20px;
}
.title a{
	text-decoration: none;
	color: #000000;
}
/** 分页 **/
.page{
	line-height: 60px;
	text-align: center;
	padding-left: 10px;
	width: 100%;
}
.page span{
	margin: 0 5px;
}
.page a{
	margin: 0 5px;
	text-decoration: none;
}