/* base style */
*{
	margin:0;
	padding:0;
	outline:none;
}
a:link {text-decoration:none; color:#6A6A6A; cursor:pointer;}
a:visited {text-decoration:none; color:#333333; cursor:pointer;}
a:hover {text-decoration:none; color:#CE0C03; cursor:pointer;}
em{
	font-style:normal;
}
ul,ol{
	list-style-type:none;
}
img{
	border:none;
}
h4,h5,h6{
	font-weight:normal;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
table td{
	vertical-align:top;
}
address{
	font-style:normal;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.vatop{
	vertical-align:top;
}
.vamiddle{
	vertical-align:middle;
}
.vabottom{
	vertical-align:bottom;
}
.wh100{
	width:100%;
}
.mt10{
	margin-top:10px;
}
.mb10{
	margin-bottom:10px;
}
.pb5{
	padding-bottom:5px;
}
.al{
	text-align:left;
}
.ac{
	text-align:center;
}
.ar{
	text-align:right;
}
.hide{
	display:none;
}
.show{
	display:block;
}
.blk{
	display:block;
}
.brdnone{
	border:none !important;
}
.hide{display:none;}
.show{display:block;}
.mauto{margin-left:auto; margin-right:auto;}
.clearfix:after {   
  content: ".";   
  clear: both;   
  height: 0;   
  visibility: hidden;   
  display: block;   
}            /* 这是对Firefox进行的处理，因为Firefox支持生成元素，而IE所有版本都不支持生成元素 */   
.clearfix {   
  display: inline-block;        
}                /* 这是对 Mac 上的IE浏览器进行的处理 */   
/* Hides from IE-mac \*/   
* html .clearfix {height: 1%;}        /* 这是对 win 上的IE浏览器进行的处理 */   
.clearfix {display: block;}        /* 这是对display: inline-block;进行的修改，重置为区块元素*/   
/* End hide from IE-mac */ 


body {font-family:"宋体", Arial, Helvetica, sans-serif; font-size:12px; background:url(../xxgk_images/bg_body.png) top center repeat-x #fff;}

/* 头部 */
.header { background:url(../xxgk_images/bg_top.png) top center no-repeat; padding-top:250px; height:46px;}
	.header table {width:880px; margin:0px auto;}
	.header table td {height:36px; vertical-align:middle;+padding:0 3px;}
	.header table td a{width:100%; display:block; color:#fff; text-align:center; font-size:14px; font-weight:bold; border-right:2px solid #fff;}
	.header table td a:hover{color:#ff0;}


.main_top_bg{width:960px; margin:0 auto; height:30px;border-bottom:1px solid #eee; background:#fff;}
.main_top_bg .nav_bot .welcome{
	background:url(../xxgk_images/rate.gif) no-repeat 15px center;
	padding-left:35px;
	height:30px;
	line-height:30px;
}
.main_top_bg .nav_bot .info_query {
    height: 28px;
	padding-top:2px;
}
.main_top_bg .nav_bot .info_query .text {
    border: 1px solid #bfbfbf;
    color: #666666;
    height: 21px;
    line-height: 21px;
    text-indent: 2px;
    width: 180px;
	border-right:none;
}
.main_top_bg .nav_bot .info_query .slt {
    border: 1px solid #bfbfbf;
    height: 24px;
    line-height: 24px;
}
.main_top_bg .nav_bot .info_query .submit {
    background: url("../xxgk_images/btn_submit.png") no-repeat;
    border: medium none;
    cursor: pointer;
    height: 24px;
    width: 60px;
	position:relative;
}
.main_top_bg .nav_bot .info_query td {
}
/* 底部 */
.footer{
	height:100px;
	border-top:3px solid #CA0102;
	width:960px;
	margin:0 auto;
	background:#fff;
	color:#6a6a6a;
}
.footer p{
	text-align:center;
}

/* 主内容 */
.content{
	width:950px;
	margin:0 auto;
	padding:5px;
}
.content .sub_nav{
	float:left;
	width:312px;
	background:url(../xxgk_images/bg_nav.png) top center no-repeat;
	border:1px solid #dbd9de;
	border-top:3px solid #cb0102;
	padding:50px 0 0 0;
}
.content .sub_nav ul{
	width:85%;
	margin:0 auto;
}
.content .sub_nav li a{
	display:block;
	height:36px;
	line-height:36px;
	background:#F2F2F2;
	margin-bottom:8px;
	padding-left:25px;
	color:#333;
	font-size:15px;
	font-weight:bold;
}
.content .sub_nav a:hover{
	color:#f00;
	background:#ddd;
}
.content .newslist{
	float:right;
	width:624px;
}
.content .newslist .list{
	background:url(../xxgk_images/bg_newslist.png) top center no-repeat;
}
.content .newslist h3{
	line-height:46px;
}
.content .newslist h3 em{
	float:left;
	padding-left:18px;
	font-size:16px;
	color:#cb0102;
}
.content .newslist h3 a{
	float:right;
	font-size:12px;
	color:#cb0102;
	font-weight:normal;
	padding-right:10px;
}
.content .newslist .list li{
	background:url(../images/ico_newslist.png)  15px center no-repeat;
	height:27px;
	line-height:27px;
	+height:25px;
	+line-height:25px;
}
.content .newslist .list li a{
	display:block;
	padding-left:25px;
}
.content .newslist .list li a font{
	float:left;
	font-size:14px;
}
.content .newslist .list li a span{
	float:right;
	font-size:13px;
	color:#999;
	padding-right:10px;
}
.content .selink{
	width:936px;
	float:left;
	background:#fff;
	padding:10px 5px 10px 5px;
	border:1px solid #ccc;
	margin:15px 0 10px 0;
}
.content .selink select{
	width:200px;
}


.bsdt_left_nav {float:left;}
.bsdt_left_nav li {width:241px; height:110px; margin-bottom:1px;}
.bsdt_left_nav h3 {width:241px; font-size:36px; font-family:Arial, Helvetica, sans-serif; text-align:center; font-weight:normal; line-height:50px; padding-top:16px;}
.bsdt_left_nav p {width:241px; font-size:20px; font-family:"Microsoft YaHei"; text-align:center;}
.bsdt_a {background:#F2F2F2; color:#AAAAAA; cursor:pointer;}
.bsdt_b {background:#E0E0E0; color:#333333; cursor:pointer;}
.bsdt_right_container {float:left; width:705px; height: 370px; overflow: hidden; border:1px solid #E0E0E0;}
.bsdt_dis {display:block;}
.bsdt_undis {display:none;}
.bsdt_list {margin-top:6px; float:left;}
.bsdt_list li {float:left; width:205px; height:62px; margin:9px 15px;}
.bsdt_list li a {width:205px; height:62px; line-height:62px; text-align:center; display:block; background:url(../xxgk_images/bsdt.gif) no-repeat; color:#333333; font-size:14px; font-weight:bold;}
.bsdt_list li a:hover {background:#E0E0E0; color:#C60203;}
.bsdt_right_container .title {font-size:32px; color:#C60203; font-family: Arial,"Microsoft YaHei"; width:705px; height:40px; line-height:40px; text-align:center; float:left;}
.bsdt_right_container .jsz {width:705px; padding-top:150px; text-align:center; float:left; font-size:16px; font-weight:bold; color:#999999;}