@charset "utf-8";

/****清除初始样式****/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

body {
	font-family: "微软雅黑";
}

a {
	outline: none;
	text-decoration: none;
	color: #333;
}

a:hover {
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

.clearBox {
	zoom: 1;
}

.clearBox:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}

.con{
	width: 610px;
	margin-right: 16px;
	height: auto;
}

.con ul{
	padding-top: 0px;
	background: url(line.png) repeat-y 4px 20px;
	margin-left: 5px;
	background-size: 1px 250px;
}

.con a, .con span {
    height: 33px;
    line-height: 33px;
}

.con a {
    line-height: 30px;
    font-size: 15px;
    color: #333333;
    display: inline-block;
    width: 510px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    background: url(liicon.png) no-repeat left center;
}

.con a:hover {
    background: url(liiconon.png) no-repeat left center;
    color: #015293;
}

.con ul li:hover span {
    color: #015293;
}

.con ul li span {
    font-size: 13px;
    color: #999999;
    line-height: 30px;
    float: right;
}