	/*
				author:ÃƒÂ©Ã‚Â»Ã¢â‚¬Å¾ÃƒÂ¤Ã‚Â¼Ã‚Â 
				dateÃƒÂ¯Ã‚Â¼Ã…Â¡2019.10.18
			 */
	
	body {
		color: #333333;
		font-family: "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ";
	}
	/*ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨*/
	/*ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¨Ã†â€™Ã…â€™ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â¯*/

	header {
		width: 100%;
		height: 600px;
		position: relative;
	}
	
	header .headerBanner {}
	
	header .headerBanner ul li {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	header .headerBanner ul li img {
		width: 100%;
		height: 100%;
	}
	/*ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ©Ã‚Â¡Ã‚Â¶ÃƒÂ©Ã†â€™Ã‚Â¨*/
	
	header .headerTop {
		position: absolute;
		top: 0;
		width: 100%;
		height: 50px;
		background: #000000;
		background: rgba(0, 0, 0, .5);
		/*ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¼ÃƒÂ¥Ã‚Â®Ã‚Â¹ie9ÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ©Ã¢â€šÂ¬Ã‚ÂÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¥Ã‚ÂºÃ‚Â¦ÃƒÂ¨Ã‚Â®Ã‚Â¾ÃƒÂ§Ã‚Â½Ã‚Â®*/
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		border-bottom: 1px solid #fff;
	}
	
	header .headerTop .headerTopContent {
		width: 1200px;
		height: 50px;
		margin: auto;
		position: relative;
	}
	
	header .headerTop .headerTopContent .headerTopContentLeft {
		float: left;
		height: 50px;
		line-height: 50px;
	}
	
	header .headerTop .headerTopContent .headerTopContentLeft span img {
		vertical-align: text-top;
		margin-right: 10px;
	}
	
	header .headerTop .headerTopContent .headerTopContentLeft span a {
		padding-top: 2px;
		font-size: 16px;
		color: #fff;
	}
	header .headerTop .headerTopContent .headerTopContentLeft span a:hover{
		color: #d9000b;
	}
	header .headerTop .headerTopContent .headerTopContentLeft .headerLeftFist {
		margin-right: 50px;
	}
	
	header .headerTop .headerTopContent .headerTopContentright {
		float: right;
		height: 50px;
		line-height: 50px;
	}
	
	header .headerTop .headerTopContent .headerTopContentright span a {
		padding: 0 13px;
		color: #fff;
		font-size: 14px;
		height: 15px;
		border-right: 2px #fff solid;
	}
	header .headerTop .headerTopContent .headerTopContentright span a:hover{
		color: #d9000b;
	}
	header .headerTop .headerTopContent .headerTopContentright span .headerRightLast {
		border-right: none;
	}
	/*ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨logo*/
	
	header .headerLogo {
		position: absolute;
		top: 100px;
		left: 50%;
		margin-left: -225px;
	}
	/*ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ…â€œÃƒÂ§Ã‚Â´Ã‚Â¢*/
	
	header .headerSearch {
		position: absolute;
		top: 290px;
		left: 50%;
		margin-left: -300px;
	}
	
	header .headerSearch input {
		width: 560px;
		height: 55px;
		padding: 0 20px;
		border: 1px #014886 solid;
		opacity: .7;
		/*ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¼ÃƒÂ¥Ã‚Â®Ã‚Â¹ie9ÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ©Ã¢â€šÂ¬Ã‚ÂÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¥Ã‚ÂºÃ‚Â¦ÃƒÂ¨Ã‚Â®Ã‚Â¾ÃƒÂ§Ã‚Â½Ã‚Â®*/
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	}
	
	header .headerSearch a {
		position: absolute;
		top: 17px;
		right: 20px;
	}
	/*ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚Âª*/
	
	header .headerNav {
		width: 1200px;
		height: 176px;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -600px;
	}
	
	header .headerNav ul li {
		float: left;
		margin-right: 27px;
		width: 177px;
		height: 176px;
		background-image: url(icon-navbg.png);
		overflow: hidden;
  	border-radius: 50%;
    box-shadow: 0 0 20px #eff2fb
	}
	header .headerNav ul .hover{
		background-image: url(icon-navlbg.png);
	}
	header .headerNav ul>.active{
		background-image: url(icon-navlbg.png);
	}
	header .headerNav ul li a {
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	
	header .headerNav ul li a img {
		margin-top: 30px;
	}
	
	header .headerNav ul li a p {
		font-size: 25px;
		color: #014886;
		margin-top: 10px;
		text-align: center;
	}
	header .headerNav ul li a>.active{
		color: #fff!important;
		}
	header .headerNav ul .headerNavLi1 a img {
		margin-left: -2px;
	}
	
	header .headerNav ul .headerNavLi2 a img {
		margin-left: -205px;
	}
	
	header .headerNav ul .headerNavLi3 a img {
		margin-left: -408px;
	}
	
	header .headerNav ul .headerNavLi4 a img {
		margin-left: -612px;
	}
	
	header .headerNav ul .headerNavLi5 a img {
		margin-left: -813px;
	}
	
	header .headerNav ul .headerNavLi6 {
		margin: 0;
	}
	
	header .headerNav ul .headerNavLi6 a img {
		margin-left: -1020px;
	}
	/*ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ©Ã†â€™Ã‚Â¨*/
	
	arcitle {
		widows: 100%;
	}
	/*ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¿ÃƒÂ¥Ã…Â Ã‚Â¡ÃƒÂ¨Ã‚ÂµÃ¢â‚¬Å¾ÃƒÂ¨Ã‚Â®Ã‚Â¯*/
	
	.govInfo {
		width: 100%;
		padding: 60px 0;
	}
	
	.govInfo .govInfoHeader {
		width: 1200px;
		margin: auto;
	}
	.govInfo .govInfoHeader p{
		text-align: center;
    color: #014886;
    height: 90px;
    font-size: 36px;
    line-height: 130px;
    background-image: url(icon-zwzz.png);
    font-weight: bold;
	}
		.govInfo .govInfoHeader p a{
		text-align: center;
    color: #014886;
    height: 90px;
    font-size: 36px;
    line-height: 130px;
  
    font-weight: bold;
	}
	/*ÃƒÂ¤Ã‚Â»Ã…Â ÃƒÂ¦Ã¢â‚¬â€Ã‚Â¥ÃƒÂ¤Ã‚Â¹Ã‚ÂÃƒÂ¦Ã‚Â±Ã…Â¸*/
	
	.govInfo .govInfoToday {
		margin: auto;
		margin-top: 40px;
		width: 1200px;
		overflow: hidden;
	}
	
	.govInfo .govInfoToday .todayJJ {
		width: 1200px;
		height: 100px;
		position: relative;
	}
	
	.govInfo .govInfoToday .todayJJ ul {
		width: 3300px;
		position: absolute;
	}
	
	.govInfo .govInfoToday .todayJJ ul li {
		float: left;
		position: relative;
		width: 1100px;
		height: 100px;
	}
	
	.govInfo .govInfoToday .todayJJ .govInfoTodayTitle {
		width: 1200px;
		text-align: center;
		color: #014886;
		font-size: 25px;
		font-weight: bold;
	}
	.govInfo .govInfoToday .todayJJ .govInfoTodayTitle a{
		color: #014886;
	}
	.govInfo .govInfoToday .todayJJ .govInfoTodayContent {
		width: 1000px;
		padding: 20px 100px 0;
		/*text-indent: 2em;*/
		line-height: 25px;
	}
	
	.govInfo .govInfoToday .todayJJbackward {
		position: absolute;
		bottom: 0;
		left: 0;
		padding-top: 25px;
		padding-right:20px;
		background:#fff;
	
	}
	
	.govInfo .govInfoToday .todayJJforward {
		position: absolute;
		bottom: 0;
		right: 0;
		padding-top: 25px;
		padding-left:20px;
		background:#fff;
	}
	/*ÃƒÂ¤Ã‚Â¹Ã‚ÂÃƒÂ¦Ã‚Â±Ã…Â¸ÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ©Ã¢â‚¬â€Ã‚Â»*/
	
	.news {
		width: 1200px;
		margin: auto;
		margin-top: 30px;
	}
	
	.news .newsLeft {
		height: 335px;
		width: 580px;
		overflow: hidden;
		position: relative;
		float: left;
		margin-right: 20px;
	}
	
	.news .newsLeft ul li {
		position: absolute;
		top: 0;
		left: 580px;
		width: 580px;
		height: 335px;
	}
	
	.news .newsLeft ul li h3 {
		position: absolute;
		bottom: 16px;
		left: 0;
		width: 400px;
		font-weight: normal;
		color: #FFF;
		margin-left: 20px;
		z-index: 111;
		font-size: 18px;
		font-family: "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ";
	}
	
	.news .newsLeft ul li h3 a {
		display: inline-block;
		width: 95%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.news .newsLeft ul li div {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 50px;
		background-color: #000;
		width: 580px;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}
	
	.news .newsLeft .pages {
		width: 580px;
		height: 335px;
	}
	
	.news .newsLeft .controler {
		position: absolute;
		bottom: 20px;
		right: 20px;
	}
	
	.news .newsLeft .controler b {
		cursor: pointer;
		width: 15px;
		height: 15px;
		display: block;
		border-radius: 10px;
		overflow: hidden;
		text-indent: 20px;
		background: url(icon-dian.png);
		float: left;
		margin: 0 0 0 5px;
	}
	
	.news .newsLeft .controler b.down {
		background: url(icon-kongdian.png);
	}
	
	.news .newsRight {
		height: 335px;
		width: 600px;
		float: left;
	}
	
	.news .newsRight .newsRightTab a {
		display: inline-block;
		float: left;
		width: 197px;
		height: 48px;
		margin-right: 3px;
		line-height: 48px;
		font-size: 25px;
		font-weight: 500;
		color: #fff;
		background: #9fb8db;
		text-align: center;
	}
	
	.news .newsRight .newsRightTab .hover {
		font-weight: bold;
		background: #014886;
	}
	
	.news .newsRight .newsRightList {
		display: none;
		margin-top: 10px;
	}
	
	.news .newsRight .newsRightList ul li {
		width: 100%;
		height: 54px;
		border-bottom: 1px #e5e5e5 solid;
	}
	
	.news .newsRight .newsRightList ul li a {
		display: inline-block;
		width: 75%;
		height: 54px;
		line-height: 54px;
		font-size: 16px;
		padding: 0 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		float: left;
	}
	
	.news .newsRight .newsRightList ul li div {
		float: right;
		margin-right: 20px;
	}
	
	.news .newsRight .newsRightList ul li div p {
		text-align: right;
		color: #d5d5d5;
		font-size: 12px;
		padding-bottom: 3px;
	}
	
	.news .newsRight .newsRightList ul li div .day {
		margin-top: 5px;
		font-size: 30px;
		font-weight: bold;
	}
	/*ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ©Ã¢â‚¬â€Ã‚Â¨ÃƒÂ¤Ã‚Â¿Ã‚Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¯*/
	
	.departInfo {
		width: 1200px;
		height: 230px;
		margin: auto;
		margin-top: 30px;
	}
	/*ÃƒÂ¥Ã‚Â·Ã‚Â¦*/
	
	.departInfo .departInfoLeft {
		width: 570px;
		margin-right: 30px;
		float: left;
	}
	
	.departInfo .departInfoLeft .departInfoLeftTab a {
		display: inline-block;
		float: left;
		width: 120px;
		height: 25px;
		border-right: 1px #999999 solid;
		line-height: 25px;
		font-size: 23px;
		font-weight: 500;
		color: #999;
		margin: 10px 23px 10px 0;
	}
	
	.departInfo .departInfoLeft .departInfoLeftTab #last {
		margin: 10px 0 10px 0;
		border: none;
	}
	
	.departInfo .departInfoLeft .departInfoLeftTab .hover {
		font-weight: bold;
		color: #014886;
	}
	
	.departInfo .departInfoLeft .departInfoLeftList {
		display: none;
	}
	
	.departInfo .departInfoLeft .departInfoLeftList ul li {
		width: 100%;
		height: 35px;
	}
	
	.departInfo .departInfoLeft .departInfoLeftList ul li a {
		display: inline-block;
		width: 75%;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		float: left;
	}
	
	.departInfo .departInfoLeft .departInfoLeftList ul li span {
		float: right;
		font-size: 16px;
		width: 70px;
		color: #b4b4b4;
		height: 35px;
		line-height: 35px;
	}
	/*ÃƒÂ¥Ã‚ÂÃ‚Â³*/
	
	.departInfo .departInfoRight {
		width: 600px;
		float: right;
	}
	
	.departInfo .departInfoRight .departInfoRightTab a {
		display: inline-block;
		float: left;
		width: 120px;
		height: 25px;
		border-right: 1px #999999 solid;
		line-height: 25px;
		font-size: 23px;
		font-weight: 500;
		color: #999;
		margin: 10px 23px 10px 0;
	}
	
	.departInfo .departInfoRight .departInfoRightTab #last {
		margin: 10px 0 10px 0;
		border: none;
	}
	
	.departInfo .departInfoRight .departInfoRightTab .hover {
		font-weight: bold;
		color: #014886;
	}
	
	.departInfo .departInfoRight .departInfoRightList {
		display: none;
	}
	
	.departInfo .departInfoRight .departInfoRightList ul li {
		width: 100%;
		height: 35px;
	}
	
	.departInfo .departInfoRight .departInfoRightList ul li a {
		display: inline-block;
		width: 75%;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		float: left;
	}
	
	.departInfo .departInfoRight .departInfoRightList ul li span {
		float: right;
		font-size: 16px;
		width: 70px;
		color: #b4b4b4;
		height: 35px;
		line-height: 35px;
	}
	/*ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Å“ÃƒÂ©Ã‚Â¢Ã‹Å“ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Å“ÃƒÂ¦Ã‚Â Ã‚Â*/
	
	.departInfo .departInfoRight .thematicContent {
		position: relative;
		overflow: hidden;
		height: 186px;
	}
	
	.departInfo .departInfoRight .thematicContent .thematic {
		margin-top: 10px;
		height: 186px;
		position: absolute;
	}
	
	.departInfo .departInfoRight .thematicContent .thematic li {
		width: 600px;
		height: 186px;
		float: left;
	}
	
	.departInfo .departInfoRight .thematicContent .thematic li .thematicPic {
		width: 100%;
		height: 100%;
	}
	
	.departInfo .departInfoRight .thematicContent .thematic li .thematicPic img {
		width: 600px;
		height: 186px;
	}
	
	.departInfo .departInfoRight .thematicContent .thematicPrev {
		position: absolute;
		top: 63px;
		left: 15px;
	}
	
	.departInfo .departInfoRight .thematicContent .thematicNext {
		position: absolute;
		top: 63px;
		right: 15px;
	}
	/*ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¿ÃƒÂ¥Ã…Â Ã‚Â¡ÃƒÂ¦Ã…â€œÃ‚ÂÃƒÂ¥Ã…Â Ã‚Â¡*/
	
	.govService {
		width: 100%;
		background: url(icon-zwfwbg.jpg) 0 0/100% 100% no-repeat;
		background-image: url(icon-zwfwbg.jpg);
		height: 490px;
		padding: 60px 0;
	}
	
	.govService .govServiceheader {
		width: 1200px;
		margin: auto;
	}
	.govService .govServiceheader p{
		text-align: center;
    color: #fff;
    height: 90px;
    font-size: 36px;
    line-height: 130px;
    background-image: url(icon-zwfw.png);
    font-weight: bold;
	}
		.govService .govServiceheader p a{
		text-align: center;
    color: #fff;
    height: 90px;
    font-size: 36px;
    line-height: 130px;
   
    font-weight: bold;
	}
	/*ÃƒÂ§Ã¢â€žÂ¢Ã‚Â»ÃƒÂ¥Ã‚Â½Ã¢â‚¬Â¢  */
	
	.govService .govServiceBottom {
		width: 1200px;
		margin: auto;
		margin-top: 30px;
	}
	/*ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¨Ã‚Â¾Ã‚Â¹*/
	
	.govService .govServiceLeft {
		float: left;
		width: 350px;
		height: 370px;
		margin-right: 20px;
	}
	
	.govService .govServiceLeft p {
		width: 100%;
		height: 70px;
		background: url(icon-user.png);
		text-align: center;
	}
	
	.govService .govServiceLeft p img {
		vertical-align: text-bottom;
		margin-right: 20px;
	}
	
	.govService .govServiceLeft p span {
		display: inline-block;
		height: 70px;
		line-height: 70px;
		font-size: 25px;
		color: #014886;
		font-weight: bold;
	}
	
	.govService .govServiceLeft div {
		background: #fff;
	}
	/*ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ©Ã†â€™Ã‚Â¨*/
	
	.govService .govServiceMid {
		width: 460px;
		height: 370px;
		float: left;
		margin-right: 20px;
	}
	
	.govService .govServiceMid .govServiceMidTab a {
		display: inline-block;
		float: left;
		width: 153.3px;
		height: 70px;
		line-height: 70px;
		font-size: 25px;
		font-weight: 500;
		color: #999999;
		background: #f2f2f2;
		text-align: center;
	}
	
	.govService .govServiceMid .govServiceMidTab .hover {
		color: #fff;
		background: #014886;
		font-weight: bold;
	}
	.govService .govServiceMid .serviceTab{
		text-align: center;
	}
	.govService .govServiceMid .serviceTab a{
		display: inline-block;
		width: 48px;
		height: 3px;
		margin: 0 5px;
		background: #747476;
	}
	.govService .govServiceMid .serviceTab .hover{
		background: #eca945;
	}
	.govService .govServiceMid .govServiceMidList {
		height: 300px;
		display: none;
		background: #fff;
	}
	.govService .govServiceMid .govServiceMidList .serviceList{
		height: 260px;
		display: none;
	}
	.govService .govServiceMid .govServiceMidList ul li {
		float: left;
		width: 153px;
		padding-top: 5px;
	}

	.govService .govServiceMid .govServiceMidList ul li a {
		display: inline-block;
		width: 153px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.govService .govServiceMid .govServiceMidList ul li a img {
		vertical-align: middle;
	}
	/*ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¨Ã‚Â¾Ã‚Â¹*/
	
	.govService .govServiceRight {
		float: left;
		width: 350px;
		height: 370px;
	}
	
	.govService .govServiceRight .govServiceRightHeader {
		width: 100%;
		height: 70px;
		background: url(icon-user.png);
		text-align: center;
	}
	
	.govService .govServiceRight p img {
		margin-right: 20px;
		vertical-align: text-bottom;
	}
	
	.govService .govServiceRight p span {
		display: inline-block;
		height: 70px;
		line-height: 70px;
		font-size: 25px;
		color: #014886;
		font-weight: bold;
	}
	
	.govService .govServiceRight .govServiceRightBottom {
		background: #fff;
		height: 260px;
		padding: 20px 25px;
	}
	
	.govService .govServiceRight .govServiceRightBottom input {
		width: 218px;
		height: 33px;
		border: 1px #cccccc solid;
	}
	
	.govService .govServiceRight .govServiceRightBottom button {
		width: 70px;
		height: 35px;
		background: #014886;
		border: none;
		color: #fff;
	}
	
	.govService .govServiceRight .govServiceRightBottom .publicity {
		width: 100%;
	}
	.govService .govServiceRight .govServiceRightBottom .publicity:hover{
		background: #eca945;
	}
	.govService .govServiceRight .serviceSearch ul {
		padding: 10px 0;
	}
	
	.govService .govServiceRight .serviceSearch ul li {
		height: 33px;
		padding-left: 25px;
	}
	
	.govService .govServiceRight .serviceSearch ul li a {
		display: inline-block;
		height: 30px;
	}
	
	.govService .govServiceRight .serviceSearch ul li a span {
		display: inline-block;
		height: 30px;
		margin-left: 10px;
		line-height: 30px;
	}
	/*ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¿ÃƒÂ¥Ã…Â Ã‚Â¡ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¬ÃƒÂ¥Ã‚Â¼Ã¢â€šÂ¬*/
	
	.govOpenness {
		width: 100%;
		background: #f5f6fc;
		height: 480px;
		padding: 60px 0;
	}
	
	.govOpenness .govOpennessheader {
		width: 1200px;
		margin: auto;
	}
	.govOpenness .govOpennessheader p{
		text-align: center;
    color: #014886;
    height: 90px;
    font-size: 36px;
    line-height: 130px;
    background-image: url(icon-zwgk.png);
    font-weight: bold;
	}
		.govOpenness .govOpennessheader p a{
		text-align: center;
    color: #014886;
    height: 90px;
    font-size: 36px;
    line-height: 130px;
   
    font-weight: bold;
	}
	.govOpenness .govOpennessBottom {
		width: 1200px;
		margin: auto;
		margin-top: 40px;
	}
	/*ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¨Ã‚Â¾Ã‚Â¹*/
	
	
	.govOpenness .govOpennessBottom .govOpennessLeft {
		width: 680px;
		float: left;
		margin-right: 50px;
	}
	
	.govOpenness .govOpennessLeft .govOpennessLeftTab {
		float: left;
		width: 210px;
		margin-right: 20px;
	}
	
	.govOpenness .govOpennessLeft .govOpennessLeftTab a {
		display: inline-block;
		height: 55px;
		width: 210px;
		background: #eca945;
		border-radius: 50px;
		font-size: 25px;
		color: #fff;
		text-align: center;
		line-height: 55px;
		font-weight: 500;
		margin-bottom: 20px;
	}
	
	.govOpenness .govOpennessLeft .govOpennessLeftTab .hover {
		background: #014886;
		font-weight: bold;
	}
	
	.govOpenness .govOpennessLeft .govOpennessLeftList {
		float: right;
		display: none;
		width: 450px;
		height: 350px;
	}
	
	.govOpenness .govOpennessLeft .infoColumnList ul li {
		float: left;
		width: 225px;
		height: 35px;
	}
	
	.govOpenness .govOpennessLeft .infoColumnList ul li a {
		display: inline-block;
		width: 225px;
		height: 35px;
		line-height: 35px;
		color: #014886;
		font-size: 16px;
	}
	.govOpenness .govOpennessLeft .infoColumnList ul li a:hover{
		color: #eca945;
	}
	.govOpenness .govOpennessLeft .infoColumnList ul li a img {
		margin: 0 10px;
	}
	
	.govOpenness .govOpennessLeft .infoColumnList ol li {
		float: left;
		width: 140px;
		height: 32px;
		border-radius: 32px;
		margin-top: 10px;
		background: #9fb8db;
		margin-right: 10px;
	}
	.govOpenness .govOpennessLeft .infoColumnList ol li:hover{
		background: #014886;
	}
	.govOpenness .govOpennessLeft .infoColumnList ol li a {
		display: inline-block;
		width: 140px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		color: #fff;
		font-size: 16px;
	}
	.govOpenness .govOpennessLeft .wgkListSub p{
		height: 32px;
		border-radius: 15px;
		background: #9FB8DB;
		padding-left: 35px;
		line-height: 32px;
		margin-bottom: 10px;
		color: #fff;
		cursor: pointer;
	}
	.govOpenness .govOpennessLeft .wgkListSub p:hover{
		background: #014886;
	}
	.govOpenness .govOpennessLeft .wgkListSub .hover{
		background: #9FB8DB;
	}
	.govOpenness .govOpennessLeft .wgkListSub ul{
		display: none;
		margin-bottom: 13px;
	}
	.govOpenness .govOpennessLeft .wgkListSub ul li {
		float: left;
		width: 148px;
		height: 35px;
	}
	.govOpenness .govOpennessLeft .wgkListSub ul li a {
		display: inline-block;
		width: 138px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
    padding: 0 5px;
	}
	.govOpenness .govOpennessLeft .wgkListSub ul li a span {
		display: inline-block;
		height: 35px;
		line-height: 35px;
		color: #014886;
		font-size: 16px;
	}
	.govOpenness .govOpennessLeft .wgkListSub ul li a:hover span{
		color: #eca945;
	}
	.govOpenness .govOpennessLeft .keyAreasListtSub p{
		height: 32px;
		border-radius: 15px;
		background: #9FB8DB;
		padding-left: 35px;
		line-height: 32px;
		margin-bottom: 10px;
		color: #fff;
		cursor: pointer;
	}
	.govOpenness .govOpennessLeft .keyAreasListtSub p:hover{
		background: #014886;
	}
	.govOpenness .govOpennessLeft .keyAreasListtSub .hover{
		background: #014886;
	}
	.govOpenness .govOpennessLeft .keyAreasListtSub ul{
		display: none;
	}
	.govOpenness .govOpennessLeft .keyAreasListtSub ul li {
		float: left;
		width: 148px;
		height: 40px;
	}
	.govOpenness .govOpennessLeft .keyAreasListtSub ul li a {
		display: inline-block;
		width: 138px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		    padding: 0 5px;
	}
	.govOpenness .govOpennessLeft .keyAreasListtSub ul li a span {
		display: inline-block;
		height: 40px;
		line-height: 40px;
		color: #014886;
		font-size: 16px;
	}
	.govOpenness .govOpennessLeft .keyAreasListtSub ul li a:hover span{
		color: #eca945;
	}
	/*.govOpenness .govOpennessLeft .wgkList ul li {
		float: left;
		width: 225px;
		height: 75px;
		margin-top: 20px;
	}
	
	.govOpenness .govOpennessLeft .wgkList ul li a {
		display: inline-block;
		width: 225px;
		height: 75px;
		line-height: 75px;
		font-size: 16px;
	}
	
	.govOpenness .govOpennessLeft .wgkList ul li a span {
		display: inline-block;
		height: 75px;
		line-height: 75px;
		color: #014886;
		font-size: 16px;
	}
	.govOpenness .govOpennessLeft .wgkList ul li a:hover span{
		color: #eca945;
	}
	.govOpenness .govOpennessLeft .wgkList ul li a img {
		vertical-align: middle;
		margin: 0 10px;
	}
	
	.govOpenness .govOpennessLeft .keyAreasList ul li {
		float: left;
		width: 148px;
		height: 57px;
		
	}
	
	.govOpenness .govOpennessLeft .keyAreasList ul li a {
		display: inline-block;
		width: 148px;
		height: 57px;
		line-height: 57px;
		font-size: 16px;
		text-align: center;
	}
	.govOpenness .govOpennessLeft .keyAreasList ul li a span {
		display: inline-block;
		height: 57px;
		line-height: 57px;
		color: #014886;
		font-size: 16px;
	}
	.govOpenness .govOpennessLeft .keyAreasList ul li a:hover span{
		color: #eca945;
	}
	.govOpenness .govOpennessLeft .keyAreasList ul li a img {
		margin-right: 10px;*/
	}
	/*ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¨Ã‚Â¾Ã‚Â¹*/
	
	.govOpenness .govOpennessBottom .govOpennessRight {
		width: 470px;
		float: right;
	}
	.govOpenness .govOpennessBottom	.govOpennessRightTab{
		
	}
	.govOpenness .govOpennessBottom	.govOpennessRightTab a{
		display: inline-block;
		float: left;
		width: 120px;
		height: 25px;
		border-right: 1px #999999 solid;
		line-height: 25px;
		font-size: 23px;
		font-weight: 500;
		color: #999;
		margin: 10px 23px 10px 0;
	}
	
	.govOpenness .govOpennessBottom .govOpennessRightTab #last {
		margin: 10px 0 10px 0;
		border: none;
	}
	
	.govOpenness .govOpennessBottom .govOpennessRightTab .hover {
		font-weight: bold;
		color: #014886;
	}

	.govOpenness .govOpennessRight .govOpennessRightList{
		display: none;
	}
		/*ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¿ÃƒÂ§Ã‚Â­Ã¢â‚¬â€œÃƒÂ¨Ã‚Â§Ã‚Â£ÃƒÂ¨Ã‚Â¯Ã‚Â»ÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­*/
	.govOpenness .govOpennessRight .interpretationList {
		position: relative;
		overflow: hidden;
		width: 470px;
		height: 300px;
		margin: 10px auto 0px;
	}
	.govOpenness .govOpennessRight .interpretationList ul {
		width: 100%;
		height: 350px;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.govOpenness .govOpennessRight .interpretationList ul li {
		position: absolute;
	}
	.govOpenness .govOpennessRight .interpretationList ul li span {
		position: absolute;
		width: 430px;
		height: 100px;
		line-height: 100px;
		text-align: center;
		bottom: -100px;
		background: #f5f6fc;
		left: -95px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
    padding: 0 20px;
	}
	
	.govOpenness .govOpennessRight .interpretationList ul img {
		position: relative;
		top: 0;
		left: 0;
	}
	/*ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ§Ã‚Â½Ã‚Â®*/
	
	.govOpenness .govOpennessRight .interpretationList ul .interpretationPic1 {
		top: 30px;
		left: 0px;
		z-index: 3;
	}
	
	.govOpenness .govOpennessRight .interpretationList ul .interpretationPic2 {
		top: 0px;
		left: 95px;
		z-index: 4;
	}
	
	.govOpenness .govOpennessRight .interpretationList ul .interpretationPic3 {
		top: 30px;
		left: 308px;
		z-index: 3;
	}
	/*ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡AÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ§Ã‚Â­Ã‚Â¾widthÃƒÂ¥Ã¢â‚¬â„¢Ã…â€™height*/
	
	.govOpenness .govOpennessRight .interpretationList ul .interpretationPic1 a {
		height: 175px;
		width: 280px;
		display: inline-block;
	}
	
	.govOpenness .govOpennessRight .interpretationList ul .interpretationPic2 a {
		height: 240px;
		width: 280px;
		display: inline-block;
	}
	
	.govOpenness .govOpennessRight .interpretationList ul .interpretationPic3 a {
		height: 175px;
		width: 280px;
		display: inline-block;
	}
	/*ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¦Ã…Â¡Ã¢â‚¬â€*/
	
	.govOpenness .govOpennessRight .interpretationList ul li.interpretationPic1 {
		opacity: 0.9;
		filter: alpha(opacity:90);
	}
	
	.govOpenness .govOpennessRight .interpretationList ul li.interpretationPic2 {
		opacity: 1;
		filter: alpha(opacity:100);
	}
	
	.govOpenness .govOpennessRight .interpretationList ul li.interpretationPic3 {
		opacity: 0.9;
		filter: alpha(opacity:90);
	}
	/*ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡width*/
	
	.govOpenness .govOpennessRight .interpretationList ul li.interpretationPic1 img {
		width: 160px;
		height: 175px;
	}
	
	.govOpenness .govOpennessRight .interpretationList ul li.interpretationPic2 img {
		width: 280px;
		height: 240px;
	}
	
	.govOpenness .govOpennessRight .interpretationList ul li.interpretationPic3 img {
		width: 160px;
		height: 175px;
	}
	/*ÃƒÂ§Ã‚Â®Ã‚Â­ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â */
	.govOpenness .govOpennessRight .interpretationList .interpretationPrev {
		*zoom: 1;
    width: 95px;
    height: 175px;
		position: absolute;
		top: 30px;
		left: 0px;
		z-index: 999;
		cursor:pointer;
	}
	.govOpenness .govOpennessRight .interpretationList .interpretationNext {
		*zoom:1;
		cursor:pointer;
		    width: 95px;
    height: 175px;
		position: absolute;
		top: 30px;
		right: 0px;
		z-index: 999;
	}
	.govOpenness .govOpennessRight .interpretationList .interpretationPrev img{
    width: 95px;
    height: 175px;
    display: inline-block;
	}
	.govOpenness .govOpennessRight .interpretationList .interpretationNext img{
		    width: 95px;
    height: 175px;
    display: inline-block;
	}
	
/*ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¿ÃƒÂ§Ã‚Â­Ã¢â‚¬â€œÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¤Ã‚Â»Ã‚Â¶*/
.govOpenness .govOpennessRight .policyDocumentList{
	margin-top: 10px;
}
.govOpenness .govOpennessRight .policyDocumentList ul li{
	height: 35px;
}
.govOpenness .govOpennessRight .policyDocumentList ul li a{
	width: 100%;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	font-size: 16px;
	overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}

/*ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¿ÃƒÂ¦Ã‚Â°Ã¢â‚¬ËœÃƒÂ¤Ã‚ÂºÃ¢â‚¬â„¢ÃƒÂ¥Ã…Â Ã‚Â¨*/

.govInteraction{
	width: 100%;
	background: url(icon-zwhdbg.jpg) 0 0/100% 100% no-repeat;
	background-image: url(icon-zwhdbg.jpg);
	height: 600px;
	padding: 60px 0;
}
.govInteraction .govInteractionheader{
		width: 1200px;
		margin: auto;
	}
	.govInteraction .govInteractionheader p{
		text-align: center;
    color: #014886;
    height: 90px;
    font-size: 36px;
    line-height: 130px;
    background-image: url(icon-zwhd.png);
    font-weight: bold;
	}
		.govInteraction .govInteractionheader p a{
		text-align: center;
    color: #014886;
    height: 90px;
    font-size: 36px;
    line-height: 130px;
   
    font-weight: bold;
	}
	.govInteraction .govInteractionTop{
		width: 1200px;
		margin: auto;
		margin-top: 40px;
	}
	
	/*ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¨Ã‚Â¾Ã‚Â¹*/
	.govInteraction .govInteractionTop .govInteractionLeft{
		float: left;
		width: 300px;
		margin-right: 40px;
		height: 290px;
	}
.govInteraction .govInteractionTop .govInteractionLeft .title{
	font-size: 25px;
	height: 35px;
	line-height: 35px;
	color: #014886;
	font-weight: bold;
}
.govInteraction .govInteractionTop .govInteractionLeft a{
	display: inline-block;
	margin-top: 20px;
	width: 300px;
	height: 170px;
}
.govInteraction .govInteractionTop .govInteractionLeft a img{
	width: 100%;
	height: 100%;
}
.govInteraction .govInteractionTop .govInteractionLeft div{
	margin-top: 15px;
	font-size: 16px;
}
/*ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ©Ã¢â‚¬â€Ã‚Â´*/
.govInteraction .govInteractionTop .govInteractionMid{
	width: 530px;
	height: 290px;
	float: left;
	margin-right: 35px;
}
.govInteraction .govInteractionTop .govInteractionMid .title{
	font-size: 25px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color: #014886;
	font-weight: bold;
}
.govInteraction .govInteractionTop .govInteractionMid input{
	width: 250px;
	height: 35px;
	float: right;
	padding: 0 20px;
	border: 1px #e5e5e5 solid;
	border-right: none;
}
.govInteraction .govInteractionTop .govInteractionMid .search{
	display: inline-block;
	float: right;
	width: 36px;
	height: 35px;
	border: 1px #e5e5e5 solid;
	border-left:none ;
	background: #eca945 url(icon-zmhdsearch.png);
}
.govInteraction .govInteractionTop .govInteractionMid ul{
	margin-top: 15px;
}
.govInteraction .govInteractionTop .govInteractionMid ul li {
		width: 100%;
		height: 35px;
	}
	
	.govInteraction .govInteractionTop .govInteractionMid ul li a {
		display: inline-block;
		width: 75%;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		float: left;
	}
	
	.govInteraction .govInteractionTop .govInteractionMid ul li span {
		float: right;
		font-size: 16px;
		width: 90px;
		color: #b4b4b4;
		height: 35px;
		line-height: 35px;
	}
	
/*ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¨Ã‚Â¾Ã‚Â¹*/
	.govInteraction .govInteractionTop .govInteractionRight{
		float: right;
		width: 285px;
		height: 290px;
		position: relative;
	}
.govInteraction .govInteractionTop .govInteractionRight .title{
	font-size: 25px;
	height: 35px;
	line-height: 35px;
	color: #014886;
	font-weight: bold;
}
.govInteraction .govInteractionTop .govInteractionRight .surveyTab{
	width: 285px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
.govInteraction .govInteractionTop .govInteractionRight .surveyTab a{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(icon-zjdcdian.png);
}
.govInteraction .govInteractionTop .govInteractionRight .surveyTab .hover{
	background: url(icon-zjdcldian.png);
}
.govInteraction .govInteractionTop .govInteractionRight .surveyList{
	display: none;
}
.govInteraction .govInteractionTop .govInteractionRight .surveyList a{
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
  display: inline-block;
	margin: 10px 0;
}
.govInteraction .govInteractionTop .govInteractionRight .surveyList p{
	font-size: 16px;
	/*text-indent: 2em;*/
	line-height: 25px;
	font-weight: 500;
	color: #666666;
}

/*ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ©Ã‚ÂÃ‚Â¢*/
.govInteraction .govInteractionbottom{
		width: 1200px;
		margin: auto;
		margin-top: 30px;
		position: relative;
	}
	.govInteraction .govInteractionbottom ul li{
		width: 100px;
		height: 100px;
		float: left;
		border: 1px #7a9fc0 solid;
		border-radius: 4px;
		margin-right: 53px;
	}
	
	.govInteraction .govInteractionbottom ul .last{
		margin-right:0;
	}
	.govInteraction .govInteractionbottom ul li>a{
		width: 100px;
		height: 100x;
		display: inline-block;
	}
.govInteraction .govInteractionbottom ul li a img{
	margin-top: 10px;
	margin-left: 21px;
	}
	.govInteraction .govInteractionbottom ul li p{
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		text-align: center;
		color: #014886;
	}
	.govInteraction .govInteractionbottom ul li:hover p span{
		text-decoration:underline ;
	}
	
	/*ÃƒÂ§Ã‚Â«Ã¢â€žÂ¢ÃƒÂ§Ã‚Â¾Ã‚Â¤ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚Âª*/
	.navigation{
		width: 100%;
		background: #fafafa;
		padding: 30px 0 ;
		/*height: 240px;*/
		display: none;
	}
.navigation	.navigationContent{
	width: 1200px;
	margin:auto;
	position: relative;
}

.govInteraction .navigationHeader{

	position: relative;
	bottom: -68px;
	/* left: 50%;
	transform: translateX(-50%); */
	width: 548px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	background: url(bottom-bar.png) 0 0/100% 100% no-repeat;
	background-image:url(bottom-bar.png);
	/* border-radius: 4px 4px 0 0; */

}
.govInteraction .navigationHeader span{
	display: inline-block;
	height: 40px;
	font-size: 18px;
	color: #fff;
}
.govInteraction .navigationHeader img{
	vertical-align: middle;
}

/*ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ©Ã¢â‚¬Å“Ã‚Â¾ÃƒÂ¦Ã…Â½Ã‚Â¥*/
.navigation .navigationLeft{
	width: 1150px;
	height: 425px;
	float: left;
	padding: 0 25px;
}
.navigation .navigationLeft .navigationTab{
		height: 35px;
		border-bottom: 1px #fff solid;
}
.navigation .navigationLeft .navigationTab a {
		display: inline-block;
		float: left;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		color: #333;
		text-align: center;
		margin: 0 41px;
		/*margin-right: 40px;*/
	}
	
	.navigation .navigationLeft .navigationTab .hover {
		color: #014886;
		font-weight: bold;
		border-bottom: 1px #014886 solid;
	}
	
	.navigation .navigationLeft .navigationList {
		/*height: 195px;*/
		margin-top: 10px;
		display: none;
	}
		.navigation .navigationLeft .navigationList ul{
			/*height: 190px;
			overflow: auto;*/
		}
.navigationList ul::-webkit-scrollbar {/*ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â´ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â*/
        width: 3px;     /*ÃƒÂ©Ã‚Â«Ã‹Å“ÃƒÂ¥Ã‚Â®Ã‚Â½ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ¥Ã‹â€ Ã‚Â«ÃƒÂ¥Ã‚Â¯Ã‚Â¹ÃƒÂ¥Ã‚ÂºÃ¢â‚¬ÂÃƒÂ¦Ã‚Â¨Ã‚ÂªÃƒÂ§Ã‚Â«Ã¢â‚¬â€œÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¥Ã‚Â°Ã‚ÂºÃƒÂ¥Ã‚Â¯Ã‚Â¸*/
        height: 1px;
    }
.navigationList ul::-webkit-scrollbar-thumb {/*ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ©Ã¢â‚¬Â¡Ã…â€™ÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¥Ã‚Â°Ã‚ÂÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #d3d3d3;
    }

.navigationList ul::-webkit-scrollbar-track {/*ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ©Ã¢â‚¬Â¡Ã…â€™ÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¨Ã‚Â½Ã‚Â¨ÃƒÂ©Ã‚ÂÃ¢â‚¬Å“*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
        border-radius: 10px;
        background: #fff;
}
	 .navigationLeft .navigationList ul li {
		float: left;
		width: 194px;
		height: 36px;
		line-height: 36px;
		padding-left: 20px;
	}
	
	.navigation .navigationLeft .navigationList ul li a {
		display: inline-block;
		width: 195px;
		height: 36px;
		line-height: 36px;
		color: #666666;
	}
	.navigation .navigationLeft .navigationList ul li a:hover{
		color: #2188f0;
	}
/*ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¨Ã‚Â¾Ã‚Â¹*/
.navigation .navigationRight{
	float: right;
	width: 290px;
	height: 240px;
}
.navigation .navigationRight .navigationRightTop a{
	width: 290px;
	height: 52px;
	display: inline-block;
	margin-bottom: 12px;
}
.navigation .navigationRight .navigationRightTop a img{
	width: 100%;
	height: 100%;
}
.navigation .navigationRight ul{
	float: left;
	width: 140px;
	margin-right: 10px;
}
.navigation .navigationRight ul li{
	width: 140px;
	height: 52px;
	margin-bottom: 10px;
}
.navigation .navigationRight ul li img{
	width: 100%;
	height: 100%;
}
.navigation .navigationRight ol{
	float: right;
	width: 140px;
}
.navigation .navigationRight ol li{
	width: 140px;
	height: 52px;
	margin-bottom: 10px;
}
.navigation .navigationRight ol li img{
	width: 100%;
	height: 100%;
}

/*ÃƒÂ¥Ã‚Â°Ã‚Â¾ÃƒÂ©Ã†â€™Ã‚Â¨*/
footer{
	width: 100%;
	border-top: 4px #014886 solid;
	height: 140px;
	padding: 30px 0;
}
footer .footer{
	width: 1200px;
	margin: auto;
	position: relative;
}
footer .footer .footerDzjg{
	position: absolute;
	top: 0;
	left: 200px;
}
footer .footer .footerZc{
	position: absolute;
	top: 0;
	right: 150px;
}
footer .footer .footerContent{
	text-align: center;
}
footer .footer .footerContent ul{
	width: 410px;
	margin: auto;
	margin-bottom: 20px;
}
footer .footer .footerContent ul li{
	float: left;
	width: 78px;
	text-align: center;
	border-right: 2px #9a9a9a solid;
	
}
footer .footer .footerContent ul #last{
	border:none;
}
footer .footer .footerContent ul li a{
	font-size: 16px;
}
footer .footer .footerContent p{
	height: 25px;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	margin-bottom: 10px;
	
}
footer .footer .footerContent p .first{
	margin-right: 30px;
}
footer .footer .footerContent p img{
	vertical-align: middle;
}

/*ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ¦Ã‚Â Ã‚Â*/
.aside{
	position: fixed;
	z-index: 999;
	bottom:20px;
	right:20px;
	display:none;
}
.aside ul{
	width: 65px;
}
.aside ul li{
	width: 65px;
	height: 65px;
	background: #9fb8db;
	margin-bottom: 8px;
	position: relative;
}
.aside ul li.hover{
	background: #014886;
}
.aside ul #goTop{
	margin-bottom: 0;
}
.aside ul li .code{
	display: none;
	position: absolute;
	z-index: 9999;
	width: 130px;
	height: 130px;
	top: -40px;
	left: -160px;
}
.aside ul li a{
	display: inline-block;
	width: 65px;
	height: 65px;
	font-size: 14px;
	color: #fff;
} 
.aside ul li a img{
	margin-top: 6px;
	margin-left: 15px;
}
.aside ul li a p{
	text-align: center;
}

.aside ul li div{
	display: inline-block;
	width: 65px;
	height: 65px;
	font-size: 14px;
	color: #fff;
} 
.aside ul li div img{
	margin-top: 6px;
	margin-left: 15px;
}
.aside ul li div p{
	text-align: center;
}

/******************************ÃƒÂ§Ã‚Â»Ã¢â‚¬Â ÃƒÂ¨Ã‚Â§Ã‹â€ ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â*********************************/
header .headerMid{
	position: absolute;
	left:50%;
	top: 50px;
	margin-left: -600px;
	width: 1200px;
	height: 260px;
}
header .headerMid .headerLogo{
	width: 600px;
	top: 50px;
	left: 0;
	margin: 0;
}
header .headerMid .headerSearch{
	width: 600px;
	top: 110px;
	left: 600px;
	margin: 0;
}

.xlarcitle{
	width: 1200px;
	margin: 50px auto;
}
.xlarcitle .position strong{
	font-weight: bold;
}
.xlarcitle .content{
	width: 1130px;
	border: 10px #e7e7e7 solid;
	margin:10px 0;
	padding: 25px;
}
.xlarcitle .content .title{
	margin-top: 35px;
}
.xlarcitle .content .title .Subheading{
	font-size: 18px;
	text-align: center;
}
.xlarcitle .content .title .mainTitle{
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
}
.xlarcitle .content .infoType{
	margin-top: 35px;
}
.xlarcitle .content .infoType p{
	height: 40px;
	line-height: 40px;
	background: #e7e7e7;
	font-size:14px;
}
.xlarcitle .content .infoType p span{
	margin: 0 20px;
}
.xlarcitle .content .infoType p .infoTypeTime{
	margin: 0 100px;
}
.xlarcitle .content .infoType ul{
	height: 110px;
	border-bottom: 1px #e7e7e7 solid;
	background: #fafafa;
}
.xlarcitle .content .infoType ul li{
	width: 356px;
	float: left;
	padding-left:20px ;
	margin-top: 18px;
	font-size: 14px;
}
.xlarcitle .content .infoType ul li strong{
	font-weight: bold; 
}
.xlarcitle .content .document{
	padding: 30px 95px;
}
.xlarcitle .content .document .appendix{
	margin-top: 20px;
}
.xlarcitle .content .document .appendix span{
	color:#eb6100;
	font-size: 15px;
	font-weight: bold;
}
.xlarcitle .content .share{
	height: 40px;
	line-height: 40px;
	background: #f1f1f1;
}
.xlarcitle .content .share span{
	margin-left: 50px;
	font-size: 14px;
}
.xlarcitle .content .share span img{
	margin-right: 15px;
	vertical-align: middle;
}
.xlarcitle .content .share .bdsharebuttonbox{
	float: right;
	margin-right:50px;
}
.xlarcitle .content .share .shareIcon{
	float: right;
}
.xlarcitle .content .share .shareIcon img{
	vertical-align: text-bottom;
}


/***********************ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¦Ã‚Â¦Ã¢â‚¬Å¡ÃƒÂ¨Ã‚Â§Ã‹â€ ***********************/
.glarcitle{
	width: 1200px;
	margin:60px auto 40px;
	
}
.glarcitle .position strong{
	font-weight: bold;
}
.glarcitle .position p{
	padding: 0 30px;
}
.glarcitle .content{
	padding: 40px 30px 0;
}
.glarcitle .content .contentLeft{
	float: left;
	width: 270px;
	margin-right: 60px;
}
.glarcitle .content .contentLeft .firstColumn{
	width: 100%;
}
.glarcitle .content .contentLeft .firstColumn a{
	color: #666;
}
.glarcitle .content .contentLeft .firstColumn>li>p{
	width: 100%;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 25px;
	color: #666666;
	background:#eeeeee ;
	cursor: pointer;
	border-bottom: 1px #fff solid;
}
.glarcitle .content .contentLeft .firstColumn>li>p:hover{
	color: #FFFFFF;
	background: #014886;
	font-weight: bold;
}
.glarcitle .content .contentLeft .firstColumn>li p.hover{
	color: #FFFFFF;
	background: #014886;
	font-weight: bold;
}
.glarcitle .content .contentLeft .firstColumn>li .secondColumn{
	padding-top: 15px;
	display: none;
}
.glarcitle .content .contentLeft .firstColumn>li .secondColumn>li{
	width: 100%;
	padding:8px 0;
	text-align: center;
}
.glarcitle .content .contentLeft .firstColumn>li .secondColumn>li>p{
	cursor: pointer;
	color: #666;
	padding-bottom:8px;
	position: relative;
}
.glarcitle .content .contentLeft .firstColumn>li .secondColumn>li>p:hover{
	cursor: pointer;
	color: #014886;

}
.glarcitle .content .contentLeft .firstColumn>li .secondColumn>li>p img{
   position: absolute;
    left: 45px;
    top: -2px;
}
.glarcitle .content .contentLeft .firstColumn>li .secondColumn>li:hover>a{
	color: #014886;
}
.glarcitle .content .contentLeft .secondColumn>dd:hover a{
	color: #014886;
	font-weight: bold;
}
.glarcitle .content .contentLeft .firstColumn>li .secondColumn>li .threeColumn{
	background: #e9f5ff;
	padding-top: 15px;
	display: none;
}
.glarcitle .content .contentLeft .firstColumn>li .secondColumn>li .threeColumn>li{
	width: 100%;
	padding-bottom:15px;
	text-align: center;
}
.glarcitle .content .contentLeft .firstColumn>li .secondColumn>li .threeColumn>li:hover a{
	color: #014886;
	font-weight: bold;
}
.glarcitle .content .contentRight{
	float: right;
	width: 810px;
}
.glarcitle .content .contentRight .title{
	height: 65px;
	line-height: 65px;
	border-bottom: 1px #eeeeee solid;
	padding-left: 30px;
	font-size: 25px;
	font-weight: bold;
	color: #014886;
}
.glarcitle .content .contentRight ul{
	margin:10px 20px 0 30px;
	padding-bottom: 10px;
	border-bottom: 1px #eee dashed;
}
.glarcitle .content .contentRight ul li {
		width: 100%;
		height: 35px;
	}
	
.glarcitle .content .contentRight ul li a {
		display: inline-block;
		width: 75%;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		float: left;
	}
	
.glarcitle .content .contentRight ul li span {
		float: right;
		font-size: 16px;
		width: 100px;
		color: #b4b4b4;
		height: 35px;
		line-height: 35px;
	}
	.glarcitle .content .contentRight .paging{
		padding-top: 30px;
		margin-left: 30px;
	}
	.glarcitle .content .contentRight .paging p{
		float: left;
		height: 20px;
		line-height: 20px;
	}
	.glarcitle .content .contentRight .paging p span{
		margin: 0 10px;
	}
.glarcitle .content .contentRight .paging p input{
	width: 40px;
	height: 20px;
	border: 1px #dedede solid;
}
.doc {
    background: url(doc.gif) left center no-repeat;
    background-size: 20px 20px;
    padding-left: 27px;
  }
  .xls {
    background: url(xls.gif) left center no-repeat;
    background-size: 20px 20px;
    padding-left: 27px;
  }
  .pdf {
    background: url(pdf.png) left center no-repeat;
    background-size: 20px 20px;
    padding-left: 27px;
  }

  .TRS_UEDITOR img{
max-width:800px;
} 
  #artibody img{
max-width:100% !important;
} 
/*è¡¨æ ¼æ˜¾ç¤ºè¾¹æ¡†ä»¥åŠè‡ªåŠ¨æ¢è¡Œ*/
#artibody table{border-collapse:collapse !important;border:none !important;width: 100% !important;word-break:break-all !important; word-wrap:break-all !important;
}
#artibody td{border:solid #000 1px !important;}


.position > p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;

}