.banner {
  width: 100%;
  height: 350px;
  background-image: url("../image/38.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 1200px; }

.download {
  font-size: 14px;
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px; }
  .download .top {
    width: 100%;
    height: 46px;
    background-color: #f0f0f0;
    line-height: 46px; }
  .download .top span {
    display: inline-block; }
  .download .top .load {
    width: 600px;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    text-indent: 54px; }
  .download .top .format {
    width: 235px;
    text-align: center; }
  .download .top .time {
    float: right;
    width: 325px;
    text-align: center; }
  .download ul li {
    width: 100%;
    height: 40px;
    line-height: 40px; }
    .download ul li a {
      color: #666;
      display: inline-block;
      width: 100%;
      height: 100%; }
      .download ul li a span {
        display: inline-block; }
      .download ul li a .load {
        width: 600px;
        overflow: hidden;
        vertical-align: middle;
        text-overflow: ellipsis;
        text-indent: 54px;
        text-align: left;
        text-indent: 16px; }
      .download ul li a .format {
        width: 235px;
        text-align: center; }
      .download ul li a .time {
        float: right;
        width: 325px;
        text-align: center; }
  .download ul li:nth-child(2n) {
    background-color: #fafafa; }

.page-wrapper {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto; }
  .page-wrapper .page {
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-size: 0;
    padding-top: 48px;
    padding-bottom: 44px;
    box-shadow: 0px 2px 15px 0px #f2f2f2;
    margin-bottom: 50px; }
    .page-wrapper .page a {
      display: inline-block;
      font-size: 14px;
      width: 32px;
      height: 32px;
      line-height: 32px;
      margin: 0 6px;
      border: 1px solid #e0e0e0;
      color: #7a7a7a; }
    .page-wrapper .page a.current {
      background-color: #1ba2e6;
      border-color: #1ba2e6;
      color: #fff; }
    .page-wrapper .page a:hover {
      background-color: #1ba2e6;
      border-color: #1ba2e6;
      color: #fff; }
    .page-wrapper .page a:first-child,
    .page-wrapper .page a:last-child {
      width: 78px;
      height: 32px;
      line-height: 32px;
      border: 1px solid #e0e0e0; }