﻿*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #f5f6ff;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.con-lmy{
	background-color: #fff;
}
.con-top{
	
	border-bottom: 2px #eee solid;
}
.con-top p{
	line-height: 40px;
	font-size: 14px;
	margin: 0 0 0 0 !important;
}
.con-top p a{
	color: #000000;
}
.con-cen{
	margin-top: 15px;
}
.cen-left{
	padding-bottom: 35px;
}
.cen-left dt{
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 20px;
	border-radius: 5px;
	background-color: #1486d0;
}
.cen-left dt img{
	margin: -2px 0 0 -10px;
}
.cen-left dd{
	padding: .6em 0 .6em 15px;
	border: 1px #cbefff solid;
	margin: 15px 0;
}
.cen-left dd a{
	display: inline-block;
	width: 80%;
	font-size: 16px;
	color: #000000;
}
.cen-left dd span{
	float: right;
	padding-right: 20px;
}
.cen-left dd:hover{
	background-color: #1486d0;
	color: #fff;
}
.cen-left dd:hover a{
	color: #fff;
}
.cen-right{
	border-top: 2px #eee solid;
	border-left: 2px #eee solid;
	margin-bottom: 20px;
}
.right-top{
	border-bottom:3px #1486D0 solid;
	margin-top: 10px;
}
.right-top > p{
	line-height: 15px;
}
.right-top > p > a{
	display: inline-block;
	padding: 0 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin:0 10px 0 0px;
	color: #1486D0;
}
.right-cen{
	padding: 5px 0 30px 0;
}
.right-cen ul{
	padding-bottom: 30px;
	border-bottom: 1px #e7e7e7 solid;
}
.right-cen ul li{
	margin:10px 0px 0px 10px;
}
.right-cen ul li a{
	font-size: 16px;
	color: #000000;
}
.right-cen ul li span{
	float: right;
	padding-right: 15px;
	font-size: 16px;
	color: #999;
}