/*¥¹¥é¥¤¥É:::::*/
#sliderBox {
display:block;
width:100%;
height:100%;
overflow-x:hidden;
}
#slider {
width:997px;
height:388px;
margin:0 auto;
position:relative;
}


/*:::::*/
#topBn li {
margin-bottom:10px;
}
#topBn li:last-child {
margin-bottom:0;
}


/*:::::*/
#webSite li {
width:250px;
text-align:center;
float:left;
}
#webSite li span {
display:block;
text-align:center;
margin-top:10px;
}
#webSite img {
transition: all 0.3s ease-out;
background-color:#fff;
}
#webSite a:hover img {
filter:alpha(opacity=60); opacity:0.60;
}


/*:::::*/
#recommendBox >* {
margin-bottom:15px;
}
#recommendBox >*:last-child {
margin-bottom:0;
}
#recommendBox .longComment {
margin-top:5px;
}


/*:::::*/
#category {
width:765px;
}
#category > * {
width:240px;
float:left;
margin-right:15px;
}
#category span {
display:block;
margin-top:5px;
}
#category img {
transition: all 0.3s ease-out;
background-color:#fff;
}
#category a:hover img {
filter:alpha(opacity=60); opacity:0.60;
}




#childIFrameNews{
}

#childIFrameRecommend{
min-height:300px;
}



#recommend .block + .block{margin-top:60px;}
#recommend .grid{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:-20px;
}
#recommend .grid li{margin-top:20px;}
#recommend .grid.cell2 li{width: 48.5%;}
#recommend .grid.cell3 li{width: 31.3%;}
#recommend .ofimg:before{padding-bottom:100%;}