@charset "utf-8";
/* CSS Document */
/*应该加到base里的*/
* { color: inherit; box-sizing: border-box; }
/****************/
.x-content { width: 1200px; margin-left: auto; margin-right: auto; }
.x-bg-white { background: #fff; }
.x-radius { border-radius: 3px; }
.x-border { border: solid 1px #dcdcdc; }
.x-clearfix:after { content: ''; display: block; clear: both; }
.hwq-body { background: url(../images/hwq-bg.jpg) center top no-repeat #edf6ff; }
.hwq-top-nav { height: 50px; background: #fff; line-height: 50px; color: #333; white-space: nowrap; }
.hwq-top-nav i { color: #0a7aca; vertical-align: middle; }
.hwq-logo{ width:1200px; height:116px; background:url(../images/hwq-logo.png) left center no-repeat; margin:58px auto; padding-left:50px;}
/*导航*/
.hwq-nav { margin-top: 0px; position: relative; }
.hwq-nav:before { content: ''; display: block; top: 56px; height: 7px; position: absolute; background: #0a7aca; z-index: 99; width: 1200px; }
.hwq-nav-item { background: #1e8ede; display: table; width: 100%; height: 63px; padding: 0 10px; border-radius: 3px; }
.hwq-nav-item li { display: table-cell; width: 1%; line-height: 54px; text-align: center; vertical-align: bottom; background: url(../images/hwq-nav-bg.png) right center no-repeat; padding: 0 10px; font-size: 16px; z-index: 999; position: relative; }
.hwq-nav-item li:hover a,
.hwq-nav-item li.active a { background: #fff; border-radius: 3px 3px 0 0; font-weight: bolder; color: #0a7aca }
.hwq-nav-item li:last-child { background: none;}
.hwq-nav-item li a { width: 100%; height: 56px; display: block; color: #fff; }
.hwq-nav-search { /*border: solid 1px #7cc7ff;*/ background: #fff; line-height: 46px; height: 46px; border-radius: 3px; padding: 0 10px; border-top: none; }
.hwq-nav-search label { font-size: 0; padding-top: 8px; overflow: auto; }
.hwq-nav-search input { width: 220px; height: 30px; border: solid 1px #d2d2d2; padding: 0 10px; border-radius: 3px; margin: 0 5px; display: block; float: left; line-height: 28px; }
.hwq-nav-search button { width: 30px; height: 30px; background: #0a7aca; border-radius: 3px; color: #fff; border: solid 1px #0a7aca; display: block; float: left; font-size: 18px; line-height: 18px; }
.hwq-nav-search button i { font-size: 18px; line-height: 18px; vertical-align: middle; }
.hwq-nav-search>div>a { margin: 0 10px; position: relative; color: #333; }
.hwq-nav-search>div>a:hover { color: #ff0000; }
.hwq-nav-search>div>a:after { content: ''; display: block; position: absolute; right: -12px; width: 1px; height: 12px; background: #333; top: 5px; }
.hwq-nav-search>div>a:last-child:after { display: none; }
/*****/

.tjj-notice { width: 1200px; margin: 10px auto 0; background: #fff; position: relative; }
.tjj-notice .img { width: 130px; height: 90px; font-size: 20px; font-weight: bolder; color: #fff;/* padding:10px; */ text-align: center; float: left; position: relative; z-index: 10; }
.tjj-notice .img>img { width: 100%; height: 100%; display: block; }
.tjj-notice:after { width: 100px; height: 60px; background: url(../images/notice.png) top right no-repeat; position: absolute; top: 0; right: 0; z-index: 9999; }
.tjj-notice a { line-height: 50px; display: block; margin-left: 140px; text-align: center; font-weight: bolder; font-size: 24px;/* border-bottom:solid 3px #f8f8f8; */ background: #edf6ff; height: 90px; padding-top: 4px; color: #ff0000; }
.tjj-notice a span { font-size: 15px; display: block; height: 15px; line-height: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 80%; margin: 0 auto; font-weight: normal; color: #333; }
/*幻灯片*/
.hwq-focus { height: 385px; width: 1200px; margin: 10px auto 0; background: #edf6ff; }
.hwq-focus .left { float: left; width: 800px; height: 385px; position: relative; overflow: hidden; border-radius: 3px; }
.hwq-focus .left li { position: absolute; left: 0; top: 0; width: 800px; height: 385px; z-index: 1; opacity: 0; filter: alpha(opacity=0); }
.hwq-focus .left li.active { z-index: 2; }
.hwq-focus .left li p { display: none; }
.hwq-focus .left li img { width: 100%; }
.hwq-focus .right { float: right; width: 390px; padding: 10px 10px 10px 0; }
.hwq-focus .right li { height: 67px; overflow: hidden; background: #70c3ff; color: #fff; margin-bottom: 7px; cursor: pointer; transition: ease-in-out 0.2s; position: relative; z-index: 999; border-radius: 3px; padding: 12px 10px; overflow: hidden; }
.hwq-focus .right li p { line-height: 20px; max-height: 40px; overflow: hidden; font-size: 16px; margin-bottom: 10px; }
.hwq-focus .right li span { font-size: 12px; line-height: 20px; text-align: right; display: block; color: #fff; }
.hwq-focus .right li span a { margin-right: 20px; }
.hwq-focus .right li:hover { background: #96d3ff; }
.hwq-focus .right li.active { margin-left: -20px; padding-right: 30px; }
.hwq-focus .right li i { background-image: url(../images/btns.png); background-repeat: no-repeat; width: 60px; height: 60px; float: left; margin: 15px 19px 0px 0; }
/********/
/*背景*/
.bg-white { background: #FFF; /*border: solid 1px #dcdcdc;*/ }
/*幻灯片2*/
.hwq-focus-s { width: 100%; clear: both; position: relative; height: 229px; border: solid 1px #dcdcdc; border-radius: 3px; }
.hwq-focus-s> .img-pos { position: absolute; top: 0; left: 0; z-index: 9999; }
.hwq-focus-s-box {overflow:hidden; position: relative; width: 100%; height: 100%; }
.hwq-focus-s-box li { float: left; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; filter: alpha(opacity=0); background: #fff; }
.hwq-focus-s-box li a { display: block; width: 100%; height: 100%; }
.hwq-focus-s .hwq-focus-s-box img {width:398px;height:309px;}
/*圆点*/
.hwq-focus-s .cir_box { overflow: hidden; position: absolute; z-index: 130; }
.hwq-focus-s .cir_box li { float: left; width: 10px; height: 10px; margin: 0 2px; cursor: pointer; background: #fff; opacity: 0.8; filter: alpha(opacity=80); }
.hwq-focus-s .cir_on { background: #1baeff !important; }
/*按钮*/
.hwq-focus-s .hwq-focus-s-btn { position: absolute; width: 100%; top: 50%; margin-top: -40px; height: 0; }
.hwq-focus-s .left_btn,
.hwq-focus-s .right_btn { width: 30px; height: 80px; background: #000; opacity: 0; filter: alpha(opacity=40); cursor: pointer; color: #fff; line-height: 80px; font-size: 30px; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-family: SimSun; transition: ease-in-out 0.2s; }
.hwq-focus-s .left_btn { float: left; }
.hwq-focus-s .right_btn { float: right; }
.hwq-focus-s:hover .left_btn,
.hwq-focus-s:hover .right_btn { opacity: 0.4; }
/*标题*/
.hwq-focus-s a span { width: 100%; height: 40px; background: #000; background: rgba(0,0,0,0.5); display: block; position: absolute; bottom: 0; z-index: 120; line-height: 40px; overflow: hidden; padding: 0 90px 0 10px; color: #fff; }
/*********/
/*头条新闻*/
.hwq-tab.headline-box { border: none; padding: 0; margin: 0; }
.hwq-tab.headline-box .title { margin: 0 }
.hwq-tab.headline-box .headline { }
.hwq-tab.headline-box .headline .headline-title { font-size: 20px; line-height: 20px; color: #ff0000; display: block; margin-top:20px; margin-bottom: 12px; font-weight: bold; padding:0 10px; height: 25px; overflow: hidden; text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hwq-tab.headline-box .headline .headline-detail { padding:0 10px; line-height:20px; height:40px; overflow: hidden; color:#999;}
.hwq-tab.headline-box .headline .headline-detail a{ display:inline-block; float:right; color:#f00;}
/*幻灯片3*/
.hwq-focus-s.hwq-focus-m { height: 375px; border: none; background: #fff; }
.hwq-focus-s.hwq-focus-m .hwq-focus-s-box li > a > .tex { position: absolute; width: 400px; min-height: 50px; padding: 15px; bottom: 10px; right: 10px; background:rgba(0,0,0,0.5); color: #fff; border-radius: 3px; font-size: 16px; }
.hwq-focus-s.hwq-focus-m .hwq-focus-s-box img {width:590px;height:375px;}
/*按钮*/
.hwq-focus-s.hwq-focus-m .hwq-focus-s-btn { top: 10px; left: 10px; margin-top: 0px; }
.hwq-focus-s.hwq-focus-m .left_btn,
.hwq-focus-s.hwq-focus-m .right_btn { width: 40px; height: 80px; border-radius: 3px; margin-bottom: 10px; overflow: hidden; position: relative; text-indent: 1000px; }
.hwq-focus-s.hwq-focus-m .left_btn { float: none; }
.hwq-focus-s.hwq-focus-m .left_btn:before { content: '\e633'; font-family: "iconfont"; display: block; width: 30px; height: 30px; position: absolute; top: 50%; left: 50%; text-indent: 0; line-height: 30px; margin: -15px; }
.hwq-focus-s.hwq-focus-m .right_btn { float: none; }
.hwq-focus-s.hwq-focus-m .right_btn:before { content: '\e635'; font-family: "iconfont"; display: block; width: 30px; height: 30px; position: absolute; top: 50%; left: 50%; text-indent: 0; line-height: 30px; margin: -15px; }
/*********/
/*广告条*/
.hwq-banner { width: 100%; display: block; border-radius: 3px; padding: 10px; background: #fff; }
/*******/
/*tab*/
.hwq-tab { background: #FFF; padding-top: 1px; /*border: solid 1px #dcdcdc;*/ }
.hwq-tab div.title { overflow: auto; background: #edf6ff; margin: 10px 10px 0 10px; border-bottom: solid 2px #0a7aca; }
.hwq-tab div.title span:after { position: absolute; right: -20px; bottom: 0; content: ""; width: 0; height: 0; border-style: solid; border-width: 12px 10px; border-color: #7bb8e4 transparent transparent #7bb8e4; }
.hwq-tab div.title span { line-height: 34px; text-align: center; float: left; min-width: 110px; margin: 0px; background: #0a7aca; margin-right: 10px; font-size: 14px; color: #fff; cursor: pointer; transition: ease-in-out 0.2s; padding: 0 10px; position: relative; }
.hwq-tab ul { font-size: 14px; display: none; clear: both; height: 180px; padding: 5px 20px; background: #fff; position: relative; }
.hwq-tab ul > span { font-size: 12px; color: #333; padding: 10px 10px; position: absolute; bottom: 100%; z-index: 999; right: 0;  margin-right: 15px;}
.hwq-tab ul > span > a:first-child:after { content: '>'; margin: 0 5px }
.hwq-tab ul > span > a:after {/* content:'>'; font-family:SimSun; margin:0 5px*/ }
.hwq-tab ul > span > a:last-child:after { content: ''; }
.hwq-tab ul > a { font-size: 12px; color: #0a7aca; padding: 10px 20px; position: absolute; bottom: 100%; z-index: 999; right: 0; }
.hwq-tab ul > a:hover { margin-right: 5px; }
.hwq-tab ul li { line-height: 32px; padding-left: 20px; background: url(../images/hwq-list-dot.png) center left no-repeat; }
.hwq-tab ul li:after { content: ''; display: block; clear: both; }
.hwq-tab ul li .name { margin-right: 60px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333; }
.hwq-tab ul li .name.new{ padding-right:28px; position:relative;}
.hwq-tab ul li .name.new:after{ content:"new"; display:block; position:absolute; right:0; background:#f00; color:#fff; font-size:10px; line-height:12px; top:50%; margin-top:-8px; padding:2px; border-radius:3px; font-family:KaiTi; }
.hwq-tab ul li:hover .name { color: #f00; }
.hwq-tab ul li .time { float: right; color: #999999; }
/*首页右侧图片列表*/
.hwq-tab .info-img ul{ height:148px;  padding:5px;}
.hwq-tab .info-img ul li{ float:left; width:25%; padding:5px; background:none; height:100%;}
.hwq-tab .info-img ul li img{ width:188px; height:126px; display:block;}
/*视频列表*/
.hwq-tab.hwq-tab-img ul { height: 415px; font-size: 0; padding: 5px; text-align: center; }
.hwq-tab.hwq-tab-img ul li { width: 134px; height: 125px; display: inline-block; font-size: 14px; background: none; padding: 0; margin: 5px; position: relative; }
.hwq-tab.hwq-tab-img ul li a:before { width: 50px; height: 50px; background: url(../images/hwq-play-bg.png) center center no-repeat; content: ''; display: block; position: absolute; left: 50%; top: 50%; margin: -25px; z-index: 9999; }
.hwq-tab.hwq-tab-img ul li img { display: block; width: 134px; height: 125px; background: #FFF }
.hwq-tab.hwq-tab-img ul li a > .name { line-height: 24px; font-size: 14px; background:rgba(0,0,0,0.5);filter: alpha(opacity=40); display: block; margin-top: -24px; color: #fff; position: relative; z-index: 9999; width: 100%;padding:0 5px; }
/*图片列表*/
.hwq-img-list ul { padding: 5px 10px }
.hwq-img-list ul li { padding: 0; background: none; width: 25%; float: left; padding: 5px; }
.hwq-img-list ul li img { width: 232px; display: block; height: 110px; }
.hwq-img-list ul li a span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
/********/
/*列表页也用的这个*/
.hwq-tab.hwq-list ul { height: 750px; }
.hwq-tab.hwq-list ul li { line-height: 3; }
/****/
/*信息公开*/
.hwq-xxgk-index { border-radius: 3px; /*border: solid 1px #dcdcdc;*/ background: #fff; height: 225px; padding: 10px; }
.hwq-xxgk-index ul li { width: 33.33%; height: 102px; float: left; text-align: center; padding-top: 15px; background: #edf6ff; color: #0a7aca; outline: solid 5px #fff; transition: ease-in-out 0.2s;}
.hwq-xxgk-index ul li:hover { background: #95d3ff }
.hwq-xxgk-index ul li:hover i { color: #fff; }
.hwq-xxgk-index ul li.dark {/* background:#e0efff; */ }
.hwq-xxgk-index ul li i { display: block; font-size: 36px; }
.hwq-xxgk-index ul li:hover,
.hwq-xxgk ul li.dark:hover { background: #0a7aca; color: #fff; }
/********/
/*图片画廊*/
#hwq-scroll { width: 100%; position: relative; overflow: hidden; }
#hwq-scroll .content { width: 100%; position: relative; height: 86px; line-height: 20px; }
#hwq-scroll ul { position: absolute; height: 100px; }
#hwq-scroll li { text-align: center; float: left; font-size: 12px; width: 194px; box-sizing: border-box; padding: 0 5px; }
#hwq-scroll li a:hover { position: relative; }
#hwq-scroll li a img { display: block; width: 184px; height: 86px; }
/*********/
/*图片列表*/
.hwq-img { background: #FFF; padding: 10px; border-radius: 3px; /*border: solid 1px #dcdcdc;*/ }
.hwq-img li { width: 25%; float: left; text-align: center; padding-right: 10px; }
.hwq-img li img { display: block; width: 100%; height: 86px; }
.hwq-img li span { line-height: 24px; font-size: 14px; background: rgba(0,0,0,0.2); display: block; margin-top: -24px; color: #fff; position: relative; z-index: 9999; }
/********/
/*联系我们*/
.hwq-talk { height: 108px; background: #FFF; padding: 10px; border-radius: 3px;/* border: solid 1px #dcdcdc;*/ padding-top: 10px; }

.hwq-talk li { width: 50%; float: left; font-size: 14px; background:#000; }



.hwq-talk li i { display: block; font-size: 34px; line-height: 54px; width: 54px; border-radius: 200px; background: #F00; text-align: center; color: #fff; margin: 0 auto; margin-bottom: 8px; transition: ease-in-out 0.2s; }
.hwq-talk li:hover i { opacity: 0.8; }
/********/
/*footer*/
.hwq-footer { width: 100%; font-size: 0; background: #fff;/* border-top:2px #edf6ff solid; *//* outline:5px #fff solid; */ margin-top: 12px; text-align: center; padding: 15px 0; }
.hwq-footer>* { display: inline-block; font-size: 14px; vertical-align: middle; }
.hwq-footer>img { height: 60px; padding: 10px; border-radius: 3px; margin: 0 5px; }
.hwq-footer>div { margin: 0 10px; text-align: left; color: #0a7aca; line-height: 24px; }
/********/
/*网站地图tab*/
.hwq-footer-tab { padding: 12px 10px; background: #fff; }
.hwq-footer-tab div.title { background: #fff; display: table; width: 100%; margin: 0 0px 5px; }
.hwq-footer-tab div.title span.active a { background: #0a7aca; color: #fff; position: relative; }
.hwq-footer-tab div.title span { line-height: 40px; text-align: center; height: 40px; width: 1%; cursor: pointer; color: #666; transition: ease-in-out 0.2s; display: table-cell;/* padding:0 5px; */ background: #edf6ff; }
.hwq-footer-tab div.title span.active a:before { display: block; content: ''; position: absolute; top: 100%; left: 50%; margin-left: -6px; width: 12px; height: 6px; background: url(../images/hwq-footer-tab-arrow.jpg); }
.hwq-footer-tab div.title a { font-size: 14px; color: #666; display: block; width: 100%; height: 100%;/* border-radius:3px; */ }
.hwq-footer-tab ul { font-size: 14px;clear: both; height: 180px; padding: 10px 20px; background: #edf6ff; border-radius: 3px; overflow: auto; }
.hwq-footer-tab ul li { line-height: 34px; width: 14.28%; float: left;text-align:center; }
.hwq-footer-tab ul li:before {/* content:''; */ display: block; float: left; margin-top: 12px; width: 8px; height: 8px; background: #b5b9be; margin-right: 5px; border-radius: 10px; transition: ease-in-out 0.2s; }
.hwq-footer-tab ul li:after { content: ''; display: block; clear: both; }
.hwq-footer-tab ul li:hover:before { background: #9d9d9d; }
.hwq-footer-tab ul li:hover { color: #ff0000; }
/********/
/*走进我们*/
.hwq-zjhw-banner { border-radius: 3px; padding: 10px; background: #fff; border: solid 1px #dcdcdc; position: relative; }
.hwq-zjhw-banner img { width:1178px;height:327px; display: block; }
.hwq-zjhw-banner>.tex { position: absolute; position: absolute; bottom: 10px; left: 10px; right: 10px; padding: 15px; color: #fff; background-image: url(../images/hwq-zjhw-banner-bg.png); line-height: 2; }
.hwq-zjhw-banner>.tex>span { font-size: 16px; display: block; }
.hwq-zjhw-banner>.tex>a { display: block; float: right; background: url(../images/hwq-nav-bg.jpg) center center; width: 115px; height: 40px; border-radius: 3px; text-align: center; line-height: 40px; }
.hwq-zjhw-banner>.tex>a>i { width: 17px; padding-left: 3px; height: 20px; border-radius: 100px; border: solid 1px #fff; line-height: 18px; display: inline-block; margin-left: 5px; font-size: 16px; }
.hwq-zjhw-icon { display: block; width: 100%; }
.hwq-zjhw-icon ul { display: table; padding: 5px; width: 100%; border: solid 1px #dcdcdc; background: #fff; }
.hwq-zjhw-icon ul li { display: table-cell; width: 1%; text-align: center; padding: 5px; vertical-align: middle; }
.hwq-zjhw-icon ul li a { width: 100%; height: 115px; background: #ecf5ff; padding-top: 15px; display: block; box-sizing: border-box; border: solid 1px #dcdcdc; }
.hwq-zjhw-icon ul li a:hover { background: #d9efff; border: solid 1px #1686d6; color: #0095ff; font-weight: bold; }
.hwq-zjhw-icon ul li a img { display: block; margin: 0 auto; }
.hwq-left-list { background: #fff; border-radius: 3px 3px 0 0; padding-bottom:100px; }
.hwq-left-list ol { height: 100px; background: url(../images/hwq-list-bg.jpg) center center; border-radius: 3px 3px 0 0; color: #fff; text-align: center; font-size: 24px; font-weight: bolder; display: table; width: 100%; }
.hwq-left-list ol a { line-height: 40px; display: table-cell; vertical-align: middle; padding: 0 10px; }
.hwq-left-list li { line-height: 40px; border-bottom: dashed 1px #dcdcdc; text-align: center; font-size: 16px; color: #0c7ccc; margin: 0 10px; position: relative; }
.hwq-left-list li:hover,
.hwq-left-list li.active { background: #ecf5ff; margin: 0; border-bottom: #ecf5ff 1px solid; font-weight: bold; }
.hwq-left-list li:hover:before,
.hwq-left-list li:hover:after { content: ''; display: block; float: left; width: 3px; height: 36px; left: 4px; top: 2px; background: #fff; position: absolute; }
.hwq-left-list li:hover:after { left: auto; right: 4px; }
.hwq-left-list li:last-child { }
/********/
/*页码*/
.hwq-page { text-align: center; padding-top: 40px; clear: both; position: relative; }
.hwq-page:before { border-top: dashed #dcdcdc 1px; position: absolute; top: 20px; left: 0; right: 0; content: ''; display: block; }
.hwq-page>a { display: inline-block; height: 30px; line-height: 30px; border: solid 1px #b8b8b8; border-radius: 3px; background: #f0f0f0; min-width: 30px; padding: 0 5px; box-sizing: border-box; font-size: 14px; margin: 0 5px; box-shadow: #999 0 1px 3px; font-weight: bolder; color: #777; position: relative; }
.hwq-page>a:hover { background: #f8f8f8; }
.hwq-page>a:before { content: ''; display: block; width: 100%; height: 3px; background: #fff; position: absolute; top: 0; left: 0; opacity: 0.6 }
.hwq-page>a.active { background: #97d4fb; border: solid 1px #72ace3; box-shadow: 0 1px 3px #72ace3; }
.hwq-page>a.active:before { background: #b6e2fc; }
.hwq-page>a.active:hover { background: #a7dbfc; }
/*****/
/*政务信息*/
.hwq-tzgg { background: #fff; height: 110px; border-radius: 3px; overflow: hidden; }
.hwq-tzgg span { background: #1d8ddd; border-radius: 3px 100px 100px 3px; display: block; width: 100px; height: 150px; margin-top: -20px; padding: 40px 20px; box-sizing: border-box; font-size: 24px; color: #fff; font-weight: bolder; float: left; }
.hwq-tzgg .center { width: 720px; height: 90px; margin: 10px; float: left; background: #ecf5ff; padding: 10px 15px; border-radius: 3px; }
.hwq-tzgg .center .top { font-size: 24px; color: #ff0000; font-weight: bolder; line-height: 24px; overflow: hidden; margin-bottom: 5px; }
.hwq-tzgg .center .bottom { height: 40px; line-height: 20px; overflow: hidden; }
.hwq-tzgg .right { background: #ecf5ff; padding: 10px 15px; border-radius: 3px; margin: 10px 10px 10px 840px; height: 90px; }
.hwq-tzgg .right ul li { line-height: 24px; height: 24px; overflow: hidden; color: #f00; }
.hwq-tzgg .right ul li:before { content: '\e63e'; font-family: "iconfont"; }
.hwq-hwxx-banner { padding: 10px; background: #70c3ff; }
.hwq-hwxx-banner .hot-news { height: 375px; background: #fff; border-radius: 3px; padding: 15px; }
.hwq-hwxx-banner .hot-news .title { font-size: 24px; line-height: 30px; text-align: center; padding-bottom: 15px; border-bottom: dashed 1px #d2d2d2; margin-bottom: 15px; }
.hwq-hwxx-banner .hot-news .info { font-size: 14px; line-height: 30px; height: 210px; overflow: hidden; text-align: justify; }
.hwq-hwxx-banner .hot-news .time { text-align: right; margin-top: 15px; }
.hwq-hwxx-banner .hot-news a:hover {color:#ff0000;}
/********/
/*信息公开*/
.hwq-tab.hwq-list.hwq-xxgk ul { height: 130px; }
.hwq-tab.hwq-list.hwq-xxgk ul { display: table; padding-top: 20px; padding-bottom: 0; }
.hwq-tab.hwq-list.hwq-xxgk ul li { text-align: center; font-size: 14px; display: table-cell; width: 1%; padding: 0; background: none; line-height: 20px; }
.hwq-tab.hwq-list.hwq-xxgk ul li i { display: block; font-size: 30px; line-height: 46px; width: 54px; border-radius: 200px; background: #3daeff; text-align: center; color: #fff; margin: 0 auto; margin-bottom: 0px; transition: ease-in-out 0.2s; margin-bottom: 5px; height: 54px;}
.hwq-tab.hwq-list.hwq-xxgk-tab ul { height: 240px; }
.hwq-tab.hwq-list.hwq-xxgk-tab ul li { line-height: 30px; height: 210px; background: none; padding: 0; overflow: hidden; }
.hwq-xxgk-zdgz { }
.hwq-xxgk-zdgz .title { font-size: 24px; border-bottom: solid 3px #3daeff; text-align: center; color: #3daeff; height: 18px; margin-bottom: 24px; }
.hwq-xxgk-zdgz .title span { display: inline-block; line-height: 24px; padding: 0 20px; background: #fff; font-weight: bold; }
.hwq-xxgk-zdgz * { box-sizing: border-box; }
.hwq-xxgk-zdgz>ul>li { float: left; width: 10%; padding: 6px; font-size: 14px; text-align: center; position: relative; }
.hwq-xxgk-zdgz>ul>li>a { display: block; padding: 10px 5px 40px; overflow: hidden; height: 120px; line-height: 20px; background: #f5f5f5; border-radius: 5px; box-sizing: border-box; }
.hwq-xxgk-zdgz>ul>li:hover>a { color: #0078d3; background: #f1f9ff; border: solid 1px #b8cfde; padding: 9px 4px 39px; }
.hwq-xxgk-zdgz>ul>li>a>i { display: block; text-align: center; font-size: 35px; line-height: 50px; color: #3daeff; margin-bottom: 5px; }
.hwq-xxgk-zdgz>ul>li>ul { display: none; left: 100%; min-width: 210px; min-height: 120px; position: absolute; top: 6px; z-index: 9999; }
.hwq-xxgk-zdgz>ul>li>ul>ol { display: block; width: 100%; min-height: 120px; background: #f1f9ff; border: solid 1px #b8cfde; border-radius: 5px; padding: 6px 6px 6px 15px; position: relative; }
.hwq-xxgk-zdgz>ul>li>ul>ol:before { display: block; content: ''; width: 6px; height: 6px; position: absolute; top: 15px; left: -6px; background: url(../images/hwq-zdlyxxgk-arrow.jpg); }
.hwq-xxgk-zdgz>ul>li>ul>ol>li { width: 100% !important; text-align: left; padding-left: 15px; background: url(../images/hwq-zdlyxxgk-arrow-2.png) center left no-repeat; line-height: 24px; }
.hwq-xxgk-zdgz>ul>li>ul>ol>li:hover { color: #f00; }
.hwq-xxgk-zdgz>ul>li:hover>ul { display: block; }

/*文章列表*/
.hwq-info-article { }
.hwq-info-article ul { height: auto !important; padding: 35px 50px; }
.hwq-info-article-title { text-align: center; line-height: 42px; padding: 5px 0; border-bottom: dashed 1px #eee; font-size: 24px; color: #0a7aca; }
.hwq-info-article-time { line-height: 40px; text-align: center; }
.hwq-info-article-time span { margin: 0 10px; }
.hwq-info-article p { line-height: 30px; text-indent: 2em;}
.hwq-info-article img { margin: 10px auto; display: block; max-width: 100%; }
.hwq-info-article .hwq-page { text-align: right; padding-bottom: 20px; }
.hwq-info-article .hwq-page >span { float: left; font-size: 14px; text-indent: 0em; text-align: left; }
.hwq-info-article .hwq-page >span >a { display: block; }
.hwq-info-article .hwq-page >span >a:hover { color: #f00; }
.hwq-img-list .info a:hover {color:#ff0000;}



.dakuang {overflow: hidden;}
.dakuang > div {margin-bottom: -9999px; padding-bottom: 9999px;}
.dakuang > div.baise {background: #fff;}


.mr5{ margin-right:5px;}
.ml5{ margin-left:5px;}
.backc-g{ background:#83a41c; height:86px; color:#fff; font-size:16px;}
.backc-o{ background:#dda041; height:86px; color:#fff; font-size:16px;}
.backc-b{ background:#2e9b7b; text-align:center; height:86px; color:#fff; font-size:16px; line-height:26px;}


.dis{ display:block;}

.z-title{ position:relative;}
.z-title-w{ position:absolute; right:20px; top:20px; color:#0a7aca; z-index:9999; font-size:12px;}
.z-title-w:hover{ position:absolute; right:25px; top:20px; color:#0a7aca; z-index:9999; font-size:12px;}


.z-d{ line-height:32px; float:left; width:50%; padding-top:10px;}
.z-l{ line-height:26px; float:left; width:50%; background:#f2f5f8; color:#333;}

.link-inf{ background:#f2f5f8; color:#333; height:36px; line-height:36px; text-align:center; margin-bottom:8px;}

/*sjfb*/
.sjfb_top_nav,.sjfb_top_nav .sjfb_tab{width:100%;float:left;padding:10px 5px;}
.sjfb_top_nav .sjfb_tab ul{width:400px;height:auto;float:left;display:block;padding:0;}
.sjfb_top_nav .sjfb_tab ul li{padding:0;float:left;list-style:none;background:none;margin-bottom:10px;}
.sjfb_top_nav .sjfb_tab ul li a{width:380px;float:left;height:50px;line-height:50px;background:#f6f6f6;color: #333333;text-align:center;font-size: 16px;}
.sjfb_top_nav .sjfb_tab ul li a:hover{background:#0a7aca;color:#fff;}
.sjfb_top_nav .sjfb_tab_lay{width:770px;float:right;}
.sjfb_top_nav .sjfb_tab_lay p{display:none;}
.sjfb_top_nav .sjfb_tab_lay img{width:770px;height:350px;}

.hwq-tab div.gd a{float:right;margin:7px 10px 0 0;color:#0a7aca!important;}
.hwq-tab div.title a{float:right;margin:7px 18px 0 0;color:white;}