.services_con{
    width: 880px;
    margin:0 auto;
	padding-bottom: 30px;
    /*
	padding: 10px 10px;
	border: solid #e5e5e5 1px;
	background: url(../images/st.png) bottom right no-repeat;*/
	}
.services_con img{
	padding-bottom: 20px;
	}
.services_con p{
	text-indent:2em;
	line-height:24px; }
	
.services_con ul li{
    list-style: disc;
	list-style-position:inside;padding-left:8px;
    font-size: 14px;
    line-height: 32px;
    border-bottom: dotted 1px #ccc;
	 } 
.services_con ul li a{ 
	color:#333;
	}
.services_con ul li span{ 
	float:right;
	}
.services_con ul li:hover a{
	font-size:15px;
	color:#3161ac;  
	}
.services_con ul li:hover span{ 
	color:#3161ac;
	}
.services_con h3{
	font-size:22px;
	font-weight:500;
	text-align:center;
	color:#0A439A;
	}
.services_con h4{
	color:#000;
	}
.services_con h6{
	font-size:12px;
	color:#666;
	line-height:36px;
	font-weight:500;
	text-align:center;
	margin-bottom:10px;
	}
.services_con ol{
	width:60%;
	margin:0 auto;
	padding-top: 30px;
	list-style:none;
	text-decoration:none;
	}
.services_con ol span{
	width:80px;
	float:left;
	padding-top: 10px;
	font-size:14px;
	}	
	
.services_con ol li{
    list-style: none;
    width: 80px;
    text-align: center;
	margin:5px;
	float:left;
	border:solid #ccc 1px; 
	}
.services_con ol .on{
	background-color:#3161ac; 
	border:solid #3161ac 1px;
	}
.services_con ol .on a{
	color:#fff;
	}
.services_con ol li:hover{
	background-color:#3161ac; 
	border:solid #3161ac 1px;
	}
.services_con ol li:hover a{ 
	color:#fff;
	}
.services_con ol li a{ 
	line-height:30px; 
	font-size:14px;
	color:#666;
	margin:5px; 
	}