@charset "UTF-8";
/*
* 移动端样式
*/
#pc-wrap {
  display: block;
}

#app-wrap {
  display: none;
}

@media screen and (min-width: 100px) and (max-width: 1024px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
  }
  html,
  body {
    margin: 0;
    padding: 0;
    font-family: "PingFang SC";
  }
  a,
  span {
    -webkit-tap-highlight-color: transparent;
  }
  a {
    text-decoration: none;
    color: #333;
  }
  p {
    margin: 0;
  }
  .rs-blue {
    color: #1053c8;
  }
  .rs-orange {
    color: #ff7200;
  }
  .rs-purple {
    color: #7b179b;
  }
  .rs-green {
    color: #0d726e !important;
  }
  .rs-center {
    background-color: #f0f0f0;
    padding: 10px;
  }
  .rs-center .rs-content {
    background-color: #fff;
    margin-bottom: 10px;
  }
  .rs-center .rs-content .rs-title {
    height: 34px;
    display: flex;
    padding: 0 10px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
  }
  .rs-center .rs-content .rs-title .rs-text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
  }
  .rs-center .rs-content .rs-title a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #020202;
    font-weight: bold;
  }
  .rs-center .rs-content .rs-box {
    background-color: #fff;
    position: relative;
  }
  .rs-center .rs-content .rs-box ul {
    margin: 0;
    padding: 0;
  }
  .rs-center .rs-content .rs-box .rs-tab {
    border-top: 1px solid #a684bb;
    border-bottom: 1px solid #e6e5e5;
  }
  .rs-center .rs-content .rs-box .rs-content-list :after {
    content: "";
    display: block;
    clear: both;
  }
  .rs-center .rs-content .rs-box .rs-content-list li {
    list-style: none;
    display: none;
  }
  .rs-center .rs-content .rs-box .rs-friendlink2 {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #020202;
  }
  .rs-center .rs-content .rs-box .rs-tab:after {
    content: "";
    display: block;
    clear: both;
  }
  .rs-center .rs-content .rs-box .rs-tab li {
    width: 94px;
    height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    list-style: none;
    float: left;
  }
  .rs-center .rs-content .rs-box .rs-tab li.active {
    background: #a684bb;
    color: #fff;
  }
  .rs-center .rs-sub-main {
    padding: 5px 10px;
    position: relative;
  }
  .rs-center .rs-sub-main .rs-sub-content {
    border: 1px solid #e6e5e5;
    position: relative;
  }
  .rs-center .rs-sub-main .rs-sub-content .rs-main-title {
    width: 100%;
    height: 30px;
    background: #e1f2f1;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0d726e;
    margin-bottom: 4px;
  }
  .rs-center .rs-sub-main .rs-sub-content .rs-p10 {
    padding: 0 10px;
  }
  .rs-center .rs-sub-main .rs-sub-content .rs-sub-text1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e5e5;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    position: relative;
    text-indent: 2em;
  }
  .rs-center .rs-sub-main .rs-sub-content .rs-sub-text1 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .rs-center .rs-sub-main .rs-sub-content .rs-sub-text1 .rs-friendlink {
    color: #1054c8;
  }
  .rs-center .rs-sub-main .rs-sub-tt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
  }
  .rs-center .rs-sub-main .rs-sub-tt p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0d726e;
  }
  .rs-center .rs-sub-main .rs-sub-tt a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #020202;
  }
  .rs-center .rs-sub-main .rs-friendlink1 {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #020202;
  }
  .rs-center .rs-sub-main .rs-sub-title {
    text-align: center;
    height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
  }
  .rs-center .rs-sub-main .rs-sub-text {
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e5e5;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    position: relative;
    text-indent: 2em;
  }
  .rs-center .rs-sub-main .rs-sub-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .rs-center .rs-sub-main .rs-sub-text .rs-friendlink {
    color: #1054c8;
  }
  .rs-center .rs-sub-main .rs-sub-text1 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin: 10px 0;
  }
  .rs-center .rs-sub-main .rs-list {
    font-size: 14px;
    font-weight: 400;
    color: #030303;
  }
  .rs-center .rs-sub-main .rs-list a {
    display: block;
    height: 30px;
  }
  .rs-center .rs-sub-main .rs-list a .rs-list-l1 {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .rs-center .rs-sub-main .rs-list a .rs-list-text {
    flex: 1;
    margin-left: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .rs-center .rs-sub-main .rs-list a .rs-date {
    font-weight: 400;
    color: #999;
    margin-left: 10px;
  }
  .rs-center .rs-sub-main .rs-list .rs-list-m1 .rs-list-l1::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 5px;
    height: 5px;
    background: #1054c8;
    border-radius: 50%;
  }
  .rs-center .rs-sub-main .rs-list .rs-list-m2 .rs-list-l1::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 5px;
    height: 5px;
    background: #ff7200;
    border-radius: 50%;
  }
  .rs-center .rs-sub-main .rs-list .rs-list-m3 .rs-list-l1::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 5px;
    height: 5px;
    background: #a684bb;
    border-radius: 50%;
  }
  .rs-center .rs-sub-main .rs-list .rs-list-m4 .rs-list-l1::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 5px;
    height: 5px;
    background: #0d726e;
    border-radius: 50%;
  }
  .rs-center .rs-sub-main .rs-list .rs-list-m1:active {
    color: #1053c8;
  }
  .rs-center .rs-sub-main .rs-list .rs-list-m2:active {
    color: #ff7200;
  }
  .rs-center .rs-sub-main .rs-list .rs-list-m3:active {
    color: #a684bb;
  }
  .rs-center .rs-sub-main .rs-list .rs-list-m4:active {
    color: #0d726e;
  }
  .rs-center .rs-sub-main .rs-sub-l1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
  .rs-center .rs-sub-main .rs-sub-l1 a {
    width: 49%;
    height: 47px;
  }
  .rs-center .rs-sub-main .rs-sub-l1 a .rs-nav-m2 {
    width: 100%;
    height: 100%;
    background: url(mobile-bjmh_kjjr.png) no-repeat center;
    background-size: 100% 100%;
  }
  .rs-center .rs-sub-main .rs-sub-l1 a .rs-nav-m3 {
    width: 100%;
    height: 100%;
    background: url(mobile-bjmh_1709041713267953646.png) no-repeat center;
    background-size: 100% 100%;
  }
  .rs-center .rs-sub-main .rs-sub-l1 a .rs-nav-m4 {
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    text-align: center;
    line-height: 47px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
  }
  .rs-center .rs-sub-nav {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .rs-center .rs-sub-nav .rs-nav {
    width: 32%;
    height: 61px;
    border-radius: 2px;
    background-color: #ffaa29;
  }
  .rs-center .rs-sub-nav .rs-nav .rs-sub-nav1 {
    height: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .rs-center .rs-sub-nav .rs-nav .rs-sub-nav1 img {
    width: 24px;
    height: 19px;
    margin-bottom: 5px;
  }
  .rs-center .rs-sub-navs {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .rs-center .rs-sub-navs .rs-nav1 {
    width: 32%;
    height: 65px;
    background: #00bab3;
    border-radius: 2px;
  }
  .rs-center .rs-sub-navs .rs-nav1 .rs-sub-nav2 {
    height: 100%;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .rs-center .rs-sub-navs .rs-nav1 .rs-sub-nav2 img {
    width: 24px;
    height: 23px;
    margin-bottom: 5px;
  }
  #app-wrap .rs-content .rs-sub-main-1 .flex{
    display: flex;
  }
  #app-wrap .rs-content .rs-sub-main-1 li{
    background: #e1f2f1;
    color: #0d726e; 
    padding: 5px 10px;
    margin: 5px;
  }
  #app-wrap .rs-content:nth-child(even) .rs-sub-main-1 li{
    background: #ffcfa8;
    color: #ff7200;
  }
}
