﻿@media only screen and (min-width: 100px) and (max-width: 767px){
  .wrap-box{
    display: none
  }

  .h40{
    /* height: 5vw; */
  }
  .line {
    width: 100vw;
    height: 1vw;
    background-color: #1492ff;
  }

.app_banner{
  width: 100vw;
  height: 36vw;
  background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.jinchangmuye.com/jcms_files/jcms1/web3096/site/picture/1462/2103251338025825150.png?0.9609489927608814) no-repeat;
  background-size: 140%;
  background-position: 45% 30%;
  margin-bottom: 5vw;
  margin-top: 0vw;

}
  /* 会议议题 */
  .app-con{
    margin: 4vw 3vw 5vw;
  }
  .app-title{
    width: 19vw;
    height: 5vw;
    font-family: PingFang-SC-Heavy;
    font-size: 5vw;
    font-weight: bold;
    line-height: 6vw;
    letter-spacing: 0vw;
    color: #000000;
  }
  .app-more{
    width: 18vw;
    height: 6vw;
    background-color: #f6f6f6;
    float: right;
    text-align: center;
    margin-top: 1vw;
    display: none;
  }
  .app-more a{
    width: 9vw;
    height: 3vw;
    font-family: PingFang-SC-Medium;
    font-size: 3vw;
    font-weight: normal;
    line-height: 6vw;
    letter-spacing: 0vw;
    color: #1492ff;
  }

  .app-list{
    width: 100vw;
    /* height: 29vw; */
    font-weight: normal;
    /* line-height: 6vw; */
    line-height: 4rem;
    letter-spacing: 0vw;
    color: #000000;
    margin-top: 4vw;
  }

  .app-list li{
    width: 94%;
    background: url(dot.png) no-repeat left;
    position: relative;
    line-height: 4rem;
    font-size: 2rem;
  }
  .app-list li a{
    width: 81vw;
    padding-left: 2vw;
    /* font-size: 4vw;
    line-height: 6vw; */
    letter-spacing: 0vw;
    font-family: PingFang-SC-Medium;
    line-height: 4rem;
    font-size: 2rem;
  }
  .app-list li span{
    /* font-size: 3vw;
    line-height: 6vw; */
    letter-spacing: 0vw;
    color: #999999;
    position: absolute;
    right: 0;
    line-height: 4rem;
    font-size: 2rem;
  }

  .app-img{
    width: 95vw;
    height: 50vw;
    display: inline-block;
    margin-top: 4vw;
    overflow: hidden;
  }
  .app-img img{
    width: 95vw;
  }

  .app{
    margin-bottom: 6vw;
  }




}