﻿@charset "utf-8";
a{text-decoration:none; color:#333333;}
a:hover{color:#e53527;}
input::-webkit-input-placeholder{color: #cccccc;}

.transition a{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}
.imgScale a img{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-duration: 4s;
	transition-duration: 4s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.imgScale a:hover img{
	-moz-transform:scale3d(1.1, 1.1, 1);
	-ms-transform:scale3d(1.1, 1.1, 1);
	-o-transform:scale3d(1.1, 1.1, 1);
	-webkit-transform:scale3d(1.1, 1.1, 1);
	transform:scale3d(1.1, 1.1, 1);
}
.hover-opacity img{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}
.hover-opacity img:hover{opacity: .85; }

/*layout*/
.container{ width:1250px; margin-left: auto; margin-right: auto; clear:both;}
.common-row:after, .common-row:before {content: '';	display: block;	clear: both;}
.common-row{margin:0 -15px;}
.common-row>*{float: left;}
.common-row .grid{padding:0 15px;}
.common-col-2{width: 16.66667%;}
.common-col-4{width: 33.33333%;}
.common-col-6{width: 50%;}
.common-col-8{width: 66.66667%;}
.common-col-10{width: 83.33333%;}
/* .container > .mainBox{position: relative; background: #fff; padding: 20px;} */
.bg-gray {background-color: #f8f8f8;}
.bg-gray > .crumb{border-top: #549cd8 2px solid; text-align: right;}

/*header*/
.header-t{height:38px; line-height:38px; font-size: 13px;}
.header-t a{color:#3d78ae;}
.header-toolbar li{float: left;}
.header-toolbar li + li{margin-left:15px;}
.header-toolbar a:hover{color:#e53527;}
.header-toolbar li.icon > a:before{content: ''; width: 24px; height: 24px; background-repeat: no-repeat; background-position: center center;}
.header-toolbar li.icon > a:before,
.header-toolbar li.icon span{display: inline-block; vertical-align: middle;}
.header-toolbar li.icon span{margin-left: 5px;}
.header-toolbar li.wza > a:before{background-image: url(../global/header-icon-wza.png);}
.header-toolbar li.znjqr > a:before{background-image: url(../global/2017fg1-top-logo1.png);}
.header-toolbar li.qrcode > a:before{background-image: url(../global/2017fg1-top-logo4.png);}
.header-toolbar .drop{display: none; position: absolute; left:50%; margin-left: -45px; top:38px; width:90px; height:150px;}
.header-toolbar .drop img{display: block; width: 100%;}
.header-toolbar .hasDrop{position: relative;}
.header-toolbar li.hasDrop:hover .drop{display: block;}
.header-toolbar li.wza a{cursor: pointer;}

.header-ban{clear:both; margin-bottom: 2px; background:url(/global/2017fg1-bg.png) no-repeat center top;}
.header-ban .container{position: relative; height: 185px;}
.header-logo{padding: 40px 0 0;}
.header-logo img{display: block;}
.header-logo .m{display: none;}
.header-logo .pc{height: 100px;}

.mainnav{clear:both;}
.mainnav > .container{height: 56px; background: url(/global/2017fg1-menubg.png) no-repeat center top;}
.mainnav li{float:left; position: relative;}
.mainnav li > a{ display:inline-block; padding: 0 45px; border-right: 1px solid #0b98d6; line-height: 56px; font-size:24px; color:#fff;}
.mainnav li a span{line-height: 50px;}
.mainnav li a:hover{background: url(/global/2017fg1-menulicur1.png) center bottom repeat-x;}
.mainnav ul li .zlmmenu {display: none; position: absolute; top: 56px; left: 0; background-color: #064c76; width: 100%; z-index: 99999;
}
.mainnav ul li .zlmmenu a { padding: 0; display: block; font-size: 16px; line-height: 24px; padding: 7px 5px; border-bottom: 1px solid #346c8e; color: #fff; background: #0074a8; text-align: center;}
.mainnav ul li .zlmmenu a.cur,
.mainnav ul li .zlmmenu a:hover {background-color: #61b9ee;}

.header-search{position: absolute; right: 10px; bottom: -45px; width:268px; padding:0 40px 0 10px; height: 35px; background: rgba(0,0,0,.3);}
.header-search .searchTxt{width: 100%; height: 35px; color:#fff; font-size:14px; background: none; border:0;}
.header-search .searchBtn{position: absolute; right: 0; top: 0; bottom: 0; width:24px; background: url(../global/header_icon_search.png) no-repeat center center; right: 10px; cursor:pointer; border: 0;}
.header-search .searchTxt::-webkit-input-placeholder{color: #999;}


/*footer*/
.footer{color: #fff; line-height: 25px;}
.footer .container{background: #006a99 url(/global/2017fg1-footerbg.png) left top repeat-x; padding: 25px 0; position: relative;}
.footer .footer-dzjg,
.footer .footer-jiucuo{position: absolute; top: 50%; transform: translateY(-50%);}
.footer-copyright{text-align: center;}
.footer-copyright a{color: #fff;}
.footer .footer-dzjg{left: 2%;}
.footer .footer-jiucuo{right: 2%;}


/*common*/
.common-title{background-color: #f8f9fe;}
.common-title .currentName{position: relative; float: left; padding: .5em 1.125em; font-size: 1.25em; color: #1074b6;}
.common-title .currentName:before{position:absolute; top:0; bottom: 0; left:0; content:""; width:5px; background-color: #1074b6;}
.common-title br{display:none;}


/* tab */
.tab-brief > .hd{position: relative;}
.tab-brief > .hd ul{float: left;}
.tab-brief > .hd li{float:left; position: relative; color: #666666; padding-bottom: 12px; font-size:20px;}
.tab-brief > .hd li + li{margin-left: 30px;}
.tab-brief > .hd li:after{content: ''; position: absolute; width:0; bottom:-2px; left:0; height: 2px; background: #ed4e00;transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.tab-brief > .hd li.on:after{width: 100%;}
.tab-brief > .hd li.on a{color: #ed4e00; font-weight: bold;}
.tab-brief > .hd.line{border-bottom:#e8e8e8 2px solid;}
.tab-brief > .hd.icon li{padding-left: 24px; padding-right: 24px;}
.tab-brief > .hd.icon li.on{ background: url(/global/2017fg1-index-licur.png) 0 8px no-repeat;}
.tab-brief > .hd.f15 li{font-size: 15px;}
.tab-brief > .hd.f15 li.on a{font-weight: normal;}
.tab-brief > .hd.split li + li:before{content: ''; width: 1px; height: 14px; background: #000; opacity: .4; position: absolute; left: -15px; top: 4px;}

.tab-card .hd{ height:50px; position: relative; line-height:50px;  background: #e8f2f7; border-left: 4px solid #ed5a11;}
.tab-card .hd .more{float:right;}
.tab-card .hd ul{padding-left: 20px;}
.tab-card .hd ul li{float:left; font-size:18px;}
.tab-card .hd ul li a{color:#666;}
.tab-card .hd ul li + li{margin-left: 25px;}
.tab-card .hd ul li.on a{color:#006a99; font-weight: bold;}
.tab-card > .bd > .item > .newsList{clear:both; padding-top: 10px;}

.tab-brief > .hd .common-more,
.tab-card > .hd .common-more{position: absolute; right: 0;}
.tab-card > .hd .common-more{right: 15px; line-height: 40px;}

.tab-card .hd > .center{text-align: center;}
.tab-card .hd > .center li{float: none; display: inline-block;}

.common-more{background:url(http://mzzjj.gz.gov.cn/global/common_more.gif) no-repeat right center; padding-right:12px;  color:#666666; line-height: 30px;}
.m-common-more{clear: both; margin-top:15px; text-align:center; line-height:40px; background-color:#f5f5f5; display: none;}
.m-common-more a{color:#666;}
.m-common-more a:hover{color: #333;}
.m-common-more.bg-white{background: #fff;}
.js-tab .more a + a{display: none;}
.js-tab > .bd > * + * {display: none;}
.tab-brief .bd .item > .newsList{margin-top: 10px;}


/* newsList */
.newsList{clear: both;}
.newsList li h4{position:relative; padding:5px 0; font-size: 1em; font-weight: normal; line-height:26px; overflow:hidden; vertical-align:top;}
.newsList li .time{position:absolute; right:0; top: 50%; margin-top: -13px; color:#999999;}
.newsList li a{float:left; max-width:100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.newsList li a br{display: none;}
.newsList.MM-dd li h4{padding-right:60px;}
.newsList.yyyy-MM-dd li h4{padding-right:100px;}
.newsList.twoCol li{float: left; width: 50%;}
.newsList.twoCol{margin: 0 -15px;}
.newsList.twoCol li h4{margin: 0 15px;}
.newsList.dot li h4{padding-left: 18px;}
.newsList.dot li h4:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2px; width: 4px; height: 4px; background: #bed0de;}
.newsList.line li{border-bottom: 1px dashed #d8d7d7;}
.newsList.dot li:hover h4:before{background: #e53527;}
.newsList.dot li:hover a, .newsList.dot li:hover span{color: #e53527;}
.newsList.f15 li h4{padding-top: 4px; padding-bottom: 4px;}
.newsList.f15 li h4 a{font-size: 15px;}

.tab-brief .newstt{border-bottom: 1px solid #f2f2f2; padding: 8px 0 12px;}
.tab-brief .newstt h3{font-weight: normal; line-height: 50px; color: #006998; text-align: center; font-size: 22px;}
.tab-brief .newstt h3 a{color: #006998;}
.tab-brief .newstt p{height: 48px; line-height: 24px; color: #666;}
.tab-brief .newstt p a{color:#0277bd; }
.tab-brief .newstt p span{margin-right: 10px;}

/* 单行省略号 */
.elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
/* 多行省略号 */
.elli-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}


/* crumb */
.page-title{border-top: 2px solid #339ede; background: #f9f9f9;}
.page-title h2{display: inline-block; background:url(/global/2017fg1-index-licur.png) 14px center no-repeat;  padding-left: 30px; font-size: 16px; line-height: 40px; color: #0277bd;}
.crumb{padding:8px 20px; line-height:24px; color:#999999;}
.crumb a{color:#999999;}
.crumb a:hover{color:#e53527;}

/*pages*/
.pages{ clear:both; padding:30px 0; line-height:28px; color:#555; text-align: center;}
.pages .pagination_index_last *{vertical-align:middle\9;}
.pages a{display: inline-block; padding:0 10px; margin:3px; zoom:1; color: #555; border:#dfdfdf 1px solid; border-radius:3px;
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #f1f1f1;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);}
.pages a.current,
.pages a:hover{background:#327ebf; border-color:#327ebf; color:#fff; text-decoration:none;}
.pages a.current{font-weight: bold;}


/*owl-carousel*/
.common-slideOPic{position:relative; overflow:hidden;}
.common-slideOPic .owl-dots{position:absolute; bottom:15px; right:15px; z-index:99;}
.common-slideOPic .owl-dot{float:left; width:8px; height:8px; margin-right:8px; background-color:#fff; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity:0.6;}
.common-slideOPic .owl-dot.active{filter:alpha(opacity=100); -moz-opacity: 1; opacity:0.85;}


/* 外链跳转提示框 */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed; top: 50%; left: 50%; margin-left:-300px; margin-top: -160px; width: 600px; height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 1.4em;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 1em;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}	
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.125em;}
.alert-warning .continue{width: 124px; height: 42px; color: #fff; background-color: #347bd7; border-radius:25px; -webkit-border-radius:25px; text-align: center; line-height: 42px;/* border:#e1e1e1 1px solid; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;*/}	
.alert-warning .fangqi{line-height: 42px;  color: #347bd7;}	

/* 归档 */
.guidang{position: absolute; top:2px; right: 2%; width: 160px; height: 90px; background: url(http://mzzjj.gz.gov.cn/images/2020_mzjgd.png) no-repeat; z-index: 9;}
.guidang span{position: absolute; bottom: 10px; left: 0; right: 0; text-align: center;  color: #ff0000; font-size:18px; font-weight: bold;}