﻿/* CSS Document */
body {
	background-color: #edf6ff;
	background-image: url('images/bg001.jpg');
	background-repeat: repeat-x;
}
.head{
	width:835px;
	height:145px;
	margin:0px auto;
}
.banner{
	width: 400px;
	height: 75px;
	float: left;
	margin-top: 65px;
	background: url('images/logo1.jpg') no-repeat left top;
}
.date{
    width:300px;
	height:30px;
	float:right;
	margin-top:80px;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}
.red{
    font-size:20px;
	color:#DD0000;
	font-weight: bold;
}
.content{
	width:835px;
	height:700px;
	margin:30px auto 0px;
	background-color: #EDF6FF;
}
.sidebar{
	width:265px;
	height:700px;
	float:left;
	margin:0px;
	background: url('images/line.jpg') no-repeat right 100px;
}
.navbar{
    width:265px;
	height:170px;
	margin:0px;
	background: url('images/bg10.jpg') no-repeat left 24px;
	float:left;
	overflow:hidden;
}
.navbar ul{width:260px;margin-top:30px;margin-left:-10px;float:left;}
*html .navbar ul{width:260px;margin-top:30px;margin-left:15px;float:left;}
*+html .navbar ul{width:260px;margin-top:30px;margin-left:30px;float:left;}
.navbar ul li{
	width:324px;
	height:24px;
	float:left;
	margin-left:0px;
	list-style: none;
	overflow:hidden;
}
.ad{
    width:265px;
	height:170px;
	margin:20px 0px;
	float:left;
	text-align:center;
	overflow:hidden;
}
.weekly{
    width:835px;
	float:left;
	overflow:hidden;
	margin-top:30px;
}

.title{
    width:265px;
	height:30px;
	margin:0px 0px 10px 0px;
	background:url('images/bg09.jpg') no-repeat left top;
}
.title h4{
    font-size:14px;
	font-weight:bold;
	margin-left:20px;
	margin-top:0px;
}
.weekly ul{
	width: 855px;
	margin: 0px 0px 0px -30px;
}
*html .weekly ul{ width:835px;margin:0px 0px 0px 10px;line-height:20px;}
*+html .weekly ul{ width:835px;margin:0px 0px 0px 10px;line-height:20px;}
.weekly ul li{
	width: 400px;
	height: 20px;
	margin-top: 10px;
	border-bottom: 1px dashed #CCCCCC;
	list-style: none;
	float: left;
	line-height: 20px;
	text-indent: 20px;
}
.weeklyTop{
	float:left;
	width:835px;
	height:30px;
	margin-top:16px;
	text-align:center;
}
.clear{
    clear:both;
}
.mainBody{
	width:835px;
	height:697px;
	float:right;
}
.mialbody_Title{
	width:835px;
	height:84px;
	border-bottom: 1px solid #0E3D57;
}
.mialbody_Title h4{
	width:110px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background-color:#0E3D57;
	line-height:30px;
	margin:0px;
	text-align:center;
	float:left;
	margin-top:54px;
}
.mialbody_Title h5{
	width:265px;
	float:right;
}
.textBox{
	 width:835px;
	 height:600px;
	 margin:0px;
	 float:left;
	 line-height:26px;
}
.redtitle{
	width:510px;
	height:30px;
	margin:20px auto;
	font-size:16px;
	font-weight:bold;
	color:#DD0000;
	text-align:center;
}
.blacktitle{
	width:510px;
	height:20px;
	margin:10px auto;
	font-weight:bold;
	color:#000000;
	text-align:left;
}
.foot{
	width:835px;
	height:65px;
	margin:10px auto;
	border-top: 1px solid #000000;
	text-align:center;
	line-height:20px;
	padding-top:10px;
}
