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

body {
	/*body基本样式开始*/
	font-family: "宋体", "微软雅黑", Arial, verdana, ;
	/*项目中根据自己项目的需要调整自己的字体，英文站要求使用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% */
tr,
td {
	font-size: 12px;
	color: #3d3d3d;
	line-height: 22px;
}

form {
	padding: 0px;
	margin: 0px;
}

/*页面容器初始化结束*/

/*清除页面底部高度，iframe所致*/
#vishidden {
	display: none
}

/*版通基本样式开始*/
/*整个网页超链接样式开始*/
/*去掉鼠标靠近时的下划线*/
a {
	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-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: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
}

/* 自定义样式结束 */











/* 正常PC端样式 */
/* 图片新闻、重要新闻、国务院要闻、省政府要闻、通知公告 */
.zyxinwentit {
	font-size: 17px;
	font-weight: bolder;
	font-family: 微软雅黑;
	color: #dd250b
}
ul.cf.tit-box:after{
    content: "020";
    display: block;
    height: 0px;
    clear: both;
    overflow: hidden;
}
.ewufsdcdds{
	border:solid 1px #cecece;
	background-color: #FFFFFF;
}
.ewuijkndmsvvv{
	width:236px;
	height:228px;
	background-position:top;
	background-repeat:repeat-x
}
.list li span{
	font-size: 13px;
}
.list li a{
	font-size: 13px;
	display: block;
    width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ewiuhnjdf{
	font-size:13px;
	font-family:"微软雅黑";
	margin: 0px 10px;
    width: 220px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
table.diertable td.wefiuhnjvkf{
	border-bottom: solid 1px #dd2509;
	width: 70px;
}
table.diertable td.wefiuhnjvkf span{
	font-size: 17px;
    font-weight: bolder;
    font-family: 微软雅黑;
    color: #dd250b;
}
table.diertable td.frhwenfck{
	border-bottom: solid 1px #cecece;
}
table.diertable td.frhwenfck a{
	font-size: 13px;
    font-family: 微软雅黑;
}
td.efwjksnfmferf{
	width: 745px;
}
td.dfejwkcfmkmkmklmk{
	width: 240px;
}
td.fcsdbnjkcnjsd{
	width: 363px;
    height: 199px;
    border: solid 1px #cecece;
    background-color: #FFFFFF;
}
td.fcsdbnjkcnjsd table tr td a{
	font-size: 13px;
    font-family: 微软雅黑;
}
td.fcsdbnjkcnjsd table tr td span{
	font-size: 17px;
    font-weight: bolder;
    font-family: 微软雅黑;
    color: #dd250b;
}
td.fcsdbnjkcnjsd table.default_pgToolbar{
	display: none;
}
ul.efbscdvvfdfv{
	padding: 0px 10px;
}
a.bt_link.ncdsjkcnc{
	font-size: 12px;
    line-height: 29px;
	float: left;
	width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
td.fcsdbnjkcnjsd table tr td span.webcsaaaa{
	font-size: 12px;
    line-height: 29px;
    color: #000;
    font-weight: normal;
    float: right;
}
li.abxvchzxsdc:after{
	clear: both;
	overflow: hidden;
	content: "020";
	display: block;
	height: 0px;
}
table.dvwgejhfkgv{
	width: 100%;
    height: 39px;
}
img.fhesjkncvvaz{
	width: 745px;
    height: 88px;
}
img.ertyuijc{
	width: 745px;
    height: 88px;
}
table.dsebhjcfvvvvd{
	width: 240px;
}
td.fweiunjkvsdsd table td span{
	font-size: 17px;
    font-weight: bolder;
    font-family: 微软雅黑;
    color: #dd250b;
}
td.fweiunjkvsdsd table{
	height: auto;
}
table.fwebujhcsvf{
	width: 210px;
    height: 94px;
}
table.fwebujhcsvf table tr td{
	color: rgb(255, 255, 255);
    background-color: rgb(187, 187, 187);
    height: 52px;
}
table.fwebujhcsvf table tr td a{
	font-size: 13px;
    font-family: 微软雅黑;
    color: #ffffff;
}
table.fwebujhcsvfsssd tr td{
	color: rgb(255, 255, 255);
    background-color: rgb(187, 187, 187);
    height: 40px;
}
table.fwebujhcsvfsssd tr td a{
	font-size: 13px;
    font-family: 微软雅黑;
    color: #ffffff;
}
table.fwebujhcsvfsssd tr td a:nth-of-type(2){
	font-size: 13px;
    font-family: 微软雅黑;
    color: #ffffff;
    margin-left: 20px;
}
table.fwebujhcsvfsssd{
	width: 210px;
}
table.hsdbjnkfmgdnhjc{
	width: 100%;
    height: 236px;
    background-color: #f6f6f6;
}
span.fewhujdfchuijncvv{
	font-size: 17px;
    font-weight: bolder;
    font-family: 微软雅黑;
    color: #dd250b;
}
td.desbhjcnvress{
	height: 200px;
}
td.trfgvsduds{
	border-bottom:solid 1px #b9b5b6;
}
table.duwehjjidfkfkdfkd{
	width: 214px;
}
tr.febhjfbsdjhxcc table.default_pgToolbar{
	display: none;
}
td.fewhujncdfvvv.fewhujncdfvvvddf{
	height: 2px;
    color: #fff;
    background-color: #fff;
}
a.ts_more{
	position: absolute;
    right: 0px;
    top: 10px;
}
.xdfcgvhj{
	border-bottom:solid 1px #cecece;
	width: 80px;
}
div#demo1 .slider .slide-images{
	padding-bottom: 4px;
}
div#demo1 .slider .slide-image img{
	width: 994px !important;
    height: 88px !important;
}
div#demo1 .slider .slide-image a{
	display: block;
}
td.hdjl.ariacol{
	width: 101% !important;
}
.menu ul li:nth-of-type(2) ul{
	background-color: #dd250b;
}
.menu ul li:nth-of-type(2) ul li{
	padding: 4px;
}
















/* 首页主体内容老年样式 */
/* 要闻 */
.old_type .headLines{
	margin: 50px auto;
}
.old_type .headLines .tag-head{
    display: none;
}
.old_type .headLinesWrap a{
    padding-left: 30px;
    line-height: 64px;
    font-size: 32px;
}
.old_type .headLines{
    height: auto;
}
.old_type .headLines-wrapper>a{
    font-size: 32px;
    line-height: 64px;
	top: 0px;
}
/* 图片新闻、重要新闻、国务院要闻、省政府要闻、通知公告 */
.old_type table.diertable tr:after {
    content: "020";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0px;
}

.old_type table.diertable td {
    float: left;
    width: 100% !important;
}

.old_type td.gundongwaitd {
    height: 600px !important;
    margin-bottom: 50px;
}
.old_type .bord{
	width: 100%;
	height: 600px;
}
.old_type td.gundongwaitd .focusBox {
    width: 100%;
    height: 600px;
}

.old_type .focusBox .pic {
    width: 100% !important;
    height: 600px !important;
}

.old_type .focusBox .pic li {
    width: 100% !important;
}

.old_type .focusBox .pic img {
    width: 100%;
    height: 600px;
}

.old_type .focusBox .txt-bg {
    height: 64px;
    line-height: 64px;
}

.old_type .focusBox .txt {
    height: 64px;
    line-height: 64px;
}

.old_type .focusBox .txt li {
    height: 64px;
    line-height: 64px;
}

.old_type .focusBox .txt li a {
    font-size: 32px;
    line-height: 64px;
}

.old_type .focusBox .num li a,
.old_type .focusBox .num li span {
    width: 32px;
    height: 32px;
}

.old_type .focusBox .num li {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.old_type .focusBox .num {
    bottom: 15px;
    right: 35px;
}

.old_type .tit {
    font-size: 36px;
    margin-right: 40px;
}

.old_type .zyxinwentit {
    font-size: 32px;
}

.old_type .csdbjkvcnc {
    line-height: 50px;
}

.old_type .list li {
    font-size: 32px;
    line-height: 64px;
    padding-left: 0px;
    background-image: none;
}

.old_type .list li a {
    font-size: 32px;
    line-height: 64px;
    width: 750px;
    display: block;
}

.old_type .list li span {
    font-size: 32px;
    line-height: 64px;
}

.old_type .govpushinfo150203 li {
    padding-left: 0px;
    height: auto;
    line-height: 64px;
    font-size: 32px;
    background-image: none;
}

.old_type .govpushinfo150203 li {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.old_type .govpushinfo150203 {
    height: 400px;
}

.old_type .ewufsdcdds {
    border: none;
}

.old_type .ewuijkndmsvvv {
    width: 100%;
    height: auto;
	margin: 50px auto;
}
.old_type table.diertable td.frhwenfck{
	float: right;
    width: auto !important;
    border-bottom: none;
    margin-right: 20px;
}
.old_type table.diertable td.wefiuhnjvkf{
	float: left;
    width: auto !important;
    border-bottom: none;
    margin-left: 20px;
}
.old_type table.diertable td.wefiuhnjvkf span{
	font-size: 36px;
    line-height: 64px;
}
.old_type table.diertable td.frhwenfck a{
	font-size: 32px;
    line-height: 64px;
}
.old_type a.bt_link.ewiuhnjdf{
	font-size: 32px;
    line-height: 64px;
    width: 1000px;
}
.old_type .slider.theme-dark .options a{
    font-size: 32px;
    line-height: 64px;
}
.old_type div#demo1{
	margin-bottom: 50px;
}
.old_type .erwhjnkfsdmksx{
	display: none;
}
.old_type .fewhujncdfvvv{
	display: none;
}
.old_type td.dfejwkcfmkmkmklmk{
	width: 100%;
    float: left;
}
.old_type td.efwjksnfmferf{
	width: 100%;
    float: left;
}
.old_type .fhjcfsdjvvvsw:after{
	clear: both;
	overflow: hidden;
	content: "020";
	display: block;
	height: 0px;
}
.old_type tr.febhjfbsdjhxcc>td{
	width: 93.8% !important;
    float: left;
	padding: 30px !important;
}
.old_type tr.febhjfbsdjhxcc>td:nth-of-type(3){
	margin: 50px auto;
}
.old_type a.bt_link.ncdsjkcnc{
	font-size: 32px;
    line-height: 64px;
    width: 760px;
}
.old_type td.fcsdbnjkcnjsd table tr td span{
	font-size: 36px;
    line-height: 64px;
}
.old_type td.fcsdbnjkcnjsd table tr td a{
	font-size: 32px;
    line-height: 64px;
    display: block;
}
.old_type td.fcsdbnjkcnjsd table tr td span.webcsaaaa{
	font-size: 32px;
    line-height: 64px;
}
.old_type td.fcsdbnjkcnjsd{
	height: auto;
}
.old_type table.dvwgejhfkgv{
	height: auto;
}
.old_type td.fcsdbnjkcnjsd table tr td.dvwgejhfkgv span{
	font-size: 36px;
	line-height: 64px;
}
.old_type td.fcsdbnjkcnjsd table tr td.dvwgejhfkgv a{
	font-size: 32px;
	line-height: 64px;
}
.old_type img.fhesjkncvvaz{
	width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.old_type img.ertyuijc{
	width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.old_type table.dsebhjcfvvvvd{
	width: 100%;
	padding: 30px;
    background-color: #f6f6f6;
}
.old_type td.fweiunjkvsdsd{
	padding: 30px;
}
.old_type td.fweiunjkvsdsd table td span{
	font-size: 36px;
    line-height: 64px;
    display: block;
}
.old_type table.fwebujhcsvf{
	width: 100%;
    height: auto;
}
.old_type table.fwebujhcsvf table tr td{
	height: auto;
	border: 5px solid #fff;
}
.old_type table.fwebujhcsvf table tr td a{
	font-size: 32px;
	line-height: 64px;
	width: 100%;
    display: block;
}
.old_type table.fwebujhcsvfsssd{
	width: 100%;
}
.old_type table.fwebujhcsvfsssd tr td{
	height: auto;
    border: 5px solid #fff;
}
.old_type table.fwebujhcsvfsssd tr td a{
	font-size: 32px;
    line-height: 64px;
}
.old_type table.fwebujhcsvfsssd tr td a:nth-of-type(2){
	font-size: 32px;
    margin-left: 300px;
    line-height: 64px;
}
.old_type table.hsdbjnkfmgdnhjc{
	padding: 30px;
	height: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.old_type span.fewhujdfchuijncvv{
	font-size: 32px;
    line-height: 64px;
}
.old_type td.trfgvsduds{
	border-bottom:none;
}
.old_type table.duwehjjidfkfkdfkd{
	width: 100%;
}
.old_type .hdjl{
	width: 100% !important;
    height: auto !important;
}
.old_type .hdjl a{
	font-size: 32px;
    line-height: 64px;
    width: 100%;
    display: block;
    text-align: center;
    border: 5px solid #fff;
}
.old_type table.dsebhjcfvvvvd span{
	font-size: 36px;
    line-height: 64px;
}
.old_type td#bz1{
	width: 150px !important;
    display: block;
    border-bottom: 1px solid #ccc;
}
.old_type td#bz3{
	width: 150px !important;
    display: block;
    border-bottom: 1px solid #ccc;
}
.old_type td.fewifncjkccv{
	display: none;
}
.old_type td.wertyuic{
	display: none;
}
.old_type .xdcvbgnmvfd{
	background-color: #f4f4f4 !important;
    background-image: none !important;
}
















/* 首页主体内容移动端样式 */
.mobile_type .fewhujncdfvvvssd{
	display: none;
}
/* 要闻 */
.mobile_type .headLines{
	margin: 5vw auto;
}
.mobile_type .headLines .tag-head{
    display: none;
}
.mobile_type .headLinesWrap a{
	padding-left: 0vw;
    line-height: 10vw;
    font-size: 4vw;
    width: 70vw;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #1492ff;
	background-image: none;
}
.mobile_type .headLines{
    height: auto;
	width: 92vw;
	border-bottom: 8px solid #dd250b;
}
.mobile_type .headLines-wrapper>a{
	font-size: 4vw;
    line-height: 10vw;
    top: 0px;
    right: 0px;
}
/* 图片新闻、重要新闻、国务院要闻、省政府要闻、通知公告 */
.mobile_type table.diertable tr:after {
    content: "020";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0px;
}

.mobile_type table.diertable td {
    float: left;
    width: 92vw !important;
}

.mobile_type td.gundongwaitd {
    height: 60vw !important;
    margin-bottom: 5vw;
}
.mobile_type .bord{
	width: 100%;
	height: 600px;
}
.mobile_type td.gundongwaitd .focusBox {
    width: 100%;
    height: 600px;
}

.mobile_type .focusBox .pic {
    width: 100% !important;
    height: 600px !important;
}

.mobile_type .focusBox .pic li {
    width: 100% !important;
}

.mobile_type .focusBox .pic img {
    width: 100%;
    height: 600px;
}

.mobile_type .focusBox .txt-bg {
    height: 64px;
    line-height: 64px;
}

.mobile_type .focusBox .txt {
    height: 64px;
    line-height: 64px;
}

.mobile_type .focusBox .txt li {
    height: 64px;
    line-height: 64px;
}

.mobile_type .focusBox .txt li a {
    font-size: 32px;
    line-height: 64px;
}

.mobile_type .focusBox .num li a,
.mobile_type .focusBox .num li span {
    width: 32px;
    height: 32px;
}

.mobile_type .focusBox .num li {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.mobile_type .focusBox .num {
    bottom: 15px;
    right: 35px;
}

.mobile_type .tit {
    font-size: 5vw;
    margin-right: 3vw;
	line-height: 12vw;
}

.mobile_type .zyxinwentit {
    font-size: 5vw;
	line-height: 12vw;
	display: block;
}

.mobile_type .csdbjkvcnc {
    line-height: 50px;
}

.mobile_type .list li {
    font-size: 32px;
    line-height: 64px;
    padding-left: 0px;
    background-image: none;
}

.mobile_type .list li a {
    font-size: 4vw;
    line-height: 10vw;
    width: 60vw;
    display: block;
}

.mobile_type .list li span {
    font-size: 4vw;
    line-height: 10vw;
}

.mobile_type .govpushinfo150203 li {
    padding-left: 0px;
    height: auto;
    line-height: 64px;
    font-size: 32px;
    background-image: none;
}

.mobile_type .govpushinfo150203 li {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mobile_type .govpushinfo150203 {
    height: 61vw;
}

.mobile_type .ewufsdcdds {
    border: none;
}

.mobile_type .ewuijkndmsvvv {
    width: 100%;
    height: auto;
	margin: 5vw auto;
	background-image: none;
}
.mobile_type .wandanle{
	display: none;
}
.mobile_type .fwerhijncfd{
	display: none;
}
.mobile_type table.diertable td.frhwenfck{
	float: right;
    width: auto !important;
    border-bottom: none;
    margin-right: 0vw;
}
.mobile_type .sexdcfgvbhjio{
	display: table-cell;
}
.mobile_type table.diertable td.wefiuhnjvkf{
	float: left;
    width: auto !important;
    border-bottom: none;
    margin-left: 0vw;
}
.mobile_type table.diertable td.wefiuhnjvkf span{
	font-size: 5vw;
    line-height: 12vw;
}
.mobile_type table.diertable td.frhwenfck a{
	font-size: 4vw;
    line-height: 12vw;
}
.mobile_type a.bt_link.ewiuhnjdf{
	font-size: 4vw;
    line-height: 10vw;
    width: 92vw;
	margin-left: 0vw;
}
.mobile_type .slider.theme-dark .options a{
    font-size: 4vw;
    line-height: 10vw;
}
.mobile_type .slider.theme-dark{
	width: 92vw !important;
}
.mobile_type .slider .slide-images{
	height: auto !important;
	width: 92vw !important;
}
.mobile_type .slider.theme-dark .slide-image{
	width: 92vw !important;
}
.mobile_type div#demo1 .slider .slide-image img{
	height: auto !important;
	width: 100% !important;
}
.mobile_type .slider .slide-image .caption{
	display: none;
}
.mobile_type div#demo1{
	margin-bottom: 5vw;
}
.mobile_type .erwhjnkfsdmksx{
	display: none;
}
.mobile_type .fewhujncdfvvv{
	display: none;
}
.mobile_type td.dfejwkcfmkmkmklmk{
	width: 100%;
    float: left;
}
.mobile_type td.efwjksnfmferf{
	width: 100%;
    float: left;
}
.mobile_type .fhjcfsdjvvvsw:after{
	clear: both;
	overflow: hidden;
	content: "020";
	display: block;
	height: 0px;
}
.mobile_type tr.febhjfbsdjhxcc>td{
	width: 92vw !important;
    float: left;
	padding: 0vw !important;
	border: none;
}
.mobile_type tr.febhjfbsdjhxcc>td:nth-of-type(3){
	margin: 5vw auto;
}
.ewufifjsncjdc{
	height: 88px;
}
.mobile_type .ewufifjsncjdc{
	height: auto;
}
.mobile_type a.bt_link.ncdsjkcnc{
	font-size: 4vw;
    line-height: 10vw;
    width: 65vw;
}
.mobile_type .menu ul li:nth-of-type(2) ul{display:none !important;}
.mobile_type td.fcsdbnjkcnjsd table tr td span{
	font-size: 5vw;
    line-height: 12vw;
}
.mobile_type td.fcsdbnjkcnjsd table tr td a{
	font-size: 4vw;
    line-height: 12vw;
    display: block;
}
.mobile_type td.fcsdbnjkcnjsd table tr td span.webcsaaaa{
	font-size: 4vw;
    line-height: 10vw;
}
.mobile_type td.fcsdbnjkcnjsd{
	height: auto;
}
.mobile_type table.dvwgejhfkgv{
	height: auto;
}
.mobile_type td.fcsdbnjkcnjsd table tr td.dvwgejhfkgv span{
	font-size: 36px;
	line-height: 64px;
}
.mobile_type td.fcsdbnjkcnjsd table tr td.dvwgejhfkgv a{
	font-size: 32px;
	line-height: 64px;
}
.mobile_type img.fhesjkncvvaz{
	width: 100%;
    height: auto;
    margin-bottom: 5vw;
}
.mobile_type img.ertyuijc{
	width: 100%;
    height: auto;
    margin-bottom: 5vw;
}
.mobile_type table.dsebhjcfvvvvd{
	width: 100%;
	padding: 3vw;
    background-color: #f6f6f6;
}
.mobile_type td.fweiunjkvsdsd{
	padding: 30px;
}
.mobile_type td.fweiunjkvsdsd table td span{
	font-size: 36px;
    line-height: 64px;
    display: block;
}
.mobile_type table.fwebujhcsvf{
	width: 100%;
    height: auto;
}
.mobile_type table.fwebujhcsvf table tr td{
	height: auto;
	border: 5px solid #fff;
}
.mobile_type table.fwebujhcsvf table tr td a{
	font-size: 4vw;
	line-height: 10vw;
	width: 100%;
    display: block;
}
.mobile_type table.fwebujhcsvfsssd{
	width: 100%;
}
.mobile_type table.fwebujhcsvfsssd tr td{
	height: auto;
    border: 5px solid #fff;
}
.mobile_type table.fwebujhcsvfsssd tr td a{
	font-size: 4vw;
    line-height: 10vw;
}
.mobile_type table.fwebujhcsvfsssd tr td a:nth-of-type(2){
	font-size: 4vw;
    margin-left: 22vw;
    line-height: 10vw;
}
.mobile_type table.hsdbjnkfmgdnhjc{
	padding: 3vw;
	height: auto;
	margin-top: 5vw;
	margin-bottom: 5vw;
}
.mobile_type span.fewhujdfchuijncvv{
	font-size: 5vw;
    line-height: 12vw;
}
.mobile_type table.duwehjjidfkfkdfkd td.hdjl{
	width: 86vw !important;
}
.mobile_type table.duwehjjidfkfkdfkd tr{
	display: flex;
}
.mobile_type td.trfgvsduds{
	border-bottom:none;
}
.mobile_type table.duwehjjidfkfkdfkd{
	width: 100%;
}
.mobile_type .hdjl{
	width: 100% !important;
    height: auto !important;
}
.mobile_type .hdjl a{
	font-size: 4vw;
    line-height: 10vw;
    width: 100%;
    display: block;
    text-align: center;
    border: 5px solid #fff;
}
.mobile_type table.dsebhjcfvvvvd span{
	font-size: 5vw;
    line-height: 12vw;
}
.mobile_type td#bz1{
	width: 92vw !important;
    display: block;
    border-bottom: 1px solid #ccc;
	text-align: left;
}
.mobile_type td#bz3{
	width: 92vw !important;
    display: block;
    border-bottom: 1px solid #ccc;
	text-align: left;
}
.erdfcfghujn{
	height: 88px;
}
.mobile_type .erdfcfghujn{
	height: auto;
}
.mobile_type td.fewifncjkccv{
	display: none;
}
.mobile_type td.wertyuic{
	display: none;
}
.mobile_type .xdcvbgnmvfd{
	background-color: #f4f4f4 !important;
    background-image: none !important;
}
.mobile_type td.shijiantd{
	display: none;
}
.mobile_type .firstBlock_left{
	width: 92vw;
    height: 60vw;
}
.mobile_type .Rotation .swiper-slide img{
	width: 92vw;
	height: 60vw;
}
.mobile_type .Rotation .swiper-slide .text{
    height: auto;
    font-size: 4vw;
    line-height: 10vw;
    padding-left: 3vw;
}
.mobile_type .swiper-container-horizontal>.swiper-pagination-bullets, .mobile_type .swiper-pagination-custom, .mobile_type .swiper-pagination-fraction{
	padding-right: 3vw;
	bottom: 3.5vw;
}
.mobile_type .Rotation .swiper-pagination-clickable .swiper-pagination-bullet{
	width: 3vw;
    height: 3vw;
    margin: 0 1vw;
}
.mobile_type .list{
	padding-top: 0vw;
}






/* 移动无障碍下样式调整 */
.mobile_type .list li a{
	width: 48vw;
}

