﻿#Blog{
	height: auto;
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	min-height:700px;
}
.Bg12{
    background-color: #ff6a00; height: auto; margin-top: 65px
}
#BlogTitle{
	height:200px;
	text-align:center;
	
}

.BlogTitleText{
	color:#000000;
	font-size:52px;
}

.BlogGenralText{
	color:#000000;
	font-size:26px;
}

.BlogTileSquare{
	width:195px;
	height:195px;
	background-color:#ffffff;
	float:left;
}

.BlogTileRectangle{
	width:390px;
	height:195px;
	float:left;
	background-color:#0094ff;
}

.BlogSquareArticalTile {
	overflow: hidden;
	width: 195px;
	height: 195px;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}

.BlogSquareArticalText {
	color:#000000;
	font-size:16px;
	text-align:justify;
	position: absolute;
	top: auto;
	bottom: 0px;
	width: 195px;
	height: 0px;
	background-color: rgba(255, 255, 255, 0.75);
}

.BlogSquareTilePos{
	/*float:left;*/
	position:relative;
	overflow:hidden;
}

.BlogRecArticalTile {
	overflow: hidden;
	width: 390px;
	height: 195px;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}

.BlogRecArticalText {
	color:#000000;
	font-size:16px;
	text-align:justify;
	position: absolute;
	top: auto;
	bottom: 0px;
	width: 390px;
	height: 0px;
	background-color: rgba(255, 255, 255, 0.75);
}

.BlogRecTilePos{
	/*float:left;*/
	position:relative;
	overflow:hidden;
}

/*.linkHover{
	text-decoration:none;
}

.linkHover:hover{
	text-decoration:underline;
}*/