@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;
  }
  body {
    background: #f2f2f2;
    font-family: "pingfang sc";
  }
  .text-voerflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .container .top-part {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 1.4rem;
    background: #ffffff;
  }
  .container .top-part .top-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .container .top-part .nav-item {
    flex: 1;
    min-width: 33.3%;
    text-align: center;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .container .top-part .nav-item a {
    color: #333;
    font-size: 0.26rem;
  }
  .container .top-part .active {
    font-weight: bold;
  }
  .container .top-part .active a {
    color: #277cee;
  }
  .container .container-body {
    width: 100%;
    min-height: 4.41rem;
    background: url(/uploads/image/i42440/mobile-banner.png) no-repeat;
    background-size: 100% 4.41rem;
  }
  .container .container-body .body-content {
    width: 100%;
    min-height: 8rem;
    background:  no-repeat bottom;
    background-size: 100% 1.49rem;
  }
  .container .container-body .banner {
    margin: 0 0.32rem;
    padding-top: 0.16rem;
  }
  .container .container-body .banner .badges {
    width: 0.78rem;
    height: 0.82rem;
    margin: 0 auto;
  }
  .container .container-body .banner .badges img {
    width: 100%;
    height: 100%;
  }
  .container .container-body .banner .logotitle {
    width: 6.09rem;
    height: 0.85rem;
    margin: 0.15rem auto 0;
  }
  .container .container-body .banner .logotitle img {
    width: 100%;
    height: 100%;
  }
  .container .container-body .banner .search-box {
    width: 6.2rem;
    margin: 0.32rem auto 0;
    display: flex;
  }
  .container .container-body .banner .search-box .banner-search {
    width: 4.8rem;
    height: 0.64rem;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border: 0.02rem solid #ffffff;
    box-shadow: 0 0.04rem 0.27rem 0 rgba(132, 81, 57, 0.31);
  }
  .container .container-body .banner .search-box .banner-search input {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    padding-left: 0.23rem;
  }
  .container .container-body .banner .search-box .banner-search input::-webkit-input-placeholder {
    font-size: 0.26rem;
    font-weight: 400;
    color: #666666;
  }
  .container .container-body .banner .search-box .banner-search input::-moz-input-placeholder {
    font-size: 0.26rem;
    font-weight: 400;
    color: #666666;
  }
  .container .container-body .banner .search-box .banner-search input::-ms-input-placeholder {
    font-size: 0.26rem;
    font-weight: 400;
    color: #666666;
  }
  .container .container-body .banner .search-box .banner-search-btn {
    width: 1.4rem;
    height: 0.64rem;
    background: #3081ef;
    cursor: pointer;
  }
  .container .container-body .banner .search-box .banner-search-btn .search-icon {
    width: 0.27rem;
    height: 0.26rem;
    background:  no-repeat;
    background-size: 100% 100%;
    margin: 0.19rem auto;
  }
  .container .container-body .common-content {
    padding-bottom: 0.4rem;
  }
  .container .container-body .common-content .brief-box {
    background: #fff;
    margin: 0.4rem 0.32rem 0;
    background: #fff;
    -webkit-box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.07);
    box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.07);
    padding-bottom: 0.3rem;
  }
  .container .container-body .common-content .brief-box .top-title {
    font-size: 0.44rem;
    font-weight: 700;
    color: #2f7ee9;
    text-align: center;
    padding: 0.4rem 0;
    font-style: italic;
    height: auto;
    overflow: visible;
  }
  .container .container-body .common-content .brief-box .brief-tab {
    border-bottom: 0.02rem solid #eee;
    width: 100%;
  }
  .container .container-body .common-content .brief-box .brief-tab .brief-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 3%;
  }
  .container .container-body .common-content .brief-box .brief-tab .brief-list li {
    width: 23.5%;
    height: 0.59rem;
    text-align: center;
    margin-bottom: 0.23rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.59rem;
    display: flex;
    justify-content: space-between;
    background: url(/uploads/image/i42440/mobile-kuang.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 2%;
  }
  .container .container-body .common-content .brief-box .brief-tab .brief-list li a {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
  }
  .container .container-body .common-content .brief-box .brief-tab .brief-list .on {
    background: url(/uploads/image/i42440/mobile-kuang-on.png) no-repeat;
    background-size: 100% 100%;
  }
  .container .container-body .common-content .brief-box .brief-tab .brief-list li:nth-child(4n-3) {
    margin-left: 0;
  }
  .container .container-body .common-content .brief-box .brief-nav {
    padding: 0.24rem 0.2rem 0;
  }
  .container .container-body .common-content .brief-box .brief-nav a {
    font-size: 0.26rem;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #666666;
  }
  .container .container-body .common-content .brief-box .brief-nav a:last-child {
    color: #333;
  }
  .container .container-body .container-footer {
    width: 100%;
    height: 3.43rem;
    background: #e8e8e8;
  }
  .container .container-body .container-footer .bottom {
    border-bottom: 0.01rem solid #3081ef;
  }
  .container .container-body .container-footer .bottom .title {
    font-size: 0.22rem;
    line-height: 0.24rem;
    font-family: source han sans cn;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-top: 0.2rem;
  }
  .container .container-body .container-footer .bottom .title:first-child {
    padding-top: 0.2rem;
  }
  .container .container-body .container-footer .bottom .title:last-child {
    margin-bottom: 0.25rem;
  }
  .container .container-body .container-footer .logo {
    display: flex;
    justify-content: space-between;
    margin: 0.17rem 0.93rem 0 1.4rem;
  }
  .container .container-body .container-footer .logo .logo-icon {
    width: 0.56rem;
    height: 0.65rem;
    background: url(/uploads/image/i42440/mobile-bottom-logo.png) no-repeat;
    background-size: 100% 100%;
  }
  .container .container-body .container-footer .logo .logo-icon1 {
    width: 0.91rem;
    height: 0.66rem;
    background: url(/uploads/image/i42440/mobile-bottom-logo1.png) no-repeat;
    background-size: 100% 100%;
  }
  .container .container-body .container-footer .logo .logo-icon2 {
    width: 1.37rem;
    height: 0.69rem;
    background: url(/uploads/image/i42440/mobile-bottom-logo2.png) no-repeat;
    background-size: 100% 100%;
  }
  .content-open{
    max-height: 600px;
    overflow: auto;
  }
  .content-open .news-list {
    margin: 0 0.2rem;
  }
  .content-open .news-list li {
    height: 1.19rem;
    border-bottom: 0.01rem solid #eee;
  }
  .content-open .news-list li a {
    height: 1.19rem;
    color: #333;
    display: flex;
  }
  .content-open .news-list li a .item-left {
    margin-right: 0.21rem;
  }
  .content-open .news-list li a .item-left .txt1 {
    font-size: 0.61rem;
    font-family: din light;
    font-weight: 400;
    color: #3081ef;
    margin-top: 0.24rem;
  }
  .content-open .news-list li a .item-left .txt2 {
    font-size: 0.22rem;
    font-family: din light;
    font-weight: 400;
    color: #333333;
    margin-top: 0.06rem;
  }
  .content-open .news-list li a .item-right {
    width: 5.52rem;
    margin-top: 0.3rem;
    font-size: 0.26rem;
    font-family: source han sans cn;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .content-open .notice-list {
    margin: 0 0.2rem;
  }
  .content-open .notice-list li a {
    height: 1.19rem;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-open .notice-list li a .item-left {
    width: 0.08rem;
    height: 0.08rem;
    background: #107ddb;
    margin: 0 0.3rem 0 0.2rem;
  }
  .content-open .notice-list li a .item-right {
    width: 66%;
    font-size: 0.26rem;
    font-family: source han sans cn;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .content-open .notice-list li a .item-last {
    min-width: 1.3rem;
    font-size: 0.24rem;
    color: #666;
    margin-left: auto;
  }
  .content-open .notice-list li:nth-child(2n) {
    background: rgba(47, 126, 233, 0.05);
  }
  #app-wrap .text{
    width: 5.52rem;
    font-size: 0.26rem;
    font-family: source han sans cn;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: auto;
  }
  #app-wrap .content-open .more {
    height: 0.82rem;
    font-size: 0.24rem;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #3081ef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #app-wrap .content-open .more .arrow {
    display: inline-block;
    width: 0.18rem;
    height: 0.24rem;
    background: url(/uploads/image/i42440/more-right.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 0.05rem;
  }
  
}
