.mobile_menu {
  display: none;
}

.mobile_carousel {
  display: none;
}

@media screen and (min-width: 300px) and (max-width: 700px) {
  .mobile_menu {
    display: block;
    position: absolute;
    left: 20px;
    top: 40px;
    z-index: 999;
    color: #ec1111cc;
  }
  #wrapper {
    position: relative;
    width: 100%;
  }
  #wrapper .articleDetail .content {
    padding: 0 10px;
  }
  #wrapper .articleDetail .content img {
    max-width: 100%;
    border: none;
  }
  #wrapper .sliderBanner {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  #wrapper .sliderBanner img {
    max-width: 100%;
    height: auto;
  }
  #wrapper .sf-sub-indicator {
    top: 10px;
    width: 28px;
    height: 20px;
    background-size: 80%;
    background-repeat: no-repeat;
  }
  #wrapper #nav {
    position: fixed;
    margin-left: -60%;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: #424242;
    z-index: 1000;
    display: none;
  }
  #wrapper #nav .sf-menu {
    width: 100%;
    background: none;
  }
  #wrapper #nav .sf-menu li {
    text-align: left;
    width: 100%;
    text-indent: 50px;
    border-bottom: 1px #2b2b2b solid;
    line-height: 40px;
  }
  #wrapper #nav .sf-menu li ul {
    left: unset;
    position: relative;
  }
  #wrapper #content_left {
    width: 100%;
    padding: 0;
  }
  #wrapper .articleList .photo img {
    max-width: 100%;
    border: none;
  }
  #wrapper .articleList a.title h1 {
    padding: 0 10px;
  }
  #wrapper .articleList p.date {
    padding: 0 10px;
  }
  #wrapper .articleList div.brief {
    padding: 0 10px;
  }
  #wrapper .articleList div.category {
    padding: 0 10px;
    max-width: 100%;
    width: 100% !important;
  }
  #wrapper .articleList div.category .right {
    display: none;
  }
  #wrapper .pager {
    padding: 0 10px;
  }
  #wrapper .ad_center {
    margin: 0 auto;
    text-align: center;
  }
  #wrapper #content_right {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  #wrapper #content_right #hotnews {
    width: 100%;
    padding: 0 10px;
  }
  #wrapper #content_right #hotnews ul.navi {
    width: 100%;
  }
  #wrapper #content_right #hotnews .tab_content .hotlist {
    width: 100%;
  }
  #wrapper #content_right #hotnews .tab_content .hotlist li {
    width: 90%;
  }
  #wrapper #content_right #hotnews .tab_content .hotlist li .photo {
    float: none;
  }
  #wrapper #content_right #hotnews .tab_content .hotlist li img {
    float: left;
  }
  #wrapper #content_right #hotnews .tab_content .hotlist li h2 {
    margin-left: 30px;
    width: 60%;
  }
  #wrapper .mobile_carousel {
    display: block;
  }
  #wrapper .videoList {
    display: none;
    width: 100%;
    height: 220px;
    overflow: hidden;
  }
  #wrapper .videoList li {
    width: 100%;
    height: inherit;
  }
  #wrapper .videoList .mask {
    width: 100%;
    background: none;
    height: 100px;
  }
  #wrapper .videoList .photo img {
    width: 100%;
    height: auto;
  }
  #wrapper .title-small, #wrapper .moreNews {
    display: none;
  }
  #wrapper #header {
    width: 100%;
    text-align: center;
    height: 100px;
    border-bottom: 3px #3a3a3a solid;
    margin-bottom: 20px;
  }
  #wrapper #header #logo {
    width: 30%;
    height: auto;
  }
  #wrapper #header #topNav {
    top: 0;
    right: 10px;
  }
  #wrapper #header #searchBox {
    right: 0;
    top: 100px;
    left: unset;
    width: 100%;
    text-align: center;
    display: none;
  }
  #wrapper #header #searchBox input {
    background: #383838;
    width: 75%;
  }
  #wrapper #header #searchBox button {
    position: absolute;
    right: 0;
  }
}
/*# sourceMappingURL=mobile.css.map */