.con_bd .img {
	width:20%;
  /* margin-right: 26px; */
}
.con_bd .img img{
width:90%;
height:140px;
}
.con_bd .bd_box li:first-child {
  padding-top: 10px;
}
.con_bd .bd_box li {
  width: 100%;
  height: 160px;
  border-bottom: 1px dashed #e5e5e5;
  margin: 10px 0;
}
.con_bd ul li .txt {
  width: 80%;
  letter-spacing: 1px;
}
.con_bd .txt h5 a {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 10px;
}
.con_bd .txt p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
.con_bd .txt span {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  color: #666;
}
.con_bd .select {
  position: relative;
  height: 31px;
  line-height: 31px;
  text-align: center;
  margin: 50px auto 0;
  font-size: 16px;
}
.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;
}
.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    /* box-shadow: -5px 2px 8px #f60; */
}