body {
  font-family: 'Microsoft YaHei', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color:#666666;
  background: #f5f5f5;
}
*{
	margin:0;
	padding:0;
}
ul,li {
   list-style: none;
}

input,textarea,select,a:focus {
   outline: none;
}
a:link{
	text-decoration: none;
	color: #666666;
}
a:visited{
	color:#666666;
}
a:hover{
	color: #ff6600;	
}
a:active{
	color:#666666;
}
.content{
	width:1200px;
	margin:0 auto;
}
.content *{
	box-sizing: border-box;
}
.content img{
	border: none;
	vertical-align: middle;
}
/*header*/
.rule .header_bar{
	padding:7px 0;
	background: #f1f1f1;
}
.rule .header_bar .text{
	text-align: right;
	font-size:12px;	
}
.rule .header{
	padding:45px 0;
}
.rule .header .logo{	
	font-size:36px;
	font-weight: bold;
	color:#049f4d;
}
.rule .header .title_name{
	font-size:24px;
	color:#333333;
	padding-left:20px;
}
/*导航*/
.rule .nav{
	background: #02ca5f;
	padding:10px;
}
.rule .nav ul li{
	float: left;
	font-size:16px;
	padding:0 20px;
}
.rule .nav ul:after,.rule .rule_box:after{
	content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.rule .nav ul li a{
	color:#ffffff;	
}
.rule .crumbs_nav{
	padding:15px 0;
	font-size:12px;
	color:#999999;
}
.rule .crumbs_nav a{
	color:#999999;
}
.rule .rule_box .left{
	float: left;
	width: 230px;
	background: #ffffff;
}
.rule .rule_box .right{
	float: right;
	background: #ffffff;
}
.rule .left_nav{
	padding:20px;
}
.rule .left_nav .title{
	font-size:16px;
	color:#333333;
	position: relative;
	padding:10px 0;
	cursor: pointer;
}
.rule .left_nav .title span{
	padding-left:35px;	
}
.rule .left_nav .title i{
	position: absolute;
	width:16px;
	height: 16px;
	background: url(../img/icon.png)no-repeat -18px -22px;
	top:13px;
}
.rule .left_nav .title.on i{
	background: url(../img/icon.png)no-repeat -18px -62px;
}
.rule .left_nav ul li{
	/*margin-bottom:15px;*/
}
.rule .left_nav .subside{
	display: none;
}
.rule .left_nav .subside a{
	display: block;
	padding-left:35px;
	line-height: 36px;
	color:#999999;
	
}
.rule .left_nav .subside a i{
	color:#333333;	
	width:14px;
	height:14px;
	margin-left: 10px;
	background: url(../img/icon.png) no-repeat -18px -100px;
	display: none;
}
.rule .left_nav .subside a.active i{	
	display: inline-block;
}
.rule .left_nav .subside a.active{
	color:#333333;
}
.rule .rule_content{
	padding:0 25px;
}
.rule .rule_content .search{
	padding:40px 0 30px 0;
	border-bottom:1px solid #dddddd;
	
	
}
.rule .rule_content .search_input{
	border:1px solid #ddd;
	width:500px;
	height:45px;
	line-height: 45px;
	font-size:12px;	
	padding:0 15px;
	vertical-align:middle
}
.rule .rule_content .search_btn{
	border:none;
	width:100px;
	height:45px;
	line-height: 45px;
	text-align: center;
	font-size:18px;
	color:#fff;
	background: #02ca5f;
	cursor: pointer;	
	vertical-align:middle;
	margin-left:10px;
}
.rule .rule_content .cell{
	width:620px;
	margin: auto;
}
.rule .rule_content .search .key{
	margin-top:5px;
}
.rule .rule_content .search .key a{
	padding-right:5px;
	font-weight: bold;
	font-size:12px;
	color:#333333;
}
.rule .rule_content .list{
	margin-top:20px;
	
}
.rule .rule_content .list .title{
	color:#333333;
	font-weight: bold;
	margin-bottom:25px;
}
.rule .rule_content .list .title span{
	color:#02ca5f;
}
.rule .rule_content .list ul li{
	line-height: 30px;
}
.rule .rule_content .list ul{
	margin-bottom: 20px;
}
.rule .paging{
	font-size:14px;
	padding:40px 20px;
	color:#999999;
}
.rule  .paging .page_num{
	text-align: center;	
}
.rule  .paging .page_num a{
	border:1px solid #dddddd;
	padding:0 12px;
	height:34px;
	line-height: 34px;
	display: inline-block;
	margin-left:3px;
	border-radius: 2px;
	color:#999;
	vertical-align: middle;
}
.rule .paging:after{
	  content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.rule  .paging .page_num .active{
	background: #02ca5f;
	color:#ffffff;
	border:1px solid #02ca5f;
	
}
.rule  .paging .page_num i{
	font-style: normal;	
	border:1px solid #dddddd;
	padding:0 12px;
	height:34px;
	line-height: 34px;
	display: inline-block;
	margin-left:3px;
	border-radius: 2px;
	color:#999;
	vertical-align: middle;
}
.rule .paging .prev{
	width: 34px;
	background: url(../img/icon.png) no-repeat -9px -175px;
}
.rule .paging .next{
	width: 34px;	
	background: url(../img/icon.png) no-repeat -7px -134px;
}
.rule .paging .total_page{
	padding-right:15px;
}
.rule .footer{
	padding:50px 0;
	text-align: center;
	line-height: 26px;
}
.rule .footer .cell_2{
	font-size:12px;
}
.rule .footer .cell_2 span{
	padding:0 3px;
}
.rule .search_list .title{
	margin-top:20px;
	color:#999999;
}
.rule .search_list ul li{
	 padding:20px 0;
	 border-bottom:1px solid #dddddd;
}
.rule .search_list ul li .name{
	font-weight: bold;
	font-size:16px;
	color:#333333;
	margin-bottom: 20px;
}
.rule .search_list ul li .summary{
	line-height: 24px;
}
.rule .search_list ul li .date{
	color:#999999;
	font-size:12px;
	margin-top:10px;
}
.rule .search_list ul li .date span{
	padding-right:5px;
}
.rule .search_list ul li a{
	display: block;
}
.rule .rule_details .title{
	  padding:20px 0;
	  font-weight: bold;
	  color:#333333;
	  font-size:16px;
}
.rule .details_content img,.rule .details_content table{
	max-width: 100%;
	margin-bottom:10px;
}
.rule .details_content{
	padding:10px 10px 30px 10px;
	border-bottom: 1px solid #dddddd;
}
.rule .details_content p{	
	font-size:14px;
	color:#333333;	
	line-height: 22px;
	margin-bottom: 10px;
}
.rule .details_content h4{
	margin-bottom: 10px;
	color:#333333;
	
}
.rule .details_link{
	padding:30px 0;
}
.rule .details_link a{
	padding-left: 20px;
	background: url(../img/icon.png) no-repeat -18px -220px;
	text-decoration: underline;
}
.rule .details_fabulous{
	text-align: center;
	height:36px;
	padding:20px;
	line-height: 36px;
}
.rule .details_fabulous span{
	position: relative;
	padding-left:40px;
	padding-right:20px;
	margin-left:20px;
	cursor: pointer;
}
.rule .details_fabulous .yes{
	position: absolute;
	width: 36px;
	height: 36px;
	left:0;
	top:-5px;
	background: url(../img/icon.png)no-repeat -9px -274px;
}
.rule .details_fabulous .active .yes{
	background: url(../img/icon.png)no-repeat -9px -334px;
}
.rule .details_fabulous .no{
	position: absolute;
	width: 36px;
	height: 36px;
	left:0;
	top:-5px;
	background: url(../img/icon.png)no-repeat -9px -404px;
}
.rule .details_fabulous .active .no{
	background: url(../img/icon.png)no-repeat -9px -474px;	
}
.rule .details_fabulous .active{
	color:#049f4d;
}

.page{

}
.page ul{
	padding:0;
	min-width: 450px;
}
.page ul::after{
	content: '';
	display: block;
	clear: both;
}
.page ul li{
	float: left;
	width:auto;
	min-width:32px;
	height: 30px;
	line-height:30px;
	list-style: none;
}
.page a{
	color:#aaa;
	font-family: "微软雅黑";
	padding:0 10px;
	text-decoration: none;
	display: block;
	text-align: center;
	border: 1px solid #ccc;
	border-left: none;
}
.page ul li:first-child a{
	border-left: 1px solid #ccc;
}

.page ul li a:hover{
	background-color: dodgerblue;
}
.page ul li a:hover{
	color: white;
}
.page .disabled a:hover{
	background-color: white;
	cursor:not-allowed;
	color: #aaa;
}
.page .active a{
	background-color: dodgerblue;
	color: white;
}