
.container {
	border-left: 1px dotted black;
	width: 600px;
	overflow: hidden;
	margin-bottom: 1px;
      background: #FFFFFF;
}
.container2 {
	border-left: 0px dotted black;
	width: 600px;
	overflow: hidden;
	margin-bottom: 1px;
      background: #FFFFFF;
}

.container1 {
	border-left: 1px dotted black;
	width: 600px;
	overflow: hidden;
	margin-bottom:1px;
      background: url(../images/shiliao-2.jpg) no-repeat right bottom;
}

.box_image {
	background: #FFFFFF;
	border: 0px dotted red;
	width: 185px;
      height: 125px;
	margin: 3px;
	position: relative;
}
.box_text {
	background: #FFFFFF;
	border: 1px dotted red;
	width: 385px;
	margin: 3px;
	position: relative;
}

.box {
	background: #FFFFFF;
	border: 1px dotted red;
	width: 285px;
	margin: 3px;
	position: relative;
}

.box_text h1 {
	margin: 0;
	padding: 5px 0 0 0;
      padding-bottom: 0;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 1.4em;
      background: url(../images/side_nav_bg.jpg) repeat-x right top;
      text-align: center;
}
.box_text p {
      font-family: Verdana, Arial, helvetica, sans-serif;
      font-size: 12px;
      font-style: normal;
      text-align: justify;
      margin-top: 0px;
      padding: 5px;
      padding-top: 8px;
      line-height: 125%;
   
}
.boxWidth_title {
	background: #FFFFFF;
	border: 0px dotted green;
	width: 420px;
	margin: 2px;
      margin-bottom: 8px;
	position: relative;
}

.boxWidth {
	background: #FFFFFF;
	border-left: 0px dotted green;
	width: 590px;
	margin: 2px;
	position: relative;
}
.boxWidth p {
      font-family: Verdana, Arial, helvetica, sans-serif;
      font-size: 12px;
      font-style: normal;
      text-align: justify;
      margin-top: 5px;
      padding: 8px;
      padding-top: 8px;
      margin-bottom: 10px;
      line-height: 125%;  
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.box_image img (
    border: 1px solid black;
    vertical-align: middle;
}

.boxWidth ul {
      font-size: 12px;
      margin-left: 10px;
      padding-left: 25px;
      padding-top: 8px;
      padding-bottom: 8px;
      
}
.boxWidth li{
  padding: 5px;
}

.container2 ul {
      font-size: 12px;
      padding-left: 30px;
      padding-top: 8px;
      padding-bottom: 8px;
      
}
.container2 li{
  padding: 5px;
  display: block;
}


