﻿/* public */
@charset "utf-8";
*{padding:0; margin:0 auto;} /* IE8*/
*+html *{padding:0; margin:0;}
* {margin:0; padding:0;}
body{ -webkit-text-size-adjust: none;color:#444;}
body{font-family:"Microsoft YaHei";}
div{font-size:12px; text-align:left;margin:0 auto;}
a { color:#444; text-decoration: none; outline:medium none; }
a:hover { color: #f00; }
ul,li{padding:0px; margin:0px; list-style-type:none; list-style: none;}
img{border:none;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,table{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
.clear:after{
  content: "";
  clear: both;
  display: table;
}
.transparent{background:transparent;}
.left{float:left;}
.right{float:right;}
.white{color:#fff;}
.white a{color:#fff;}
.bold{font-weight:bold}
.ari{font-family:"微软雅黑";}
.container{
  width: 1001px;
  margin: 0 auto;
}
/* style */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* =======================================================================================
Example showing how to change the color/size of the icons:
.icon-name {
  font-size: 32px; // works because "width" & "height" were set using em units
  color: red; // works for single-colored icons, because "fill" was set to "currentColor"
}
======================================================================================== */

.icon-map-pin {
  width: 0.75em;
}

.icon-triangle-down {
  width: 0.7490234375em;
}
.icon-map-pin{
  font-size: 35px;
  color: #D1010D;
}
.icon-triangle-down{
  font-size: 14px;
}
.icon-home-outline,.icon-newspaper,.icon-book,.icon-head,.icon-comments{
  font-size: 36px;
}
.icon-news, .icon-mail-envelope-closed, .icon-search1, .icon-smiling-face, .icon-comments1, .icon-align-left{
  font-size: 28px;
  color: #fff;
  float: right;
  padding-top: 18px;
}
.icon-folder{
  font-size: 26px;
  color: #D05946;
    float: left;
    padding-top: 6px;
    padding-left: 4px;
}
.icon-wechat,.icon-sina-weibo,.icon-phone_iphone{
  color: #fff;
  font-size: 26px;
  text-align: center;
  padding: 5px 0px 0px 4px;
}
.icon-play{
  color: #ccc;
}
/* style */
.header__top{
  height: 40px;
}
.date,.weather{
  line-height: 38px;
  color: #656565;
  font-size: 13px;
}
.weather{
  padding-left: 10px;
}
.login{
  padding-top: 10px;
}
.login li{
  float: left;
  font-size: 13px;
  text-align: center;
  padding: 0px 12px;
}
.login li a{
  color: #656565;
}
.header__center{
  height: 86px;
  padding-top: 23px;
}
.subnav{
  padding-top: 13px;
  padding-left: 25px;
  width:50px;
}
.subnav a{
  color: #D1010D;
  display: block;
  float: left;
    line-height: 37px;
    width: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
	cursor:pointer;
}
.nav{
    padding-top: 10px;
}
.nav li{
  float: left;
  padding: 0px 5px;
  padding-top: 10px;
  font-size: 16px;
  text-align: center;
    line-height: 61px;
}
.index-home{background: url(home-hover.png) top center no-repeat;}
.index-home a{color:#D1010D;border-bottom: 3px solid #D1010D;}
.home{
    background: url(home.png) top center no-repeat;
}
.newspaper{
    background: url(newspaper.png) top center no-repeat;
}
.xinxgk{
    background: url(xinxgk.png) top center no-repeat;
}
.bshf{
    background: url(bshf.png) top center no-repeat;
}
.hudjl{
    background: url(hudjl.png) top center no-repeat;
}
.home:hover{
    background: url(home-hover.png) top center no-repeat;
}
.newspaper:hover{
    background: url(newspaper-hover.png) top center no-repeat;
}
.xinxgk:hover{
    background: url(xinxgk-hover.png) top center no-repeat;
}
.bshf:hover{
    background: url(bshf-hover.png) top center no-repeat;
}
.hudjl:hover{
    background: url(hudjl-hover.png) top center no-repeat;
}
.nav li a{
  color: #285793;
  display: block;
  height: 63px;
  width: 94px;
}
.nav li a:hover{
  color: #D1010D;
  border-bottom: 3px solid #D1010D;
}
.search{
    height: 32px;
    overflow: hidden;
    position: relative;
    width: 310px;
    margin: 0 auto;
    padding: 3px 0px 0px 0px;
}
.search_index{
    height: 32px;
    overflow: hidden;
    position: relative;
    width: 310px;
    margin: 0 auto;
    padding: 3px 0px 0px 150px;
}
.sear{
    position: absolute;
    top: 4px;
    left: 4px;
}
.search input[type=submit] {
    background: none;
    border: none;
}
.search input[type=text] {
    outline: none;
    border: none;
    width: 250px;
    padding: 9px 0px 9px 22px;
    color: #454551;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 12px;
	background:url(s_text_bg_public.png);
}
.search_index input[type=submit] {
    background: none;
    border: none;
}
.search_index input[type=text] {
    outline: none;
    border: none;
    width: 250px;
    padding: 9px 0px 9px 22px;
    color: #454551;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 12px;
	background:url(s_text_bg_public.png);
}
.svg-icon{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 4px;
    top: 2px;
    display: inline-block;
    overflow: hidden;
    fill: currentColor;
    background: #3D75AF;
    color: #fff;
	background:url(s_but_bg_public.png);
}
#header{
 border-bottom:1px solid #D6D6D6; 
}
.foot{
  height: 72px;
  background: #EFF0EE;
  padding-top: 25px;
}
.footer{
    position: relative;
}
.footer li{
  float: left;
  font-size: 12px;
  padding: 0 2px;
  color: #666666;
}
.footer p{
  padding-top: 12px;
  font-size: 12px;
  color: #666666;
}
.footer span{
    position: absolute;
    right: -48px;
    bottom: -18px;
}
.footer-bo{
  font-size: 12px;
  color: #666;
  padding-top: 30px;
}
.column{
  margin-top: 20px;
}
.yzgov-share {
    padding: 10px;
    width: 43px;
    height: 125px;
    position: fixed;
    right: 30px;
    bottom: 170px;
    z-index: 100;
    border: 1px solid #E6E6E6;
    padding-top: 0px;
    background: #fff;
}
.yzgov-share-close {
    cursor: pointer;
    position: absolute;
    width: 14px;
    height: 14px;
    right: -1px;
    bottom: -16px;
    border: 1px solid #ccc; 
    background: #fff;
}
.yzgov-share-img {
    overflow: hidden;
}
.yzgov-share-img li{
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #B4B4B4;
  padding: 5px;
  margin-top: 5px;
  padding-top: 0px;
}
.yzgov-share-img li img{
  padding-top: 5px;
}
.yzgov-share-img li.hover{
  background: #0F5CA6;
}
.yzgov-share-img li.img-wx.hover{
  background: #00D431;
}
.yzgov-share-img li.img-wb.hover{
  background: #CD4433;
}
.yzgov-share-img li.img-ph.hover{
  background: #00D431;
}
.yzgov-share-content{
  border: 3px solid #ccc;
  width: 120px;
  height: 115px;
  position: relative;
  background: #fff;
}
.yzgov-share-rx{
  background: url(ywrx.jpg) center no-repeat;
}
.yzgov-share-wx{
  background: url(wggh.jpg) center no-repeat;
}
.yzgov-share-wb{
  background: url(weib.jpg) center no-repeat;
}
.yzgov-share-ph{
  background: url(ph.jpg) center no-repeat;
}
.rx{
  position: absolute;
    left: -142px;
    top: -25px;
}
.wx{
  position: absolute;
    left: -142px;
    top: -4px;
}
.wb{
  position: absolute;
    left: -142px;
    top: 37px;
}
.ph{
  position: absolute;
    left: -142px;
    top: 87px;
}
.icon-play-rx{
  position: absolute;
    right: -14px;
    top: 38px;
}
.icon-play-wx{
  position: absolute;
    right: -14px;
    top: 59px;
}
.icon-play-wb{
  position: absolute;
    right: -14px;
    top: 62px;
}
.icon-play-ph{
  position: absolute;
    right: -14px;
    top: 56px;
}
.znwd{
    position: fixed;
    right: 20px;
    top: 200px;
  font-size: 14px;
  text-align: center;
}

.zq_nav{
	position:absolute;
	top:145px;
	left:50%;
	margin-left:-501px;
	z-index:10;
	width:970px;
	height:330px;
	background:#ccc;
	padding:15px;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
	}
.zq_nav_content{
	background:#fff;
	width:970px;
	height:330px;
	overflow:hidden;
	}
.zq_nav_content ul{
	padding-top:20px;
	padding-left:5px;
	}
.zq_nav_content ul li{
	float:left;
	list-style:none;
	width:160px;
	}
.zq_nav_content ul li a{	
	height:58px;
	text-align:left;
	line-height:58px;
	font-family:微软雅黑;
	font-size:16px;
	font-weight:bold;
	color:#000;
	}
.zq_nav_content ul li a:hover{
	color:#F00
	}