#news .boxIn{
}

#news .boxIn h2 {
height: auto;
    text-indent:inherit;
    display: block;
}

.flex{
	display: flex;
	justify-content: space-between;
}

#con2 .inW,
#con3 .inW{
	position: relative;
}

#con2 .inW .pdBx,
#con3 .inW .pdBx{
	position: absolute;
	top:0;
	right:35px;
}

.pdBx a img{
    transition: 0.5s;
    font-size: 110%;	
}

.pdBx a img:hover{
	-webkit-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);	
}

.pdBx span{
	display: block;
	text-align: center;
	padding: 10px;
	color: #555;
}

.pdBx span i{
	color: #c00;
	margin-right: 0.3em;
}