  body {	
    margin: 0;
  }

  * {
    box-sizing: border-box;
  }

  ul, li {
    margin: 0;
    list-style: none;
    padding: 0;
  }

  #app {
    position: relative;
    background: url(background.png) no-repeat top;
    height: 100%;
    padding-top: 30px;
    min-height: 100vh;
    min-width: 1115px;
    max-width: 1847px;
    margin: 0 auto
  }

  #app .web-title-wrap {
    position: relative;
    background-image: url(web-title-bg.png);
    background-repeat: no-repeat;
    height: 130px;
    line-height: 130px;
    padding-left: 20%
  }

  #app .web-title-wrap .web-title-icon {
    display: inline-block;
    width: 597px;
    height: 130px;
    margin-right: 27px
  }

  #app .web-title-wrap .web-title-icon img {
    vertical-align: top;
	
  }

  #app .web-title-wrap .web-title-text {
    display: inline-block;
    font-size: 36px;
    font-family: FZCuSong-B09S;
    font-weight: 400;
    color: #fff
  }

  #app .content {
    margin: 0 auto;
    float: inherit;
    width: 1115px
  }

  #app footer {
    width: 100%
  }

  #app footer .footer-top {
    height: 64px;
    background: #eee;
    text-align: center
  }

  #app footer .footer-top a {
    position: relative;
    list-style: none;
    line-height: 64px;
    margin-right: 24px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
  }

  #app footer .footer-top a:after {
    content: "";
    width: 2px;
    height: 30%;
    background-color: #2c6cbd;
    position: absolute;
    top: 35%;
    right: -12px
  }

  #app footer .footer-top a:last-child:after {
    content: none
  }

  #app footer .footer-top a img {
    vertical-align: inherit;
    width: 25px;
    margin-right: 5px
  }

  #app footer .footer-top a span {
    font-size: 18px;
    font-family: FZCuSong-B09S;
    font-weight: 400;
    color: #2c6cbd
  }

  #app footer .footer-line {
    height: 8px;
    background-color: #2c6cbd
  }

  #app footer .footer-center {
    height: 100px;
    background-color: #a4cbf5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  #app footer .footer-center select, #app footer .footer-center span {
    font-size: 16px;
    font-family: SimSun;
    font-weight: 400;
    color: #222;
    margin: 0 15px
  }

  #app footer .footer-center select {
    width: 168px;
    height: 27px;
    border: 1px solid #6fa4de;
    background-color: rgba(0, 0, 0, 0)
  }

  #app footer .footer-center select:focus {
    outline: none
  }

  #app footer .footer-bottom {
    background-color: #fff;
    font-size: 16px;
    font-family: SimSun;
    font-weight: 400;
    padding: 30px 0;
    color: #222
  }

  #app footer .footer-bottom .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
  }

  #app footer .footer-bottom .top img {
    width: 52px;
    margin-right: 30px
  }

  #app footer .footer-bottom .top .copyright {
    margin-right: 20px
  }

  #app footer .footer-bottom .bottom {
    text-align: center
  }

  #app footer .footer-bottom .bottom span {
    margin-right: 10px
  }

  #app footer .footer-bottom .bottom span a {
    color: #222
  }

  a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
  }

  a:focus, a:hover {
    text-decoration: none;
    color: #1e7ce0
  }

  .content .article {
    margin-bottom: 80px
  }

  .content .article header {
    height: 51px;
	line-height: 50px;
    background: rgba(240, 243, 247, .7);
    border: 1px solid #cdd2e2;
    margin-bottom: 15px;
    font-size: 12px;
    font-family: SimSun;
    font-weight: 400;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .content .article header img {
    width: 19px;
    margin-right: 15px
  }

  .content .article header a {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    line-height: 1;
    color: #777;
    text-decoration: none
  }

  .content .article header a:after {
    /*content: "》";*/
    margin-left: 10px
  }