﻿@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	font-size:12px;
	background-color:#fff;
	font-family:"宋体";
}
ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
a{
	color: #333;
	text-decoration:none;
}
a:hover{
	color: #F1F2F2;
}
img{
	border:0;
	vertical-align: middle;
}
.header{
	width:100%;
	height:105px;
	float:left;
	margin-bottom:5px;
	background-color: #F1F2F2;
	background-repeat: repeat;
}
.header_box{
	width:1000px;
	height:105px;
	margin:0 auto;
}
.logo{
	width:465px;
	height:105px;
	float:left;
}
.subnav{
	width:500px;
	height:105px;
	float:right;
}
.subnav ul{
	float:right;
}
.subnav ul li{
	float:left;
	width:69px;
	height:69px;
	display:block;
	margin:17px 0 0 15px;
	cursor:pointer;
	display:inline;
	background-repeat:no-repeat;
	background-position: center center;
}
.subnav ul li a{
	width:69px;
	height:69px;
	display:block;
	background-repeat:no-repeat;
	background-position: center center;
}

.s1{
	background-image: url(../images/icon_01.png);
}
.s1:hover{
	background-image: url(../images/icon_01_h.png);
}
.s2{
	background-image: url(../images/icon_04.png);
}
.s2:hover{
	background-image: url(../images/icon_04_h.png);
}
.s3{
	background-image: url(../images/icon_02.png);
}
.s3:hover{
	background-image: url(../images/icon_02_h.png);
}
.s4{
	background-image: url(../images/icon_03.png);
}
.s4:hover{
	background-image: url(../images/icon_03_h.png);
}
.banner{
	width:100%;
	float: left;
	position:relative;
	background-image: url(../images/norallist/banner-bg.png);
	background-repeat: repeat-x;
}
.banner .header-center{
	width:1003px;
	height:192px;
	margin:auto;
	background-image: url(../images/norallist/header-center.png);
	background-repeat: no-repeat;
}
.banner .header-center .header-btn{
	padding-top:25px;
	width:95px;
	margin-left:888px;
	clear:both;
}
.header-btn ul{
	margin-top: -25px;
}
.header-btn ul li a{
	width:100px;
	height:60px;
	color: #fff;
	display:block;
	background-repeat:no-repeat;
	background-position: center center;
}
#weixin{
	display: none;
	position: relative;
	top: -45px;
	left: -50px;
	z-index: 10000;
} 
.nav-bar{
	width:100%;
	height:44px;
	float:left;
	background-image:url(../images/norallist/nav-blank-bg.png);
	background-repeat: repeat-x;
}

.nav-content{
	width:1003px;
	height:44px;
	margin:auto;
}
.nav-content ul{
	float:left;
	padding:0px;
}
.nav-content ul li{
	float:left;
	height:44px;
}
.nav-content ul  .nav-left{
	width:89px;
	background:url(../images/norallist/nav-left.png) no-repeat;
}
.nav-content ul  .nav-right{
	width:115px;
	background:url(../images/norallist/nav-right.png) no-repeat;
}
.nav-content ul  .nav-split{
	width:3px;
	background:url(../images/norallist/nav-split.png) no-repeat;
}
.nav-content ul  .nav-link{
	font-size:16px;
	font-family:"黑体";
	height:44px;
	width:130px;
	font-size:16px;
	line-height:38px;
	text-align:center;
	background:url(../images/norallist/nav-content-bg.png) repeat-x;
}
.nav-content ul li a{
	color:#000;
}

.nav-content ul li a:hover{
	font-size:18px;
	color:#bf0506;
}
.nav-content ul li.visite a.n_a{
	color:#bf0506;
	font-size:18px;
}
.search{
	width:100%;
	float:left;
	background:#FACBCA;
	height:37px;
}
.search .search_box{
	width:1003px;
	height:37px;
	margin:auto;
	padding: 0px 30px;
}
.search_box_left{
	width:400px;
	height:37px;
	float:left;
	line-height:37px;
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.search_box_right{
	width:400px;
	height:30px;
	float:right;
	text-align:right;
	color:#333;
	padding:5px 0px 0px 25px;
	background:url(../images/norallist/searchericon.png) no-repeat left;
}
.input-box-btn{
	background:#9d9fa2;
	font-weight:bold;
	color:#fff;
	margin:1px;
	height:22px;
	width:90px;
	line-height:22px;
	text-align:center;
	font-size:16px;
	cursor:pointer;
}
.search_box_right input{
	border:0px;
	margin:0px;
	width:300px;
	height:22px;
	line-height:22px;
}
.search_box_right .box-line{
	border:1px solid #9d9fa2;
	background:#fff;
	height:24px;
	float:right;
}
.box-line div{
	float:left;
}




.main-content{
	margin:auto;
	width:1003px;
	padding: 10px 10px 20px 10px;
	min-height: 600px;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0px -1px 9px rgba(0, 0, 0, .5);
}
.nav-link-icon{
	background:url(../images/norallist/titleicon.png) no-repeat left;
	width:18px;
	height:24px;
}
.page-nav{
	height:30px;
	padding:15px 0px 0px 10px;
	border-bottom:1px solid red;
}
.page-nav ul li{
	float:left;
	padding:2px;
	font-weight:bold;
}

.his-nav-link a, .his-nav-arrow{
	text-decoration:none;
	color:#555;
	font-size:14px;
	line-height:25px;
}
.his-nav-link span.count{
	color:#E24343; 
	font-size: 20px;
	margin: 5px;
}
.current-nav-link{
	color:#f00;
	font-size:17px;
	line-height:24px;
}
.notice-box{
	width:830px;
	padding-left: 50px;
}
.notice-title{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border-bottom: 2px solid #aaa;
	padding-top:15px;
	width:830px;
}
.notice-sub-title{
	text-align:center;
	padding:2px;
}
.notice-body{
	font-size:14px;
}
.content-box{
	width:1005px;
}
.content-left{
	border: 1px solid #aaa;
	width: 730px;
	margin: 5px;
	float: left;
	padding: 15px;
	text-align: center;
	margin-top: 15px;
}
.content-left2{
	width: 770px;
	border: 2px solid #aaa;
	border-left: none;
	float: left;
	margin-top: 15px;
	min-height: 570px;
}
.left-title{
		font-size: 20px;
	height: 40px;
} 

.bt .currname{
	float: left;
	height: 37px;
	color: #fff;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background: url("../images/ac_b_l_bg.png") repeat-x;
}
.bt .btr{
	height: 37px;
	width:24px;
	float: left;
	margin-right: 30px;
	background: url("../images/ac_b_r_bg.png") no-repeat;
}
 
.left-title .tab{
	padding-top: 10px;
}
.left-title .tab a{
	font-family: 黑体;
	font-size: 20px;
	height: 40px;
	padding-top: 11px;
	margin-right: 20px;
} 
.left-title .tab a.cur,.left-title .tab a:hover{
	background:url(../images/l_t_tbg.png) repeat-x top;
	color: #c80606;
}
.l-c-list{
	margin-top: 20px;
}

.l-c-list .l-left {
	float: left;
	width: 170px;
	margin-right: 30px;
	padding: 4px;
	border: 1px solid #aaa;
}
.l-c-list .l-left .l-l-t{

color: #c80606;
font-size: 18px;
font-family: 黑体;
height: 30px;
text-align: center;
border-bottom: 1px solid #c80606;
}
.l-left a.cur{
	color: #c80606;
}
.l-right{

}
.l-right .l-r-t{
	color: #c80606;
	font-size: 25px;
	font-family: 黑体;
	height: 30px;
	text-align: center;
}
.l-right .l-r-t2{
	font-size: 20px;
	font-family: 黑体;
}
.l-right .l-r-t hr{
	margin-right: 50px; 
}
.l-right .l-r-c{
	margin-top: 40px;
}
.content-title{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	border-bottom: 2px solid #aaa;
	width:730px;
}
.content-sub-title{
	font-size:14px;
}
.content-body{
	margin-top: 20px;
	clear:both;
	text-align: left;
}
.content-body img{
	width: 650px;
}
.content-right{
	width: 213px;
	margin-top: 15px;
	float: right; 
	background:url(../images/r_l_bg.png) repeat-y;
	min-height: 570px;
} 
.r_n_list{
	min-height: 188px;
}
.r_n_l_t{
	min-height: 188px;
	background:url(../images/r_l_n_bg.png) no-repeat;
}
.r_n_l_ls{
	width: 180px;
	padding: 10px;
	margin-left: 7px;
	background-color: #fff;
	height: 200px;
	overflow: hidden;
}

.r_n_l_ls ol li a{
		font-family: 宋体;
	font-size: 16px;
	color: #000;
}
.r_n_l_ls ol li a:hover{
	color: #7bad42;
}
.r_d_list{
	min-height: 96px;
}
.r_d_l_t{
	min-height: 96px;
	background:url(../images/r_l_d_bg.png) no-repeat;
}
.r_d_l_ls{
	width: 180px;
	padding: 10px;
	margin-left: 7px;
}
.r_d_l_ls ul li{
	padding: 0px 0px 6px 30px;
	background:url(../images/norallist/list-icon.png)   no-repeat top left;
}
.r_d_l_ls ul li a{
	font-family: 宋体;
	font-size: 16px;
	color: #000;
}
.r_d_l_ls ul li a:hover{
	color: #7bad42;
}
.title-header{
	background:url(../images/list_t_r_bg.png) repeat-x;
	width:830px;
	height:36px;
}
.t-h-l{
	background:url(../images/list_t_l_bg.png) no-repeat;
	height: 36px; 
	width: 7px;
	float: left;
}
.title-header-t{
	background:url(../images/list_t_c_bg.png) repeat-x;
	float: left;
    color: #fff;
	font-size: 20px;
	height: 36px; 
	padding-top: 5px;
}
.t-h-r{
		background:url(../images/list_t_c2_bg.png) no-repeat;
	float: left;
	height: 36px; 
	width: 18px;
}
.title-h{
	height:63px;
}
.list-content{
	margin-top: 20px;
}
.list-content ul li{
	font-size:16px;
	min-height:24px;
	line-height:18px;
	padding:5px 0px 2px 30px;
	background:url(../images/norallist/list-icon.png) no-repeat left;
	border-bottom:1px #aaa dotted;
}
.list-content ul li a:hover{
 	color: #e00;
}
.notfond{
	text-align: center;
	font-size: 20px;
	font-style: italic;
}
.footer{
	width:100%;
	height:158px;
	float:left;
	margin-top:35px;
	background-image: url(../images/footer_bg_03.jpg);
	background-repeat: repeat-x;
	clear:both;
}
.footer_box{
	width:1003px;
	height:158px;
	margin:0 auto;
}
.footer p{
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-top: 30px;
}

.pager-bar{
	text-align:right;
	padding-top:20px;
}
.pager-bar ul li{
	display:inline;
	padding:5px;
	font-size:14px;
}
.pager-bar ul li a{
	text-decoration:none;
	color:#555;
	font-weight:bold;
}

.pager-bar ul li a:hover{
	color:#e00;
}
.pager-bar a.current-page-index {
	color:#f00;
}

.snav{
	z-index: 10000;
	display: none;
	min-height: 120px;
	width: 185px;
	margin-top: 0px;
	margin-left: -30px;
	position: absolute;
	background:url(../images/i_2_b_bg.png) 1px 0px no-repeat;	
}
.snav ul{
	margin-top: 12px;
	width: 185px;
	padding: 0;
	padding-bottom: 20px;
	border:#b1b1b1 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#b1b1b1,direction=120,strength=4);/*ie*/
	background-color: #fff;
	-moz-box-shadow: 2px 2px 10px #b1b1b1;/*firefox*/
	-webkit-box-shadow: 2px 2px 10px #b1b1b1;/*safari或chrome*/
	box-shadow:2px 2px 10px #b1b1b1;/*opera或ie9*/
	border-top: none;
} 
.snav ul li{
	width: 185px;
	padding: 0;
	font-size: 16px;
	height: 30px;
	margin: 0;
	margin-top: 3px;
	text-align: left;
}
.snav ul li a{
	display: block;
	color: #6c6a6c;
	width: 182px;
	height: 30px;
	padding: 0;
	margin:0;
	padding-left: 3px;
}
.snav ul li a:hover{
	background-color: #BF0506;
	color:#ffffff;
	font-size: 16px;
}