.layout {
  width: 1200px;
  margin: 0 auto; }

.overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.header {
  height: 250px;
 }
  .header .layout {
    position: relative; }
    .header .layout .header-layout {
      position: absolute;
      left: -91px;
      height: 250px;
      width: 1382px;
      margin: 0 auto;
      background: url(../images/header.png) center no-repeat; }
  .header .nav {
    position: absolute;
    width: 100%;
    bottom: -9px;
    z-index: 1;
    height: 40px;
    background-color: #f4f9fb; }
    .header .nav ul {
      padding: 0 40px;
      overflow: hidden;
      display: table;
      width: 100%; }
      .header .nav ul li {
        display: table-cell;
        width: 12.5%;
        text-align: center; }
        .header .nav ul li a {
          display: inline-block;
          line-height: 40px;
          font-size: 22px;
          font-weight: normal;
          color: #3f62b5; }
    .header .nav #ico-line {
      position: absolute;
      bottom: -3px;
      width: 20px;
      height: 5px;
      background: url(../images/cont-ico06.png) no-repeat; }
    .header .nav #ico-line.hide {
      display: none; }
    .header .nav #ico-line.show {
      display: block; }

.footer {
  background: #fff; }
  .footer .footer-wrapper {
    float: left;
    width: 1000px;
    text-align: left;
    height: 160px;
    padding-top: 40px; }
    .footer .footer-wrapper div {
      margin-top: 6px; }
      .footer .footer-wrapper div span {
        font-size: 14px;
        color: #555555;
        margin-right: 30px;
        display: inline-block;
        line-height: 24px; }
        .footer .footer-wrapper div span.last {
          margin-right: 0; }
      .footer .footer-wrapper div .icp {
        display: inline-block;
        padding-left: 25px;
        font-size: 14px;
        color: #444;
        background: url(../images/icp-logo.png) no-repeat; }
  .footer .side {
    float: right;
    background-color: #fff;
    margin-top: 30px; }
    .footer .side .QR-code {
      float: left;
      margin-left: 30px; }
      .footer .side .QR-code img {
        width: 92px;
        height: 92px;
        margin: 0 auto; }
      .footer .side .QR-code .info {
        font-size: 16px;
        color: #323232;
        text-align: center;
        line-height: 26px;
        padding: 7px 0  15px; }

/*# sourceMappingURL=publicStyle.css.map */


.paging-list {
  padding: 10px;padding-left: 3px; padding-bottom: 30px; padding-top: 35px; text-align: center; background-color: #fff; 
}
.paging-list a {
  border-right: #ddd 1px solid; padding: 5px; border-top: #ddd 1px solid;padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #ddd 1px solid; color: #666; padding-top: 2px; border-bottom: #ddd 1px solid; text-decoration: none;border:0;
}
.paging-list a:hover {
  border-right: #3f62b5 1px solid; border-top: #3f62b5 1px solid; border-left: #3f62b5 1px solid; color: #3f62b5; border-bottom: #3f62b5 1px solid;
}
.paging-list a:active {
  border-right: #666 1px solid; border-top: #666 1px solid; border-left: #666 1px solid; color: #000; border-bottom: #666 1px solid;
}
.paging-list .active{
   border-right: #3f62b5 1px solid; border-top: #3f62b5 1px solid; border-left: #3f62b5 1px solid; color: #3f62b5; border-bottom: #3f62b5 1px solid;color:#3f62b5;
}
