@charset "utf-8";
/* CSS Document */

#mainContainer .base .photo {
	float: left;
	width: 523px;
}
#mainContainer .base .news {
	float: right;
	width: 372px;
}

/* #newsBlock */
#newsBlock {
	position: relative;
	width: 372px;
	min-height: 236px;
}
*:first-child+html #newsBlock { /*for IE7 */
	min-height: 236px;
}
#newsBlock { /*for IE8 */
	min-height: 236px;
}

#newsBlock h3 {
	margin-bottom: 13px;
	padding: 5px 0;
	border-bottom: 1px solid #ced5df;
}

#newsBlock dt {
	float: left;
	/*margin-right: 10px;*/
}
#newsBlock dd {
	padding-left: 8em;
	/*float: left;*/
}
#newsBlock .attention {
	position: absolute;
	right: 0;
	top: 4px;
}
#newsBlock .attention ul li {
	display: inline;
}

.blueBox {
	width: 350px;
	border: #032d75 1px solid;
	padding: 10px;
}

/* movie */
.floatR{
	float:right;
}


/* banner */
.banner {
	width: 898px;
	border: #333 1px solid;
	padding: 5px;
	text-align: center;
}
.bnr_Box {
	margin-top: 20px;
}
.bnr_Box .floL {
	float:left;
}
.bnr_Box .bnr2 {
	margin-left: 20px;
}

/* counter */
.counter{
	width: 130px;
	float:right;
}
.mb5{
	margin-bottom:5px;
}