﻿@charset "UTF-8";
/*重复部分*/
/*轮播*/
.lunbo{
	position: relative;
	margin: 0 auto;
	margin-top: 25px;
	height: 110px;
	width: 1160px;
	overflow: hidden;
}

.lunbo img{
	position: absolute;
	top: 0px;
	left: 0px;
}

.btn{
	position: absolute;
	top: 80px;
	right: 20px;
	width: 100px;
	height: 15px
}

.btn span{
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	background-color: white;
	margin-left: 10px;
	cursor: pointer;
}

.btn .span-cur{
	background-color: #2ab2dd;
}

/*轮播下面的部分*/
.com-bottom{
	width: 1160px;
	margin: 0 auto;
	margin-top: 25px;
	overflow: hidden;
}

.com-bottom-1{
	float: left;
	width: 340px;
	height: 300px;
}

.wxts{
	height: 40px;
	width: 100%;
	background-color: #eff5f8;
}

.wxts p{
	float: left;
	width: 75px;
	padding-left: 35px; 
	line-height: 40px;
	background: url(yc-icon-1.png) no-repeat 10px 10px;
	background-color: #2ab2dd;
	font-family: '微软雅黑';
	font-size: 16px;
	font-weight: 550;
	color: white;
}

.wxts a{
	float: right;
	margin-right: 15px;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999;
	line-height: 40px;
}

.wxts a:hover{
	color: #2ab2dd;
}

.com-bottom-1 ul{
	width: 100%;
	height: 255px;
	margin-top: 10px;
	overflow: hidden;
	vertical-align: top;
}

.com-bottom-1 ul li{
	overflow: hidden;
	line-height: 27px;
}

.tag{
	display: block;
	float: left;
	width: 40px;
	height: 18px;
	margin-top: 4px;
	font-family: '微软雅黑';
	font-size: 12px;
	text-align: center;
	color: white;
	line-height: 18px;
}

.kx{
	background-color: #448ce5;
}

.cx{
	background-color: #f39800;
}

.sy{
	background-color: #89c997;
}

.com-bottom-1 ul li a{
	float: left;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #333;
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 12px;
}

.com-bottom-1 ul li a:hover{
	color: #1f9bdb;
}

.date{
	float: right;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999;
}

.com-bottom-2{
	position: relative;
	float: left;
	margin-left: 25px;
	overflow: hidden;
	width: 435px;
	height: 295px;
}

.com-bottom-2 p:hover{
	color: #6cd9fb;
}

.com-bottom-2 .img-1{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 145px;
}

.com-bottom-2 .img-2{
	display: block;
	position: absolute;
	left: 0px;
	top: 155px;
}

.com-bottom-2 .img-3{
	display: block;
	position: absolute;
	left: 110px;
	top: 155px;
}

.com-bottom-2 .img-4{
	display: block;
	position: absolute;
	left: 275px;
	top: 0px;
}

.com-bottom-2 p{
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-family: '微软雅黑';
	font-size: 13px;
	color: white;
	text-align: center;
	line-height: 40px;
	z-index: 4;
}

.com-bottom-2 .img-zhe{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	background-color: black;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.com-bottom-3{
	float: right;
	width: 330px;
	height: 295px;
	overflow: hidden;
}

.com-bottom-3 a{
	display: block;
}

.wb, .wx{
	width: 95px;
	padding-left: 65px;
	height: 50px;
	line-height: 50px;
	font-family: '微软雅黑';
	font-size: 14px;
	color: white;
}

.wb{
	float: left;
	background: url(yc-icon-2.png) no-repeat 15px 8px;
	background-color: #e94e4e;
}

.wx{
	float: right;
	background: url(yc-icon-3.png) no-repeat 15px 8px;
	background-color: #19a256;
}

.sj{
	background: url(yc-icon-4.png) no-repeat 10px 17px;
}

.sz{
	background: url(yc-icon-5.png) no-repeat 10px 17px;
	margin-left: 10px;
}

.zx{
	background: url(yc-icon-6.png) no-repeat 10px 17px;
	margin-left: 10px;
}

.sj, .sz, .zx{
	float: left;
	width: 66px;
	padding-left: 35px;
	height: 45px;
	line-height: 45px;
	border:1px solid #e1e1e1;
	background-color: #f9f9f9;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #666;
	margin-top: 14px;
}

.sj:hover{
	border:1px solid #4cbee3;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #4cbee3;
	background: url(yc-icon-4-2.png) no-repeat 10px 17px;
	background-color: #eaf8fd;
}

.sz:hover{
	border:1px solid #4cbee3;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #4cbee3;
	background: url(yc-icon-5-2.png) no-repeat 10px 17px;
	background-color: #eaf8fd;
}

.zx:hover{
	border:1px solid #4cbee3;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #4cbee3;
	background: url(yc-icon-6-2.png) no-repeat 10px 17px;
	background-color: #eaf8fd;
}

.com-bottom-3 div{
	position: relative;
	width: 330px;
	height: 170px;
	background: url(img-5.jpg);
	clear: both;
	top: 17px;
}

.com-bottom-3 div a{
	background-color: #f3f9fe;
	border-radius: 5px;
	font-family: '微软雅黑';
	font-size: 12px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.yc-a-1{
	position: absolute;
	left: 27px;
	top: 18px;
	color: #79b3df;
}

.yc-a-2{
	position: absolute;
	left: 170px;
	top: 18px;
	color: #d18412;
}

.yc-a-3{
	position: absolute;
	left: 83px;
	top: 58px;
	color: #0072c8;
}

.yc-a-4{
	position: absolute;
	left: 30px;
	top: 100px;
	color: #b068bd;
}

.yc-a-5{
	position: absolute;
	left: 203px;
	top: 100px;
	color: #4d8d0e;
}

.yc-a-6{
	position: absolute;
	left: 85px;
	top: 130px;
	color: #138084;
}

/*无缝滚动*/
.wufeng{
	width: 1160px;
	height: 80px;
	margin: 0 auto;
	margin-top: 25px;
	background-color: #eff5f8;
	overflow: hidden;
	border: 1px solid #dbeaf3;
}

#left{
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	cursor: pointer;
}

#right{
	float: right;
	margin-right: 15px;
	margin-top: 20px;
	cursor: pointer;
}

.wf-con{
	position: relative;
	float: left;
	width: 1035px;
	height: 55px;
	overflow: hidden;
	margin-left: 30px;
	margin-top: 13px;
}

.wf-con ul{
	overflow: hidden;
	position: absolute;
	left: 0px;
}

.wf-con li{
	float: left;
	margin-left: 14px;
	height: 55px;
}

.wf-con a{
	display:block;
	font-family: '微软雅黑';
	font-size: 17px;
	color: white;
	text-align: center;
	line-height: 55px;
	padding-left: 20px;
	padding-right: 20px;
}

.wf-li-1{
	background-color: #13b5b1;
}

.wf-li-2{
	background-color: #84ccc9;
}

.wf-li-3{
	background-color: #f39800;
}

.wf-li-4{
	background-color: #6ca4d8;
}

.wf-li-5{
	background-color: #eb6100;
}

.wf-li-6{
	background-color: #b9c360;
}



/*&#98;&#101;&#97;&#116;&#51;&#54;&#53;&#20307;&#32946;&#20122;&#27954;&#20837;&#21475;&#95;&#33521;&#22269;&#51;&#54;&#53;&#98;&#101;&#116;&#23089;&#20048;&#95;&#98;&#116;&#51;&#54;&#53;&#20307;&#32946;&#25237;&#27880;&#23448;&#32593;政府首页*/

.yc-sy{
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
}

.yc-sy .toutiao{
	width: 1160px;
	margin-top: 20px;
	height: 80px;
	background-color: #eff5f8;
	text-align: center;
}

.toutiao p{
	display: inline-block;
	padding-left: 95px;
	background: url(yc-icon-13.png) no-repeat 0px 5px;
	margin: 0 auto;
	margin-top: 20px;
	font-family:"微软雅黑";
	font-size: 30px;
	font-weight: bold;
	color: #4389b5;
}

.toutiao p a{
	color:#ff4100;
}

.yc-sy-1{
	width: 400px;
	height: 300px;
	float: left;
	margin-top: 20px;
}

/*首页轮播*/
.yc-sy-lunbo{
	position: relative;
	width: 400px;
	height: 235px;
	overflow: hidden;
	border: 1px solid grey;
}

.yc-sy-lunbo-img img{
	position: absolute;
	top: 0px;
	left: 0px;
}

.yc-sy-lunbo-text{
	position: absolute;
	z-index: 1;
	top: 195px;
	width: 400px;
	height: 40px;
}

.yc-sy-lunbo-text p{
	float: left;
	line-height: 40px;
	margin-left: 20px;
	max-width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yc-sy-lunbo-text p a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: white;
}

.yc-sy-lunbo-btn {
    float: right;
    margin-top: 16px;
    width: 100px;
    height: 15px;
}


.yc-sy-lunbo-btn span{
    display: block;
    float: left;
    width: 7px;
    height: 7px;
    background-color: white;
    margin-left: 10px;
    cursor: pointer;
}

.yc-sy-lunbo-text .yc-sy-lunbo-btn .span-cur{
	background-color: #f1af17;
}

.yc-sy-lunbo-zhezhao{
	position: absolute;
	top: 195px;
	width: 400px;
	height: 40px;
	opacity: 0.5;
	background-color: black;
	filter: alpha(opacity=50); 
}

.yc-sy-1 .tp{
	display: block;
	float: left;
	width: 195px;
	height: 50px;
	background: url(yc-icon-14.png) no-repeat 43px 7px;
	background-color: #6baa5c;
	font-family: '微软雅黑';
	font-size: 15px;
	color: white;
	text-indent: 92px;
	margin-top: 14px;
	line-height: 50px;
}

.yc-sy-1 .sp{
	display: block;
	float: right;
	width: 195px;
	height: 50px;
	background: url(yc-icon-15.png) no-repeat 43px 7px;
	background-color: #88abda;
	font-family: '微软雅黑';
	font-size: 15px;
	color: white;
	text-indent: 92px;
	margin-top: 14px;
	line-height: 50px;
}

.yc-sy-2{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 385px;
	height: 300px;
}

.yc-sy-2-tab{
	height: 50px;
	overflow: hidden;
}

.yc-sy-2-tab li{
	position: relative;
	float: left;
	width: 120px;
	height: 40px;
	margin-left: 10px;
	background-color: #dbeaf3;
	font-family: '微软雅黑';
	font-size: 16px;
	font-weight: 550;
	color: #2ab2dd;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.yc-sy-2-tab li a{
	display: block;
	color: #2ab2dd;
}

.tab-li-img{
	position: absolute;
	top: 40px;
	left: 57px;
}

.yc-sy-2-tab .tab-li-cur{
	color: white;
	background-color: #2ab2dd;
}

.yc-sy-2-tab .tab-li-cur a{
	color: #fff;
}

.yc-sy-2-tab-content{
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.yc-sy-2-tab-content li{
	padding-left: 16px;
	overflow: hidden;
	background: url(yc-icon-17.png) no-repeat 0px 15px;
	line-height: 31px;
	vertical-align: middle;
}

.yc-sy-2-tab-content li a{
	float: left;
    max-width: 300px;
    font-family: "微软雅黑";
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yc-sy-2-tab-content li a:hover{
	color: #2ab2dd;
}

.yc-sy-2-tab-content li span{
	float: right;
	font-size:14px; 
	font-family:"微软雅黑";
    color: #999999;
    line-height: 31px;
}

.yc-sy-3{
	float: right;
	width: 340px;
	height: 300px;
	overflow: hidden;
	margin-top: 20px;
}

.yc-sy-3-title{
	width: 100%;
	height: 40px;
	background-color: #eff5f8;
	overflow: hidden;
}

.yc-sy-3-title p{
	float: left;
	padding-left: 35px;
	width: 75px;
	line-height: 40px;
	background:url(yc-icon-18.png) no-repeat 9px 12px;
	background-color: #2ab2dd;
	font-family: "微软雅黑";
    font-size: 16px;
    font-weight: 550;
    color: #fff;
}

.yc-sy-3-title a{
	float: right;
	margin-right: 10px;
	font-family: "微软雅黑";
    font-size: 14px;
    color: #999;
    line-height: 40px;
}

.yc-sy-3 ul{
	width: 100%;
	height: 280px;
	overflow: hidden;
	margin-top: 10px;
}

.yc-sy-3 ul li{
	overflow: hidden;
	line-height: 33px;
	vertical-align: middle;
	border-bottom: 1px dotted #999;
}

.yc-sy-3 ul li a{
	float: left;
    max-width: 300px;
    font-family: "微软雅黑";
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yc-sy-3 ul li a:hover{
	color: #2ab2dd;
}

.yc-sy-3 ul li span{
	float: right;
    font: 14px "微软雅黑";
    color: #999999;
    line-height: 33px;
}

/*政民互动*/
.yc-zmhd{
	width: 1160px;
	height: 401px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
}

.yc-zmhd-left{
	width: 865px;
	height: 401px;
	float: left;
	overflow: hidden;
}

.yc-sy-3-tab{
	width: 863px;
	height: 47px;
	background-color: #eff5f8;
	border-top: 1px solid #dbeaf3;
	border-left: 1px solid #dbeaf3;
	border-right: 1px solid #dbeaf3;
}

.yc-sy-3-tab .tab-li{
	position: relative;
	float: left;
	width: 130px;
	font-family: "微软雅黑";
    font-size: 15px;
    color: #666;
    font-weight: bold;
    text-align: center;
    line-height: 47px;
    cursor: pointer;
}

.yc-sy-3-tab .tab-li-img{
	top: 47px;
}

.yc-sy-3-tab .tab-li-cur{
	color: white;
	background-color: #eb4444;
}

.tab-more{
	float: right;
	margin-top: 12px;
}

.tab-more a{
	display: block;
	width: 85px;
	height: 25px;
	font-family: "微软雅黑";
    font-size: 13px;
    color: white;
    text-align: center;
    line-height: 25px;
}

.tab-more-1{
	background-color: #13b5b1;
	margin-right: 10px;
}

.tab-more-2{
	background-color: #89c997;
	margin-right: 10px;
}

.yc-zmhd-left table{
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	height: 347px;
	font-family: "微软雅黑";
    font-size: 14px;
    text-align: center;
}

.yc-zmhd-left table td{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.yc-zmhd-left table a{
	display: block;
	font-family: "微软雅黑";
    font-size: 14px;
    text-align: center;
    color: #666;
    line-height: 50px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.yc-zmhd-left table a:hover{
	color: #1c8cb0;
}
.yc-zmhd-left table td{
	margin: 0;
	padding: 0;
	border: 1px solid #dbeaf3;
}

.yc-zmhd-left thead tr{
	height: 45px;
	color: #1c8cb0;
}

.yc-zmhd-left tbody tr{
	color: #666;
	height: 50px;
}

.yc-zmhd-left tbody tr:hover{
	color: #1c8cb0;
	background-color: #eff5f8;
}

.yc-zmhd-left .td-1{
	width: 122px;
}

.yc-zmhd-left .td-2{
	width: 334px;
}

.yc-zmhd-left .td-3{
	width: 141px;
}

.yc-zmhd-left .td-4{
	width: 140px;
}

.yc-zmhd-left .td-5{
	width: 122px;
}

.yc-zmhd-right{
	width: 270px;
	height: 395px;
	float: right;
}

.yc-zmhd-right-title{
	width: 100%;
	height: 40px;
	background-color: #eff5f8;
	overflow: hidden;
}

.yc-zmhd-right-title p{
	float: left;
	padding-left: 35px;
	width: 75px;
	line-height: 40px;
	background:url(yc-icon-20.png) no-repeat 9px 12px;
	background-color: #2ab2dd;
	font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.yc-zmhd-right-title a{
	float: right;
	margin-right: 10px;
	font-family: "微软雅黑";
    font-size: 12px;
    color: #999;
    line-height: 40px;
}

.yc-zmhd-right ul{
	width: 100%;
	height: 140px;
	margin-top: 17px;
	overflow: hidden;
	vertical-align: middle;
}

.yc-zmhd-right ul li{
	overflow: hidden;
	line-height: 27px;
}

.jx{
	background-color: #32b16c;
}

.js{
	background-color: #f19149;
}

.yc-zmhd-right ul li a{
	font-family: '微软雅黑';
	font-size: 14px;
	color: #333;
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 12px;
}

.yc-zmhd-right ul li a:hover{
	color: #1f9bdb;
}

.buzhidaoqushenmemingzi{
	overflow: hidden;
	margin-top: 26px;
	background-color: #eff5f8;
}

.buzhidaoqushenmemingzi a{
	display: block;
	float: left;
	border:1px solid #dbeaf3;
	width: 133px;
	height: 31px;
	padding-top: 55px;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #666666;
	text-align: center;
}

.dc{
	background: url(yc-icon-21.png) no-repeat 47px 21px;
}

.ga{
	background: url(yc-icon-22.png) no-repeat 52px 21px;
}

.jj{
	background: url(yc-icon-23.png) no-repeat 52px 21px;
}

.fl{
	background: url(yc-icon-24.png) no-repeat 50px 21px;
}

/*概览*/
.gl{
	width: 1165px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}

.gl-left{
	float: left;
	width: 230px;
}

.gl-left-1{
	width: 100%;
	height: auto;	
	border: 1px solid #c8e7f0;
	padding-bottom:15px;
}

.gl-left-1 .gl-left-title{
	padding-left: 35px;
	background: url(yc-icon-25.png) no-repeat 10px 8px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	background-color: #2ab2dd;
	line-height: 35px;
}

.gl-left-1 ul{
	width: 207px;
	margin: 0 auto;
	margin-top: 10px;
	vertical-align: middle;
	height: auto;
	overflow: hidden;
}

.gl-left-1 li{
	width: 205px;
	line-height: 33px;
	margin-top: 5px;
}

.gl-left-1 a{
	display: block;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #16627a;
	line-height: 33px;
	text-indent: 22px;
	background: url(yc-icon-26.png);
	border: 1px solid #daf4fc;
	overflow: hidden;
}

.gl-left-1 .li-span-1{
	float: left;
}

.gl-left-1 .li-span-2{
	float: right;
	font-family: "微软雅黑";
	font-size: 13px;
	margin-right: 20px;
}

.gl-left-1 a:hover{
	color: white;
	background: url();
	background-color: #2ab2dd;
	border: 1px solid #2ab2dd;
}

.gl-left-1 .a-cur{
	color: white;
	background: url();
	background-color: #2ab2dd;
	border: 1px solid #2ab2dd;
}

.gl-left-2{
	width: 100%;
	height: 250px;
	border: 1px solid #c8e7f0;
	overflow: hidden;
	margin-top: 20px;
}

.gl-left-2 .gl-left-title{
	padding-left: 35px;
    background: url(yc-icon-25.png) no-repeat 10px 8px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    line-height: 35px;
	background: url(yc-icon-27.png) no-repeat 10px 8px;
	background-color: #2ab2dd;
}

.gl-left-2 ul{
	float: left;
	width: 114px;
	height: 170px;
	margin-top: 20px;
}

.gl-left-2 li{
	line-height: 14px;
	background: url(yc-icon-28.png) no-repeat 25px;
	text-indent: 36px;
	margin-top: 17px;
}

.gl-left-2 a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #16627a;
}

.gl-left-2 a:hover{
	color: #ff4f02;
}

.gl-right{
	width: 907px;
	float: right;
}

.weizhi{
	height: 35px;
	background: url(yc-icon-26.png);
}

.weizhi p{
	font-family: "微软雅黑";
	font-size: 13px;
	color: #16627a;
	text-indent: 40px;
	line-height: 35px;
	background: url(yc-icon-29.png) no-repeat 13px 8px;
}

.weizhi p a{
	color: #16627a;
	line-height: 35px;
}

.weizhi p a:hover{
	color: #ff4f02;
}

.gl-right ul{
	margin-top: 20px;
	height: 190px;
	width: 100%;
	border-bottom: 1px dotted #aaaaaa;
	vertical-align: middle;
}

.gl-right ul li{
	
    overflow: hidden;
   
    line-height: 35px;
}

.gl-right ul a{
	float: left;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	line-height: 35px;
	max-width: 700px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 16px;
 	background: url(yc-icon-17.png) no-repeat 5px 15px;
}

.gl-right ul span{
	float: right;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999;
	line-height: 35px;
}

.gl-right ul a:hover{
	color: #ff4f02;
	background: url(yc-icon-30.png) no-repeat 5px 15px;
}

.gl-right ul li:hover{
	
}

/*视频概览*/
.spgl-con{
	width: 100%;
	overflow: hidden;
}

.spgl{
	display: block;
	position: relative;
	float: left;
	margin-top: 30px;
	margin-left: 15px;
	width: 210px;
	height: 180px;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #333;
	text-align: center;
	line-height: 20px;
}

.spgl p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.spgl:hover{
	color: #2ab2dd
}

.spgl img{
	width: 210px;
	height: 150px;
	overflow: hidden;
}

.spgl-sp{
	margin-left: 0px;
}

.spgl .spgl-zhezhao{
	position: absolute;
	width: 210px;
	height: 150px;
	top: 0px;
	left: 0px;
	background: url(yc-icon-31.png) no-repeat center center;
}

/*细览*/
.xl{
	width: 1165px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 20px;
}

.xl h2{
	font-family: "微软雅黑";
	font-size: 30px;
	color: #136da3;
	font-weight: bold;
	text-align: center;
	line-height: 65px;
}

.xl h3{
	font-family: "微软雅黑";
	font-size: 25px;
	color: #136da3;
	text-align: center;
	line-height: 50px;
}

.xl-detail{
	background: url(yc-icon-32.png) no-repeat 0px 0px;
	height: 100px;
	border-bottom: 1px dotted #999;
	padding-top: 20px;
	margin-top: 20px;
}

.xl-detail p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 37px;
}

.xl-detail span{
	cursor: pointer;
	margin-left: 5px;
}

.color{
	position: relative;
	top: 2px;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #eeeeee;
	margin-left: 9px;
}

.text{
	width: 1020px;
	margin: 0 auto;
}

.text p{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666;
	line-height: 35px;
	margin-top: 20px;
}

/*.text-link{
	margin-top: 20px;
	overflow: hidden;
}*/

.text-link{
	margin-top: -10px;
	overflow: hidden;
	float: right;
}

.text-link a{
	float: right;
	margin-right: 5px;
}

/**/
/*左边部分*/

.ggfw_left_top{
	width: 830px;
	height: 100%;
	float: left;
}


/*概况部分*/

.gc_left {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.gc_left img {
	float: left;
	margin-right: 21px;
}

.gc_words {
	text-align: justify;
	width: 356px;
	float: right;
}

.gc_words p{
	text-indent: 2em;
}

.gc_words h3,
.cshc_body_right h3,
.cshc_right_bottom h3 {
	text-align: left;
	color: #2ab2dd;
	margin-bottom: 19px;
}

.gc_words p {
	margin-bottom: 5px;
	color: #666;
}

.gc_words p a {
	display: block;
	float: right;
	font-size: 12px;
	color: #57bde2;
	*margin-top: -18px;
}


/*概况下面图片*/


/*右边部分*/

.cshc_right_top {
	height: 164px;
	padding-bottom: 28px;
	overflow: hidden;
}

.sshc-right{
	float: right;
	width: 430px;
}

.cshc_body_right {
	width: 210px;
	height: 100%;
	float: left;
}

.cshc_right_bottom {
	overflow: hidden;
}

.cshc_right_bottom a p{
	font-size: 12px;
	font-family: '微软雅黑';
	color: #21607a;
	text-align: center;
}

.cshc_right_bottom a {
	display: block;
	float: left;
	margin-left: 7px;
}

.cshc_right_bottom .sshc-a-sp{
	margin-left: 0px;
}

.cshc_right_bottom p {
	margin-top: 6px;
}

.cshc_body_right a {
	position: relative;
	display: block;
	float: left;
}

.sshc_img_bg {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
}

.sshc_left_top{
	width: 712px;
	height: 100%;
	float: left;
}


/*常用服务与网上办事的nav部分*/

.nav_1 {
	height: 100%;
}

li.nav_1 {
	height: 98%;
	float: left;
	overflow: hidden;
	border-bottom: 2px solid #2AB2DD;
}

li.nav_1 a {
	display: block;
	float: left;
	height: 37px;
	line-height: 37px;
	padding-left: 32px;
	font-size: 15px;
	color: #2ab2dd;
}


/*常用服务部分*/

.cyfw {
	margin-bottom: 30px;
}

.cyfw_nav {
	height: 37px;
	margin-bottom: 29px;
	border-bottom: 1px solid #ededed;
	background: url(bg_cyfw.png) left center no-repeat;
	background-color: white;
}


li.cyfw_right_nav {
	height: 100%;
}

.cyfw_right_nav a {
	display: block;
	float: right;
	line-height: 37px;
	font-size: 12px;
	color: #999;
	height: 100%;
}


/*常用服务图片部分*/

.pic_body {
	height: 73px;
	background: #fff;
}

.cyfw .pic_body li {
	margin-left: 0px;
	float: left;
	width: 82px;
}
.pic_body li {
	float: left;
}
.pic_body li a {
	display: block;
	color: #666;
	margin: 0 auto;
}

.pic_body li a :hover{
	color: #2ab2dd;
}

.pic_body li a img{
	display: block;
	margin: 0 auto;
}

.pic_body li a p {
	margin-top: 8px;
	font-family: '微软雅黑';
	font-size: 13px;
	text-align: center;
}


/*网上办事部分*/

.wsbs_nav {
	height: 37px;
	margin-bottom: 29px;
	border-bottom: 1px solid #ededed;
	background: url(bg_wsbs.png) left center no-repeat;
}

.wsbs_right_nav {
	height: 100%;
}

.wsbs_right_nav a {
	display: block;
	float: right;
	padding: 5px;
	color: #fff;
	margin-right: 15px;
}

.wsbs-pd .wsbs-input{
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 0px;
}

.wsbs-input{
	float: left;
	height: 23px;
	margin-left: 10px;
	border: 1px solid #dadada;
	width: 250px;
	margin-top: 10px;
}

.wsbs-input input{
	float: left;
	height: 20px;
	text-indent: 5px;
	width: 230px;
	color: #999;
	border:none;
	outline: none;
}

.wsbs-input  a{
	display: inline-block;
	margin-top: 4px;
}

a.fa {
	background: #89c997;
}

.app{
	background-color: #2ab2dd;
	color: white;
	margin-right: 0px;
}

.sa {
	background: #13b5b1;
}

.wsbs ul.pic_body {
	height: 170px;
	width: 100%;
}

.wsbs .pic_body li {
	width: 98px;
	margin-left: 6px;
	margin-bottom: 29px;
}

.wsbs .pic_body li a {
	font-size: 12px;
}


/*右边部分*/

.right_top p {
	height: 40px;
	margin-bottom: 7px;
	background: #2ab2dd url(bg_right.png) left center no-repeat;
}

.right_top p a {
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	margin-left: 40px;
}

.right_top ul {
	height: 358px;
}

.right_top ul li {
	height: 50px;
	line-height: 50px;
	float: left;
	margin: 9px 10px 0 0;
	overflow: hidden;
}

.right_top ul li a {
	width: 100px;
	display: block;
	float: left;
	color: #1c8cb0;
	background: #eff5f8;
	overflow: hidden;
	text-align: center;
}


/*Hover*/

.right_top ul li a:hover {
	color: #fff;
	background: #91b3c4;
}


/*左边部分*/

.xxgk_left {
	width: 250px;
	float: left;
}

.xxgk_leftTop {
	width: 100%;
	height: 281px;
	margin-bottom: 5px;
}

.xxgk_leftTop ul {
	height: 40px;
}

.xxgk_a li {
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
}

.bg_f {
	background: #2ab2dd url(xxgl_left_bg_1.png) left center no-repeat;
}

.xxgk_a li.bg_s {
	margin-right: 0;
	background: #2ab2dd url(xxgl_left_bg_2.png) left center no-repeat;
}

.bg_t {
	width: 250px;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-top: 9px;
	background: #55c6ea url(xxgl_left_bg_3.png) left center no-repeat;
	text-align: center;
}

.bg_t a {
	padding-left: 10px;
	font-size: 14px;
	color: #fff;
}

ul.xxgk_leftUl {
	height: 194px;
	float: left;
	overflow: hidden;
	vertical-align: middle;
}

.xxgk_leftUl li {
	width: 216px;
	height: 30px;
	line-height: 30px;
	margin-top: 9px;
	padding-left: 34px;
	background: #eff5f8 url(xxgk_left_bg_4.png) right center no-repeat;
}

.xxgk_leftUl li a {
	display: block;
	float: left;
	color: #1c8cb0;
}

.xxgk_leftBottom p {
	height: 30px;
	text-align: left;
	margin-bottom: 5px;
	border-bottom: 1px solid #ededed;
}

.xxgk_leftBottom p a {
	line-height: 29px;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 500;
	color: #2ab2dd;
	border-bottom: 2px solid #2ab2dd;
}

.xxgk_leftBottom .pic_left {
	height: 75px;
}

.xxgk_leftBottom .pic_left a {
	margin: 0;
	margin-right: 20px;
}

.xxgk_leftBottom .pic_left span {
	width: 40px;
	font-size: 16px;
	font-weight: bold;
}


/*中间部分*/

.xxgk_middle {
	width: 486px;
	height: 100%;
	float: left;
	padding: 0 25px;
	overflow: hidden;
}

.newsContainer {
	width: 100%;
}

.newsContainer p {
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	background: #eff5f8;
}

.newsContainer a {
	height: 100%;
	display: block;
	float: left;
	font-size: 14px;
	color: #333;
	padding-left: 43px;
	padding-right: 13px;
}

.newsContainer span a {
	padding: 0;
	font-size: 12px;
	color: #999;
}

.newsContainer span {
	display: block;
	float: right;
	margin-right: 18px;
}

.newsContainer ul {
	width: 100%;
	margin: 19px 0;
	vertical-align: middle;
}

.newsContainer ul li {
	height: 26px;
	line-height: 26px;
	background: #fff url(xxgk_new_bg.png) left center no-repeat;
}

.newsContainer ul li a {
	padding-left: 26px;
	max-width: 400px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsContainer ul li span {
	display: block;
	float: right;
	margin-right: 11px;
	color: #999;
}


/*右边部分*/

.xxgk_right {
	width: 370px;
	height: 100%;
	float: left;
}

a.xxgk_nav1 {
	color: #fff;
	background: #2ab2dd url(xxgk_new_01.png) left center no-repeat;
}

a.xxgk_nav2 {
	background: url(xxgk_new_2.png) left center no-repeat;
	background-color: #eff5f8;
}

a.xxgk_nav3 {
	background: url(xxgk_new_3_1.png) left center no-repeat;
	background-color: #eff5f8;
}

a.xxgk_nav4 {
	color: #fff;
	background: #2AB2DD url(xxgk_new_04.png) left center no-repeat;
}

.newsContainer .navAction {
	color: #fff;
	background-color: #2AB2DD;
}

.xxgk_body {
	height: 100%;
	overflow: hidden;
}

.xxgk_right ul li {
	width: 180px;
	height: 40px;
	line-height: 40px;
	margin-top: 9px;
	/*margin-right: 11px;*/
	float: left;
	background: #eff5f8 url(xxgk_right_bg.png) right center no-repeat;
}

.xxgk_right ul li a {
	display: block;
	float: left;
	padding-left: 25px;
	color: #666;
}


/*hover*/

.xxgk_leftUl li a:hover,
.xxgk_right ul li a:hover {
	color: #2AB2DD;
}

.newsContainer ul li a:hover {
	color: #2AB2DD;
}

#csxx-zhezhao{
	position: absolute;
    width: 210px;
    height: 120px;
    top: 0px;
    left: 0px;
    background: url(yc-icon-31.png) no-repeat center center;
    filter: alpha(opacity=50);
}


/*频道页-公共服务*/
.pd-ggfw{
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 50px;
}

.pd-ggfw-left{
	float: left;
	width: 900px;
}

/*公共服务-网上办事*/

.wsbs-pd{
	position: relative;
	width: 100%;
	height: 250px;
}

.ydsp-app{
	margin-left: 20px;
	font-family: "微软雅黑";
	font-weight: normal;
	font-size: 14px;
	color: #333;
	padding-left: 25px;
	background: url(yc-icon-97.png) no-repeat;
}

.pd-title-1{
	font-family:"微软雅黑";
	font-size: 16px;
	font-weight: bold;
	background: url(yc-icon-42.png) no-repeat; 
	text-indent: 15px;
	line-height: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dadada;
}

.pd-title-1 a{
	color: #333;
}

.wsbs-pd .pic_body{
	height: 219px;
	overflow: hidden;
}

.wsbs-pd .pic_body li{
	margin-left: 20px;
	margin-top: 15px;
	width: 91px;
}

/*公共服务-办件公示*/

.bjgs-pd{
	width: 100%;
	height: 450px;
	overflow: hidden;
	background-color: #f5fdff;
	border-bottom: 1px solid #cfe6ee;
}

.pd-title-2 a{
	padding-left: 45px;
	color: #fff;
}

.bjgs-pd .pd-title-2 a{
	background: url(yc-icon-43.png) no-repeat 12px 2px;
}

.bjgs-left{
	float: left;
	width: 690px;
	height: 415px;
	border-right: 1px solid #cfe6ee;
	border-left: 1px solid #cfe6ee;
	overflow: hidden;
}

.bjgs-left table{
	width: 650px;
	margin: 0 auto;
	margin-top: 10px;
	table-layout: fixed;
}

.bjgs-left td{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bjgs-left thead td{
	font-family:"微软雅黑";
	font-size: 16px;
	font-weight: bold;
	color: #1e90b4;
	text-align: center;
	line-height: 50px;
}

.bjgs-left tbody td{
	font-family:"微软雅黑";
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 38px;
}

.bjgs-left thead .td_1{
	width: 150px;
}

.bjgs-left thead .td_2{
	width: 160px;
}

.bjgs-left thead .td_3{
	width: 150px;
}

.bjgs-left thead .td_4{
	width: 130px;
}

.bjgs-right{
	float: right;
	width: 205px;
	border-right: 1px solid #cfe6ee;
}

.bjgs-right p{
	width: 170px;
	margin: 0 auto;
}

.title-3{
	font-family:"微软雅黑";
	font-size: 16px;
	font-weight: bold;
	color: #1e90b4;
	line-height: 45px;
}

.p-con{
	font-family:"微软雅黑";
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.p-con .kong{
	display: inline-block;
	width: 15px;
}

.title-4{
	font-family:"微软雅黑";
	font-size: 14px;
	color: #1e90b4;
	line-height: 25px;
}

.bjtj{
	border-bottom: 1px solid #cfe6ee;
	height: 175px;
}

.smdt{
	height: 240px;
}

.smdt .title-3{
	border-bottom: 1px solid #cfe6ee;
}

#what{
	display: block;
	width: 11px;
	height: 12px;
	background: url(yc-icon-44.png);
	float: right;
	margin-top: 5px;
}

#bus{
	display: block;
	width: 11px;
	height: 12px;
	background: url(yc-icon-45.png);
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

/*公共服务-重点服务*/

.zdfw-pd{
	width: 100%;
	margin-top: 20px;
}

.zdfw-pd ul{
	margin-top: 20px;
}

.zdfw-pd li{
	width: 82px;
	margin-left: 8px;
}

/*公共服务-办事部门*/
.bsbm-pd{
	width: 100%;
	margin-top: 20px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}

.gbm{
	width: 440px;
	height: 105px;
	float: left;
	margin-top: 15px;
}

.gbm-title{
	width: 78px;
	height: 105px;
	float: left;
	background-color: #2ab2dd;
	text-align: center;
}

.gbm-title p{
	width: 58px;
	margin: 0 auto;
	margin-top: 28px;
}

.gbm-con{
	width: 340px;
	float: right;
	overflow: hidden;
}

.gbm-con a{
	display: block;
	float: left;
	text-align: center;
}

.gxsq{
	float: right;
	width: 426px;
	overflow: hidden;
	margin-top: 15px;
}

.gxsq .bsbm-a-1{
	margin-left: 6px;
}

.gxsq-title{
	width: 68px;
	height: 105px;
	float: left;
	text-align: center;
	background-color: #69c8e6;
	margin-right: 10px;
}

.gxsq-title p{
	width: 42px;
	margin: 0 auto;
	margin-top: 30px;
}

.gxsq a{
	display: block;
	float: left;
}

.bsbm-a-1{
	width: 106px;
	border: 1px solid #cfe6ee;
	color: #1e90b4;
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
	overflow: hidden;
}

.bsbm-a-1:hover{
	background-color: #1e90b4;
	color: #fff;
}

.sp-a-2{
	width: 335px;
	margin-top: 0px;
}


.bsbm-a-1 .span-1{
	float: left;
	margin-left: 15px;
}

.bsbm-a-1 .span-2{
	float: right;
	margin-right: 15px;
}

.bsbm-a-2{
	width: 84px;
	border-right: 1px solid #ededed;
	color: #666;
	font-size: 14px;
	margin-top: 20px;
}

.bsbm-a-2:hover{
	color: #2ab2dd;
}

.gbm .sp-a{
	padding-top: 15px;
	margin-top: 0px;
}

/*公共服务右侧*/
.pd-ggfw-right{
	width: 235px;
	float: right;
}

/*公共服务-便民查询*/
.bmcx-pd{
	width: 233px;
	height: 300px;
	border: 1px solid #cfe6ee;
}

.bmcx-pd .pd-title-2 a{
	background: url(yc-icon-46.png) no-repeat 12px 0px;
}

.bmcx-pd ul{
	vertical-align: middle;
	margin-top: 10px;
	width: 100%;
	height: 255px;
	overflow: hidden;
}

.bmcx-pd li{
	float: left;
	padding-left: 25px;
	width: 90px;
	background: url(yc-icon-17.png) no-repeat 13px 10px;
	*line-height: 27px;
}

.bmcx-pd li a{
	display: inline-block;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	max-width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 23px;
}

.bmcx-pd li a:hover{
	color: #2ab2dd;
}

/*温馨提示*/
.wxts-pd{
	margin-top: 10px;
	width: 100%;
	height: 705px;
	background: url(yc-icon-48.png) no-repeat 0px 28px;
}

.wxts-pd .pd-title-2 a{
	background: url(yc-icon-47.png) no-repeat 12px 5px;
}

#weather{
	background: url(yc-icon-49.png) no-repeat 10px;
}

.wxts-pd div{
	margin-top: 20px;
}

.wxts-pd div p{
	padding-left: 40px;
	font-size: 15px;
	color: #1e90b4;
}

#kq{
	background: url(yc-icon-50.png) no-repeat 10px;
}

#cx{
	background: url(yc-icon-51.png) no-repeat 10px;
}

#sy{
	background: url(yc-icon-52.png) no-repeat 10px;
}

.wxts-pd ul{
	vertical-align: middle;
	margin-top: 5px;
	height: 120px;
	overflow: hidden;
}

.wxts-pd li{
	padding-left: 20px;
	width: 210px;
	background: url(yc-icon-53.png) no-repeat 10px 14px;
}

.wxts-pd li a{
	display: inline-block;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 26px;
}

.wxts-pd li a:hover{
	color: #2ab2dd;
}

/*放到这里，不然有冲突*/
.pd-title-2{
	width: 100%;
	height: 35px;
	font-family: '微软雅黑';
	font-weight: bold;
	font-size: 16px;
	line-height: 35px;
	background-color: #2ab2dd;
}

/*塞上湖城-频道页*/
.sshc-pd{
	width: 1145px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 85px;
	overflow: hidden;
}

.sshc-top{
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
}

#sshc-bg{
	position: absolute;
	top: 0px;
	left: 0px;
}

.sshc-top-detail{
	position: relative;
	width: 330px;
	height: 450px;
	float: right;
	overflow: hidden;
}

.sshc-top-detail p{
	position: relative;
	z-index: 1;
}

.sshc-top-title{
	width: 270px;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 60px;
	font-family: '微软雅黑';
	font-size: 21px;
	color: #40a3f2;
	font-weight: bold;
	border-bottom: 1px solid #40a3f2;
}

.sshc-top-title span{
	margin-left: 10px;
	font-size: 15px;
	font-weight: normal;
}

.sshc-top-text{
	margin: 0 auto;
	margin-top: 15px;
	width: 270px;
	height: 310px;
	overflow: hidden;
	font-family: '微软雅黑';
	font-size: 13px;
	color: #fff;
	line-height: 24px;
}

.sshc-top-zhezhao{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.sshc-mid{
	width: 100%;
	height: 285px;
	overflow: hidden;
	margin-top: 20px;
}

.sshc-mid div{
	float: left;
	width: 138px;
	height: 100%;
	margin-left: 5px;
}

.sshc-mid a{
	display: block;
	width: 138px;
	height: 40px;
	padding-top: 100px;
	margin-top: 5px;
	font-family: '微软雅黑';
	font-size: 16px;
	color: #fff;
}

.sshc-span-1{
	float: left;
	display: inline-block;
	max-width: 74px;
	margin-left: 17px;
}

.sshc-span-2{
	float: right;
	display: block;
	width: 10px;
	height: 16px;
	background: url(yc-icon-66.png) no-repeat;
	margin-right: 10px;
	margin-top: 5px;
}

.lsyg{
	background: url(yc-icon-54.png) no-repeat 15px 18px;
	background-color: #40a3f2; 
}

.zrdl{
	background: url(yc-icon-55.png) no-repeat 15px 18px;
	background-color: #50bd9b; 
}

.qhrk{
	background: url(yc-icon-56.png) no-repeat 15px 18px;
	background-color: #8c97cb; 
}

.nxms{
	background: url(yc-icon-57.png) no-repeat 15px 18px;
	background-color: #89c997; 
}

.mzts{
	background: url(yc-icon-58.png) no-repeat 15px 18px;
	background-color: #f29b76; 
}

.ycrz{
	background: url(yc-icon-59.png) no-repeat 15px 18px;
	background-color: #13b5b1; 
}

.jjsh{
	background: url(yc-icon-60.png) no-repeat 15px 18px;
	background-color: #ec6941; 
}

.ycnj{
	background: url(yc-icon-61.png) no-repeat 15px 18px;
	background-color: #32b16c; 
}

.yhcs{
	background: url(yc-icon-62.png) no-repeat 15px 18px;
	background-color: #448aca; 
}

.dzdt{
	background: url(yc-icon-63.png) no-repeat 15px 18px;
	background-color: #7ecef4; 
}

.csxz{
	background: url(yc-icon-64.png) no-repeat 15px 18px;
	background-color: #b3d465; 
}

.csry{
	background: url(yc-icon-65.png) no-repeat 15px 18px;
	background-color: #f8b551; 
}

.sshc-bot{
	width: 100%;
	height: 200px;
	margin-top: 35px;
}

.sshc-bot-lswh{
	height: 100%;
	width: 427px;
	float: left;
}

.more-title{
	width: 100%;
	overflow: hidden;
	font-family: "微软雅黑";
	border-bottom: 1px solid rgb(218, 218, 218);
	padding-bottom: 10px;
}

.more-title p{
	float: left;
	font-size: 16px;
    font-weight: bold;
    text-indent: 15px;
    line-height: 20px;
    color: black;
    background: url(yc-icon-42.png) no-repeat;
}

.more-title a{
	float: right;
	font-size: 13px;
	color: #999;
	line-height: 20px;
}

.lswh-a{
	position: relative;
	float: left;
	height: 142px;
	margin-left: 9px;
	margin-top: 20px;
	overflow: hidden;
}

.lswh-text{
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0px;
	left: 0px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 25px;
}

.sshc-bot-zhezhao{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 25px;
	background-color: black;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 100%;
}

.sshc-bot-tsyc{
	float: left;
	margin-left: 20px;
	width: 410px;
	height: 100%;
	overflow: hidden;
}

.tsyc-a{
	margin-left: 5px;
}

.tsyc-a img{
	margin-top: 20px;
}

.sshc-bot-csxx{
	position: relative;
	float: right;
	width: 255px;
	height: 165px;
	margin-top: 30px;
	overflow: hidden;
}

.csxx-zhezhao-2{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(yc-icon-31.png) no-repeat center 40px;
    filter: alpha(opacity=50);
    cursor: pointer;
}

.sshc-bot-csxx p{
	position: absolute;
	width: 100%;
	font-family: '微软雅黑';
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	top: 100px;
	left: 0px;
}

/*信息公开-频道页*/
.xxgk-pd{
	width: 1155px;
	margin: 0 auto;
	margin-top: 25px;
	overflow: hidden;
	margin-bottom: 50px;
}

.xxgk-pd-left{
	width: 268px;
	float: left;
}

.xxgk-pd-left-1 .xxgk_a li{
	width: 130px;
	margin-right: 8px;
}

.xxgk-pd-left-1 .xxgk_a .bg_s{
	margin-right: 0px;
}

.xxgk-pd-left-1 .xxgk_a li a{
	font-size: 16px;
}

.xxgk-ul{
	width: 100%;
	height: 245px;
	overflow: hidden;
	vertical-align: middle;
}

.xxgk-ul li{
	width: 100% !important ;
	height: 40px;
	margin-top: 10px;
}

.xxgk-ul a{
	display: block;
	font-family: '微软雅黑';
	font-size: 16px;
	color: #16627a;
	line-height: 40px;
	text-indent: 95px;
}

.xxgk-ul a:hover{
	color: #2ab2dd;
}
.xxgk-ul a{
	background:none;
	border:none;
}

.ml{
	background: url(yc-icon-67.png) no-repeat;
}


.zd{
	background: url(yc-icon-68.png) no-repeat;
}

.zn{
	background: url(yc-icon-69.png) no-repeat;
}
.nb{
	background: url(yc-icon-70.png) no-repeat;
}

.bm{
	background: url(yc-icon-71.png) no-repeat;
}

.xxgk-pd-left-2{
	margin-top: 25px;
}

.xxgk-pd-left-3{
	margin-top: 25px;
}

.xxgk-pd-left-3  ul{
	height: 300px;
	margin-top: 15px;
	width: 100%;
	overflow: hidden;
}

.xxgk-pd-left-3 li{
	font-family: '微软雅黑';
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
}

.xxgk-pd-left-3 li a{
	color: #333;
	line-height: 30px;
	float: left;
	margin-left: 30px;
	max-width: 170px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xxgk-pd-left-3 li a:hover{
	color: #2ab2dd;
}

.xxgk-pd-left-3 li span{
	float: right;
	color: #999;
	line-height: 30px;
}

.xxgk-li-1{
	background: url(yc-icon-73.png) no-repeat 5px;
}

.xxgk-li-2{
	background: url(yc-icon-74.png) no-repeat 5px;
}

.xxgk-li-3{
	background: url(yc-icon-75.png) no-repeat 5px;
}

.xxgk-li-4{
	background: url(yc-icon-76.png) no-repeat 5px;
}

.xxgk-li-5{
	background: url(yc-icon-77.png) no-repeat 5px;
}

.xxgk-li-6{
	background: url(yc-icon-78.png) no-repeat 5px;
}

.xxgk-li-7{
	background: url(yc-icon-79.png) no-repeat 5px;
}

.xxgk-li-8{
	background: url(yc-icon-80.png) no-repeat 5px;
}

.xxgk-li-9{
	background: url(yc-icon-81.png) no-repeat 5px;
}

.xxgk-li-10{
	background: url(yc-icon-82.png) no-repeat 5px;
}

.xxgk-pd-right{
	width: 865px;
	float: right;
	overflow: hidden;
}

.xxgk-pd-right-1, .xxgk-pd-right-2{
	overflow: hidden;
}

.xxgk-pd-right-2{
	margin-top: 20px;
}

.xxgk-pd-right-2 .xxgk-tab{
	width: 425px;
}

.xxgk-pd-right-2 .xxgk-tab-con{
	height: 180px;
	overflow: hidden;
}

.xxgk-pd-right-2 .xxgk-tab-con a{
	max-width: 340px;
}

.xxgk-tab{
	float: left;
}

.xxgk-tab-nav{
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	height: 42px;
}

.xxgk-tab-nav li{
	float: left;
	position: relative;
	top: 0px;
	background-color: white;
	margin-bottom: -2px;
	padding-left: 25px;
	padding-right: 25px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 2px solid white;
	border-bottom: 1px solid #dadada;
	line-height: 40px;
}

.xxgk-tab-nav a{
	color: black;
}

.xxgk-tab-nav .xxgk-tab-cur{
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-top: 2px solid #2ab2dd;
	border-bottom: 1px solid white;
}

.xxgk-tab-cur a{
	color: #2ab2dd;
}

.xxgk-tab-con{
	margin-top: 10px;
	height: 300px;
	overflow: hidden;
	vertical-align: middle;
}

.xxgk-tab-con li{
	overflow: hidden;
	background : url(yc-icon-17.png) no-repeat 0px 11px;
}

.xxgk-tab-con a{
	float: left;
    max-width: 490px;
    font-family: '微软雅黑';
    font-size: 14px;
    color: rgb(51, 51, 51);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    margin-left: 20px;
}

.xxgk-tab-con a:hover{
	color: #2ab2dd;
}

.xxgk-tab-con span{
	float: right;
    color: rgb(153, 153, 153);
    font-family: '微软雅黑';
    font: 12px;
    line-height: 30px;
}

.xxgk-tab-1-nav{
	width: 580px;
}

.xxgk-tab-con-1{
	width: 580px;
}

.xxgk-dh{
	float: right;
	width: 265px;
	margin-top: 12px;
}

.xxgk-dh li{
	margin-top: 8px;
	float: left;
}

.xxgk-dh ul a{
	display: block;
	width: 125px;
	height: 35px;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #1c8cb0;
	background-color: #eff5f8;
	line-height: 35px;
	text-align: center;
}

.xxgk-dh ul a:hover{
	color: #fff;
	background-color: #1c8cb0;
}

/*政务互动-频道页*/

.zmhd-pd{
	width: 1155px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 60px;
}

.zmhd-pd-top{
	overflow: hidden;
}


.tab-more-3{
	background-color: #eb4444;
	margin-right: 10px;
}

.tab-more-3 a{
	width: 120px;
}

.zmhd-pd-top-right{
	width: 260px;
	float: right;
	height: 395px;
	overflow: hidden;
}

.zmhd-title{
	font-family: '微软雅黑';
    font-size: 16px;
    text-indent: 15px;
    line-height: 20px;
    padding-bottom: 10px;
    background: url(yc-icon-83.png) no-repeat;
    border-bottom: 1px solid rgb(218, 218, 218);
    overflow: hidden;
}

.zmhd-title a{
	font-size: 13px;
	color: #999;
	float: right;
}

.zmhd-title span{
	color: #333;
	float: left;
}

.zmhd-pd-top-right ul{
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.zmhd-pd-top-right li{
	width: 100%;
}

.zmhd-pd-top-right li a{
	font-family: '微软雅黑';
	font-size: 14px;
	color: #666;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 28px;
	margin-left: 10px;
}

.zmhd-pd-top-right li a:hover{
	color: #2ab2dd;
}

.zmhd-pd-top-right li span{
	font-family: '微软雅黑';
	font-size: 14px;
	line-height: 28px;
	padding-left: 10px;
}

.jxz{
	color: #FF0000;
	background: url(yc-icon-84.png) no-repeat 0px 9px;
}

.yjs{
	color: #8A8A8A;
}

.zmhd-wjdc{
	margin-top: 30px;
}

.zmhd-pd-mid{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.zmhd-pd-mid a{
	display: block;
	float: left;
	width: 216px;
	height: 50px;
	text-indent: 85px;
	font-family: '微软雅黑';
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	margin-left: 18px;
}

.zmhd-pd-mid .zwwx{
	background: url(yc-icon-86.png) no-repeat 40px 10px;
	background-color: #2ab2dd;
	margin-left: 0px;
}

.yht{
	background: url(12345yht.png) no-repeat 40px 10px;	
	background-color: #2ab2dd;
}
.flyz{
	background: url(yc-icon-87.png) no-repeat 40px 10px;	
	background-color: #2ab2dd;
}

.jjjc{
	background: url(yc-icon-88.png) no-repeat 40px 10px;	
	background-color: #2ab2dd;
}

.wsga{
	background: url(yc-icon-89.png) no-repeat 40px 10px;	
	background-color: #2ab2dd;
}

.zmhd-pd-bot{
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}

.zmhd-weibo-left{
	float: left;
	width: 335px;
	height: 465px;
	border: 1px solid #dbeaf3;
	border-top: 2px solid #2ab2dd;
}

.weibo-title{
	width: 100%;
	height: 147px;
	overflow: hidden;
	background: url(weibo.jpg) no-repeat;
}

.weibo-p{
	margin-top: 6px;
	overflow: hidden;
}

.weibo-p span{
	float: left;
	font-family: '微软雅黑';
	font-size: 12px;
	font-weight: bold;
	color: #2ab2dd;
	margin-left: 10px;
}

.weibo-p a{
	float: right;
	font-family: '微软雅黑';
	font-size: 12px;
	color: #999;
	margin-right: 10px;
}

.weibo-name{
	width: 95px;
	margin: 0 auto;
	margin-top: 55px;
	font-family: '微软雅黑';
	font-size: 16px;
	color: #fff;
	background: url(yc-icon-90.png) no-repeat 70px;
}

.guanzhu{
	display: block;
	width: 65px;
	height: 25px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #f76f27;
	font-family: '微软雅黑';
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 25px;
}

.zmhd-weibo-right{
	float: right;
	width: 801px;
	border: 1px solid #dbeaf3;
}

.zmhd-weibo-right li{
	position: relative;
	float: left;
	background-color: #eff5f8;
}

.zmhd-weibo-right li img{
	position: absolute;
	top: 50px;
	left: 49px;
}

.zmhd-weibo-right li a{
	display: block;
	height: 50px;
	padding-left: 23px;
	padding-right: 23px;
	line-height: 50px;
	font-family: '微软雅黑';
	font-size: 15px;
	color: #333;
}

.zmhd-weibo-right .weibo-li-cur a{
	font-weight: bold;
	color: #fff;
	background-color: #009b62;
}

.weibo-con{
	clear: both;
	height: 416px;
	overflow: auto;
}

.weibo-con-1 a{
	display: block;
	float: left;
	width: 130px;
	height: 130px;
	text-align: center;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #1c8cb0;
	margin-left: 2px;
	margin-top: 25px;
}

.szs a{
	margin-left: 0px;
}

.weibo-con-1 a img{
	width: 100px;
	height: 100px;
	overflow: hidden;
}

/*信息公开-概览-1*/
.xxgk-gl-1{
	overflow: hidden;
	margin-bottom: 10px;
}

.xxgk-gl-1 .gl-left{
	width: 285px;
}

.xxgk-gl-1 .gl-right{
	width: 860px;
}

.xxgk-gl-1 .gl-left-1{
	height: auto;
}

.xxgk-gl-1 .gl-left-1 ul{
	width: 100%;
	height: auto;
}

.xxgk-gl-1 .gl-left-1 li{
	float: left;
	margin-left: 8px;
	width: 130px;
	margin-top: 10px;
}

.xxgk-gl-1 .gl-left-1 a{
	text-align: center;
	text-indent: 0px;
}

.xxgk-gl-1 .gl-left-1 a:hover{
	background-color: #749cab;
	color: #fff;
	border-color: #749cab;
}
.xxgk-gl-1 .gl-left-1 a.curr{
	background-color: #749cab;
	color: #fff;
	border-color: #749cab;
}

.xxgk-gl-left-2{
	margin-top: 20px;
	border: 1px solid #c8e7f0;
}

.xxgk-gl-left-2 .gl-left-title{
	padding-left: 35px;
    font-family: '微软雅黑';
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 35px;
    background: url(yc-icon-93.png) 10px 13px no-repeat rgb(42, 178, 221);
}

/*信息公开-概览2*/
.xxgk-link{
	width: 858px;
	overflow: hidden;
	margin-top: 15px;
	border: 1px solid #d6edf4;
}

.xxgk-link p{
	float: left;
	padding-left: 10px;
	line-height: 35px;
	font-family: '微软雅黑';
	font-size: 16px;
	color: #666;
	margin-right: 50px;
}

.xxgk-link a{
	color: #666;
	margin-left: 10px;
	font-size: 14px;
	padding-bottom: 1px;
}

.xxgk-link p:hover{
	color: #2ab2dd;
}

.xxgk-link a:hover{
	color: #2ab2dd;
	text-decoration: underline;
}

/*信息公开-概览3*/
.xxgk-gl-1 table{
	table-layout: fixed;
	width: 100%;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999;
	border-collapse: collapse;
	margin-top: 25px;
}

.xxgk-gl-1 table thead{
	font-size: 16px;
	color: #fff;
}

.f_l{
	float: left;
	width: 195px;
}

/*.xxgk-gl-1 table td{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}*/

.xxgk-gl-1 tbody td{
	border-bottom: 1px dotted #aaaaaa;
}
.xxgk-gl-1 table {
	font-size: 13px;
}
.xxgk-gl-1 table a{
	color: #16627a;
	font-size: 14px;
}

.xxgk-gl-1 table a:hover{
	color: #2ab2dd;
}

.xxgk-gl-1 thead tr{
	line-height: 35px;
	background-color: #2ab2dd;
}

.xxgk-gl-1 tbody tr{
	line-height: 45px;
}

thead .xxgk-table-td-1{
	text-indent: 30px;
	text-align: left;
}

.xxgk-gl-1 .xxgk-table-td-1{
	position: relative;
	width: 400px;
	text-align: left;
}

.xxgk-table-td-2{
	width: 200px;
}

.xxgk-table-td-3{
	width: 160px;
}

.xxgk-table-td-4{
	width: 90px;
}

.wgl-xxgk-list-popup {
    display: none; 
    position: absolute;
    padding-top: 12px;
    width: 549px;
    border: 1px solid #dadada;
    top: -110px;
    left: 310px;
    background-color: #359ed7;
    z-index: 99;
}

.wgl-xxgk-list-popup p{
	line-height: 24px;
	margin-left: 5px;
	color: #fff;
	min-width: 265px;
	font-weight: bold;
}

.wgl-xxgk-list-popup span{
	font-weight: normal;
}


/*办事服务细览*/
.bsfw-xl table{
	width: 1100px;
	margin: 0 auto;
	margin-top: 35px;
	border-collapse: collapse;
	font-family: '微软雅黑';
	font-size: 15px;
	color: #16627a;
}

.bsfw-xl td{
	overflow: hidden;
}
.bsfw-xl .ftab td{
    height:50px;
	line-height: 50px;
	border: 1px solid #7ed1f3;
	overflow: hidden;
}

.xl-table-td-1{
	width: 150px;
	text-align: center;
	font-weight: bold;
	background-color: #f4fafc;
}

.xl-table-td-2{
	width: 86%;
	text-indent: 25px;
}

.xl-table-td-3{
	width: 36%;
	text-indent: 25px;
}

.bsfw-xl table .dian{
	padding-left: 20px;
	background: url(yc-icon-94.png) no-repeat 0px 5px;
}

.bsfw-xl table .jiantou{
	display: inline-block;
	width: 53px;
	height: 10px;
	background: url(yc-icon-95.png) no-repeat 0px;
}

.bsfw-xl .xl-btn{
	width: 250px;
	margin: 0 auto;
	margin-top: 20px;
}

.bsfw-xl .xl-btn button{
	margin-left: 10px;
	width: 70px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
}

/*信息公开细览*/
.xxgk-xl{
	margin-bottom: 0px;
}


.xxgk-xl-text{
	width: 1100px;
	margin: 0 auto;
	background: url(yc-icon-32.png) no-repeat 0px 0px;
	overflow: hidden;
	margin-top: 45px;
	padding-bottom: 20px;
	border-bottom: 0px solid #dedede;
}

.xxgk-xl-text p{
	font-family: '宋体';
    font-size: 14pt;
    color: #666;
    line-height: 2;
    margin: 5px 0px;
}

.xxgk-xl-td-1{
	width: 125px;
    text-align: center;
    font-weight: bold;
    background-color: #7ed1f3;
	color:#fff;
}

.bsfw-xl td.xxgk-xl-td-1 {
	border-bottom: 1px solid #fff;
}
.xxgk-xl-td-2{
	text-indent: 25px;
	width: 240px;
}

/*检索结果*/
.jiansuo{
	width: 1165px;
	margin: 0 auto;
	margin-top: 25px;
}

.jiansuo-top{
	overflow: hidden;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #666;
	line-height: 60px;
}

.jiansuo-top-left{
	float: left;
	margin-left: 20px;
}

.jiansuo-top-left span{
	font-size: 16px;
	color: #0093d6;
}

.jiansuo-top-right{
	float: right;
	line-height: 60px;
	margin-right: 20px;
}

.jiansuo-top-right .num{
	color: #fe0000;
	padding-left: 10px;
	padding-right: 10px;
}

.jiansuo-top-right a{
	display: inline-block;
	width: 75px;
	color: #666;
	margin-left: 20px;
	line-height: 25px;
	text-align: center;
}

.jiansuo-top-right .js-a-cur{
	background-color: #2ab2dd;
	color: white;
}

.jiansuo-con{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #dadada;
	margin-bottom: 90px;
}

.jiansuo-con-left{
	float: left;
	width: 130px;
	margin-left: 10px;
	margin-top: 15px;
}

.jiansuo-con-left p{
	width: 130px;
	color: #2ab2dd;
	font-size: 15px;
	font-weight: bold;
	line-height: 35px;
	border-bottom: 1px solid #dadada;
}

.jiansuo-con-left ul{
	width: 130px;
	margin-top: 10px;
}

.jiansuo-con-left li{
	line-height: 25px;
	cursor: pointer;
	padding-left: 10px;
	background: url(yc-icon-96.png) no-repeat 0px 11px;
}

.jiansuo-li-cur{
	color: #2ab2dd;
}

.jiansuo-con-left .sjfw, .cxfw{
	margin-top: 20px;
	margin-left: 0px;
}

.jiansuo-con-right{
	float: right;
	width: 980px;
	margin-right: 10px;
	margin-top: 15px;
	padding-left: 15px;
	border-left: 1px solid #dadada;
}

.js-con{
	height: 120px;
	border-bottom: 1px dotted #dadada;
	margin-top: 20px;
}

.js-con .red{
	color: #fe0000;
	margin-left: 0px;
}

.js-title{
	display: block;
	font-family: '微软雅黑';
	font-size: 18px;
	font-weight: bold;
	color: #666;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	line-height: 35px;
}

.js-text{
	display: block;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.js-con p{
	font-family: '微软雅黑';
	font-size: 12px;
	color: #009315;
	line-height: 25px;
}

.js-con a:hover{
	color: #2ab2dd;
}

.js-con span{
	margin-left: 20px;
}

.js-address, .from{
	color: #009315;
}

/*高级检索*/
.gjjs{
	width: 1165px;
	height: 605px;
	margin-top: 25px;
	font-family: '微软雅黑';
	color: #666;
}

.gjjs-con{
	margin-top: 20px;
}

.js-nav{
	height: 42px;
	width: 100%;
	border-bottom: 1px solid #dadada;
}

.js-nav li{
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 2px solid #fff;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
}

.js-nav .js-li-cur{
	border-bottom: 1px solid #fff;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-top: 2px solid #2ab2dd;
}

.gjjs-tab{
	width: 980px;
	height: 510px;
	margin: 0 auto;
	margin-top: 50px;
}

.gjjs-tab div div{
	margin-top: 25px;
}

.gjjs-tab div p{
	float: left;
}

.gjjs-tab div input{
	font-size: 14px;
	color: #999;
	text-indent: 15px;
}

.ssgjz{
	margin-left: 200px;
	line-height: 30px;
}

.ssgjz input, .xxmc input,.zrbm input, .wh input, .fenlei input{
	width: 340px;
	height: 30px;
	border: 1px solid #dadada;
	margin-left: 35px;
	outline: none;
}

.gjcwz{
	margin-left: 200px;
	line-height: 30px;
}

.gjcwz input, .ssfw input, .ssts input, .ssjg input{
	margin-left: 35px;
}

.ssfw, .sjfw{
	margin-left: 215px;
}

.sjfw input[type=text]{
	width: 150px;
	height: 30px;
	outline: none;
	border: 1px solid #dadada;
}

.sjfw span{
	padding-left: 10px;
	padding-right: 10px;
}

.sjfw label{
	margin-left: 25px;
}

.sjfw input[type=radio]{
	margin-top: 15px;
}

.ssts, .ssjg{
	margin-left: 190px;
}

.gjjs-tab .js-btn{
	margin-top: 0px;
}

.js-btn{
	width: 980px;
	height: 110px;
	border-top: 1px dotted #dadada;
}

.js-btn a{
	display: block;
	width: 120px;
	height: 35px;
	float: left;
	text-align: center;
	line-height: 35px;
	color: #fff;
	margin-top: 35px;
}

.ksjs{
	background-color: #2ab2dd;
	margin-left: 352px;
}

.cxxz{
	background-color: #89c997;
	margin-left: 20px;
}

.xxmc, .zrbm{
	margin-left: 215px;
}

.wh,.fenlei{
	margin-left: 245px;
}

.syzd{
	margin-left: 215px;
}

.syzd label{
	margin-left: 30px;
}

.zdyzd{
	margin-left: 200px;
	overflow: hidden;
}

.zdyzd ul{
	float: left;
	width: 435px;
	margin-left: 30px;
	*margin-left: 16px;
	margin-top: -4px;
}

.zdyzd li{
	float: left;
	width: 145px;
	height: 30px;
	line-height: 30px;
}

/*网上纠错*/
.wsjc{
	width: 1165px;
	margin: 0 auto;
	margin-top: 25px;
}

.wsjc-con div{
	margin-top: 20px;
}

.wsjc-con div p{
	float: left;
	font-family: '微软雅黑';
	font-size: 15px;
	color: #333;
	line-height: 35px;
}

.important{
	padding-left: 20px;
	background: url(yc-icon-99.png) no-repeat 0px 13px;
}

.wsjc-con div textarea{
	width: 735px;
	height: 135px;
	overflow: auto;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999;
	padding-left: 15px;
	line-height: 35px;
}

.person_detail input{
	width: 280px;
	height: 35px;
	border: 1px solid #dadada;
	text-indent: 15px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999;
}

.erro{
	width: 600px;
	height: 35px;
	line-height: 35px;
	text-indent: 20px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999;
}

.submit{
	display: block;
	width: 190px;
	height: 45px;
	background-color: #00a0e9;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	color: #fff;
	margin-left: 260px;
	margin-top: 20px;
	margin-bottom: 65px;
}

.cwlb{
	margin-left: 140px;
	overflow: hidden;
	line-height: 35px;
}

.cwlb label, .ccymwz input, .ccnr textarea, .xghnr textarea, .person_detail input{
	margin-left: 20px;
	outline: none;
}

.ccymwz{
	margin-left:112px;
}

.ccnr{
	margin-left: 143px;
}

.xghnr{
	margin-left: 113px;
}

.person_detail{
	margin-left: 164px;
}

/*图集*/
.tuji{
	position: relative;
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
}

.tuji h1{
	font-family: '微软雅黑';
	font-size: 25px;
	color: #16627a;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin-top: 25px;
}

.tuji .detail{
	font-family: '微软雅黑';
	font-size: 14px;
	color: #16627a;
	text-align: center;
	background: url(yc-icon-100.png) no-repeat center 36px;
	line-height: 30px;
	/*padding-top: 10px;*/
	padding-bottom: 40px;
}

.tuji .detail span{
	display: inline-block;
	width: 30px;
}

/*star*/
.tuji_lunbo{
	position: relative;
	width: 910px;
	height: 548px;
	margin: 0 auto;
	overflow: hidden;
}

#tuji_left{
	position: relative;
	top: 35%;
	left: 0;
	width: 50px;
	height: 100px;
	background: url(yc-icon-101.png) no-repeat center center;
	background-color: #e2f4fa;
	cursor: pointer;
	z-index: 30;
}

#tuji_left:hover{
	background-color: #c1e4ef;
}

#tuji_right{
	position: absolute;
	top: 35%;
	right: 0;
	width: 50px;
	height: 100px;
	background: url(yc-icon-102.png) no-repeat center center;
	background-color: #e2f4fa;
	cursor: pointer;
	z-index: 30;
}

#tuji_right:hover{
	background-color: #c1e4ef;
}

#img_con{
	position: absolute;
	left: 70px;
	height: 475px;
	width: 770px;
	top: 0;
	overflow: hidden;
}

#img_con ul{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 475px;
}
#img_con ul li{
	float:left;
	overflow: hidden;
}
.tuji_lunbo_text{
	position: absolute;
	width: 100%;
	z-index: 1;
	bottom: 73px;
	left: 0px;
	line-height: 40px;
	text-indent: 20px;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #fff;
}
.tuji_lunbo_text a{
	display: block;
	float: left;
	max-width: 600px;
	padding-left: 70px;
	color: #fff;
}

.tuji_zhezhao{
	position: absolute;
	background-color: black;
	width: 770px;
	height: 40px;
	bottom: 73px;
	left: 70px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#number{
	position: absolute;
	bottom: 0;
	left:47%;
	line-height: 65px;
	text-align: center;
	clear: both;
}

#number .number{
	font-family: '宋体';
	color: #666;
	font-size: 22px;
}

#number .num{
	font-family: '宋体';
	color: #10acdd;
	font-size: 40px;
}

#number{
	line-height: 65px;
	text-align: center;
	clear: both;
}

#number .number{
	font-family: '宋体';
	color: #666;
	font-size: 22px;
}

#number .num{
	font-family: '宋体';
	color: #10acdd;
	font-size: 40px;
}

.tuji_wufeng{
	height: 145px;
	border-top: 1px solid #daf1f9;
}

#tuji_wufeng_left{
	float: left;
	margin-left: 40px;
	margin-top: 46px;
	cursor: pointer;
}

#tuji_wufeng_right{
	float: right;
	margin-right: 40px;
	margin-top: 46px;
	cursor: pointer;
}

#tuji_wufeng_con{
	position: relative;
	float: left;
	width: 798px;
	height: 103px;
	margin-left: 16px;
	margin-top: 22px;
	overflow: hidden;
}

#tuji_wufeng_con ul{
	position: absolute;
	width: 9999px;
	left: 0px;
}

#tuji_wufeng_con ul li{
	float: left;
	margin-left: 10px;
	width: 140px;
	height: 95px;
	cursor: pointer;
}
.more{
	position: absolute;
	top: 22px;
	right: 89px;
	line-height: 26px;
	color: #16627a;
}


.xgtj{
	position: relative;
	height: 215px;
	background: url(yc-icon-107.png) no-repeat 0px 0px;
	overflow: hidden;
}

.xgtj p{
	font-size: 16px;
	font-weight: bold;
	font-size: 16px;
	color: #16627a;
	margin-left: 90px;
	clear: both;
	margin-top: 22px;
}

.xgtj-left{
	float: left;
	font-size: 13px;
	width: 45px;
	color: #666;
	margin-left: 20px;
	margin-top: 55px;
	text-align: center;
	cursor: pointer;
}

.xgtj-right{
	float: right;
	width: 45px;
	font-size: 13px;
	color: #666;
	margin-right: 20px;
	margin-top: 55px;
	text-align: center;
	cursor: pointer;
}

.xgtj-con{
	position: relative;
	float: left;
	width: 792px;
	height: 130px;
	overflow: hidden;
	margin-top: 22px;
	margin-left: 9px;
}

.xgtj-con ul{
	position: absolute;
	left: 0px;
	width: 9999px;
}

.xgtj-con li{
	float: left;
	width: 180px;
	height: 130px;
	margin-left:18px; 
	text-align: center;
	color: #16627a;
}

.xgtj-con a{
	color: #16627a;
}

/*政府信息公开部门*/	
.zfxxgkbm{
	float: right;
	width: 860px;
}

.zfxxgkbm-1{
	width: 100%;
	margin-top: 35px;
}

.zfxxgkbm-title{
	overflow: hidden;
	line-height: 35px;
	height: 35px;
}

.zfxxgkbm-title-1{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 35px;
	border-radius: 5px;
	background-color: #2ab2dd;
	color: #fff;
	font-family: '微软雅黑';
	font-size: 16px;
	z-index: 2;
}

.zfxxgkbm-title-2{
	display: inline-block;
	border-top: 1px dotted #aaa;
	float: right;
	margin-left: 15px;
	margin-top: 17px; 
}

.zfxxgkbm-1 ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	vertical-align: middle;
}

.zfxxgkbm-1 li{
	width: 400px;
	padding-left: 30px;
	float: left;
	line-height: 40px;
	font-family: '微软雅黑';
	background: url(yc-icon-17.png) no-repeat 15px 15px;
}

.zfxxgkbm-a{
	float: left;
    font-family: '微软雅黑';
    font-size: 14px;
    color: #333;
    line-height: 35px;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gkzn, .gkml{
	display: block;
	float: right;
	height: 23px;
	width: 75px;
	border: 1px solid #dcdcdc;
	background: url(yc-icon-113.png) repeat;
	font-family: '微软雅黑';
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 23px;
    margin-top: 8px;
}
	
.gkml{
	margin-right: 6px;
}

.zfxxgkbm-2{
	margin-top: 20px;
}

.zfxxgkbm-2 ul{
	margin-top: 20px;
}

.zfxxgkbm-2 li{
	width: 255px;
	padding-left: 30px;
	float: left;
	line-height: 40px;
	font-family: '微软雅黑';
	background: url(yc-icon-17.png) no-repeat 15px 15px;
}

.zfxxgkbm-a:hover{
	color: #2ab2dd;
}
/*政府法制栏目*/
.zffzlm{
	width: 1163px;
	margin: 0 auto;
	margin-top: 40px;
}

.zffzlm-title{
	line-height: 40px;
	overflow: hidden;
}

.zffzlm-title p{
	display: inline-block;
	float: left;
	padding-left: 60px;
	background: url(yc-icon-108.png) no-repeat 15px 7px;
	font-size: 30px;
	color: #206798;
	width: 200px;
}

.zffzlm-title span{
	display: block;
	height: 1px;
	width: 450px;
	background-color: #c4dbeb;
	margin-top: 22px;
}

.zffzlm-con-1{
	height: 230px;
	width: 100%;
	overflow: hidden;
}

.zffzlm-con-1-1{
	float: left;
}

.zffzlm-lunbo{
	position: relative;
	width: 365px;
	height: 230px;
	overflow: hidden;
	border: 1px solid grey;
}

.zffzlm-lunbo-img img{
	position: absolute;
	top: 0px;
	left: 0px;
}

.zffzlm-lunbo-text{
	position: absolute;
	z-index: 1;
	top: 190px;
	width: 365px;
	height: 40px;
}

.zffzlm-lunbo-text p{
	float: left;
	line-height: 40px;
	margin-left: 20px;
}

.zffzlm-lunbo-text p a{
	display: inline-block;
	font-family: "微软雅黑";
	font-size: 14px;
	color: white;
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zffzlm-lunbo-btn {
    float: right;
    margin-top: 16px;
    margin-right: 20px;
    width: 85px;
    height: 15px;
}


.zffzlm-lunbo-btn span{
    display: block;
    float: left;
    width: 7px;
    height: 7px;
    background-color: white;
    margin-left: 10px;
    cursor: pointer;
}

.zffzlm-lunbo-text .zffzlm-lunbo-btn .span-cur{
	background-color: #f1af17;
}

.zffzlm-lunbo-zhezhao{
	position: absolute;
	top: 190px;
	width: 365px;
	height: 40px;
	opacity: 0.5;
	background-color: black;
	filter: alpha(opacity=50); 
}

.zffzlm-content{
	width: 365px;
	height: 230px;
	float: left;
	margin-left: 30px;
}

.zffzlm-more-title{
	width: 100%;
	height: 40px;
	background-color: #eff5f8;
	margin-bottom: 10px;
}

.zffzlm-more-title p{
	float: left;
	padding-left: 40px;
	width: 70px;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.zffzlm-more-title a{
	float: right;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #999;
	margin-right: 15px;
}

.zffzlm-con-ul{
	height: 179px;
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
}

.zffzlm-con-ul li{
	line-height: 35px;
	border-bottom: 1px dotted #aaaaaa;
	overflow: hidden;
	padding-left: 20px;
	background: url(yc-icon-17.png) no-repeat 0px 15px;
}

.zffzlm-con-ul a{
	float: left;
    max-width: 260px;
    font-family: '微软雅黑';
    font-size: 14px;
    color: rgb(51, 51, 51);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.zffzlm-con-ul span {
    float: right;
    color: rgb(153, 153, 153);
    font: 12px/33px '微软雅黑';
}

.fzdt{
	background: url(yc-icon-109.png) no-repeat 11px 11px;
	background-color: #2ab2dd;
}

.flgw{
	background: url(yc-icon-110.png) no-repeat 11px 11px;
	background-color: #2ab2dd;
}

.fgcx{
	background: url(yc-icon-111.png) no-repeat 11px 11px;
	background-color: #2ab2dd;
}

.zffzlm-tab-title{
	height: 50px;
	overflow: hidden;
}

.zffzlm-tab-title li{
	position: relative;
	float: left;
	width: 120px;
	height: 40px;
	margin-left: 2px;
	background-color: #dbeaf3;
	font-family: '微软雅黑';
	font-size: 15px;
	font-weight: bold;
	color: #2ab2dd;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.zffzlm-tab-title li a{
	display: block;
	color: #2ab2dd;
}

.tab-li-img{
	position: absolute;
	top: 40px;
	left: 57px;
}

.zffzlm-tab-title .tab-li-cur{
	color: white;
	background-color: #2ab2dd;
}

.zffzlm-tab-title .tab-li-cur a{
	color: #fff;
}

/*银川微信*/
.ycwx{
	width: 1165px;
	margin: 0 auto;
	margin-top: 35px;
}

.ycwx-title p{
	display: inline-block;
	float: left;
    padding-left: 60px;
    background: url(yc-icon-112.png) no-repeat 15px 7px;
    font-size: 30px;
    color: #206798;
    width: 250px;
}

.ycwx-title span {
    display: block;
    height: 1px;
    width: 422px;
    background-color: #c4dbeb;
    margin-top: 22px;
}

.yxwc-con{
	width: 1075px;
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
	margin-bottom: 100px;
}

.yxwc-con a{
	display: block;
	width: 122px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	text-align: center;
}

.yxwc-con img{
	padding: 5px;
	border: 1px solid #c8e7f1;
}

.yxwc-con span{
	line-height: 30px;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #1c8cb0;
}

/*//意见征集*/
.bg_com{
	position: absolute;
	width: 100%;
	height: 13px;
	top:220px;
	background: url(yc-icon-100.png) repeat-x ;
}
.zj_title{
	text-align: center;
}
p.zj_h{
	width: 100%;
	margin-top: 41px;
	font-size: 30px;
	color: #136da3;
	text-align: center;
	font-weight: bold;
}
.zjTime{
	text-align: center;
	line-height: 64px;
	margin-right: 45px;
}
.zj_words{
	padding-top: 52px;
	padding-left: 73px;
	padding-bottom: 30px;
}
.zj_words p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.mj{
	width: 1018px;
	height: 423px;
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
	margin-left: 73px;
}
.mjzj{
	height: 34px;
	line-height: 34px;
	border-bottom:1px solid #e5e5e5;
	background: #f9f9f9 url(xxzj_bg.png) left center no-repeat;
}
.mjzj span{
	font-size: 16px;
	color: #fff;
	margin-left: 20px;
	margin-right: 56px;
}
.mjzj font{
	font-size: 14px;
	color: #999;
}
.mj_form{
	width: 708px;
	height: 100%;
	font-size: 16px;
	margin: 36px 154px 0 154px;
}
.mj_form p{
	height: 30px;
	color: #666;
	line-height: 30px;
	margin-bottom: 20px;
}
.mj_form p span{
	
}
.massage span{
	color: #666;
	vertical-align: top;
}
.massage textarea{
	width: 610px;
	height: 120px;
	margin-bottom: 20px;
}
.mj_name span{
	margin-left: 31px;	
}
.mj_name font{
	font-size: 14px;
	color: #999;
}
#name{
	margin-right: 22px;
}
.mj_num span{
	margin-left: 31px;
}
#phoneNum{
	margin-right: 24px;
}
#file{
	width: 250px;
	height: 30px;
}
.submit_file{
	width: 248px;
	height: 28px;
	line-height: 30px;
	display: inline-block;
	*zoom:1;
	*display:inline;	
	text-align: center;
	color: #666;
	border: 1px solid #999;	
}
.submit_file:hover{
	color:#77b6ca;
	border: 1px solid #77b6ca;	
}
.mj_sc font{
	font-size: 14px;
	color: #f41515;
	margin-left: 22px;
}
.mj_sub,.mj_reset{
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background: #f41515;
	text-align: center;
	margin-left: 90px;
	margin-right: 20px;
	display: inline-block;
	*zoom:1;
	*display:inline;	
}
.mj_reset{
	margin: 0;
	background: #d2d2d2;
}


/*推荐微博*/	
.wb_title{
	height: 32px;
	line-height: 32px;	
}
.dw_title{
	height: 17px;
	line-height: 17px;
	margin-bottom: 25px;
}
.wb_title span{
	float: left;
	height: 100%;
	display: inline-block;
	*zoom:1;
	*display:inline;	
	width: 418px;
	background: url(wb_1.png) center repeat-x;
}
.dw_title span{
	float: left;
	height: 100%;
	display: inline-block;
	*zoom:1;
	*display:inline;	
	width: 492px;
	background: url(wb_1.png) center repeat-x;
}
.wb_title h1{
	float: left;
	font-size: 30px;
	color: #206798;
	margin: 0 18px;
	padding-left: 53px;
	background: url(wb_2.png) left center no-repeat;	
}
#two_words{
	margin: 0 32px;
}
.dw_title h1{
	float: left;
	font-size: 16px;
	color: #16627a;
	margin: 0 18px;
}
.wb_dt{
	position: relative;
	width: 1086px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	margin-top: 38px;
	margin-bottom: 38px;
	border: 1px solid #c8e7f1;
	background: url(wb_tz.png) left top no-repeat;
	background-color: #f0f8fa;
	overflow: hidden;
}
.wb_dt span{
	font-size: 16px;
	padding-left: 20px;
	color: #fff;
}
.wb_dt ul{
	position:absolute;
	top: 0;
	left: 110px;
}
.wb_dt ul li{
	height: 48px;
	/*line-height: 50px;*/
	width: 259px;
	float: left;
	margin: 0 26px;
	overflow: hidden;
}
.wb_dt ul li a{
	color: #1f6798;
}
.weizhi_tj,.weizhi_bm,.weizhi_dw {
	width: 1086px;
	height: 35px;
	margin: 0 auto;
	margin-bottom: 31px;
	background: url(yc-icon-26.png);
}
.wz_public span{
	line-height: 35px;
	display: inline-block;
	*zoom:1;
	*display:inline;
	margin-left: 20px;
	padding-left: 32px;
	font-size: 16px;
	color: #16627a;
}
.weizhi_tj span{
	background: url(wb_tj.png) left center no-repeat;	
}
.weizhi_bm span{
	background: url(wb_bm.png) left center no-repeat;
}
.weizhi_dw span{
	background: url(wb_dw_0.png) left center no-repeat;
}
.wb_news,.dw_news{
	width: 1086px;
	margin: 0 auto;
}
.wb_news a{
	position: relative;
	display: inline-block;
	*zoom:1;
	*display:inline;
	width: 77px;
	height: 82px;
	margin-left: 29px;
	margin-bottom: 37px;
	color: #1c8cb0;
}
.dw_news a{
	display: inline-block;
	*zoom:1;
	*display:inline;
	width: 100px;
	height: 114px;
	margin-left: 32px;
	margin-bottom: 37px;
	text-align: center;
	color: #1c8cb0;
}
a.wb_first{
	margin-left: 15px;
}
.wb_news p{
	position: absolute;
	bottom: 0;
	font-size: 14px;
	left: 0px;
}
.dw_news p{
	margin-top: 8px;
	font-size: 14px;
}
.wb_news a:hover{
	color:red;
}
.dw_news a:hover {
	color:red;
}
.wb_btn{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 25px;
	text-align: center;
}
.wb_btn a{
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	text-align: center;
	color: #666;	
}
.wb_btn a:hover{
	color: #fff;
}
a.wb_act{
	color: #fff;
	background: #f76f27;
}
.wb_dw{
	width: 1086px;
	margin: 0 auto;
}

/*年度报告*/
.xxgk-ndbg{
	margin-top: 20px;
}

.xxgk-ndbg ul{
	border: none;
}

.bmlj{
	overflow: hidden;
}

.bmlj a{
	display: block;
	width: 200px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	float: left;
	margin-top: 15px;
	margin-right: 13px;
	font-size: 14px;
	color: #666;
	background: url(yc-icon-114.png);
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}

.bmlj a:hover{
	background: none;
	background-color: #2ab2dd;
	color: #fff;
}

/*权利清单*/
.qd{
	margin-top: 16px;
	padding:0 70px;
	padding-bottom: 64px;
	background: #e5f2f6 url(qd_bg.png) left top repeat-x;
	overflow: hidden;
}
.qd_title{
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding-top: 37px;
	padding-bottom: 22px;	
}
.qd_title font{
	width: 140px;
	padding: 0 25px;	
	font-size: 30px;
	font-weight: bold;
	color: #136da3;
}
.qd_title span{
	display: inline-block;
	*zoom:1;
	*display:inline;
	width: 67px;
	height: 30px;
	line-height: 30px;
	background: url(qd_span.png) left center repeat-x;
}

.qd_content h2{
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	background: #136da3;
	color: #fff;
	margin-bottom: 24px;
}

.qd_content p{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #136da3;
}
.qd_btn a{
	display: inline-block;
	*zoom:1;
	*display:inline;
	padding: 12px 15px;
	margin: 12px 0 30px 32px;
	color: #fff;
	font-size: 16px;
	background: #9fcfde;
}
a.qd_btn_m0{
	margin-left: 0;
}
.qd_btn a:hover{
	background: #136da3;
}
.qd_news a:hover{
	background: #136da3;
}
a.qd_more{
	display: inline-block;
	*zoom:1;
	*display:inline;
	width: 40px;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	font-size: 12px;
	color: #fff;
	background: #9fcfde url(qd_more.png) right center no-repeat;
}
a.qd_more:hover{
	background: #136da3 url(qd_more.png) right center no-repeat;
}
.qd_news h2{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	background: #136da3;
	color: #fff;
}
.qd_news p{
	text-align: center;
	color: #136da3;
	margin-top: 9px;
	margin-bottom: 30px;
}
.qd_news a{
	width: 120px;
	height: 35px;
	display: inline-block;
	*zoom:1;
	*display:inline;
	float: left;
	margin-left: 12px;
	margin-bottom: 16px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	background: #35aee5;
	
}
.qd_more_content{
	/*height:120px;*/
	/*display: none;*/
	margin-top: 20px;
	font-size: 16px;
	color: #136da3;
	background: #e5f2f6;
	overflow: hidden;
}

/*领导之窗*/
.ldzc{
	margin-top: 10px;
	overflow: hidden;
}

.bmld{
	width: 970px;
	margin: 0 auto;
}

.ld-tab{
	display: block;
	float: left;
	width: 240px;
	height: 30px;
	border-right: 1px solid #c8e7f0;
}

.ld-tab span{
	display: block;
	width: 165px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #16627a;
	background: url(yc-icon-115.png) no-repeat 126px 13px;
}

.ld-tab span:hover{
	background: url(yc-icon-116.png) no-repeat 126px 17px;
	background-color: #2ab2dd;
	color: #fff;
}

.ld-tab .ld-span-cur{
	background: url(yc-icon-116.png) no-repeat 126px 17px;
	background-color: #2ab2dd;
	color: #fff;
}

.ldzc-con{
	padding-top: 7px;
	width: 1165px;
	margin: 0 auto;
	margin-top: 50px;
	*margin-top: 20px;
	overflow: hidden;
	background: url(yc-icon-117.png) no-repeat 0px 0px;
}

.ldzc-con-left{
	float: left;
	width: 230px;
	margin-bottom: 10px;
	border: 1px solid #c8e7f0;
	margin-top: 20px;
}

.ldzc-con-left-title{
	width: 100%;
	line-height: 40px;
	text-indent: 30px;
	font-size: 16px;
	color: #fff;
	background-color: #2ab2dd;
	font-weight: bold;
}

.ldzc-con-left ul{
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.ldzc-con-left li{
	border-left: 2px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.ldzc-con-left a{
	display: block;
	width: 178px;
	margin: 0 auto;
	border-bottom: 1px solid #c8e7f0;
	overflow: hidden;
}

.ld-name{
	float: left;
	line-height: 40px;
	font-size: 16px;
	color: #16627a;
	font-weight: bold;
}

.ld-position{
	float: right;
	font-size: 14px;
	color: #16627a;
	line-height: 40px;
}

.ldzc-con-left .ld-li-cur{
	border-left: 2px solid #2ab2dd;
	border-top: 1px solid #c8e7f0;
	border-bottom: 1px solid #c8e7f0;
	background-color: #e9f7fc;
}

.ldzc-con-left .ld-li-hover{
	border-bottom: 1px solid #fff;
}

.ld-li-cur a{
	border-bottom: 1px solid #e9f7fc;
}

.ldzc-con-right{
	float: right;
	width: 895px;
	overflow: hidden;
}

.ld-img{
	width: 160px;
	height: 230px;
	overflow: hidden;
	float: left;
	margin-top: 60px;
}

.ld-detail{
	float: left;
	margin-left: 30px;
	width: 680px;
	margin-top: 55px;
}

.ld-detail p{
	line-height: 40px;
}

.ld-detail h1{
	font-size: 30px;
	color: #16627a;
	border-bottom: 1px solid #c8e7f0;
	padding-bottom: 15px;
	font-weight: normal;
}

.ld-detail h1 span{
	font-size: 20px;
	margin-left: 10px;
}

.ld-detail .fengong{
	font-size: 16px;
	font-weight: bold;
	color: #16627a;
}

/*清除浮动*/
.clearfix {
	*zoom:1;
}
/* 针对IE7 hack，触发IE7的haslayout，以清除浮动 */
.clearfix:before,.clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after {
	clear:both;
}


/*新增*/
.com-bottom-2 p{
	left: 0;
	cursor: pointer;
}
.com-bottom-2 .img-zhe{
	left: 0;
}
.tuji_lunbo_text a{
	padding-left: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tuji_lunbo_text .tuji_lunbo_des{
	float: left;
}
.tuji_lunbo_text .tuji_lunbo_more{
	float: right;
	text-indent: 0;
	width: 50px;
	text-align: center;
	margin-right: 50px;
}
.tuji_lunbo_text div{
	width: 710px;
	height: 40px;
	margin: auto;
	display: none;
	line-height: 40px;
	padding: 0 30px;
	background: url(tuji_masking.png);
}
#tuji_left{
	position: absolute;
	left: -70px;
}
#tuji_right{
	right: -70px;
}
.tuji_lunbo{
	width: 770px;
	overflow: visible;
}
#img_con{
	left: 0;
}
.tuji_container{
	height: 475px;
}
.yc-sy .toutiao{
	line-height: 80px;
}
.toutiao p{
	display: inline;
	background: url(yc-icon-13.png) no-repeat 0px center;
	margin-top: 0;
}
.wf-con{
	margin-left: 15px;
}
#right{
	float: left;
	margin-left: 15px;
	margin-right: 0;
}
.home-wufeng-more{
	float: right;
	display: block;
	font-size: 14px;
	width: 14px;
	background: #6ca4d8;
	height: 47px;
	color: #fff;
	padding: 0 7px;
	margin-top: 13px;
	margin-right: 5px;
	padding-top: 8px;
}
.link-ul ul li{
	width: 140px;
	padding-left: 20px;
	text-align: left;
	overflow: hidden;
	height: 33px;
	background: url(home-circle.png) no-repeat 10px center;
}
.link-ul{
	background: #fff;
}
.link-ul ul{
	border: 1px solid #e8f5fa;
}
.yxwc-con a{
	width: 185px;
}
.yxwc-con img{
	width: 100%;
}
.xxgk_leftUl li{
	padding-left: 0;
	text-align: center;
	width: 250px;
}
.xxgk_leftUl li a{
	float: none;
}
.pic_left span{
	cursor: pointer;
}
.wsbs-input  a{
	float: left;
}
.wsbs-input input{
	*width: 221px;
}
.link-con p{
	width: 170px;
}
.link-con{
	margin-left: 0;
}


/*7.7新增*/
.search{
	background-color: transparent;
}
.search input{
	background: transparent;
}
.home-search-masking{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: -1;
}
.wsbs-input a{
	width: 16px;
	height: 16px;
	display: block;
}
.wsbs-input img{
	vertical-align: top;
}

/*网站地图*/
.wzdt-container {
    width: 1165px;
    margin: 0 auto;
    margin-top: 25px;
}
.wzdt-title{
	margin-top: 45px;
	font-size: 30px;
	color: #136da3;
	text-align: center;
	background: url(wzdt-title-bg.png) no-repeat center center;
}
.wzdt-container ul{
	margin-top: 30px;
	margin-bottom: 200px;
}
.wzdt-container ul li{
	border-bottom: 1px dotted #aaa;
	padding: 28px 0;
	background: url(wzdt-li-bg.png) no-repeat 161px 48px;
}
.wzdt-li-title{
	float: left;
	font-size: 16px;
	color: #2ab2dd;
	width: 107px;
	padding-left: 57px;
	line-height: 52px;
}
.wzdt-li-links{
	float: left;
	width: 954px;
	padding-left: 47px;
}
.wzdt-li-links a{
	color: #136da3;
	margin: 18px 0;
	font-size: 14px;
	margin-right: 35px;
	display: block;
	float: left;
	height: 14px;
	white-space: nowrap;
}

/*7.8修改*/
.link-ul ul a{
	color: #000;
}
.search{
	background: transparent;
	width: 450px;
	padding-left: 0;
}
.search input{
	background: url(yc-icon-12.png) no-repeat 13px 13px;
	padding-left: 40px;
}

/*404*/
.not-find-con{margin:15px auto 0;width: 805px;}
.not-find-top{padding:262px 0 30px;border-bottom: 1px solid #e0e0e0;background: url(404.png) no-repeat center top;}
.not-find-top p{font-size: 33px;color: #333333;line-height: 80px;text-align: center;}
.back-home-btn{display: block;margin:0 auto;width: 131px;height: 31px;font-size: 16px;color: #7fcbef;line-height: 31px;text-align: center;border: 2px solid #7fcbef;border-radius: 5px;}
.back-home-btn:hover{background: #7fcbef;color: #fff;}
.lm-link-bk p{font-size: 20px;color: #666666;line-height: 70px;text-align: center;}
.lm-link-bk ul{margin:0 auto;padding:10px 20px;width:440px;border:1px solid #7fcbef;border-radius:15px;overflow: hidden;}
.lm-link-bk ul li{float: left;width:109px;height: 38px;border-right: 1px solid #7fcbef;font-size: 15px;color: #15a3ce;line-height: 38px;text-align: center;}
.lm-link-bk ul li a{color: #15a3ce;}
.lm-link-bk ul li a:hover{color: #666666;}
.no-br{border-right: none!important;}
/*2016.12.05信息检索增加*/
.stab tbody td{border:none;}
.stab .stip{color:#16627a;}
.stab #searchBtn{padding:2px 30px;background:#359ed7;color:white;text-align:center;cursor:pointer;}
.xxgk-gl-1 table.stab{width:83%}


/*投票（人）页面*/
.tp-body{width:100%;min-width:1200px;font-family:"Microsoft YaHei",sans-serif;}
.tp-content{width:1200px;height:auto;margin:0 auto;}
.tp-head{height:192px;background:url(tp-title.png) center 106px no-repeat;text-align:center;overflow:hidden;}
.tp-head img{width:84px;height:67px;margin-top:26px;}
.tp-head p{margin-top:54px;font-family: Arial;font-size:17px;color:#fff;}

.tp-main{padding:20px 18px 0px 18px;height:1023px;background-color:#fff;border-bottom:solid 1px #2ab2dd;;overflow:hidden;}
.tp-guide{height:33px;line-height:33px;background:url(../images/tp-back1.png) center no-repeat;border:solid 1px #d6edf4;}
.tp-guide .position{float: left;margin-left:14px;background:url(../images/tp-position.png) left center no-repeat;font-size:13px;color:#16627a;text-indent:28px;}
.tp-guide .path{font-size: 14px;color: #16627a;margin: 0 5px;}
.tp-guide .path:hover {color: #0071ba;}
.tp-guide .now-path{font-weight:bold;}
.candidates{height:588px;margin-top:18px;border:solid 1px #d6edf4;border-radius:2px;overflow:hidden;}
.candidates .headline{height:51px;line-height:51px;background:#eef7fc ;border-bottom:solid 1px #d6edf4;}
.candidates .headline .s1{float:left;margin-left:21px;background:url(tp-vote.png) left center no-repeat;font-size:18px;color:#16627a;font-weight:bold;text-indent:31px;}
.candidate{width:358px;height:235px;float:left;margin-left:21px;margin-top:22px;border:solid 1px #d6edf4;}
.candidate .name{height:39px;line-height:39px;background-color:#f6fcfe;border-left:solid 4px #2ab2dd;border-bottom:solid 1px #d6edf4;}
.candidate .name .s1{height:39px;float:left;margin-left:15px;font-size:15px;color:#0071ba;font-weight:bold;}
.candidate .instruc{height:145px;border-bottom:solid 1px #d6edf4;}
.candidate .instruc img{width:98px;height:113px;float:left;margin-left:15px;margin-top:15px;border:solid 1px #d6edf4;}
.candidate .instruc p{width:210px;height:100px;line-height:20px;float:left;margin-left:16px;margin-top:20px;font-size:13px;color:#666;}
.candidate .poll{height:48px;}
.candidate .poll .s1{float:left;margin-left:21px;margin-top:15px;font-size:18px;color:#0071ba;font-weight:bold;}
.candidate .poll .s2{float:left;margin-left:7px;margin-top:19px;font-size:13px;color:#999;}
.candidate .poll .s3{width:105px;height:30px;line-height:30px;float:right;margin-right:17px;margin-top:10px;font-size:14px;color:#fff;font-weight:bold;text-align:center;}
.candidate .poll .vote{background-color:#f8b551;}
.candidate .poll .voted{background-color:#f7cc8a;}
.tp-review{height:338px;margin-top:16px;border:solid 1px #d6edf4;border-radius:2px;overflow:hidden;}
.tp-review .headline{height:51px;line-height:51px;;border-bottom:solid 1px #d6edf4;}
.tp-review .headline .s1{float:left;margin-left:14px;background:url(tp-review.png) left center no-repeat;font-size:18px;color:#16627a;font-weight:bold;text-indent:38px;}
.tp-review .message{width:1120px;height:220px;margin:0 auto;margin-top:31px;border:solid 1px #dadada;}

.tp-bottom{height:200px;background-color:#f5f5f5;border:solid 1px #fff;overflow: hidden;}
.tp-bottom .links{width:804px;height:16px;line-height:16px;margin:0 auto;margin-top:50px;}
.tp-bottom .links a{width:114px;height:16px;float:left;font-size:14px;color:#797979;font-weight:bold;text-align:center;border-right:solid 1px #a0a0a0;}
.tp-bottom .links a.link7{border:none;}
.tp-bottom .links a:hover{color:#0071ba;}
.tp-bottom .others{width:660px;height:75px;margin:0 auto;margin-top:23px;background:url(../images/tp-bottom.png) left center no-repeat;}
.tp-bottom .text{width:603px;height:75px;float:right;}
.tp-bottom .text span{height:25px;line-height:25px;display:block;font-size:13px;color:#666;text-align:center;}

/*投票（作品）页面*/
.tp-works-main{height:1364px;}
.works{height:990px;margin-top:18px;border:solid 1px #d6edf4;border-radius:2px;overflow:hidden;}
.works .headline{height:51px;line-height:51px;background:#eef7fc url(../images/tp-back2.png) center no-repeat;border-bottom:solid 1px #d6edf4;}
.works .headline .s1{float:left;margin-left:21px;background:url(tp-vote.png) left center no-repeat;font-size:18px;color:#16627a;font-weight:bold;text-indent:31px;}
.work{width:358px;height:284px;float:left;margin-left:21px;margin-top:22px;border:solid 1px #d6edf4;}
.work .name{height:39px;line-height:39px;background-color:#f6fcfe;border-left:solid 4px #2ab2dd;border-bottom:solid 1px #d6edf4;}
.work .name .s1{height:39px;float:left;margin-left:15px;font-size:15px;color:#0071ba;font-weight:bold;}
.work .instruc{height:191px;border-bottom:solid 1px #d6edf4;overflow:hidden;}
.work .instruc img{width:323px;height:163px;display:block;margin:0 auto;margin-top:13px;border:solid 1px #d6edf4;}
.work .poll{height:48px;}
.work .poll .s1{float:left;margin-left:21px;margin-top:15px;font-size:18px;color:#0071ba;font-weight:bold;}
.work .poll .s2{float:left;margin-left:7px;margin-top:19px;font-size:13px;color:#999;}
.work .poll .s3{width:105px;height:30px;line-height:30px;float:right;margin-right:17px;margin-top:10px;font-size:14px;color:#fff;font-weight:bold;text-align:center;}
.work .poll .vote{background-color:#f8b551;}
.work .poll .voted{background-color:#f7cc8a;}
.tp-work-review{height:273px;}
.tp-work-review .message{width:1116px;height:178px;margin-top:24px;}
/**普通文档附件*/
.fj{float:none !important;margin-bottom:10px;font-size:16px;line-height:28px;color:#0071ba !important }
.fj a{color:#136da3; padding-bottom:10px;font-size:15px;}