.main3 {
  width: 1200px;
  margin: 20px auto 0;
}

.h-img {
  background: url(../img/sjccsx_img.png);
  width: 1200px;
  height: 171px;
  line-height: 171px;
  margin: 21px 0 25px;
  font-weight: 700;
  font-size: 36px;
  color: #FFFFFF;
  text-indent: 128px;
}

.title {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #D6D6D6;
}

.title .fl a {
  display: block;
  width: 105px;
  height: 36px;
  background: #275CD9;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.zkList {
  position: relative;
  width: 100%;
  height: auto;
}

.zkList .zk {
  width: 54px;
  display: block;
  font-size: 16px;
  color: #275CD9;
  background: url(../img/sjccsx_icon2.png)right center no-repeat;
  position: absolute;
  right: 0;
  top: -26px;
}

.zkList .zk.on {
  background-image: url(../img/sjccsx_icon1.png);
  top: -38px;
}

.zk.on+.list {
  display: block;
}

.list {
  width: 1200px;
  margin: 12px 0 0;
  display: none;
}

.list a {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  margin-right: 9px;
  padding: 9px 12px;
}

.list a.on {
  background: #E5EEF7;
  font-weight: 700;
  color: #275CD9;
}

.newList {
  margin-top: 18px;
}

.newLi div {
  height: 48px;
  line-height: 48px;
  border-right: 1px solid #E6E6E6;
  ;
}

.newLi div:nth-last-child(1) {
  border-right: 0;
}

.newLi {
  border: 1px solid #E6E6E6;
  border-bottom: 0;
}

.newLi:nth-last-child(1) {
  border-bottom: 1px solid #E6E6E6;
}

.fir div {
  height: 42px;
  background: #EEEEEE;
  font-weight: 700;
  line-height: 42px;
}

.newLi div {
  float: left;
  font-size: 16px;
  text-indent: 34px;
}

.newLi .num {
  width: 78px;
  text-align: center;
  text-indent: 0;
}

.wh,
.fs {
  width: 218px;
}

.fs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.date {
  width: 161.8px;
}

.tit {
  width: 522px;
  padding-right: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tit a {
  color: #275CD9;
}

#pageArea {
  text-align: center;
}

/* old */
.oldModel .title .fl a {
  font-size: 28px;
}

.oldModel .title .fl a {
  width: 120px;
}

.oldModel .list a {
  font-size: 28px;
}

.oldModel .newLi div {
  font-size: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  line-height: 60px;
}

.oldModel .zk {
  font-size: 28px;
  width: 80px;
  top: -40px;
}

.oldModel .zk.on {
  top: -52px;
}