


/*党建新闻图片*/
.hovereffect1 {
width:100%;
height:248px;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect1 .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect1 img {
margin:1% 5%;
width:90%;
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}



.hovereffect1 a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
	border-radius: 10px;
}

.hovereffect1 a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect1:hover img {
-ms-transform:scale(1.05);
-webkit-transform:scale(1.05);
transform:scale(1.05);
}

.hovereffect1:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect1:hover h2,.hovereffect1:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect1:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}






/*集团产业图片*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #00406f;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.hovereffect .png {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
	width:50%; height: 229px;margin: auto;
}
.hovereffect .png .pngimg{width:109px; height: 109px; padding-left: 20px; margin: auto;}.hovereffect .png .pngimg img{width:109px; }


.hovereffect .png:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover png:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
	background: #d41833;
	width:200px;
	margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/*新闻导航按钮*/
.button27 {
	color: rgba(0,0,0,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}
.button27:hover{
}
.button27 a{
	color: rgba(91,91,91,1);
	text-decoration: none;
	display: block;
	font-size: 1rem;
}
.button27::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(-100%, -600%) rotate(30deg);
	transform: translate(-100%, -600%)  rotate(30deg);
	background-color: rgba(3,92,172,1);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

}
.button27:hover::before{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}







.summary{}

.he_slideCaptionDown{
	background:#ccc;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	box-sizing:border-box;
	cursor:pointer;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	overflow:hidden}

.he_slideCaptionDown .he_slideCaptionDown_img{
	position:relative;
	display:block;
	width:100%;
	padding:0;
	margin:0;
	opacity:0;
	overflow:hidden;
	transition:all .4s ease;}

.he_slideCaptionDown .he_slideCaptionDown_img:hover{
	opacity:1;
	transition:all .4s ease;}

.he_slideCaptionDown .he_slideCaptionDown_caption{
	color:#fff;
	background:rgba(254,114,83,0);
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transform:translate3d(0,-100%,0);
	-moz-transform:translate3d(0,-100%,0);
	-o-transform:translate3d(0,-100%,0);
	-ms-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0);
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	overflow:hidden}

.he_slideCaptionDown:hover .he_slideCaptionDown_caption{
	background:rgba(0,0,0,.54);
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0); 
	height: 60%}

.he_slideCaptionDown .he_slideCaptionDown_caption,.he_slideCaptionDown .he_slideCaptionDown_caption > a{
	position:absolute;
	top:0;left:0;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	color: #fff;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	overflow:hidden}

.he_slideCaptionDown .he_slideCaptionDown_caption_h{
	font-size:1em;
	font-weight:700;
	text-align:left;
	width:90%;
	position:absolute;
	top:-50%;
	left:5%;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	overflow:hidden;opacity:0}

.he_slideCaptionDown:hover .he_slideCaptionDown_caption_h{
	color:#fff;
	top:25%;
	opacity:1}

.he_slideCaptionDown .he_slideCaptionDown_caption_p{
	font-size:1em;
	text-align:left;
	text-indent:0;
	color: #fff;
	width:90%;
	position:absolute;
	top:-50%;
	left:5%;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	-ms-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
	overflow:hidden;
	opacity:0}

.he_slideCaptionDown:hover .he_slideCaptionDown_caption_p{
	color:#fff;
	top:55%;
	opacity:0.6}

.he_slideCaptionDown .he_slideCaptionDown_caption_p2{
	text-indent:0;
	font-size:1.4em;
	text-align:left;
	color: #545454;
	width:90%;
	margin: auto; 
	position:absolute;
	top:20%;left:5%; 
	-webkit-transition:all .6s ease;
	-moz-transition:all .6s easet;
	-o-transition:all .6s ease;
	-ms-transition:all .6s ease;
	transition:all .6s ease;
	overflow:hidden;
	opacity:1;
z-index: 999}

.he_slideCaptionDown:hover .he_slideCaptionDown_caption_p2{
	color:#fff;
	top:45%;
	opacity:1}






/*======*/
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}
.newsList li {
	height: auto;
	overflow: hidden;
	width: calc((100% - 48px)/3);
	display: inline-block;
	vertical-align: top;
	position: relative;
  margin:20px 6px;
}
.newsList a:link, .newsList a:visited {
	color: #686868;
}
.newsList .bodr {
	border: 1px solid #dfdfdf;
	height: 580px;
	position: relative;
	overflow: hidden;
	margin: 0 5px;
}
.newsList .txts {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 45px;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.newsList .txts .sy {
	margin-bottom: 15px;
	padding-top: 50px;
  font-size: 1.2em;
}
.newsList .txts .nowti{
	font-size: 1.8em;
	color: #464646;
	overflow: hidden;
}

.newsList .txts .tx {
	line-height: 30px;
    height: 5em;
    overflow: hidden;
    font-size: 1.1em;
    margin-top: 1.2em;
}
.newsList .txts .date {
	position: absolute;
	bottom: 1.5em;
  font-size: 1.1em;
}
.newsList .pic {
	height: 100%;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	opacity: 0;
	display: none\9;
	transition: 600ms;
	-webkit-transition: 600ms;
  background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
      background-color: rgba(29, 32, 136, 1);
  position: relative;
}
.newsList .pic img {
  height:100%;
  display:block;
  background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
      left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    position: absolute;
}
.newsList .pic .cover {
	background: rgba(0,0,0,.3);
	opacity: 0;
	display: none\9;
}
.newsList li:hover .pic {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	display: block\9;
}
.newsList li:hover .pic .cover {
	opacity: 1;
	display: block\9;
}
.newsList li:hover .bg {
	background: #ff0000;
}
.newsList li:hover a, .newsList li:hover .txts .nowti{
	color: #fff;
}
.newsList li:hover a, .newsList li:hover .txts .tx{color:#fff;}
.newsList li:hover a, .newsList li:hover .txts .sy{color:#fff;}
.newsList li:hover .txts {
	top: 38%;
 	background:rgba(0,0,0,0.6);
}
.ixmore {
	display: block;
	width: 34px;
	height: 34px;
	border: 2px solid #fff;
	position: absolute;
	right: 45px;
	top: 40px;
	transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
	opacity: 0;
	display: none\9;
	transition: 400ms 100ms;
	-webkit-transition: 400ms 100ms;
}
.ixmore .ico {
	background-image: url(//dfs.yun300.cn/group1/M00/00/B5/CgI9Fli2P1uEcxEdAAAAAJ3vNCE205.png);
}
.newsList li:hover .ixmore {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
	display: block\9;
}
.bodr .ico{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 300ms;
    -webkit-transition: 300ms;
    position: relative;
}

.clear {
	clear: both;
}
.p_articles{margin:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}.p_CommonSummaryBoxA{text-align:center;
}.p_MatteIcon .iconfont:before{content:'\e602';
}.p_page .pre .iconfont:before{shadow-angle:0px;
shadow-distance:0px;
shadow-angle-ofInset:0px;
shadow-distance-ofInset:0px;
}.p_page .next .iconfont:before{shadow-angle:0px;
shadow-distance:0px;
shadow-angle-ofInset:0px;
shadow-distance-ofInset:0px;
}.p_more .iconfont:before{shadow-angle:0px;
shadow-distance:0px;
shadow-angle-ofInset:0px;
shadow-distance-ofInset:0px;
}.p_loading .iconfont:before{shadow-angle:0px;
shadow-distance:0px;
shadow-angle-ofInset:0px;
shadow-distance-ofInset:0px;
}




/*<1280*/
@media screen and (max-width:1280px) {
	
.newsList .txts .sy {font-size: 1em;}
.newsList .txts .nowti{	font-size: 1.4em;}
.newsList .txts .tx {  font-size: 0.9em;}
.newsList .txts .date {  font-size: 0.9em;}
	
}


/*<950*/
@media screen and (max-width:950px) {
	.newsList li {width: calc((100% - 48px)/2);}
	
}

/*<680*/
@media screen and (max-width:680px) {
	.newsList li {width: 90%; margin: 0 5% 2em;}
	
}