.con_bd ul li h3 {
  height: 38px;
}

.con_bd ul li h3 a {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
}

.con_bd ul li p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin-bottom: 6px;
}

.con_bd ul li {
  /* margin-top: 27px; */
  width: 100%;
  height: 50px;
  border-bottom:  1px dashed #eeeeee;
  
}
.con_bd ul li h3 p{
  color: #00479D;
  
}
.con_bd .select {
  position: relative;
  height: 31px;
  line-height: 31px;
  text-align: center;
  margin: 50px auto 0;
  font-size: 12px;
}

.con_bd .select a {
  color: #fff;
  display: inline-block;
}

.con_bd .select #but,
.btn {
  height: 31px;
  background: #959595;
  margin-right: 7px;
}

.con_bd .select #but {
  width: 48px;
}

.con_bd .select .btn {
  width: 31px;
}

.con_bd .select .b.current {
  background-color: #02549e;
}

.con_bd .select .num {
  cursor: pointer;
  width: 31px;
  line-height: 31px;
  height: 31px;
  margin-right: 7px;
  color: #fff;
  background: #434343;
}
.con_bd ul li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #F9F9F9;
    /* margin-left: 15px; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.con_bd ul li:before {
   content:"";
   display:inline-block;
   width:10px;
   margin:0 1%;
   border-radius: 50%;
   border-bottom:10px solid #dedede;
}
.con_bd ul li a {
    font-size: 16px;
    color: #333;
	width: 80%;
}

.con_bd ul li a span {
    float: right;
    color: #999;
    font-size: 16px;
}
.con_bd ul li:hover {
  background: #f2f3f5;
  font-size: 22px;
}
.con_bd ul li a:hover {
  color: #000;
  font-size: 20px;
}