.indexNewsContainer{
	background-image:url(../images/background.png);
	background-repeat:no-repeat;
	background-position:top;

}

.indexNewsInnerContainer{
/*	border:#0F0 solid 1px;*/
	padding: 100px 195px 47px 230px;
}

.NewsTitleTitle{
	text-align:left;
}
.NewsTitleMore{
	text-align:right;
}
.indexNewsTitle, .NewsTitleMore{
	height:50px;
	line-height: 50px;
	border-bottom: 1px solid #888888;
	margin-bottom:15px;
}
.indexNewsDay{
	float:right;
/*	border:#C03D3F solid 1px;*/
	text-align:right;
	font-size:18px;	
	color:#373737;
	padding:7px 0px;
}
.indexNewsList{
	float:left;
/*	border:#CCC solid 1px;*/
	padding:7px 0px;
}
.indexNewsList a{
	font-size:18px;	
	color:#373737;
	text-decoration:none;
	padding-left: 10px;
}
.indexNewsList a:hover{	
	color:#FFF;
}





@media only screen and (min-width : 1200px){

}
@media only screen and (max-width : 1199px){
.indexNewsInnerContainer{
	padding: 100px 180px 47px 180px;
}
}
@media only screen and (min-width : 992px){

}
@media only screen and (max-width : 991px){
.indexNewsInnerContainer{
	padding:90px 20px 50px 20px;
}

}
@media only screen and (min-width : 768px){

}
@media only screen and (max-width : 767px){
.indexNewsInnerContainer{
	padding:10px 20px;
}
.indexNewsDay{
	text-align:left;
}
.indexNewsContainer{
	background-position:bottom;	
}
}
@media only screen and (max-width : 440px){
.indexNewsInnerContainer{
	padding:0px 10px;
}
.indexNewsDay{
	padding:10px 0px 0px 0px;
}
.indexNewsList{
	margin-bottom:15px;
}
}
@media only screen and (max-width : 420px){

}