@media only screen and (max-width: 800px) {
  body {
    background: #fff;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }

  .pad10 {
    padding: 0 10px;
  }

  .main-cont {
    /* margin-top: 117px; */
    margin-top: 0px;
  }

  .middle {
    width: 100%;
    background: #fff;
  }

  .header {
    height: 56px;
    overflow: initial;
    position: relative;
  }

  .header .logo {
    margin-top: 14px;
    /* margin-left: 50px;
	margin-bottom: 8px; */
    width: 100px;
    height: 32px;
    margin: 0px auto 0;
    float: none;
    padding-top: 14px;
  }

  .header .logo img {
    width: 100px;
    /* height: 43px; */
  }

  .header .left-button {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 5px;
    top: 12px;
    background: url(../images/left-button.png) no-repeat;
    background-size: 36px;
  }

  .slideout-open .left-button {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 5px;
    top: 12px;
    background: url(../images/left-button-close.png) no-repeat;
    background-size: 36px;
  }

  .header .close {
    background: url(../images/left-button-close.png) no-repeat;
    background-size: 36px;
  }

  .header .search-box {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 57px;
    background: #c80101;
    width: 100%;
    display: none;
  }

  .header .search {
    width: 90%;
    margin-top: 10px;
    background: #fff;
    float: none;
    margin-left: 5%;
    border: none;
    height: 36px;
  }

  .search-wap {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/search.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 14px;
    z-index: 9999999;
    background-size: 36px;
  }

  .search-wap-close {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/left-button-close.png) no-repeat 0 6px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99999999;
    background-size: 26px;
  }

  .header .search input.text {
    width: 80%;
    top: 2px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }

  .header .search input.submit {
    background: none;
    display: none;
  }

  .main-cont .left {
    width: auto;
  }

  .main-cont .right {
    display: none;
  }

  .header .nav {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .header .nav li {
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 25%;
    margin-right: 0;
    font-size: 16px;
    display: inline-block;
  }

  /*ä¿®æ”¹*/
  /*åŠ¨ç”»*/
  .body {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }

  .body80 {
    transform: translateX(80%);
    -webkit-transform: translateX(80%);
    -moz-transform: translateX(80%);
    -o-transform: translateX(80%);
    -ms-transform: translateX(80%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    overflow-y: hidden;
  }

  /*åŠ¨ç”»end*/
  .header-wap {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #384148;
    z-index: 0;
  }

  .header-wap ul {
    margin-top: 20px;
  }

  .header-wap ul a {
    display: block;
  }

  .header-wap ul li {
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-indent: 1em;
    border-bottom: 1px solid #2f373d;
  }

  .header-wap ul a:hover {
    background: #2f373d;
  }

  .header-wap ul li a {
    color: #fff;
    font-size: 16px;
  }

  .header .nav {
    display: none;
  }

  /*ä¿®æ”¹end*/
  .main-cont .banner {
    /* width: 100% !important;
	height: auto;
	background: none;
	margin-bottom: 0; */
    width: 100% !important;
    height: auto;
    margin-bottom: 0px;
  }

  .main-cont .banner img {
    width: 100%;
    height: auto;
  }

  .slide {
    width: 100%;
    height: auto;
  }

  .slide ul {
    height: auto;
  }

  .slide ul li {
    width: 100%;
    height: auto;
  }

  .slide ul li p {
    width: 100%;
    font-size: 16px;
  }

  .index_img {
    display: block;
  }

  .opa {
    height: 54px;
    margin-top: -54px;
    text-indent: 0;
    text-align: center;
    font-size: 14px;
  }

  #position {
    left: -38px;
    padding-left: 50%;
    bottom: -3px;
  }

  #position li {
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
  }

  .main-cont .left {
    width: 100%;
  }

  .main-cont .ul-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-cont .ul-list li .img-box {
    width: 30%;
    height: 68px;
    float: left;
  }

  .main-cont .ul-list li img {
    width: 90%;
    height: 68px;
  }

  .main-cont .ul-list li .list-r {
    width: 70%;
    float: left;
  }

  .main-cont .ul-list li .list-r .title {
    font-size: 14px;
  }

  .main-cont .ul-list li .list-r .desc {
    display: none;
  }

  .main-cont .ul-list li .bq {
    display: none;
  }

  .main-cont .ul-list li .list-r .view-box {
    height: auto;
    margin-top: 0;
  }

  .main-cont .ul-list li .list-r .title {
    font-size: 16px;
    line-height: 20px;
  }

  .main-cont .ul-list li {
    height: 56px;
    margin-bottom: 8px;
    padding-bottom: 7px;
    height: auto;
  }

  .left .more {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .left .more a {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
  }

  .footer {
    display: none;
  }

  .footer-bottom p {
    padding: 0 10px;
  }

  .footer-bottom p.lianxiwomen {
    display: none;
  }

  /*åˆ—è¡¨é¡µ*/
  .main-cont .ul-list {
    padding-top: 16px;
    min-height: 400px;
  }

  .mbxdh {
    font-size: 14px;
    margin: 10px 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0efef;
  }

  .mbxdh span {
    display: none;
  }

  .main-cont .ul-list li.no-thumb .list-r {
    width: 100%;
  }

  .rmt-pages {
    margin: 14px 10px;
  }

  .rmt-pages {
    display: none;
  }

  .phone-pages {
    display: block;
  }

  .footer-bottom ul {
    display: none;
  }

  .article-cont .cont-title {
    padding: 0 10px;
    margin-top: 8px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin: 20px 0;
    line-height: 28px;
  }

  .article-cont .source {
    padding: 0 10px 10px;
    margin: 12px 0 6px 0;
    text-align: left;
    border-bottom: 1px solid #f0efef;
  }

  .article-cont .source span:nth-child(2) {
    display: none;
  }

  .remennews-phone ul li.red span {
    background: #f40417;
    color: #fff;
  }

  .article-cont .article-article {
    padding: 0 10px;
  }

  .article-cont .article-article .article-erweima img {
    width: 160px;
    height: 160px;
  }

  .pinglun {
    padding: 0 10px;
    margin-bottom: 6px;
  }

  .pinglun .pl-title {
    font-size: 16px;
  }

  .remennews-phone {
    display: block;
    margin-bottom: 10px;
  }

  .remennews-phone ul {
    margin-top: 10px;
  }

  .remennews-phone ul li {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 5px;
  }

  .remennews-phone ul li span {
    width: 24px;
    height: 24px;
    background: #edece8;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin-right: 10px;
  }

  .article-cont .article-article {
    font-size: 16px;
  }

  .article-cont .article-article .body {
    font-size: 16px !important;
  }

  .article-cont .article-article .body span {
    font-size: 16px !important;
  }

  .animate {
    position: absolute;
    left: 80%;
    top: 0;
    animation: donghua 0.5s;
    -moz-animation: donghua 0.5s;
    /* Firefox */
    -webkit-animation: donghua 0.5s;
    /* Safari å’Œ Chrome */
    -o-animation: donghua 0.5s;
    /* Opera */
  }

  .animate-l {
    position: absolute;
    left: 0;
    top: 0;
    animation: donghua-l 0.5s;
    -moz-animation: donghua-l 0.5s;
    /* Firefox */
    -webkit-animation: donghua-l 0.5s;
    /* Safari å’Œ Chrome */
    -o-animation: donghua-l 0.5s;
    /* Opera */
  }

  @keyframes donghua {
    from {
      left: 0;
    }

    to {
      left: 80%;
    }
  }

  @-moz-keyframes donghua /* Firefox */
  {
    from {
      left: 0;
    }

    to {
      left: 80%;
    }
  }

  @-webkit-keyframes donghua /* Safari å’Œ Chrome */
  {
    from {
      left: 0;
    }

    to {
      left: 80%;
    }
  }

  @-o-keyframes donghua /* Opera */
  {
    from {
      left: 0;
    }

    to {
      left: 80%;
    }
  }

  /*å·¦åˆ’åŠ¨ç”»*/
  @keyframes donghua-l {
    from {
      left: 80%;
    }

    to {
      left: 0;
    }
  }

  @-moz-keyframes donghua-l /* Firefox */
  {
    from {
      left: 80%;
    }

    to {
      left: 0;
    }
  }

  @-webkit-keyframes donghua-l /* Safari å’Œ Chrome */
  {
    from {
      left: 80%;
    }

    to {
      left: 0;
    }
  }

  @-o-keyframes donghua-l /* Opera */
  {
    from {
      left: 80%;
    }

    to {
      left: 0;
    }
  }

  body {
    width: 100%;
    height: 100%;
  }

  .slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
  }

  .slideout-panel {
    position: relative;
    z-index: 1;
  }

  .slideout-open, .slideout-open body, .slideout-open .slideout-panel {
    overflow: hidden;
  }

  .slideout-open .slideout-menu {
    display: block;
  }
}
