@charset "utf-8";

/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html { background: white; color: black; }

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; }

/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea { font: 14px "微软雅黑", Verdana, Geneva, sans-serif, tahoma, Srial, helvetica, sans-serif; color: #2E2E2E; }
input, select, textarea { font-size: 100%; }

/* 去掉 table cell 的边距并让其边重合 */
table { border-collapse: collapse; border-spacing: 0; }

/* ie bug：th 不继承 text-align */
th { text-align: inherit; }

/* 去除默认边框 */
fieldset, img { border: none; }

/* ie6 7 8(q) bug 显示为行内表现 */
iframe { display: block; }

/* 去掉 firefox 下此元素的边框 */
abbr, acronym { border: none; font-variant: normal; }

/* 一致的 del 样式 */
del { text-decoration: line-through; }
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: 500; }

/* 去掉列表前的标识，li 会继承 */
ol, ul { list-style: none; }

/* 对齐是排版最重要的因素，别让什么都居中 */
caption, th { text-align: left; }

/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 500; }
q:before, q:after { content: ''; }

/* 统一上标和下标 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* 默认不显示下划线，保持页面简洁 */
ins, a { text-decoration: none; color: #666666; }

/* 去除 ie6 & ie7 焦点点状线 */
a:focus, *:focus { outline: none; }

/* 清除浮动 */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; overflow: hidden; }
.clearfix { zoom: 1; /* for ie6 & ie7 */ }
.clear { clear: both; display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; }

/* 设置显示和隐藏，通常用来与 js 配合 */
.hide { display: none; }
.block { display: block; }

/* 设置浮动，减少浮动带来的 bug */
.fl, .fr { display: inline; }
.fl { float: left; }
.fr { float: right; }
.fn { float: none; }

/*div居中*/
.center { margin: 0 auto; }

/*text*/
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.fwb { font-weight: bold; }
.fwn { font-weight: normal; }
.pr { position: relative; }
.pb { position: absolute; }
.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }
.nowrap { white-space: nowrap; word-break: normal; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px }
.fs24 { font-size: 24px }
.fs30 { font-size: 30px }
.fs48 { font-size: 48px }

/*padding(p[t,r,b,l][number])*/
.p0 { padding: 0px; }
.p5 { padding: 5px; }
.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.p25 { padding: 25px; }
.p60 { padding: 60px; }
.pt0 { padding-top: 0px; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt50 { padding-top: 50px; }

/*20130710*/
.pl0 { padding-left: 0px; }
.pl5 { padding-left: 5px; }
.plr5 { padding: 0 5px; }
.plr10 { padding: 0 10px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px; }
.pl50 { padding-left: 50px; }
.pb0 { padding-bottom: 0px; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb60 { padding-bottom: 60px; }

/*20130710*/
.pr0 { padding-right: 0px; }
.pr5 { padding-right: 5px; }
.plr5 { padding: 0 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }
.pt30 { padding-top: 30px; }
.pb30 { padding-bottom: 30px; }

/*margin*/
.m0 { margin: 0; }
.m5 { margin: 5px; }
.m10 { margin: 10px; }
.m15 { margin: 15px; }
.m20 { margin: 20px; }
.m25 { margin: 25px; }
.mt0 { margin-top: 0px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt40 { margin-top: 40px }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt8 { margin-top: 8px }
.ml75 { margin-left: 75px }
.ml0 { margin-left: 0px; }
.ml5 { margin-left: 5px; }
.mlr5 { margin: 0 5px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml50 { margin-left: 50px; }
.mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mr0 { margin-right: 0px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.ml10 { margin-left: 10px; }
.mlr10 { margin: 0 10px; }
.mtb10 { margin: 10px 0; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.ml16 { margin-left: 16px }
.mt2 { margin-top: 2px }
.mt30 { margin-top: 30px }
.mt13 { margin-top: 13px }
.mr30 { margin-right: 30px }
.mb8 { margin-bottom: 8px }
.ma10 { margin: 10px }

/*width*/
.w100 { width: 100px; }
.w80 { width: 80px; }
.w140 { width: 140px }
.w240 { width: 240px }
.w750 { width: 750px }
.w225 { width: 225px }
.w120 { width: 120px }
.w204 { width: 204px }
.w200 { width: 200px }
.w285 { width: 285px }
.w350 { width: 350px }
.w1100 { width: 1100px }
.w1200 { width: 1200px; }

/*** Color ***/
.c386 { color: #3864a7; }
.cf67 { color: #f67a00; }
.cred { color: #f00; }
.c466 { color: #4668a0; }
.c4b4 { color: #4d4d4d; }
.c345 { color: #345185; }
.c747 { color: #74767a; }
.c1e6 { color: #1E65BD; }
.ar { font-family: Arial, Helvetica, sans-serif; }
.cff0 { color: #ff0000 }
.cfe9 { color: #fe933a }
.cc08 { color: #c08e21 }
.cbab { color: #bababa }
.e65 { color: #1E65BD }
.c000 { color: #000 }
.cup { cursor: pointer }
.ovh { overflow: hidden }
.cbe9 { color: #be9e7f }
.c666 { color: #666464 }
.c89 { color: #898989 }
.cfff { color: #fff }

/*** TRS内容 ***/
.TRS_Editor img,.TRS_Editor table{max-width: 100%;}
.TRS_Editor{text-align: justify;}

/*** 188bet备用网址_188bet体育 ***/
body{background: url(/images/qgxzpyc-bg1-180321.jpg) no-repeat top center;}
.header{height: 545px;}
.logo{width: 200px;height: 43px;background: url(/images/qgxzpyclogo180321.png) no-repeat center;display: block;margin: 80px 0 0 40px;float: left;}
.nav{width: 1200px;height: 59px;background:#ff632a;margin-top: -59px;}
.nav>ul{width: 960px;margin: 12px auto 0;}

.nav>ul>li{width: 158px;float: left;line-height: 35px;position: relative;font-size: 24px;text-align: center;border-right:2px solid #fff;}
.nav>ul>li:last-child{border:none;}
.nav>ul>li>a{color: #fff;}

.qgxzpyc-ggdt{height: 410px;}
.qgxzpyc-ggdt>a{display: block;width: 1200px;margin-top: 15px;}
.qgxzpycbt1{height: 52px;background: url(/images/qgzpycbt1-180319.png) no-repeat center;}
.qgxzpyc-ggdt-1{width: 600px;height: 333px;margin: 10px 0 10px 0;}

/* 焦点图 */
.focusBox { float:left; position: relative; width: 600px; height: 333px; margin-bottom:10px;  overflow: hidden; font-family:Arial; text-align: left; background:#fff; }
.focusBox .pic img { width: 600px; height: 333px; display: block; }
.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }
.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBox .num li.on a,.focusBox .num a:hover{ background:#f60;  }

.qgxzpyc-ggdt-2{width: 580px;height: 343px;margin: 10px 10px 0 10px;}
.qgxzpyc-ggdt-2>ul>li{height: 38px;line-height: 38px; font-size:16px;color: #515151;border-bottom: dashed 1px #515151;}
.qgxzpyc-ggdt-2>ul>li>a{float: left;}
.qgxzpyc-ggdt-2>ul>li>span{float: right;font-size: 14px;}
.qgxzpyc-ggdt-2>a{display: block;margin-top: 5px; font-size: 16px;color: #515151;float: right;}

.qgxzpyc-zcwj{/*height: 310px;*/}
.qgxzpyc-zcwj>a{display: block;width: 1200px;margin-top: 10px;}
.qgxzpycbt2{height: 52px;background: url(/images/qgzpycbt2-180319.png) no-repeat center;}
.qgxzpycbt3{height: 52px;background: url(/images/qgzpycbt3-180319.png) no-repeat center;}
.qgxzpycbt4{height: 52px;background: url(/images/qgzpycbt4-180319.png) no-repeat center;}
.qgxzpycbt5{height: 52px;background: url(/images/qgzpycbt5-180319.png) no-repeat center;}

.qgxzpyc-zcwj-1{width: 580px;height: 240px;padding: 10px;}
.qgxzpyc-zcwj-1>ul>li{height: 38px;line-height: 38px; font-size:16px;color: #515151;border-bottom: dashed 1px #515151;}
.qgxzpyc-zcwj-1>ul>li>a{float: left;}
.qgxzpyc-zcwj-1>ul>li>span{float: right;font-size: 14px;}
.qgxzpyc-zcwj-2{/*height: 240px;*/padding: 10px;}
.qgxzpyc-zcwj-2>ul>li{width: 572px;height: 38px;line-height: 38px; font-size:16px;color: #515151;border-bottom: dashed 1px #515151;float: left;margin:0 8px;}
.qgxzpyc-zcwj-2>ul>li>a{float: left;}
.qgxzpyc-zcwj-2>ul>li>span{float: right;font-size: 14px;}
.qgxzpyc-zcwj-2>a{display: block;margin-top: 5px; font-size: 16px;color: #515151;float: right;}

.yc-iframe{min-height: 200px;margin-bottom:20px;}

/*列表页*/
.yc-lb-main{}
.yc-dqwz{line-height: 50px;margin-left: 25px;}
.yc-lb-1{border:1px solid #989898;padding: 20px;}
.yc-lb-title{height: 80px;border-bottom: 2px solid #bebebe;}
.yc-lb-title h1{font-size: 30px;font-weight: bold;color: #f47a00;}
.yc-lb-title h1{    margin: 34px 0 0 15px;}
.yc-lb-title img{float: right;display: block;}

.yc-lb-nr{}
.yc-lb-nr>ul>li{width: 1138px;margin: 0;height: 50px;}
.yc-lb-nr>ul>li>a{border-left: 8px solid #f47a00; line-height: 25px;margin-top: 12px;padding-left: 8px;}
.yc-lb-nr>ul>li>span{line-height: 25px;margin-top: 12px;}

/*内容*/
.yc-nr-1{padding: 35px;}
.yc-nr-2{border-bottom: 1px solid #ccc;}
.yc-nr-2 h1{font-size: 30px;line-height:180%;width: 80%;margin: 0 auto;}
.yc-nr-2 span{line-height: 45px;}
.yc-tex {margin-top: 25px;width: 90%;line-height: 150%;}
.yc-tex p{margin-bottom: 15px;}

/*建言*/
.yc-jy-1-1{font-size: 24px;color: #ff632a;line-height: 60px;}
.yc-jy-1-2{font-size: 16px;line-height: 40px;}

.yc-jy-2{border:2px dashed #ff632a;position: relative;margin-top: 35px;padding: 35px;}
.yc-jy-2-1{font-size: 24px;color: #ff632a;position: absolute;top:-32px;left: 35px;padding: 15px;background: #fff;}
.yc-jy-2-2{padding: 35px;}







