﻿@charset "utf-8";
ul,li,h3{margin:0; padding:0; list-style:none;}

body {
    font-family: 微软雅黑, Arial;
	color:#3d3d3d;
	margin:0px;
	padding:0px;
	text-decoration:none;
	text-align: left;
	background-color: #ededed;
	background-image:url(cpad_bg_top.png);
    background-repeat: no-repeat;
	background-position:50% 30px;
}
.cpad{width:100%; overflow:hidden; background:url(cpad_bg_bottom.png) bottom no-repeat;}

p{ margin:5px auto;}

img {
	border:0;
}

page {
	width:auto;!important;
	max-width:1000px !important;
	margin:0 auto;
 	height:auto !important width:1000px;
}

table {
	border-collapse:collapse;
}

td {
	empty-cells:show;
}

tr, td {
	font-size:12px;
	color:#3d3d3d;
	line-height:22px;
}
form {
	padding:0px;
	margin:0px;
}

#vishidden {
	display:none
}
/*版通基本样式开始*/
/*整个网页超链接样式开始*/
a {
	text-decoration:none;
	color:#3D3D3D;
}

a:hover {
	text-decoration: underline;
	color:#bd1e22;
}
/*文章标题样式*/
.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%;
}
/*首页、频道页栏目默认标题列表样式 小字体*/
.bt_link {
	font-size:12px;
	text-decoration:none;
	color:#3d3d3d;
}
/*微软雅黑字体使用*/
.bt_link_w {
	font-size:13px;
	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:hover {
	text-decoration:none;
	color:#bd1e22;
}
/*微软雅黑字体使用*/
.bt_more_w {
	font-size:13px;
	color:#3D3D3D
}
a.bt_more_w {
	text-decoration:none;
	color:#3d3d3d;
}

a.bt_more_w:hover {
	text-decoration:none;
	color:#bd1e22;
}
/*下划线样式_虚线*/
.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:hover {
	color:#bd1e22;
	font-size:14px;
	font-weight:bold
}
/*微软雅黑字体使用*/
a.white_w {
	text-decoration:none;
	color:#ffffff;
	font-size:15px;
	font-weight:bold
}

a.white_w:hover {
	color:#bd1e22;
	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 }
/*版通基本样式结束*/
/*网页全局样式结束*/


/*自定义开始*/
/*当前位置*/


/*---- 顶部 ----*/
.top_bg{width:100%; height:32px; background-color:#0970d9;}
.top{width:98%; margin:0 auto; height:32px; line-height:32px;color:#ffffff; font-size:13px;}
.top a{color:#ffffff; font-size:13px; margin:0 4px;}
.top a:hover{ text-decoration:underline}
.top .left{ float:left;}
.top .right{ float:right;}
.logo {width:700px; margin:20px auto;}
.search{width:600px; margin:0 auto; overflow:hidden; margin-bottom:20px;}
.search li{width:100%; overflow:hidden;}
.search .input1 {width:380px; height:31px; margin-left:25px; padding-left:10px; line-height:31px; border:solid 1px #b5b5b5; border-right:0; float:left;}
.search .input2 {width:110px; height:35px; float:left;}
.search a{text-align:center; line-height:35px; padding-left:10px; color:#ba0001; font-size:15px;}
.search .hot_search span{font-size:15px; color:#ba0001; margin-left:25px;}
.search .hot_search a{font-size:15px; color:#333;}

.header {background: url(http://beijingtjyx.com/picture/1/2102221140167783359.jpg) no-repeat;}


/*---- 底部 ----*/
.footer{width:100%;background-image: url(http://beijingtjyx.com/picture/1/2102161254132799409.jpg);height: 370px;}
.footer .bottom { height:50px; text-align:center;}
.footer .bottom a{ font-size:14px; color:#ffffff; line-height:50px;}
.footer .copyright { text-align:center; font-size:14px; color:#fff; line-height:20px;}

/*---- 当前位置 ----*/
.current { width:985px; margin:0 auto; height:32px; padding-left:4px; text-align:right; line-height:32px; font-size:12px; color:#656565; background:url(lingdao_more.png) right no-repeat; padding-right:15px; color:#FFF; margin-bottom:7px;}

/*中部样式*/
.main { width:1000px; margin:0 auto; min-height:300px; margin-bottom:60px;}
.middle { width:1000px; margin:0 auto; min-height:300px; margin-bottom:60px; float:left;}

.middle_left { width:225px; float:left; min-height:300px;}
.middle_right { float:right; width:710px; min-height:600px; padding:10px 25px; border:1px solid #d4d4d4; background-color:#FFF; margin-bottom:40px;}
.middle_right1 { float:right; width:760px; height:300px; border:1px solid #d4d4d4; background-color:#FFF;}
.middle_right2 { float:right; width:760px; min-height:585px; border:1px solid #d4d4d4; background-color:#FFF;}

.left_top { width:225px; height:50px; line-height:50px; color:#FFF; font-size:19px; float:left; border-left:1px solid #d4d4d4; background:url(col_03.png); text-align:center; font-weight:bold;}
.left_main { width:225px; min-height:100px; float:left; border-left:1px solid #d4d4d4;}
.left_main ul { list-style:none; padding:0px; margin:0px; height:auto;}
.left_main li { list-style:none; width:225px; padding:0px; margin:0px; height:50px;}
.left_main li:hover { list-style:none; width:225px; padding:0px; margin:0px; height:50px;}

.colqh { display:block; line-height:50px; width:185px; height:50px; color:#FFF; font-size:16px; background:url(col_06.png) no-repeat; padding-left:40px;}
.oncolqh { display:block; line-height:50px; width:185px; color:#FFF; font-weight:bold;  font-size:16px; height:50px; text-decoration:none; background:url(col_05.png) no-repeat; padding-left:40px;}
.oncolqh:hover { display:block; line-height:50px; width:185px; color:#FFF; font-weight:bold;  font-size:16px; height:50px; text-decoration:none; background:url(col_05.png) no-repeat; padding-left:40px;}
.colqh:hover { display:block; line-height:50px; width:185px; color:#FFF;  font-size:16px; height:50px; text-decoration:none; background:url(col_06.png) no-repeat; padding-left:40px;}

.right_top { width:100%; height:42px; line-height:42px; color:#bd1e22; font-weight:bold; font-size:16px;}
.right_main { width:100%;}
.right_main .lb{width:100%; margin:0 auto; padding:5px 0;}
.right_main .lb ul li{background:url(http://59.252.32.222/images/101/icon_01.png) left no-repeat; padding-left:13px; height:32px; line-height:32px;}
.right_main .lb ul li a{font-size:15px; word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; display:block}
.right_main .lb ul li span{float:right; margin-left:10px; font-size:14px; color:#888;}
.line1{ background:url(http://59.252.32.222/images/101/line1.gif) repeat-x; margin:12px 0 10px 0; height:1px;}
.right_bottom { width:100%; height:10px; float:left;}

.lingdao { height:247px; width:185px; background:url(bg_01.png) repeat-y; float:left; padding:20px;}

.col_top { height:37px; width:1000px; margin:0 auto; text-align:center;}
.col_top ul { margin:0px; padding:0px; list-style:none;}
.col_top li { margin:0px; padding:0px; list-style:none; height:37px; }

.col_name {  width:1000px; margin:0 auto; height:45px; line-height:45px; margin-top:15px; background:url(bg_07.jpg) repeat-x;}

/*当前位置*/
.dqwz { width:1000px; margin:0 auto; height:40px; line-height:40px; font-size:12px; color:#656565;}


/*内容信息*/
.xxgk_room { width:950px; margin:0 auto; min-height:450px; padding:25px; background:#FFF;}

.bottom_kong { width:1000px; margin:0 auto; height:60px;}

/**********分享**********/
.gov_weixin_share .fixed{width:68px;padding:6px;border:1px #d2d2d2 solid;background:#eeeeee;text-align:center;margin:0 0 5px 0;}
.gov_weixin_share .fixed p{margin:3px 0 0 0;padding:0;line-height:18px;}
.gov_weixin_share{ position:fixed;width:82px;font-size:12px;top:150px;right:0;
right:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
top:expression(eval(document.documentElement.scrollTop+150-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))}