.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 .previous {
  width: 100%;
  height: auto;
}
.con_bg .con .previous .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.con_bg .con .previous .year {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.con_bg .con .previous .year .list {
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 10px;
  background-color: rgba(234, 234, 234, 0.75);
  border-left: solid 4px #034EA2;
  border-top: solid 1px #dedede;
  margin: 10px;
}
.con_bg .con .previous .year .list:hover {
  background-color: #034EA2;
  color: #fff;
}
.con_bg .con .previous .year .active {
  background-color: #034EA2;
  color: #fff;
}
.con_bg .con .previous .tab {
  border-top: solid 1px #ccc;
  width: 100%;
  margin-top: 30px;
}
.con_bg .con .previous .tab a {
  font-size: 12px;
  background: #f5f5f5;
  color: #032953;
  padding: 5px 25px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  font-style: normal;
}
.con_bg .con .previous .tab .active {
  background: #BEDAF9;
  font-weight: bold;
}
.con_bg .con .previous .newstit {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-top: 15px;
  margin-top: 35px;
}
.con_bg .con .previous .newstit span {
  display: block;
  font-weight: normal;
  font-size: 13px;
  color: #666;
}
.con_bg .con .previous .newscount {
  margin-top: 30px;
}
.con_bg .con .previous .newscount p {
  line-height: 25px;
  font-size: 15px;
}
