@media screen and (max-width:1115px) {
  body {
    margin: 0;
  }
  * {
    box-sizing: border-box;
  }
  a {
    color: inherit;
    cursor: pointer
  }
  a:focus, a:hover {
    text-decoration: none;
    color: #1e7ce0
  }
  ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #app {
    position: relative;
    background: url(background.png) no-repeat top;
    height: 100%;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 380px;
    margin: 0 auto;
    min-width: auto;
    background-size: 100%
  }
  #app .web-title-wrap {
    position: relative;
    background-image: url(web-title-bg.png);
    background-repeat: no-repeat;
    height: 60px;
    padding-left: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	line-height: 60px;
	margin-top: -20px;
	
  }
  #app .web-title-wrap .web-title-icon {
    display: inline-block;    
    margin-right: 5vw;	
	
  }
  #app .web-title-wrap .web-title-icon img {
    width: auto;
	vertical-align: middle;
	height: 4em;
	margin-top: 40px;
	
  }
  #app .web-title-wrap .web-title-text {
    display: inline-block;
    font-size: 1.5em;
    font-family: FZCuSong-B09S;
    font-weight: 400;
    color: #fff;
    white-space: nowrap
  }
  #app .content {
    margin: 0 auto;
    width: auto;
    float: inherit
  }
  #app footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
  }
  #app footer .footer-top {
    height: 50px;
    background: #eee;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  #app footer .footer-top, #app footer .footer-top a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  #app footer .footer-top a {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
  }
  #app footer .footer-top a img {
    vertical-align: inherit;
    width: 20px;
    margin-right: 5px
  }
  #app footer .footer-top a:after {
   display: none;
  }
  #app footer .footer-top a span {
    font-size: 16px;
    font-family: FZCuSong-B09S;
    font-weight: 400;
    color: #2c6cbd;
    white-space: nowrap
  }
  #app footer .footer-line {
    height: 8px;
    background-color: #2c6cbd
  }
  #app footer .footer-center {
    background-color: #a4cbf5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0
  }
  #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: 14px;
    font-family: SimSun;
    font-weight: 400;
    padding: 15px;
    color: #222
  }
  #app footer .footer-bottom .top {
    margin-bottom: 10px;
    display: block;
    text-align: center
  }
  #app footer .footer-bottom .top img {
    display: block;
    width: 52px;
    margin: 0 auto
  }
  #app footer .footer-bottom .top .copyright {
    display: block
  }
  #app footer .footer-bottom .bottom {
    text-align: center
  }
  #app footer .footer-bottom .bottom .address {
    display: block
  }
  #app footer .footer-bottom .bottom span a {
    color: #222
  }
  .content .article {
    margin-bottom: 30px
  }
  .content .article header {
    height: 30px;
    background: rgba(240, 243, 247, .7);
    border: 1px solid #cdd2e2;
    font-size: 10px;
    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: 15px;
    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
  }
}