.middle {
  width: 1200px;
  margin: 15px auto;
  min-height: 500px;
}

.pagination-first a {
  padding: 2px 10px;
}

.pagination-last span {
  padding-left: 12px;
}

.pagination-last #pagination-input {
  width: 30px;
  margin-left: 10px;
  border: 1px solid #999;
}

hr {
  border: none;
  height: 1px;
  background-color: #F5F4F4;
}

.line {
  width: 1215px;
  height: 1px;
  background: #E4E3E3;
  margin-top: 16px;
}

.domainClassificationBox {
  display: flex;
}

.domainClassification {
  display: inline-block;
  margin: 64px 0 0 7px;
  /* width: 88px; */
  height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #060606;
  /* line-height: 48px; */
}

.domainClassificationOptionsBox {
  margin: 49px 0 0 0px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: start;
  align-content: space-between;
}

.domainClassificationOptions {
  width: 200px;
  height: 50px;
  line-height: 48px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #060606;
  text-align: center;
  background: #F5F4F4;
  margin-bottom: 17px;
  margin-right: 20px;
}

.domainClassificationOptions:hover,.domainClassificationOptions.on {
  box-shadow: 0px 5px 8px 1px rgba(254, 229, 223, 0.68);
  border: 1px solid #29bdeb;
}

.domainClassificationOptions:hover a,.domainClassificationOptions.on a {
  color: #29bdeb;
}

.domainClassificationOptions:nth-child(5n) {
  margin-right: 17px;
}

.oneClass {
  margin: 35px 0 0 7px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #060606;
  line-height: 48px;
}

.oneClassBox>span {
  padding: 0 17px;
}

.oneClassBox>span:hover a,.oneClassBox>span.on a {
  color: #29bdeb;
}

.twoClass {
  margin-top: 39px;
  display: flex;
  justify-content: space-around;
}

.twoClass-left-title {
  width: 275px;
  height: 52px;
  line-height: 50px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  background: #0B67B1;
  text-align: center;
}

.twoClass-left-title a {
  color: #FFFFFF;
}

.twoClass-left-content {
  width: 275px;
  min-height: 52px;
  background: #F5F4F4;
  line-height: 48px;
  padding-left: 49px;
  overflow: hidden;
  padding-right: 10px;
}

.twoClass-left-content a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.twoClass-left-content:hover,.twoClass-left-content.on {
  box-shadow: 0px 5px 8px 1px rgba(254, 229, 223, 0.68);
  border: 1px solid #29bdeb;
}

.twoClass-left-content:hover a,.twoClass-left-content.on a {
  color: #29bdeb;
}



.active {
  width: 100%;
  height: 40px;
  background: #eee;
  color: #0733D0;
  text-align: center;
}

.activeAll {
  display: flex;
  justify-content: start;
  align-items: center;
}

.activeAll-left {
  width: 3px;
  height: 15px;
  background: #BE0000;
  margin: 0 0 0 33px;
}

.activeAll-right {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #BE0000;
  margin: 0 0 0 10px;
}

.twoClass-right .tow-top {
  width: 879px;
  height: 52px;
  background: #F5F4F4;
  color: #000000;
  padding-left: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #020202;
  line-height: 48px;
}

.twoClass-right .filelist {
  width: 760px;
  margin: 15px 0 20px 46px;
}

.twoClass-right .filelist li {
  list-style: square;
}

.twoClass-right .filelist li::marker {
  color: #0a5491;
}

.twoClass-right .filelist li a {
  font-size: 16px;
  color: #020202;
  line-height: 48px;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.twoClass-right .filelist li a:hover {
  color: #29bdeb;
}


/*分页*/
#page-div,#page_div {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.pagination-first,
.pagination-last {
    margin: 10px 0;
}

.pagination-index{
    border: 1px solid #3871a6;
    margin: 0 3px;
    padding: 0 15px;
    display: inline-block;
    border-radius: 3px;
    color: #3871a6;
}




.searchlist{
    float: right;
    font-size: 16px;
    font-weight: normal;
}
.searchlist > *{
    height: 30px;
    vertical-align: top;
}
.searchlist input,.searchlist select{
    width: 190px;
}
.searchlist button{
    width: 60px;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }

  .middle {
    width: 100%;
    padding: 15px;
  }

  .domainClassification {
    font-size: 14px;
  }

  .domainClassificationOptions {
    width: 109px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin-bottom: 12px;
    margin-right: 20px;
  }

  .domainClassificationOptions:nth-child(5n) {
    margin-right: 20px;
  }

  .domainClassificationOptionsBox {
    margin: 35px 0 0 0px;
  }

  .domainClassification {
    margin: 39px 0 0 7px;
  }

  .oneClassBox>span {
    padding: 0px 5px;
  }

  .oneClass {
    margin: 15px 0 15px 7px;
    width: 98%;
    font-size: 13px;
    line-height: 24px;
  }

  .twoClass {
    display: block;
    margin-top: 18px;
  }

  .twoClass-left {
    width: 100%;
    padding: 0;
  }

  .twoClass-left-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .active {
    height: 40px;
  }

  .activeAll-right {
    font-size: 14px;
  }

  .twoClass-right {
    width: 100%;
  }

  .twoClass-left-content {
    width: 100%;
    min-height: 40px;
    line-height: 40px;
  }

  .twoClass-right .tow-top {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-top: 40px;
  }

  .filelist li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
  }

  .twoClass-right .filelist li a {
    font-size: 12px;
    line-height: 26px;
  }

  .twoClass-right .filelist {
    width: 89%;
    padding-right: 0;
    margin: 0 0 0 40px;
  }

  .line {
    width: 100%;
  }
}

/* >=768px and <1200px */
@media screen and (min-width: 300px) and (max-width: 388px) {
  .domainClassificationOptions {
    width: 89px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin-bottom: 12px;
    margin-right: 5px;
  }

  .domainClassificationOptions:nth-child(5n) {
    margin-right: 5px;
  }
}