﻿/*导航条*/
@media screen and (max-width: 767px){
	.navigation ul li {
	    width: 25%;
	}
}
/*党群建设*/
.build .img img{
	width: 100%;
	vertical-align: top;
}
.build .tex :hover h5,.build .tex :hover b,.build .tex :hover p{
	color: #af905f;
}
.build .tex>div{
	box-shadow: 0px 1px 10px #ddd;
	margin: 30px 0 60px;
	padding: 25px 0;
	box-sizing: border-box;
	overflow: hidden;
}
.build .tex>div .time{
	text-align: center;
	border-right: 1px solid #E3E3E3;
}
.build .tex>div .time b{
	font-weight: 400;
	font-size: 53px;
	margin-bottom: 0;
	line-height: 60px;
}
.build .tex>div .time p{
	font-size: 24px;
	margin-top: 6px;
}
.build .news h5{
	font-size: 22px;
	margin-bottom: 20px;
}

.hdover{
	overflow: hidden;
}
.hdover img{
	transition: all 1s;
}

.hdover:hover img{
	transform: scale(1.1)
}
.build .news p{
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 2;  
	-webkit-box-orient: vertical;
}
.build .news a:hover{
	color: inherit;
}
@media screen and (min-width:1200px) and (max-width: 1380px) {
	.build .tex>div .time b {
	    font-size: 30px;
	    line-height: 50px;
	}
	.build .tex>div .time p {
	    font-size: 12px;
	    margin-top: 0;
	}
}
@media screen and (max-width:1200px){
	.hdover{
		margin-bottom: 30px;
	}
}
@media screen and (max-width:767px){
	.build .news h5 {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.build .news p {
	    font-size: 12px;
	}
	.build .tex>div .time{
		display: none;
	}
	.build .tex>div,.build .img img{
		margin-bottom: 10px;
	}
}
.see>div{
	margin: 0!important;
	padding: 50px 0!important;
	padding-right: 50px!important;
}
.see .news p{
	text-overflow: -o-ellipsis-lastline;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 4;  
	-webkit-box-orient: vertical;  
	font-size: 14px;
	line-height: 30px;
}
.see .ckgd{
	margin-top: 44px;
	line-height: 40px;
}
.see .ckgd a{
	display: inline-block;
	width: 107px;
	text-align: center;
	background: #af905f;
	color: #fff;
	vertical-align: middle;
}
.see .ckgd i{
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #fff;
	background: #af905f;
	vertical-align: middle;
	font-size: 30px;
	text-align: center;
}
.build{
	margin-top: 68px;
}
@media screen and (max-width: 1200px) {
	.build .tex>div .time{
		display: none;
	}
	.build .see>div .time{
		display: block;
	}
}
@media screen and (max-width: 767px){
	.build .see>div .time{
		display: none;
	}
	.see>div {
	    padding: 20px 0!important;
	    padding-right: 15px!important;
	}
	.see .news p{
		font-size: 12px;
		line-height: inherit;
	}
	.see .ckgd {
	    margin-top: 10px;
	    line-height: inherit;
	}
	.see .ckgd i {
	  	display: none;
	}
	.build .tex>div{
		margin: 10px 0;
	}
	.build{
		margin-top:30px
	}
}
.see .ckgd a,.see .ckgd i{
	transition: all .5s
}
.see .ckgd:hover a,.see .ckgd:hover i{
	background:#ad0007
}
