html, body, ul, li, form, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, hr, ol, input, button {
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	min-width: 1200px;
}
img {
	vertical-align: middle;
}
.wapper {
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px;
}
.clear {
	clear: both;
}
.none {
	display: none;
}
.margin {
	font: normal 10px/10px 'microsoft yahei';
	height: 10px;
	*height:10px!important;
}
.left, .li-left li {
	float: left;
}
.right {
	float: right;
}
.nowrap {
	table-layout: fixed;
	word-break: keep-all;
	white-space: nowrap;
}
.relative {
	position: relative
}
.absolute {
	position: absolute;
}
ul, li {
	list-style-type: none;
}
/* .h, .hidden {
	overflow: hidden;
} */
.input {
	border: 1px solid #ccc;
	padding: 0 5px;
	font: normal 14px/28px 'microsoft yahei';
	height: 28px;
}
.line-x {
	width: 100%;
	height: 1px;
	background: #f2f2f2
}
.line-x-gray {
	width: 100%;
	height: 1px;
	background: #ddd
}
.yx_style_ {
	display: block !important;
	overflow: hidden !important;
	width: 0 !important;
	height: 0 !important;
}

/*边距属性控制*/
.p-1 {
	padding: 1px;
}
.p-2 {
	padding: 2px;
}
.p-3 {
	padding: 3px;
}
.p-4 {
	padding: 4px;
}
.p-5 {
	padding: 5px;
}
.p-10 {
	padding: 10px;
}
.p-15 {
	padding: 15px;
}
.p-20 {
	padding: 20px;
}
.p-25 {
	padding: 25px;
}
.p-40 {
	padding: 40px;
}

/*边距属性控制---上*/
.pt-1 {
	padding-top: 1px;
}
.pt-2 {
	padding-top: 2px;
}
.pt-3 {
	padding-top: 3px;
}
.pt-4 {
	padding-top: 4px;
}
.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-25 {
	padding-top: 25px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-35 {
	padding-top: 35px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-45 {
	padding-top: 45px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-55 {
	padding-top: 55px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-65 {
	padding-top: 65px;
}
.pt-70 {
	padding-top: 70px;
}
.mt-15 {
	margin-top: 15px;
}

/*边距属性控制---下*/
.pb-2 {
	padding-bottom: 2px
}
.pb-5 {
	padding-bottom: 5px
}
.pb-10 {
	padding-bottom: 10px
}
.pb-15 {
	padding-bottom: 15px
}
.pb-20 {
	padding-bottom: 20px
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-50 {
	padding-bottom: 50px;
}

/*边距属性控制---左*/
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-25 {
	padding-left: 25px;
}
.pl-40 {
	padding-left: 40px;
}
.pl-70 {
	padding-left: 70px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-16 {
	margin-left: 16px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-25 {
	margin-left: 25px;
}
.ml-35 {
	margin-left: 35px;
}

/*边距属性控制---右*/
.pr-5 {
	padding-right: 5px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-40 {
	padding-right: 40px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-20 {
	margin-right: 20px;
}
.mr-25 {
	margin-right: 25px;
}

/*对象边框属性控制*/
.b-1 {
	border: 1px solid #e5e5e5;
	border-top:none
}
.b-e {
	border: 1px solid #eee;
}
.b-ed {
	border: #ededed solid 1px;
}
.b-d-d5 {
	border-bottom: #d5d5d5 dashed 1px
}
.gray-x{
	border-bottom:#f0f0f0 dashed 1px
}
.b-d-d9 {
	border-bottom: #d9d9d9 solid 1px
}
.b-b-red{
	border-bottom:#e41900 solid 1px;
}
.b-b-ed {
    border-bottom: #ededed dashed 1px;
}
.b-b-d1{
	border-bottom:#d1d1d1 solid 1px;
}

/*对象LI宽度*/
.li-14 li {
	width: 14.285%
}
.li-15 li {
	width: 15%
}
.li-16 li {
	width: 16.666666666%;
}
.li-20 li {
	width: 20%;
}
.li-25 li {
	width: 25%;
}
.li-33 li {
	width: 33.333333333%;
	*width:33%!important;
}
.li-50 li {
	width: 50%;
	*width:49.5555%!important;
}
.li-70 li {
	width: 70%;
}

/*圆角*/
.r-5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webket-border-radius: 5px;
}
.r-10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webket-border-radius: 10px;
}
.r-30 {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webket-border-radius: 30px;
}
.r-tl-5 {
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webket-border-radius-topleft: 5px;
}
.r-tl-10 {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webket-border-radius-topleft: 10px;
}
.r-tr-5 {
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webket-border-radius-topright: 5px;
}
.r-tr-10 {
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webket-border-radius-topright: 10px;
}
.r-bl-5 {
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webket-border-radius-bottomleft: 5px;
}
.r-bl-10 {
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webket-border-radius-bottomleft: 10px;
}
.r-br-5 {
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webket-border-radius-bottomright: 5px;
}
.r-br-10 {
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webket-border-radius-bottomright: 10px;
}

/*翻页区域控制*/
.body-pager {
	font: normal 15px/35px 'microsoft yahei'; /*width:870px; margin:0 auto;*/
}
.cursor {
	cursor: pointer
}
.touch-pager li {
	float: left;
	margin: 0 10px;
}
.touch-pager li:first-child{
	margin-left:0
}
.touch-pager li.disable {
	cursor: no-drop;
	color:#ccc
}
.touch-pager .right .input {
	padding: 0 5px;
	background: #f3f3f3;
	width: 30px;
	height: 28px;
	text-align: center;
	border-right: none;
}
.touch-pager .right input, .touch-pager .right span {
	float: left
}
.touch-pager .right span {
	margin-right: 5px
}
.touch-pager .right .button_go {
	height: 30px;
	background: #e60012;
	color: #fff;
	padding: 0 7px;
	font-size: 15px;
	font-family: Arial;
	cursor: pointer;
	border: #e60012 solid 1px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

/*信息详情控制*/
.show {
	border: 5px solid #ededdf;
}
.show .status {
	background: #ededdf;
	border-top: 1px solid #e6be64;
	height: 26px;
}
.show .setColor {
	display: inline-block;
}
.show .setColor ul {
	padding: 7px 0 0 0;
}
.show .setColor li {
	float: left;
	margin: 0 0 0 5px;
}
.show .setColor li a {
	border: 1px solid #aaa;
	display: block;
	height: 8px;
	line-height: 8px;
	width: 8px;
	text-indent: -999em;
}
.show .setColor li a.atthis {
	border: 1px solid #0f8100;
}
.show .setColor li.c1 a {
	background: transparent url(../images/share/ico_color_01.jpg) no-repeat scroll center center;
}
.show .setColor li.c2 a {
	background: transparent url(../images/share/ico_color_02.jpg) no-repeat scroll center center;
}
.show .setColor li.c3 a {
	background: transparent url(../images/share/ico_color_03.jpg) no-repeat scroll center center;
}
.show .setColor li.c4 a {
	background: transparent url(../images/share/ico_color_04.jpg) no-repeat scroll center center;
}
.show .setColor li.c5 a {
	background: transparent url(../images/share/ico_color_05.jpg) no-repeat scroll center center;
}
.show .setColor li.c6 a {
	background: transparent url(../images/share/ico_color_06.jpg) no-repeat scroll center center;
}
.show .setColor li.c7 a {
	background: transparent url(../images/share/ico_color_07.jpg) no-repeat scroll center center;
}
.show .setColor li.c8 a {
	background: transparent url(../images/share/ico_color_08.jpg) no-repeat scroll center center;
}
.show #content table {
	margin: 0 auto;
	align:expression(this.align="center");
	border-collapse: 0;
	border-spacing: 0;
	border: 0;
}
.content-table {
	padding: 15px 15px 15px 35px
}
.content-table table td.title {
	color: #999
}
h1.show-title {
	font: bold 24px/40px 'microsoft yahei';
	text-align: center;
	color: #e41900;
	padding-bottom: 6px;
}
.show-content .show-status {
	height: 45px;
	line-height: 40px;
	color: #888;
	padding: 0 15px;
	border-bottom:#dcdcdc solid 1px
}
.show-content  .show-status a {
	color: #888
}
.show-content  .show-status span {
	color: #888
}
.show-content  .show-status > div {
	table-layout: fixed;
	word-break: keep-all;
	white-space: nowrap;
	color: #888
}
.show-status .bdshare-button-style0-16 {
	display: inline;
}
.show-status .bdshare-button-style0-16:after {
	display : none;
}
.show-status .bdshare-button-style0-16 a {
	background: none;
	float: none;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #888
}
.show-attach {
	border-top: #eee solid 2px;
	padding-top: 10px;
}
.show-attach li a:hover {
	color: #34a3d6
}
table.content-table {
	border-bottom: #ccc solid 1px;
	border-right: #ccc solid 1px;
	padding: 0px;
}
table.content-table td {
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	padding: 0 10px;
}
.content-table td.title{
	text-align:center
}
.show-content .show-content-body img{
	max-width:800px;
	margin:0 auto
}


/*基础按钮控制*/
.button_print {
	display: inline-block;
	*display:inline;
	*zoom:1;
	background: #f1b369;
	cursor: pointer;
	height: 30px;
	line-height: 28px;
	width: 90px;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webket-border-radius: 5px;
}
.button_close {
	display: inline-block;
	*display:inline;
	*zoom:1;
	background: #f1b369;
	cursor: pointer;
	height: 30px;
	line-height: 28px;
	width: 90px;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webket-border-radius: 5px;
}
.button_send {
	display: inline-block;
	*display:inline;
	*zoom:1;
	background: #f1b369;
	cursor: pointer;
	height: 30px;
	width: 90px;
	line-height: 28px;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webket-border-radius: 5px;
}
.button_reset {
	display: inline-block;
	*display:inline;
	*zoom:1;
	background: #f1b369;
	cursor: pointer;
	height: 30px;
	width: 90px;
	line-height: 28px;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webket-border-radius: 5px;
}
.button_login {
	display: inline-block;
	*display:inline;
	*zoom:1;
	background: #f1b369;
	cursor: pointer;
	height: 30px;
	width: 90px;
	line-height: 28px;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webket-border-radius: 5px;
}
.button_reg {
	display: inline-block;
	*display:inline;
	*zoom:1;
	background: #f1b369;
	cursor: pointer;
	height: 30px;
	width: 90px;
	line-height: 28px;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webket-border-radius: 5px;
}
.button_vote {
	display: inline-block;
	*display:inline;
	*zoom:1;
	background: #f1b369;
	cursor: pointer;
	height: 30px;
	width: 90px;
	line-height: 28px;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webket-border-radius: 5px;
}
.button_print:hover {
	background: #f08300;
}
.button_close:hover {
	background: #f08300;
}
.button_send:hover {
	background: #f08300;
}
.button_reset:hover {
	background: #f08300;
}
.button_login:hover {
	background: #f08300;
}
.button_reg:hover {
	background: #f08300;
}
.button_vote:hover {
	background: #f08300;
}
input.input-submit,input.btn-submit{width:135px;height:45px;font: normal 16px/45px 'microsoft yahei';background: #e41900;cursor: pointer;color: #fff;text-align:center;}
input.btn-bg-blue {background: #b3cce4;}
input.btn-green{ background:#2ed794}
input.btn-brown{ background:#f6bd74}


/*文本对齐控制*/
.tc, .center {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}

/*宽度*/
.w-140 {
	width: 140px
}
.w-160 {
	width: 160px
}
.w-260{
	width:260px;
}
.w-265{
	width:265px;
}
.w-280{
	width:280px;
}
.w-300{
	width:300px;
}
.w-330{
	width:330px;
}
.w-340{
	width:340px;
}
.w-370{
	width:370px;
}
.w-395 {
	width: 395px
}
.w-400 {
	width: 400px
}
.w-450 {
	width: 450px
}
.w-460 {
	width: 460px
}
.w-540 {
	width: 540px
}
.w-550 {
	width: 550px
}
.w-575 {
	width: 575px
}
.w-580 {
	width: 580px
}
.w-680 {
	width: 680px
}
.w-690 {
	width: 690px
}
.w-720 {
	width: 720px
}
.w-735 {
	width: 735px
}
.w-740 {
	width: 740px
}
.w-750 {
	width: 750px
}
.w-770 {
	width: 770px
}
.w-850 {
	width: 850px
}
.w-880 {
	width: 880px
}
.w-1000 {
	width: 1000px;
	margin:0 auto
}
.w-1100 {
	width: 1100px;
	margin:0 auto
}

/*高度*/
.h-10 {
	height: 10px
}
.h-15 {
	height: 15px
}
.h-20 {
	height: 20px
}
.h-25 {
	height: 25px
}
.h-30 {
	height: 30px
}
.h-35 {
	height: 35px
}
.h-45 {
	height: 45px
}
.h-55 {
	height: 55px
}
.h-70 {
	height: 70px
}
.h-80 {
	height: 80px
}

/*背景*/
.bg-fff {
	background: #ffffff;
}
.bg-fa {
    background: #fafafa;
}
.bg-fc {
    background: #fcfcfc;
}
.bg-f2 {
	background: #f2f2f2;
}
.bg-f4 {
	background: #f4f4f4;
}
.bg-f6 {
	background: #f6f6f6;
}
.bg-f9 {
	background: #f9f9f9;
}

/*banner焦点图*/
.banner-scroll-num {
	bottom: 10px;
	font-size: 10px;
	font-family: Arial;
	line-height: 12px;
	position: absolute;
	right: 10px;
}
.banner-scroll-num li {
	background: #e6e6e6;
	cursor: pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	height: 8px;
	list-style: outside none none;
	margin: 0 0 0 15px;
	overflow: hidden;
	text-align: center;
	width: 23px;
	text-indent: -999em;
	border-radius:4px
}
.banner-scroll-num li:hover, .banner-scroll-num li.active {
	background: #e31500;
}

/**飘窗**/
#win-notice {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999999999;
}
.body-notice {
	position: relative;
	width: 300px;
}
.body-notice span,.win-notice span {
	display: block;
	float:right;
	width: 14px;
	height: 14px;
	background: transparent url(../images/img-close.png) no-repeat scroll right center;
	cursor: pointer;
}
.show-feedback {
	background: #fafafa;
	padding: 20px
}
.show-feedback table tr td {
	padding: 10px;
}
.show-feedback h2 {
	background: #24bdf5;
	cursor: pointer;
	color: #fff;
	font: normal 16px/45px 'microsoft yahei';
	margin: 20px 50px;
	text-align: center;
}



.body-tabs, .bodyer {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.bodyer {
    overflow: auto;
    z-index: 2;
    width: 100%;
    height: 100%;
	min-width: 1200px;
}


/*弹窗*/
.reg-pop-index {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.reg-pop {
	display: none;
	position: fixed;
	z-index: 9;
	top: 50%;
	left: 50%;
	width: 540px;
	height: 353px;
	margin-top: -172px;
	margin-left: -270px
}
.reg-pop h1 {
	height: 50px;
	padding: 0 15px;
	background: #e41900;
	font: normal 18px/50px 'microsoft yahei';
	color: #fff;
}
.reg-pop h1 b {
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	margin-top: 12px;
	background: transparent url(../images/govopen/icon-reg-close.png) no-repeat scroll right center;
	cursor: pointer;
}
.reg-pop .reg-pop-body {
	background: #fff;
	min-height: 80px;
}
.reg-pop .reg-pop-body input[type="text"] {
	height: 30px;
	border: 1px solid #e1e1e1;
	text-indent: 10px;
}
.reg-pop .reg-pop-body input[type="submit"] {
	width: 125px;
	height: 45px;
	background: #e41900;
	color: #fff;
	font: normal 16px/32px 'microsoft yahei';
	cursor: pointer;
}
.reg-pop table td {
	font-size: 14px;
}
.video-js{
	margin:0 auto 25px auto;
	background-color:#fff
}
.video-js .vjs-tech,.video-js .vjs-big-play-button,.video-js .vjs-control-bar{
	display:none
}


.showOpenWin{background:#fff;border:1px solid #64bd45;height:211px;padding:1px;width:300px;z-index:9999;position:fixed;right:10px;bottom:10px;}
.showOpenWin .title{background:transparent url(../images/share/openwin_title_bg.jpg) repeat-x scroll center center;color:#fff;font:bold 14px/30px 'microsoft yahei';height:30px;}
.showOpenWin .title .close{background:transparent url(../images/share/openwin_btn_close.gif) no-repeat scroll center center;cursor:pointer;float:right;font:normal 14px/30px 'microsoft yahei';height:30px;width:30px;}
.showOpenWin .title .left{color:#fff;font:bold 14px/30px 'microsoft yahei';float:left;padding:0 0 0 10px;}
.showOpenWin .content{border-top:1px solid #fff;height:180px;width:300px;}
.showOpenWin .content .info{height:180px;position:absolute;width:300px;z-index:1;}
.showOpenWin .content .link{background:transparent url(../images/share/openwin_btn_enter.gif) no-repeat scroll right bottom;cursor:pointer;height:180px;position:absolute;width:300px;z-index:2;}

.body-pager{font:normal 14px/30px 'microsoft yahei'}
.body-pager .pager{height:30px;}
.body-pager .pager li{background:#fff;}
.body-pager .pager li span{color:#555;padding:0 10px;}
.body-pager .pager li font{color:#666;padding:0 5px;}
.body-pager .pager li a span{color:#555;}
.body-pager .pager li a.selected span{background:#e6e6e6;color:#c80000;}
.body-pager .right{font-size:14px;}
.body-pager .right .input{height:28px;line-height:28px;width:30px;}

tbody.mail-list-td td a{
	display: block;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
}

