@charset "gb2312";
/*项目部 2014.8.7 */
/*说明：项目中，请将下面用不到的样式删除，不要保留在此文档中*/
/*更新说明：按修改的设计规范，添加了英文站的css样式，及微软雅黑字体使用样式的相关调整;*/
/*更新说明：微软雅黑的样式多为加了后缀:'_w',处修改字体外，需把字体大小提高1px;英文站样式多沿用原样式，其他样式加了后缀:'_e',修改字体，增加了几个英文站使用的样式*/
/*8.7更新说明：依据设计规范进行调整;去掉全局a样式的鼠标靠近时的下划线；添加设计规范1.2中的信息列表、文章页内边距样式;*/
/*网页全局样式开始*/

body {
	/*body基本样式开始*/
	font-family: "微软雅黑", Arial;/*项目中根据自己项目的需要调整自己的字体，英文站要求使用Arial字体*/
	color: #3d3d3d;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-align: left;
	background-color: #FFF;
	/*body基本样式结束*/

/*body扩展样式开始*/
	background-repeat: repeat;	/*背景重复*/
	background-position: center;	/*背景居中*//*body扩展样式结束*/
}
/* 图片无边框*/
img {
	border: 0;
}
/*定义整个页面的宽度*/
page {
	width: auto;
!important;
	max-width: 1000px !important;
	margin: 0 auto;
 height:auto !important width:1000px;
}
/*表格设置合并边框   注意：如果网页中用到了table的cellspace属性，会将页面的间距全部置为0，请慎用下面的样式*/
table {
	border-collapse: collapse;
}
/*指定当表格的单元格无内容时，显示该单元格的边框，不支持IE6 IE7 IE8(Q)*/
td {
	empty-cells: show;
}
/*页面容器初始化开始,*/
/*注:v1.3及之前为font-size:9pt;line-height:180% */

form {
	padding: 0px;
	margin: 0px;
}
/*页面容器初始化结束*/

/*清除页面底部高度，iframe所致*/
#vishidden {
	display: none
}
/*版通基本样式开始*/
/*整个网页超链接样式开始*/
/*去掉鼠标靠近时的下划线*/
a {
	font-family: "宋体";
	text-decoration: none;
	color: #3D3D3D;
}
a:visited {
	color: #3D3D3D;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
/*文章标题样式*/
/*注:v1.3及之前为为font-size:16pt */
.title {
	font-size: 22px;
	color: #3D3D3D;
	font-weight: bold;
	line-height: 150%;
}
/*微软雅黑字体使用*/
.title_w {
	font-size: 23px;
	FONT-FAMILY: 微软雅黑;
	color: #3D3D3D;
	font-weight: bold;
	line-height: 150%;
}
/*首页、频道页栏目默认标题列表样式 小字体*/
/*注:v1.3及之前为为font-size:9pt */
.bt_link {
	font-family: "微软雅黑";
	font-size: 12px;
	text-decoration: none;
	color: #3d3d3d;
}
/*微软雅黑字体使用*/
.bt_link_w {
	font-size: 12px;
	FONT-FAMILY: "宋体";
	text-decoration: none;
	color: #3d3d3d;
}
/*首页、频道页栏目默认标题列表样式 大字体（增）*/
.bt_linkb {
	font-size: 14px;
	text-decoration: none;
	color: #3d3d3d;
}
/*微软雅黑字体使用*/
.bt_linkb_w {
	font-size: 15px;
	FONT-FAMILY: "微软雅黑";
	text-decoration: none;
	color: #3d3d3d;
}
/*底层栏目页标题列表及文章正文样式 大字体*/
/*注:v1.3及之前为为font-size:10.5pt;line-height:180% */
.bt_content {
	font-size: 14px;
	text-decoration: none;
	color: #3D3D3D;
	line-height: 26px;
}
/*微软雅黑字体使用*/
.bt_content_w {
	font-size: 15px;
	FONT-FAMILY: "微软雅黑";
	text-decoration: none;
	color: #3D3D3D;
	line-height: 26px;
}
/*时间显示样式*/
/*注:v1.3及之前为为font-size:9pt */
.bt_time {
	font-size: 12px;
	color: #999999;
	FONT-FAMILY: Verdana
}
.bt_date {
	font-size: 12px;
	color: #999999;
	FONT-FAMILY: Verdana
}
/*"更多"显示样式*/
/*注:v1.3及之前为为font-size:9pt */
/*英文站可直接使用该样式*/
.bt_more {
	font-size: 12px;
	color: #3D3D3D
}
a.bt_more {
	text-decoration: none;
	color: #3d3d3d;
}
a.bt_more:visited {
	text-decoration: none;
	color: #3d3d3d;
}
a.bt_more:hover {
	text-decoration: none;
	color: #ff0000;
}
/*微软雅黑字体使用*/
.bt_more_w {
	font-size: 13px;
	color: #3D3D3D
}
a.bt_more_w {
	text-decoration: none;
	color: #3d3d3d;
}
a.bt_more_w:visited {
	text-decoration: none;
	color: #3d3d3d;
}
a.bt_more_w:hover {
	text-decoration: none;
	color: #ff0000;
}
/*下划线样式_虚线*/
.bt_unline {
	border-bottom: #999999 dashed 1px;
}
/*通用导航样式*/
/*注:v1.3及之前为font-size:10.5pt */
/*英文站可直接使用该样式*/
a.white {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold
}
a.white:visited {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold
}
a.white:hover {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold
}
/*微软雅黑字体使用*/
a.white_w {
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold
}
a.white_w:visited {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold
}
a.white_w:hover {
	color: #ff0000;
	font-size: 15px;
	font-weight: bold
}
/*通用滚动条*/
.scrollbar {
	/*滚动条的基本颜色*/
	scrollbar-base-color: #c8e8fb;
	/*立体滚动条强阴影的颜色*/
	scrollbar-dark-shadow-color: #F5F1D8;
	/*立体滚动条凸出部分的颜色*/
	scrollbar-face-color: #E8E1B5;
	/*滚动条空白部分的颜色*/
	scrollbar-highlight-color: #c8e8fb;
	/*立体滚动条阴影的颜色*/
	scrollbar-shadow-color: #E8E1B5;
	/*立体滚动条亮边的颜色*/
	scrollbar-3d-light-color: #E8E1B5;
	/*上下按钮上三角箭头的颜色*/
	scrollbar-arrow-color: #4D6185;
}
/*行距*/
/*注:设计规范要求12px字体行距22px;14px字体行距26px; */
.line-height22 {
	line-height: 22px;
}
.line-height26 {
	line-height: 26px;
}
/*英文站主导航级栏目标题*/
.bt_column_title {
	font-size: 16px;
	FONT-FAMILY: Arial;
	font-weight: bold;
	line-height: 150%;
}
/*英文站底层栏目页栏目列表*/
.bt_column_e {
	font-size: 14px;
	FONT-FAMILY: Arial;
	text-decoration: none;
	font-weight: bold;
	color: #3D3D3D;
	line-height: 26px;
}
/*信息列表内边距:上下边距*/
.padding_tb {
	padding-top: 40px;
	padding-bottom: 40px
}
/*信息列表内边距:左右边距*/
/*通栏式文章页正文上下、左右内边距分别为：40px、100px*/
.padding_lr100 {
	padding-left: 100px;
	padding-right: 100px
}
/*两栏式文章页正文上下、左右边距分别为：40px、60px*/
.padding_lr60 {
	padding-left: 60px;
	padding-right: 60px
}
/*信息列表内边距*/
/*宋体14px与边框左边、顶部和底部的距离是15px，宋体12px与边框左边、顶部和底部的距离是10px*/
.padding10 {
	padding: 10px 0px 10px 10px
}
.padding15 {
	padding: 15px 0px 15px 15px
}
/*版通基本样式结束*/
/*网页全局样式结束*/

/* 自定义样式开始 */
/*	一些滤镜的样式 慎用，耗内存 */		
/* Glow 扩充的阴影字 支持IE4.0-IE9，不支持其他内核浏览器*/
/*注:v1.3及之前font-size:10.5pt */
.glow {
	FONT-SIZE: 14px;
	filter: Glow(Color=#3D3D3D, Strength=2)
}
/*微软雅黑字体使用*/
.glow_w {
	FONT-SIZE: 15px;
	filter: Glow(Color=#3D3D3D, Strength=2)
}
/* Gradient 渐变 gradientType=0垂直渐变 1水平渐变默认 00完全透明  ff完全不透明， 支持IE5.5-IE9,不支持其他内核浏览器 */
/*注:v1.3及之前为为font-size:10.5pt */
.grad {
	FONT-SIZE: 14px;
 FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#FF0000FF, endColorStr=#3d3d3d00)
}
/*微软雅黑字体使用*/
.grad_w {
	FONT-SIZE: 15px;
 FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#FF0000FF, endColorStr=#3d3d3d00)
}
/* AlphaImageLoader 图片平铺  scale:拉伸图片满表格 crop:显示图片自身大小并显示背景色 image:只显示图片， 支持IE5.5-IE9,不支持其他内核浏览器*/
.alphaimage {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/图片文件', sizingMethod='scale')
}
/* Blur 模糊阴影字,支持IE5.5-IE9,不支持其他内核浏览器*/
.blur1 {
 filter:progid:DXImageTransform.Microsoft.Blur(makeShadow=true, pixelRadius=1, shadowOpacity=0.25)
}
/* Blur 模糊阴影字，支持IE5.5—IE9，不支持其他内核浏览器 */
.blur2 {
	filter: blur(add=ture, direction=135, strength=6)
}
/* DropShadow 有斜度的阴影字，支持IE4.0-IE9，不支持其他内核浏览器 */
.dropshadow1 {
	color: #ff0000;
	filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1)
}
/*	制作对象的阴影效果 ，支持IE4.0-IE9，不支持其他内核浏览器 */
.dropshadow2 {
 filter:progid:DXImageTransform.Microsoft.DropShadow(color=#FF404040, offX=3, offY=3, positives=true)
}
/*	文字发光，支持IE4.0-IE9，不支持其他内核浏览器 */
.dropshadow3 {
	filter: Dropshadow(offx=1, offy=0, color=white)Dropshadow(offx=0, offy=1, color=white)Dropshadow(offx=0, offy=-1, color=white)Dropshadow(offx=-1, offy=0, color=white)
}
/* 背景透明，支持ie6-IE9、chrome、火狐等等 */
.alphabg {
	FILTER: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5
}
/* 自定义样式结束 */

* {
	padding: 0;
	margin: 0;
}
a {
	/* text-decoration: none; */
	/* color: #4e4e4e; */
}
a:hover {
	color: #F00;
	text-decoration: none;
}
img {
	border: none;
}
body {
	font-family: "宋体";
	font-size: 12px;
	background: url(main_body_br.jpg) repeat-x;
	color: #4e4e4e;
}
li {
	list-style: none;
}
.clear {
	clear: both;
}
.span_more {
	font-size: 12px;
	color: #696969;
	float: right;
	font-family: "宋体";
	margin-right: 15px;
}
.lineh25 {
	line-height: 25px;
}
.lineh20 {
	line-height: 20px;
}
.bg_red {
	background: #f00;
}
.bg_green {
	background: #49840f;
}
.bg_zs {
	background: #775c51;
}
.bg_blue {
	background: #2a70d2;
}
.righ_border {
	border-right: 1px solid #e6e6e6;
}
.heigh10 {
	width: 100%;
	height: 10px;
}
.heigh15 {
	width: 100%;
	height: 15px;
}
.heigh20 {
	width: 100%;
	height: 20px;
}
.heigh25 {
	width: 100%;
	height: 25px;
}
.heigh30 {
	width: 100%;
	height: 30px;
}
.lineheigh25 {
	line-height: 25px;
}
.title12 {
	font-family: "Microsoft YaHei", "宋体";
	font-size: 12px;
}
.title12b {
	font-family: "Microsoft YaHei", "宋体";
	font-size: 12px;
	font-weight: bold;
}
.title14 {
	font-family: "Microsoft YaHei", "宋体";
	font-size: 14px;
}
.title14b {
	font-family: "Microsoft YaHei", "宋体";
	font-size: 14px;
	font-weight: bold;
}
.title1newb {
	font-family:"宋体";
	font-size: 14px;
	font-weight: bold;
}
.title16 {
	font-family: "Microsoft YaHei", "宋体";
	font-size: 16px;
}
.title16b {
	font-family: "Microsoft YaHei", "宋体";
	font-size: 16px;
	font-weight: bold;
}
.title20 {
	font-family: "Microsoft YaHei", "宋体";
	font-size: 20px;
}
.title20b {
	font-family: "Microsoft YaHei", "宋体";
	font-size: 20px;
	font-weight: bold;
}
.font_yh {
	font-family: "Microsoft YaHei", "宋体";
}
.font_blod {
	font-weight: bold;
}
.font_center {
	text-align: center;
}
.clo_red {
	color: #f00;
}
.clo_redzh {
	color: #c81624;
}
.clo_ccc {
	color: #CCC;
}
.clo_666 {
	color: #666;
}
.clo_black {
	color: #000;
}
.clo_zs {
	color: #b51d1a;
}
.clo_white {
	color: #fff;
}
.clo_9h {
	color: #c83838;
}
.space_5 {
	margin-left: 5px;
}
.space_10 {
	margin-left: 10px;
}
.space_15 {
	margin-left: 15px;
}
.space_20 {
	margin-left: 20px;
}
.space_25 {
	margin-left: 25px;
}
.table_noborder {
	border-collapse: collapse;
 th, td:border:1px solid #f00;
}
.boder_l {
	border-left: 1px solid #e9e9e9;
}
.boder_r {
	border-right: 1px solid #e9e9e9;
}
.boder_t {
	border-top: 1px solid #e9e9e9;
}
.boder_b {
	border-bottom: 1px solid #e9e9e9;
}
.autow {
	margin:0 auto;
}
/* main_css start */

.weather_box {
	width: 100%;
	height: 32px;
	background: url(weatherbr.jpg) repeat-x;
}
.flash_box {
	width: 100%;
	
	margin: 0 auto;
	background:url(xnflashbr.jpg) repeat-x;
}
.flash_cn {
	width: 100%;

}
.zqlink {
	color: #931c00;
	font-family: "Microsoft YaHei", "宋体";
	font-size: 14px;
}
.zqlink a {
	font-family: "Microsoft YaHei", "宋体";
	font-size: 14px;
	color: #931c00;
}
.zqlink a:hover {
	color: #f00;
}
.nav_box {
	width: 100%;
	height: 50px;
	background:url(xnnavbr.jpg) repeat-x
}
/* 导航栏样式 */

.nav_list {
	width: 100%;
}
.nav_list li {
	width: 124px;
	height: 50px;
	overflow: hidden;
	float: left;
	font-size: 16px;
	font-family: "Microsoft YaHei", "宋体";
	line-height: 36px;
	text-align: center;
	background:url(xnline.jpg) no-repeat right center;
}
.nav_list li a {
	color: #FFF;
	display: block;
	width: 124px;
	margin: 0 auto;
	height: 50px;
	overflow: hidden;
	color:#d13101;
	font-weight:bold;
	line-height: 50px;
}
.nav_list li a:hover {
	color: #fff;
	background:url(xnliahover.jpg) no-repeat center;
}
.nav_show_box {
	width: 1030px;
	height: 10
}
.main_box {
	width: 100%;
	background: #f0f0f0;
}
.main_bottom {
	width: 100%;
	background: url(main_footbr.jpg) no-repeat bottom center;
}
.li1 {
}
.li2 {
}
.cn_main {
	width: 1046px;
	margin: 0 auto;
	background: url(maincnbr.png) repeat-y;
}
.cn_mainfoot {
	width: 1046px;
	margin: 0 auto;
	height: 151px;
	background: url(maincnfotbr.png) no-repeat center top;
}
.nav_show_box {
	width: 1025px;
	height: 28px;
	margin: 0 auto;
	background: url(nalibr.jpg) repeat-x;
}
.cn_content {
	width: 1025px;
	margin: 0 auto;
}
/* ------------------首页样式---------------------- */
.dt21 {
	width:76px;
	height:39px;
	line-height:30px;
	background: url(xwdtaa.jpg) no-repeat;
}
.dt21 a {
	display:block;
	width:76px;
	height:30px;
	color:#f00;
	line-height:28px;
}
/*---------*/
.li21 {
	width:80px;
	height:28px;
	line-height:28px;
	background: url(xwdtaa.jpg) no-repeat;
}
.li21 a {
	display:block;
	width:80px;
	height:28px;
	color:#f00;
	line-height:28px;
}
.xxgkcn a {
	display:block;
	width:184px;
	height:30px;
	line-height:30px;
	text-indent:25px;
	font-family: "Microsoft YaHei", "宋体";
	font-size:14px;
	color:#cc0001;
}
.xxgkcn a:hover {
	background:#cc0001;
	color:#fff;
}
.li31 a {
	font-family: "Microsoft YaHei", "宋体";
	font-size:14px;
	font-weight:bold;
	color:#c00201;
}
.li31 a:hover {
	font-size:14px;
	font-weight:bold;
	color:#c00201;
}
.li32 a {
	color:#000;
}
.linkbox {
	color:#fff;
}
.linkbox a {
	color:#fff;
}
.linkbox a:hover {
	color:#ff0;
}
/* 信息公开样式 */
.qnxxgk a {
	display:block;
	width:183px;
	height:30px;
	line-height:30px;
	text-indent:25px;
}
.qnxxgk a:hover {
	background:#cc0001;
	color:#FFF;
}
.li101 {
	width:102px;
	height:30px;
	background:url(redaa.jpg) no-repeat bottom;
}
.czxxbox a {
	display:block;
	width:102px;
	height:30px;
	line-height:30px;
}
.qdnlist {
	width:233px;
	margin:0 auto;
}
.qdnlist li {
	width:233px;
	line-height:25px;
	font-family: "Microsoft YaHei", "宋体";
	font-size:14px;
	background:url(arrow3.jpg) no-repeat 10px 8px;
	border-bottom:1px solid #e4e4e4;
	border-top:1px solid #e4e4e4;
	margin-bottom:10px;
}
.qdnlist a {
	color:#000;
	display:block;
	width:180px;
	line-height:25px;
	margin:0 auto;
}
.qdnlist a:hover {
	color:#F00;
}
.li21 {
	width:76px;
	height:39px;
	background:url(libr2.jpg) no-repeat bottom center;
}
.li11 {
	width:76px;
	height:39px;
}
.xwdt_list {
	width:470px;
	margin:0 auto;
}
.xwdt_list li {
	width:470px;
	height:25px;
	line-height:25px;
	text-indent:20px;
	background:url(arrow2.jpg) no-repeat 5px 7px;
}
.xxgkasaa a {
	display:block;
	width:146px;
	height:30px;
	line-height:30px;
	text-indent:25px;
}
.xxgkasaa a:hover {
	background:#cc0001;
	color:#fff;
}
.li31 {
	font-family: "Microsoft YaHei", "宋体";
	font-size:14px;
	color:#c00201;
	font-weight:bold;
	background:url(gsggbrab.jpg) no-repeat center bottom;
}
.li32 {
	font-family: "Microsoft YaHei", "宋体";
	font-size:14px;
	color:#000;
}
.dt21 a {
	font-family: "Microsoft YaHei", "宋体";
	font-size:16px;
	color:#f00;
}
.dt22 a {
	font-family: "Microsoft YaHei", "宋体";
	font-size:16px;
	color:#000;
}
.cxtit {
	font-family: "宋体";
	font-size:12px;
	color:#000;
}
.main_foot {
	width:1025px;
	margin:0 auto;
}
.xxgkasbox {
	width:213px;
}
.xxgkasbox a {
	display: block;
	width:181px;
	height:30px;
	line-height:30px;
	text-indent:25px;
}
.xxgkasbox a:hover {
	color:#FFF;
	background:#cc0001;
}
.li71 {
	font-size:12px;
}
.li71 a {
	color:#f00;
}
.li72 {
	font-size:12px;
}
.li72 a {
	color:#1d1d1d;
}
/* 黔西南样式 */
.xncnbxo {
	width:1030px;
	margin:0 auto;
}
.xnxxgk_list {
	width:213px;
	margin:0 auto;
}
.xnxxgk_list li {
	width:213px;
	height:30px;
	margin-bottom:10px;
	font-family: "Microsoft YaHei", "宋体";
	font-size:14px;
	line-height:30px;
	text-indent:64px;
}
.xnxxgk_list li a {
	display:block;
	width:213px;
	height:30px;
}
#xxkg_1 a {
	color:#cc0001;
	background: url(xnxxgk01_1.jpg) no-repeat left top;
}
#xxkg_1 a:hover {
	color:#fff;
	background: url(xnxxgk01_2.jpg) no-repeat left top;
}
#xxkg_2 a {
	color:#cc0001;
	background: url(xnxxgk02_1.jpg) no-repeat left top;
}
#xxkg_2 a:hover {
	color:#fff;
	background: url(xnxxgk02_2.jpg) no-repeat left top;
}
#xxkg_3 a {
	color:#cc0001;
	background: url(xnxxgk03_1.jpg) no-repeat left top;
}
#xxkg_3 a:hover {
	color:#fff;
	background: url(xnxxgk03_2.jpg) no-repeat left top;
}
#xxkg_4 a {
	color:#cc0001;
	background: url(xnxxgk04_1.jpg) no-repeat left top;
}
#xxkg_4 a:hover {
	color:#fff;
	background: url(xnxxgk04_2.jpg) no-repeat left top;
}
#xxkg_5 a {
	color:#cc0001;
	background: url(xnxxgk05_1.jpg) no-repeat left top;
}
#xxkg_5 a:hover {
	color:#fff;
	background: url(xnxxgk05_2.jpg) no-repeat left top;
}
.xnxzsp a {
	font-size:14px;
	font-family: "Microsoft YaHei", "宋体";
	color:#000;
}
.xnxzsp a:hover {
	color:#f00;
}
.rklist a {
	color:#666;
}
.rklist a:hover {
	color:#F00;
}
/* -------------------- */
.xnlingbox {
}
.xnlingbox a {
	font-family:"宋体";
	color:#FFF;
}
.xnlingbox a :hover {
	color:#ff0;
}
.linkpart td {
	background: url(xnlinbr.jpg) no-repeat right center;
}