/*新闻轮播*/
.con_newslb {
	padding-top: 2rem;
}
.con_newslb ul li {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 21rem;
	border-radius: 0.5rem;
	display: flex;   
    justify-content: center;
}
.con_newslb ul li img {
	width: 34.5rem;
	height: auto;
}
.con_newslb ul li p.tit_news {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3.6rem;
	line-height: 3.6rem;
	color: #FFFFFF;
	background-color: rgba(45,102,165,.5);
	box-sizing: border-box;
	padding-left: 1rem;
}
.con_newslb ul li p.tit_news em {
	display: inline-block;
	width: 26rem;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}

/*分页器*/
.con_newslb .swiper-pagination {
	left: auto;
	right: 1rem;
	width: auto;
}
/*颜色*/
.con_newslb .swiper-pagination .swiper-pagination-bullet {
	background: #FFFFFF;
	opacity: .5;
}
.con_newslb .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}


/*动态要闻*/
.con_dtyw {
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-top: 1rem;
}
.con_ldxx{
        background-color: rgba(45,102,165,.05);
	padding: 1rem 0;
}
/*政策文件/解读*/
.con_zcwj {
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-top: 1rem;
	background-color: rgba(45,102,165,.05);
	padding: 1rem 0;
}
/*标题*/
.con_zcwj .title_zcwj {
	position: relative;
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	border-bottom: 0.1rem solid #CCD9E6;
	box-sizing: border-box;
	/*padding-left: 1.5rem;*/
}
.con_zcwj .title_zcwj ul li {
	position: relative;
	float: left;
	width: auto;
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}
.con_zcwj .title_zcwj ul li.swiper-slide {
	width: auto;
}
.con_zcwj .title_zcwj ul li:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.1rem;
	width: 0rem;
	height: 0.3rem;
	border-radius: 0.15rem;
	background-color: #2D66A5;
	transition: all .1s ease-in-out;
}
.con_zcwj .title_zcwj ul li.on:after {
	left: calc(50% - 2.3rem);
	width: 4.6rem;
}

/*政府信息公开*/
.con_xxgk {
	overflow: hidden;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-left: 1.5rem;
	margin-top: 1rem;
}
.con_xxgk .list_icon {
	overflow: hidden;
	width: 100%;
	height: auto;
	padding-bottom: 1.5rem;
	border-bottom: 0.1rem solid #E6E6E6;
}
.con_xxgk .list_icon ul li {
	float: left;
	width: calc(50% - 1.5rem);
	height: 4rem;
	line-height: 4rem;
	border: 0.1rem solid #e6e6e6;
	box-sizing: border-box;
	padding: 0rem 1.2rem;
	margin-right: 1.5rem;
	margin-top: 1.5rem;
	display: flex;
    align-items: center;
}
.con_xxgk .list_icon ul li img {
	width: 1.8rem;
	height: 1.8rem;
	margin-right: 1rem;
}
.con_xxgk .list_xxgk {
	overflow: hidden;
	width: 100%;
	height: auto;
	/*padding-bottom: 1.5rem;*/
}
.con_xxgk .list_xxgk ul li {
	float: left;
	width: 10.5rem;
	height: 5rem;
	line-height: 5rem;
	text-align: center;
	font-size: 1.4rem;
	border: 0.1rem solid #E6E6E6;
	box-sizing: border-box;
	margin-right: 1.5rem;
	margin-top: 1.5rem;
}
/*办事服务*/
.con_bsfw {
	overflow: hidden;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-left: 1.5rem;
	margin-top: 1rem;
}
.con_bsfw .list_bsfw {
	overflow: hidden;
	width: 100%;
	height: auto;
	padding-top: 1.5rem;
}
.con_bsfw .list_bsfw ul li {
	float: left;
	width: 7.5rem;
	height: auto;
	text-align: center;
	color: #2D66A5;
	font-size: 1.4rem;
	border-radius: 0.2rem;
	background-color: rgba(45,102,165,.1);
	padding: 1rem 0;
	margin-right: 1.5rem;
	display: flex;
	flex-direction: column;
    align-items: center;
}
.con_bsfw .list_bsfw ul li img {
	width: 1.8rem;
	height: 1.8rem;
	margin-bottom: 0.5rem;
}

/*信息统计*/
.con_xxtj {
	overflow: hidden;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-left: 1.5rem;
	margin-top: 1rem;
}
.con_xxtj .tit_ldxx {
	width: 100%;
	height: auto;
	color: #2D66A5;
	padding-top: 1.5rem;
}
.con_xxtj .list_xxtj {
	overflow: hidden;
	width: 100%;
	height: auto;
}
.con_xxtj .list_xxtj ul li {
	float: left;
	width: calc(50% - 1.5rem);
	height: 4rem;
	line-height: 4rem;
	border: 0.1rem solid #E6E6E6;
	box-sizing: border-box;
	padding: 0 1.5rem;
	margin-right: 1.5rem;
	margin-top: 1.5rem;
	display: flex;
	justify-content: space-between;
}
.con_xxtj .list_xxtj ul li em	{
	color: #2D66A5;
	font-size: 2rem;
	margin-right: 0.4rem;
}

/*年度工作报告*/
.con_gzbg {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 1.5rem;
	margin-top: 2rem;
}
.con_gzbg .btn_gzbg {
	display: block;
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.8rem;
	border-radius: 0.2rem;
	background: url(../img/bg_gzbg.png) center center no-repeat;
	background-size: cover;
}

/*重大专题*/
.con_zdzt {
	overflow: hidden;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-left: 1.5rem;
	margin-top: 2rem;
}
.con_zdzt .list_zdzt {
	overflow: hidden;
	width: 100%;
	height: auto;
	padding-top: 1.5rem;
}
.con_zdzt .list_zdzt ul li img,
.con_zdzt .list_zdzt ul li {
	width: 98%;
	height: auto;
}
.con_zdzt .list_zdzt ul li {
	float: left;
	margin-right: 1.5rem;
}

.szfxx_list {
	overflow: hidden;
	width: 100%;
	height: 29rem;
}
.szfxx_list li {
	width: 100%;
}
.szfxx_list li a {
	float: left;
	width: calc(100% - 10rem);
	overflow: hidden;
	white-space: nowrap;
   text-overflow: ellipsis;
}
.szfxx_list li span {
	float: right!important;
	width: 10rem!important;
	text-align:right!important;
	color:#999!important;
}
