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

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #000;
}
.top{
	margin-bottom: 20px;
}
.content{
	width: 1200px;
	margin: 0 auto;
	background-color: #f4f4f4;
	padding: 5px;
}
.conList{
	padding: 0 10px;
}
.conList li{
	width: 240px;
	height: 70px;
	background-color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #2c6294;
	font-size: 26px;
}
.conList li em{
	width: 43px;
	height: 49px;
	margin-right: 22px;
	flex-grow:0;
	flex-shrink:0;
}
.conList li.on .bt1{
	background: url(t1.png)no-repeat center;
}
.conList li .bt2{
	background: url(t2.png)no-repeat center;
}
.conList li .bt3{
	background: url(t3.png)no-repeat center;
}
.on{
	background-color: #2C6294 !important;
	color: #fff !important;
}
.conList li .bt1{
	background: url(t1-1.png)no-repeat center;
}
.conList li.on .bt2{
	background: url(t2-1.png)no-repeat center;
}
.conList li.on .bt3{
	background: url(t3-1.png)no-repeat center;
}