/* 新政府信息公开年报 */
.wrapper {
  width: 1200px;
  min-height: 600px;
  background: #FFFFFF;
  /* background: #347CC2; */
  margin: 0;
  overflow: auto;
  position: relative;
}

.wrapper::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 9px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  background-color: #F5F5F5;
}

.wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #2D66A5;
}

.wrapper::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /* border-radius: 10px; */
  background: #CBCBCB;
}

.contents {
  margin: 31px 0 18px 30px;
}

.contents a {
  width: 400px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #444444;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.conter .title-item {
  width: 456px;
  height: 43px;
  background: #2d66a5;
  margin-left: 31px;
  position: relative;
}

.conter .title-item a span {
  width: 529px;
  height: 24px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: absolute;
  margin-top: 10px;
  margin-left: 14px;
}

.conter .content-item {
  height: auto;
  overflow: hidden;
  width: 1200px;
  margin-bottom: 30px;
  margin-left: 31px;
}

.conter .content-item .top {
  width: 1200px;
  display: block;
}

.conter .top .caption {
  width: 290px;
  height: 54px;
  background: #ffffff;
  float: left;
  border-right: 2px solid #EEEEEE;
  overflow: hidden;
  text-overflow: ellipsis;
}

.conter .top .caption:nth-child(4n) {
  border-right: none;
}

.conter .top .caption a {
  display: block;
}

.conter .top .caption a span {
  width: 273px;
  height: 24px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #444444;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-top: 16px;
  margin-left: 10px;
}

.navs {
  padding: 10px;
  margin-top: 30px;
  margin-left: 30px;
  background-color: #f3f3f3;
}

.navs span a {
  color: #1B5093;
}

.oldModel .contents a {
  font-size: 24px;
}

.oldModel .navs {
  font-size: 20px;
}

.oldModel .conter .title-item a span {
  font-size: 22px;
}

.oldModel .conter .top .caption a span {
  font-size: 20px;
}