﻿@charset "utf-8";
/* CSS Document */
	.shadow {
		-moz-box-shadow: inset 2px 2px 2px #999;
		-webkit-box-shadow: inset 2px 2px 2px #999;
		box-shadow: inset 2px 2px 2px #999;
		border-radius:0;
		border-top:#666;
		border-left:#666;
		border-right:none;
		
	}
	.nav-tabs {
		border-bottom:none;	
	}
	.nav-tabs>li>a{margin-right:0px;line-height:1.42857143;border-bottom:1px solid #C7C7C7;border-radius:0 0 0 0;}
	.news-tabs>li>a{color:#333333;}
	.zs-tabs>li>a{position:relative;display:block;padding:7px 15px;border:1px solid #C7C7C7; background:#E1E1E1; color:#333333;}
	
	.row h5{
		font-weight:bold;
		color:#424251;
		font-size:14px;
		margin:0;
		line-height:28px;
	}
	.row h6 img{
		vertical-align:baseline;
	}
	.row h6 a{
		color:#535362;
		text-decoration:underline;
		font-size:13px;
		margin:0;
	}
	.row h6 a:hover{
		color:#F00;
	}
	.row h7{
		color: #757584;
		font-size: 14px;
		margin: 0;
		line-height:24px;
	}
	.row h7 a{
	color: #757584;
	}
#catg_main {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}

#catg_main_left {
	float: left;
	width: 235px;
	margin-right:45px;
}

#catg_main_left #catg_name {
	background-image: url(../images/catgbg_1.gif);
	height: 115px;
	width: 235px;
	overflow:hidden;;
	font-size:36px;
	color:#FFF;
	font-family:"Microsoft YaHei","SimSun";
	line-height: 115px;
	text-align: center;
	font-weight: bold;
}
#catg_main_left #catg_main_menu {
	margin-top: 20px;
}
#catg_main_left #catg_main_menu ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

.catg_menu{width:100%;}
.catg_menu ul li{border-bottom:1px #D2D2D2 dotted;min-height: 50px;line-height:50px;}
.catg_menu li a{ background:url(../images/catg_menu_list.png) 20px 50% no-repeat ;background-color:#F5F5F5;display:block;font-size:16px;font-family: "微软雅黑";color:#666;text-decoration:none; text-indent:45px;}
.catg_menu li a:hover{background:url(../images/catg_menu_list0.png) 20px 50% no-repeat ;background-color:#198343;color:#FFF;}
.catg_menu li a.menu_now{background:url(../images/catg_menu_list0.png) 20px 50% no-repeat ;background-color:#198343;color:#FFF;}
.catg_menu li a.menu_son{ margin-left:45px;}


#catg_main_right {
	overflow:hidden;
	width:auto;
}

#catg_main_right #catg_now {
	font-family:"Microsoft YaHei","SimSun";
	font-size: 20px;
	line-height: 30px;
	color: #555;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #198343;
	overflow: visible;
	font-weight: bold;
	padding:5px;
}
#catg_main_right #catg_nav {
	font-family:"Microsoft YaHei","SimSun";
	font-size: 14px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 30px;
	padding: 6px;
}
#catg_main_right #catg_nav a{
	text-decoration:none;
	color:#555;
}
#catg_main_right #catg_nav a:hover{
	color:#F00;
}
#catg_main_right #catg_main_content {
	font-family:"Microsoft YaHei","SimSun";
	font-size: 16px;
	line-height: 22px;
	margin-top: 15px;
	color: #333;
}
/***************文章列表**************/
.next-content-bottom{
    margin-top:15px;
	padding:0;
	margin:3px;
}
.next-content-bottom ul,li{
	padding:0;
	margin:0;
}
.next-content-bottom li{
    width:100%;
	list-style:none;
    border-bottom: 1px dashed #DBDBDB;
    line-height: 40px;
}
.next-content-bottom li a{
	font-family:"Microsoft YaHei","SimSun";
	color:#666;
	text-decoration:none;
}
.next-content-bottom li p{
    float:left;
	margin:0px;
    margin-left:17px;
    color:#4f4e4e;
}

.next-content-bottom li span{
    float:right;
    color:#4f4e4e;
}
.next-content-bottom li:hover{
    background:#f9f9f9;

}
.next-content-bottom li p a:hover{
    color:#fe5555;
}
	
/***************分页**************/
.pagenavi {
	text-align:center;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0px;
	font-family:"Microsoft YaHei","SimSun";
	font-size: 14px;
	line-height: 20px;
}
.pagenavi a {border: 1px solid #a3a3a3; background: #FFFFFF; text-decoration: none; color:#339900; display:inline-block; padding-left:6px; padding-right:6px; padding-top:2px; padding-bottom:2px;}
.pagenavi a:visited {border: 1px solid #a3a3a3; background: #FFFFFF; text-decoration: none; padding-left:6px; padding-right:6px; padding-top:2px; padding-bottom:2px}
.pagenavi a:hover {background: #F5F5F5; text-decoration: none}
.pagenavi span {
	border: 1px solid #a3a3a3;
	color: #FFFFFF;
	text-decoration: none;
	display:inline-block;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;
	margin-right:3px;
	background-color:#409347;
}
	.foot {
		margin-top:47px;
		width:100%;
		border-top:4px solid #007E40;
		padding-top:40px;	
		margin-bottom:47px;
	}

