.mg {
	border-color:#000000;
 	border-left-width:1px;
  	border-top-width:1px;
  	border-bottom-width:1px;
    border-right-width:1px;
}
.ziti {
	font-family: "宋体";
	color:#000000;
	font-size: 12px;
	line-height:20px;
	font-style: normal;
}
.a1 {
	color:#000000;
	text-decoration:none;
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
}
.ziti3 {
	text-decoration: underline;
	font-family: "宋体";
	color:#000000;
	font-size: 12px;
	line-height:20px;
	font-style: normal;
}

.ziti2 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.a1:hover{
	color:#FF0000;
	text-decoration:none;
}
.dis {display:block}
.undis {display:none}
.a2 {
	color:#000000;
	text-decoration:none;
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.a2:hover{
	color:#FF0000;
	text-decoration:none;
}
.a3 {
	font-family: "宋体";
	color:#000000;
	text-decoration:none;
	font-size: 14px;
	line-height:20px;
	font-weight: bold;
}
.a3:hover{
	color:#FF0000;
	text-decoration:none;
}

.yszbt {
	font-family: "宋体";
	color:#F0E68C;
	text-decoration:none;
	font-size: 12px;
	line-height:20px;
	font-weight: normal;
}
.yxzbt {
	font-family: "宋体";
	color:#ffffff;
	text-decoration:none;
	font-size: 12px;
	line-height:20px;
	font-weight: normal;
}
.biaoti {
	font-family: "宋体";
	color:#000000;
	font-size: 14px;
	line-height:20px;
	font-weight: bold;
}
h ul li:a {
	color:#FF0000;
	text-decoration:none;
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	float:left;
}
.a4 {
	font-family: "宋体";
	color:#0066CC;
	text-decoration:none;
	font-size: 12px;
	line-height:20px;
}
.a4:hover{
	color:#FF0000;
	text-decoration:none;
}

.a5 {
	font-family: "宋体";
	color:#000000;
	text-decoration:underline;
	font-size: 12px;
	line-height:22px;
}
.a5:hover{
	color:#FF0000;
}
.main{width:215px;/* 总的宽度 */
}
.main .col-1{
float:left;/* 这个是关键的地方 让col1往左浮动，这样它的后面（右边）就可以放置别的元素（别的元素：可以是div，图片，文字等） */
width:100px;height:20px;
}
.main .col-2{
float:left;/* 这个是关键的地方 让col2也往左浮动，紧跟在col1的后面 */
margin-left:0px;/* 让col2和col1之间有些间隔 */
width:100px;height:20px;/* 给一个尺寸 可以随意*/
}
.clear-float{clear:both}/* 清除col1和col2的float,否则main的高度会出错 没有包住它里面的有float的元素。 */

.l{
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
  }   
