/*首科党建*/
.bannerPic{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.bannerPic img{
	width: 100%;
	height: 100%;
}
.activity{
	margin-top: 40px;
}
.activity li:nth-child(4n+0){
	margin-right:0;
}
.activity li{
	width: 23.5%;
	margin-right: 0.9%;
	float: left;
	margin-bottom: 50px;
	min-height: 280px;
	border:1px solid #ddd;
}
.activity li:last-child{
	margin-right: 0;
}
.picBox{
	width: 100%;
	height: 237px;
	overflow: hidden;
}
.picBox p{
	width: 94px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-left: 22px;
	line-height: 34px;
}
.activityDetail{
	padding: 0 15px;
}
.activityDetail p{
	margin: 0px auto 0;
	margin-bottom: 0px;
	color: blue;
	font-size: 17px;
	padding-top: 7px;
	z-index: 3;
	position: relative;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.activityDetail div{
	line-height: 24px;
	text-indent: 2em;
	color: #666;
	text-align: justify;
}


/*党建文章详情页*/
.greyBack{
	padding-bottom: 50px;
}
.whiteColor{
	background-color: #fff;
	padding: 80px 36px 60px;
	text-align: center;
	color: #666666;
}
.partyTit{
    color: #333;
    font-size: 17px;
    font-weight: bold;
}
.partyTime{
    color: #999;
    margin: 25px 0 40px;
}
.partyWords{
    line-height: 30px;
    text-align: justify;
}
.partyPic{
    margin: 35px auto;
    width: 700px;
    display: block;
}
.pager{
	margin-top: 60px;
}
.pager a{
	color: #666;
}
.pager a.pagePrev{
	float: left;
}
.pager a.pageNext{
	float: right;
}


/*资讯中心*/
.swiper-container {
    width: 100%;
	height: 810px;
}
.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width: 100%;
}

/* .swiper-slide{
	background: url('../images/banner_infomation.png') no-repeat;
	background-size: 100% 100%;
} */
.bannerPic .text{
	width: 60%;
	position: absolute;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	top: 17%;
	left: 18%;
	display: none;
	z-index: 1000;
}
.bannerPic .text h2{
	color: white;
	line-height: 34px;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}
.bannerPic .text p{
	color: white;
	line-height: 26px;
	width: 100%;
	text-align: left;
}
.swiper-pagination-bullet{
	width: 13px!important;
	height: 13px!important;
	background-color: #4B4A7E!important;
	opacity: 1!important;
}
.swiper-pagination-bullet-active{
	width: 40px!important;
	border-radius: 20px!important;
}
.provider{
	/*border-top: #EFD6B9 solid 2px;*/
	margin-top: 0px;
	margin-bottom: 90px;
}
.provider li{
	height: 65px;
	border-bottom: #F0F0F0 solid 1px;
	line-height: 65px;
	position: relative;
	padding-left: 143px;
}
.provider li p{
	position: absolute;
	padding-left: 30px;
	left: 0;
}
.provider li span{
	width: 55px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #515151;
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	margin-right: 35px;
	font-size: 12px;
}
@media only screen and (max-width: 980px) {
	.bannerPic .text, .width1200 {
		font-size: 17px;
	}
}