@charset "utf-8";
body{
	background: white;
}
.main-container{
	min-width: 1200px;
	position: relative;
	padding-top: 90px;
}
.banner{
	overflow: hidden;
}
.banner img{
	margin: 0 auto;
	display: block;
}
.main-content{
	box-sizing: border-box;
	margin: 0 auto;
	padding-left: 280px;
	max-width: 1200px;
	overflow: hidden;
	background: white;
}
.main-content:after{
	content: "";
	display: block;
	height: 12px;
}
.side-menu{
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 230px;
	width: 250px;
	background: white;
	border: solid 1px #d9d9d9;
}
.side-menu dt{
	margin: -1px;
	padding-top: 17px;
	padding-left: 17px;
	height: 73px;
	font-size: 24px;
	color: white;
	background: #87c12e;
}
.side-menu dt sub{
	display: block;
	font-size: 16px;
}
.side-menu dd:first-child{
	border-top: none;
}
.side-menu dd{
	margin: 0 -1px;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 60px;
	border-top: solid 1px #d9d9d9;
}
.side-menu dd:hover{
	color: white;
	background: #2c3f39;
	border-bottom-color: #2c3f39;
}
/*标题*/
.main-content>h2{
	position: relative;
	height: 48px;
	padding-left: 13px;
	padding-top: 8px;
	font-size: 18px;
	line-height: 48px;
	color: #87c12e;
	border-bottom: solid 1px #d2d2d2;
}
.main-content>h2:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 3px;
	height: 24px;
	background: currentcolor;
}
.main-content>h2 .crumb{
	position: absolute;
	right: 8px;
	bottom: 0;
	padding-left: 22px;
	font-size: 14px;
	color: black;
}
.main-content>h2 .crumb:before{
	content: "";
	position: absolute;
	margin-left: -22px;
	margin-top: 14px;
	width: 16px;
	height: 16px;
	background: url(../img/icon-position.png) no-repeat top left;
}
/*列表*/
.list{
	margin-top: 10px;
	margin-right: -20px;
	font-size: 0;
}
.list li{
	display: inline-block;
	margin-top: 25px;
	margin-right: 20px;
	width: 215px;
	vertical-align: top;
}
.list li img{
	display: block;
	width: 213px;
	height: 213px;
	border: solid 1px #d9d9d9;
}
.list li:hover img{
	border-color: #87c12e;
	box-shadow: 0 0 0 1px #87c12e;
}
.list li p{
	margin: 8px;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list li:hover{
	color: #87c12e;
}
.list li:hover img{
	border-color: #87c12e;
}
/*列表 end*/
/*分页*/
.page{
	position: relative;
	margin-top: 10px;
	font-size: 14px;
	line-height: 26px;
	text-align: right;
	font-size: 0;
}
.page>span{
	position: absolute;
	left: 0;
	font-size: 14px;
}
.page>span i{
	color: #87c12e;
}
.page a{
	display: inline-block;
	margin-left: 8px;
	padding: 0 12px;
	font-size: 12px;
	color: #666;
	vertical-align: middle;
	border: solid 1px #cfcfcf;
}
.page a.active,
.page a:hover{
	color: #87c12e;
	border-color: #87c12e;
}
/*分页 end*/
/*详情文章*/
.article{
	font-size: 14px;
	line-height: 2;
	color: #333;
}
.article>h1{
	padding-top: 1.5em;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
}
.article>h6{
	font-size: 12px;
	line-height: 2;
	text-align: center;	
}
.article .art-content{
	margin-top: 15px;
	padding: 24px 0;
	text-align: justify;
	border-top: solid 1px #b3b1b1;
}
.article .art-content:first-child{
	border-top: none;
	margin-top: 0;
}
.art-content p{
	margin-bottom: 25px;
	font: inherit;
	text-indent: 2em;
}
.art-content img{
	margin: 0 auto 20px;
	display: block;
	max-width: 100%;
	margin-bottom: 20px;
}
/*详情文章 end*/
/*文章列表*/
.article-list{
	margin-top: 30px;
}
.article-list li{
	margin-top: 20px;
}
.article-list li:first-child{
	margin-top: 0;
}
.article-list li a{
	display: block;
	padding: 0 24px 0 62px;
	font-size: 16px;
	color: #666;
	line-height: 54px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #f6f6f6;
}
.article-list li span{
	padding-right: 35px;
}
.article-list li a:before{
	content: "";
	position: absolute;
	margin-left: -46px;
	margin-top: 15px;
	width: 24px;
	height: 24px;
	background: url(../img/icon-article-list.png) no-repeat top left;
}
.article-list li:hover a:before{
	background-position: 0 -24px;
}
.article-list li:hover a{
	color: white;
	background: #87c12e;
}
.article-list~.page{
	margin-top: 20px;
}
/*文章列表 end*/