.con_bd {
  /* width: 896px; */
  /* margin-left: -8px; */
}
.con_bd ul li {
	float: left;
	/* width: 680px; */
  width: 100%; 
	height: 50px;
	line-height: 50px;
	/* margin: 12px; */
	/* margin-bottom: 12px; */
	/* border-bottom: 1px solid #dedede; */
	padding: 0 10px;
	/* background-color: #FFFFFF; */
  }
.con_bd ul li:nth-child(2n) {
  background-color: #FFFFFF;
}
.con_bd ul li:first-child {
  margin-top: 20px;
}
.con_bd ul li:last-child {
  margin-bottom: 40px;
}
.con_bd ul li a {
  display: block;
  font-size: 16px;
  color: #000;
  float: left;
  padding-left: 20px;
  width: 80%;
  overflow: hidden;
}
.con_bd ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  float: left;
  margin-top: 20px;
  background: #02549e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.con_bd ul li:hover {
  background: #f2f3f5;
}
.con_bd ul li:hover a {
  color: #02549e;
}

.con_bd_img{
	float: right;
	color: #999999;
  font-size: 14px;
}
