﻿#about_center{
    float:left;
    width:960px;
    overflow:hidden;
    padding-top:10px;
    margin-left:15px;
    }
.about_title{
    color:#2a78cd;
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
}
.about_title a{
	color:#2a78cd;
	text-decoration:underline;
}
.about_title a:hover{
	color:#2a78cd;
	text-decoration:none;
}

.list_main{
	width:200px;
	float:left;
	margin-right:30px;
}
.clear{
	clear:both;
	height:10px;
}
.list_title{
	background-color:#acc8f3;
	height:25px;
	color:#002190;
	padding:3px 5px;
	font-weight:bold;
	margin-bottom:10px;
}
.list_title a{
	color:#002190;
	font-weight:bold;
	text-decoration:underline;
}
.list_title a:hover{
	color:#002190;
	font-weight:bold;
	text-decoration:none;
}

.list_main div{
    padding-left:10px;
}