.banner,
.banner img {
  width: 100%;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.search {
  margin-top: 50px;
  margin-bottom: 20px;
  overflow: hidden;
}
.search span {
  font-size: 18px;
  line-height: 50px;
  color: #333;
  font-weight: 700;
  float: left;
}
form#search-form input {
  float: left;
}
.xxbt,.zw {
  width: 404px;
  height: 60px;
  border-radius: 8px;
  background: #fff;
  border: 2px solid #3673b65e;
  line-height: 60px;
  color: #999;
  font-size: 16px;
  padding-left: 20px;
  margin-left: 10px;
}
.xxbt {
  margin-right: 36px;
}
.btn {
  width: 76px;
  height: 60px;
  border-radius: 8px;
  background: linear-gradient(269.33deg, #3673b6 0%, #5da2ee 100%);
  color: #fff;
  border: 0;
  font-weight: 700;
  font-size: 18px;
  margin-left: 20px;
}
.sxtj,
.sxtj > div {
  clear: both;
  overflow: hidden;
  width: 100%;
}
.sxtj {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.sxtj > div {
  border-bottom: 1px solid #ccc;
}
.sxtj > div > ul > span.name {
  width: 120px;
  background: #f3f3f3;
  border-right: 1px solid #ccc;
  font-size: 16px;
  line-height: 50px;
  color: #333;
  padding-right: 20px;
  display: inline-block;
  float: left;
  text-align: right;
}
.sxtj ul li input[type='radio'],
.sxtj ul li input[type='checkbox'] {
  color: #3673b6;
  width: 18px;
  height: 18px;
  line-height: 50px;
  vertical-align: middle;
}
.sxtj ul li label {
  line-height: 50px;
  height: 50px;
  float: left;
  display: inline-block;
  font-size: 16px;
}
.sxtj ul li label:hover {
  color: #3673b6;
}
.sxtj > div > span.zhankai {
  color: #3673b6;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
}
.sxtj > div > span.zhankai img {
  margin-left: 10px;
  line-height: 50px;
}
.sxtj ul {
  max-width: 1120px;
  float: left;
}
.sxtj ul li {
  float: left;
  margin-left: 20px;
  line-height: 50px;
}
.sxtj ul li input {
  margin-right: 10px;
}
.tablelist {
  margin-top: 30px;
  border: 1px dashed #ccc;
}
.tablelist>p{
  font-size: 22px;
  text-align: center;
  line-height: 60px;
}
.tablelist table {
  width: 100%;
}
.tablelist tr {
  height: 60px;
}
.tablelist tr td,
.tablelist tr th,
.tablelist tr td a,
.tablelist tr td span {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  padding: 16px 0px;
}
.tablelist tr th {
  font-size: 20px;
}
.tablelist tr td:first-child {
  padding-left: 40px;
  background: url(zccxdot.png) no-repeat 20px 28px;
  width: 60%;
  text-align: left;
}
.tablelist tr th:first-child {
  width: 60%;
}
.tablelist tr td:nth-child(2),
.tablelist tr th:nth-child(2) {
  width: 22%;
}
.tablelist tr td:nth-child(3),
.tablelist tr th:nth-child(3) {
  width: 6%;
}
.tablelist tr td:nth-child(4),
.tablelist tr th:nth-child(4) {
  width: 12%;
}
.tablelist tr:nth-child(odd) {
  height: 60px;
  background: #f8f7f7;
}
.tablelist tr:first-child {
  height: 64px;
}
/* 分页 */
.pagebg {
  float: right;
  height: 40px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 50px;
}
.pagebg ul {
  width: 100%;
  height: 100%;
}
.pagebg li {
  height: 100%;
  width: 40px;
  color: #333;
  float: left;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  font-size: 18px;
  background: #eee;
  margin-left: 10px;
}
.pagebg li.xl-prevPage,.pagebg li.xl-prevPage:hover {
  background: #eee url(prevarrow.png) no-repeat center !important;
}
.pagebg li.xl-nextPage,.pagebg li.xl-nextPage:hover {
  background: #eee url(nextarrow.png) no-repeat center;
}
.pagebg li:not(:first-child) {
  border-left: none;
}
.xl-prevPage,
.xl-startPage,
.xl-nextPage,
.xl-endPage {
  width: 40px !important;
}
.pagebg li:hover {
  background: #3673b6;
  color: #ffffff;
}
.xl-active {
  background: #3673b6 !important;
  color: #ffffff !important;
}
.pagebg .xl-jumpText {
  width: 135px;
  height: 40px;
  background: #fff;
  display: inline-block;
  color: #333 !important;
}
.pagebg .xl-jumpText:hover {
  color: #3673b6 !important;
  background: #ffffff !important;
}
.pagebg .xl-jumpText #xlJumpNum {
  width: 50px;
  border: 1px solid #999999;
  margin: 0 12px;
  appearance: none;
}
.pagebg .xl-disabled {
  cursor: no-drop;
}
li.xl-total{
  font-size: 18px;
  color: #999 !important;
  max-width: 120px;
  background: none !important;
  text-align: right;
  min-width: 105px;
}
li.xl-jumpButton {
  background: none !important;
  color: #333 !important;
}


.sspageold .search span {
  font-size: 36px;
}
.sspageold .xxbt,.sspageold .zw {
  width: 300px;
  font-size: 32px;
}
.sspageold .btn {
  width: 96px;
  font-size: 36px;
}
.sspageold .sxtj > div > ul > span.name {
  width: 190px;
  font-size: 32px;
}
.sspageold .sxtj ul li label,.sspageold .sxtj > div > span.zhankai{
  font-size: 32px;
}
.sspageold .sxtj ul {
  max-width: 1090px;
}
.sspageold .sxtj > div > span.zhankai img {
  width: 20px;
}
.sspageold .tablelist tr th {
  font-size: 40px;
}
.sspageold .tablelist tr td:nth-child(3),.sspageold .tablelist tr th:nth-child(3) {
  width: 12%;
}
.sspageold .tablelist tr td:nth-child(4),.sspageold .tablelist tr th:nth-child(4) {
  width: 16%;
}
.sspageold .tablelist tr th:first-child,.sspageold .tablelist tr td:first-child {
  width: 50%;
}
.sspageold .tablelist tr td:nth-child(2),.sspageold .tablelist tr th:nth-child(2) {
  width: 20%;
}
.sspageold .tablelist tr td,.sspageold .tablelist tr th,.sspageold .tablelist tr td a,.sspageold .tablelist tr td span {
  font-size: 32px;
  line-height: 56px;
}
.sspageold .tablelist tr td:first-child {
  background: url(zccxdot.png) no-repeat 20px 43px;
  background-size: 6px;
}
.sspageold .pagebg li {
  width: 60px;
  line-height: 60px;
  font-size: 36px;
}
.sspageold .pagebg {
  height: 60px;
}
.sspageold .pagebg .xl-jumpText {
  width: 235px;
  height: 60px;;
}
.sspageold li.xl-jumpButton {
  width: 120px;
}
.sspageold .xl-prevPage,.sspageold .xl-startPage,.sspageold .xl-nextPage,.sspageold .xl-endPage,.sspageold .pagebg .xl-jumpText #xlJumpNum {
  width: 60px !important;
}
.sspageold .pagebg li.xl-prevPage,.sspageold .pagebg li.xl-prevPage:hover,.sspageold .pagebg li.xl-nextPage,.sspageold .pagebg li.xl-nextPage:hover{
  background-size: 16px !important;
}
.sspageold .sxtj > div > ul > span.name{
  line-height: 64px;
}
.sspageold .sxtj ul li label {
  line-height: 64px;
  height: 64px;
}
.sspageold .sxtj > div > span.zhankai{
  display: none !important;
}
.sspageold .sxtj ul {
  max-width: 100%;
}
.sspageold .nf ul {
  height: 128px !important;
}
.sspageold .nf ul span.name {
  height: 128px !important;
  line-height: 128px !important;
}

@media screen and (max-width: 1200px){
  .content {
    width: 100%;
    padding: 5px;
  }
  .xxbt, .zw {
    width: 20%;
  }
  .sxtj ul {
    max-width: 90%;
  }
  .tablelist tr td:nth-child(3), .tablelist tr th:nth-child(3) {
    width: 10%;
  }
  .tablelist tr td:first-child,.tablelist tr th:first-child{
    width: 50%;
  }
  .tablelist tr td:nth-child(4), .tablelist tr th:nth-child(4) {
    width: 15%;
  }
  
}
@media screen and (max-width: 1000px){
  .search span {
    width: 25%;
    display: inline-block;
    float: left;
  }
  .xxbt, .zw {
    width: 62%;
    margin-bottom: 20px;
  }
  .btn {
    margin-left: 0px;
    float: right !important;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .sxtj > div > ul > span.name {
    width: 100%;
    display: block;
    float: none;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding-left: 20px;
  }
  .sxtj ul {
    max-width: 100%;
    width: 100%;
    height: auto !important;
  }
  .sxtj > div > span.zhankai{
    display: none !important;
  }
  .tablelist tr td:nth-child(3), .tablelist tr th:nth-child(3) ,.tablelist tr td:nth-child(2), .tablelist tr th:nth-child(2){
    display: none;
  }
}
@media screen and (max-width: 600px){
  .banner, .banner img {
    width: auto;
    height: 150px;
  }
  .banner {
    position: relative;
  }
  .banner img {
    position: absolute;
    left: -50%;
  }
  .tablelist tr td:first-child {
    padding-left: 20px;
    background: url(zccxdot.png) no-repeat 10px 28px;
  }
  .tablelist tr td:nth-child(4), .tablelist tr th:nth-child(4){
    width: 30%;
  }
  .tablelist tr td:nth-child(1), .tablelist tr th:nth-child(1){
    width: 70%;
  }
}