@charset "utf-8";
@media screen and (min-width: 100px) and (max-width: 1024px) {
  #pc-wrap {
    display: none; }

  #app-wrap {
    display: block; }

  html,
  body,
  .container {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 100px; } }
#app-wrap {
 }
  #app-wrap html,
  #app-wrap body,
  #app-wrap .container {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 100px; }
  #app-wrap .media-top-img,
  #app-wrap .top-img {
    width: 100%; }
  #app-wrap .container {
    top: 0 !important;
    right: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    background-color: white !important;
    align-items: center !important;
    font-size: 0.16rem !important;
    overflow: hidden !important; }
  #app-wrap .headlines {
    margin-top: 0.2rem;
    width: 90%;
    background-color: #fff9ef;
    padding: 0.2rem 0.4rem;
    box-sizing: border-box;
    display: flex; }
  #app-wrap .headlines-box {
    background-color: #bb3129;
    width: 0.2rem;
    height: 0.5rem;
    padding: 0.05rem 0.1rem 0 0.1rem;
    border-radius: 0.06rem;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    position: relative;
    margin-right: 0.2rem; }
  #app-wrap .headlines-box::after {
    overflow: hidden;
    position: absolute;
    content: "";
    display: block;
    top: 0.2rem;
    left: 0.35rem;
    width: 0;
    height: 0;
    border-top: 0.1rem solid transparent;
    border-left: 0.1rem solid #bb3129;
    border-bottom: 0.1rem solid transparent; }
  #app-wrap .headlines-content {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #app-wrap .headlines-content .title {
    color: #333333;
    font-size: 0.2rem; }
  #app-wrap .subtitle-box {
    display: flex;
    padding-top: 0.1rem; }
  #app-wrap .headlines-content .subtitle {
    color: #888888;
    width: 60%;
    font-size: 0.15rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  #app-wrap .calendar-box {
    display: flex; }
  #app-wrap .list-news {
    display: flex;
    flex-direction: column; }
  #app-wrap .main {
    width: 90%;
    overflow: hidden; }
  #app-wrap .list {
    margin-top: 0.2rem;
    text-align: center; }
  #app-wrap .list-face {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  #app-wrap .face-main {
    display: flex;
    position: relative; }
  #app-wrap .bigbox {
    width: 100%;
    padding-bottom: 0.1rem; }
  #app-wrap .face-small {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  #app-wrap .samllbox {
    width: 50%;
    overflow: hidden; }
  #app-wrap .samllbox:nth-child(1) {
    padding: 0 0.05rem 0.05rem 0;
    box-sizing: border-box; }
  #app-wrap .samllbox:nth-child(2) {
    padding: 0 0 0.05rem 0.05rem;
    box-sizing: border-box; }
  #app-wrap .samllbox:nth-child(3) {
    padding: 0.05rem 0.05rem 0 0;
    box-sizing: border-box; }
  #app-wrap .samllbox:nth-child(4) {
    padding: 0.05rem 0 0 0.05rem;
    box-sizing: border-box; }
  #app-wrap .oneface,
  #app-wrap .fourface {
    width: 100%;
    height: 100%; }
  #app-wrap .blackbg-po {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  #app-wrap .blackbg {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.02rem 0.1rem;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    height: 0.3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  #app-wrap .blackbgswp {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.02rem 0.1rem;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    height: 0.3rem; }
  #app-wrap .blackbgswp-text {
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  #app-wrap .list-voice {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between; }
  #app-wrap .voice-box {
    width: 98%;
    background-color: #fff;
    text-align: left;
    margin-bottom: 0.2rem; }
  #app-wrap .voice-box .voice-title {
    padding: 0.05rem 0.1rem;
    box-shadow: 0 0.03rem 0.1rem #e7e7e7; }
  #app-wrap .voice-face {
    width: 100%; }
  #app-wrap .calendar-list {
    padding: 0.2rem 0.2rem 0.2rem 0.6rem;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    background-color: #fff9ef;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  #app-wrap .calendar-li {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    #app-wrap .calendar-li span {
      padding: 0.05rem 0;
      text-align: left; }
  #app-wrap .calendar-li:hover {
    color: blue; }
  #app-wrap .calendar-li::before {
    content: "";
    display: block;
    position: absolute;
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
    background-color: #cc293c;
    top: 0.13rem;
    left: -0.15rem; }
  #app-wrap .calendar-list .date {
    color: #888888; }
  #app-wrap .headtitle {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    margin-bottom: 0.2rem; }
  #app-wrap .headtitle-box {
    display: flex;
    justify-content: center;
    position: relative;
    width: 95%;
    overflow: hidden; }
  #app-wrap .calendar-box,
  #app-wrap .list-news,
  #app-wrap .list-face,
  #app-wrap .list-voice {
    margin-bottom: 0.2rem; }
  #app-wrap .main-title {
    font-weight: bold;
    font-size: 0.2rem;
    color: #e82a16;
    position: relative;
    width: 1.2rem;
    flex-shrink: 0; }
  #app-wrap .line-befor img,
  #app-wrap .line-after img {
    width: 100%; }
  #app-wrap .more-box {
    display: flex;
    width: 100%;
    height: 0.4rem;
    background-color: #f6f8fa;
    color: #4c9bf7;
    justify-content: center;
    align-items: center; }
  #app-wrap .more {
    padding: 0 0.03rem; }
  #app-wrap .list-news .swiper-slide {
    display: flex; }
  #app-wrap .list-news .swiper-container {
    position: relative; }
  #app-wrap .list-news .swiper-container .swiper-pagination {
    position: absolute;
    top: 0;
    right: -2rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
  #app-wrap .list-news .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    width: 0.2rem;
    border-radius: 0px; }
  #app-wrap .list-news .right-pic .title-l {
    display: block;
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    width: 4.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    padding-left: 0.1rem; }
  #app-wrap .list-news .right-pic .swiper-pagination-bullet {
    width: 0.2rem;
    border-radius: 0; }
  #app-wrap .list-news .right-pic .swiper-pagination-bullet-active {
    background: #fff; }
 
    
