.con_bg {
  width: 1308px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/bj_bj.png) repeat-y;
  padding-bottom: 50px;
}

.con_bg .con {
  height: auto;
  overflow: hidden;
  padding: 40px 65px 0 65px;
}

.con_bg .con .news {
  width: 100%;
  height: auto;
}

.con_bg .con .news .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 40px;
}

.con_bg .con .news .detalis {
  width: 100%;
  height: auto;
}

.con_bg .con .news .detalis .tit {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.con_bg .con .news .detalis .time {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}

.con_bg .con .news .detalis p {
  color: #333;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.con_bg .con .news .detalis img {
  width: 600px;
  height: auto;
  margin: 0 auto;
}