@charset "gb2312";

/*!
 * @名称：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 }
.w1000{ width: 1000px }
.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 }


.harf {
    width: 50%;
}
/*** 首页+头部+底部 ***/
.logo{height: 440px;background: url(logo_hl161123.jpg) no-repeat center;}
.nav{height: 48px;background: #c21e1c;}
.nav>ul>li,.nav>ul>li>a{width: 250px;float: left;font-size: 18px;line-height: 48px;color: #fff;text-align: center;}

/*swipper reset*/
#swiper-headline img,#swiper-banner img,#swiper-3 img{width:100%;vertical-align: bottom;}
#swiper-sjtj img {display: block; width:228px; height:368px;margin-left:1px;margin-top:1px;}
#swiper-banner .swiper-button-prev ,#swiper-banner  .swiper-button-next{padding:10px;background-color: #333;opacity: 0.5;}
.topic-sjtj .content{position: relative;}
.topic-sjtj .swiper-button-prev{left:-100px;}
.topic-sjtj .swiper-button-next{right:-100px;}
#swiper-headline .swiper-slide p {position: absolute; left:0;right:0;bottom:0;height:35px;padding:0 1em;line-height: 35px;background-image: url(opacity-bg_hl161123.png);font-size: 16px;}
#swiper-headline .swiper-slide p a {text-decoration: none; color:#fff;}
#swiper-headline .swiper-pagination {position:absolute; right:10px; bottom:10px; width:auto; height:auto; text-align: right;}
#swiper-headline .swiper-pagination-bullet, #swiper-headline .swiper-pagination-bullet-active{width:12px;height:12px;border-radius: 0px;margin: auto 8px 0 0; background-color: #ccc;opacity: 0.8;}
#swiper-headline .swiper-pagination-bullet-active {opacity: 1;background-color: #c33;}
#swiper-banner {box-shadow: 0 10px 30px #999}
#swiper-banner .swiper-slide p {position: absolute; left:0;right:0;bottom:0;height:60px;padding:0 1em;line-height: 60px;background-image: url(opacity-bg_hl161123.png);color:#fff;font-size: 20px;text-align: center;}
#swiper-banner .swiper-slide p span{padding: 0 1em;}
#swiper-banner .swiper-slide p a { color:#fff;text-decoration: none;}

/*section-columns*/
.section-columns .topic {padding-top:60px;}
.section-columns .topic-zjft,
.section-columns .topic-gdgc {margin-bottom: 30px;}
.section-columns .content {margin-top: 10px;}
.section-columns .topic .header {position: relative; height: 80px; background: url(section-xhstg-header_hl161123.png) left top no-repeat;}
.section-columns .topic h2 {display: none;}
/*更多按钮*/
.section-columns .header a {position: absolute; right:30px;top:20px;font-size:14px;cursor: pointer;}
.section-columns .header a:after {content:' >>'}
/*栏目标题*/
.section-columns .topic-jdpl .header {background-image: url(section-jdpl-header_hl161123.png)}
.section-columns .topic-gdgc .header {background-image: url(section-gdgc-header_hl161123.png)}
/*topic-xhstg & topic-jdpl & topic-gdgc*/
.section-columns .list {line-height: 2em; font-size:14px;}
.section-columns .list li{background:url(list-image_hl161123.png) left 12px no-repeat; padding-left:15px;padding-right:10px;}

/* 列表页 */
.dqwz{line-height: 50px;}
.section-columns .listdiv{padding-top: 0px;}
.section-columns .listdiv .header {background-image: url(list-header_hl161123.png)}
.section-columns .listdiv h2{display:block;font-size:24px;color:#fff;padding:20px 60px;font-weight:bold;}
.listdiv .list li{background:url(content_dot_linex_161123.gif) repeat-x 0 bottom;font-size:14px;line-height:45px;}
.data{font-size:14px;line-height:45px;color: #888888;}
.yema{margin:30px auto; }

/* 内容页 */
.nrcontent{border: 1px solid #D4D3D3;margin-bottom: 30px;}
.nrcontent>table{margin:20px auto 40px;}
.font30{font-size:30px;color:#f24206;line-height:42px;}

/* 新大图样式 */
.fullSlide { position: relative; background: #000; margin: 0 auto; width: 1000px;}
.fullSlide .bd { position: relative; z-index: 0; }
.fullSlide .bd li img { width: 100%; vertical-align: top; }
.fullSlide .hd2 { position: relative; z-index: 1; margin-top: -60px; height: 60px;font-size: 20px; line-height: 60px; text-align: center; }
.fullSlide .hd2 a{color: #fff;}
.fullSlide .hd2 .hd2bg{background: #000;filter:alpha(opacity=60); opacity: 0.6 ;position: absolute;bottom: 0px;left:0px;height: 60px;width: 100%;z-index: -10;}

.fullSlide .prev,
.fullSlide .next { z-index: 1; display: block; width: 55px; height: 55px; position: relative; margin: -30% 0 0 3%; float: left; background: url(arrow_161123.png) 0 0 no-repeat; filter: alpha(opacity=40); opacity: 0.4 }
.fullSlide .next { background-position: right 0; float: right; margin-right: 3% }
.fullSlide .prev:hover,
.fullSlide .next:hover { filter: alpha(opacity=80); opacity: 0.8 }
.fullSlide .pageState{padding: 0 1em;z-index: 10;display: inline;color: #fff;}