@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.w1250 {
  margin: 0 auto;
  width: 1250px;
}

a {
  color: #333;
  text-decoration: none;
}

li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #f6f6f6;
}

#pc-wrap {
  display: block;
}

#app-wrap {
  display: none;
}

@media screen and (min-width: 100px) and (max-width: 767px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
    background-color: #fff;
  }
  #app-wrap .container{
    background: url(./mobile-ggsj_detail.png);
    background-size: 100% 400px;
    background-repeat: no-repeat;
    padding-top: 280px;
    min-height: 850px !important;
  }
  #app-wrap .container .nav{
    background-color: #eee;
    width: 100%;
    height: 40px;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: left;
  }
  #app-wrap .container .nav p{
    font-size: 14px;
  }
  #app-wrap .container .contet_text{
    width: 100%;
    padding: 20px;
    background-color: #fff;
  }
  #app-wrap .container .contet_text .title{
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 0 30px;
    color: #333;
  }
  #app-wrap .container .contet_text .time{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #app-wrap .container .contet_text .time p{
    font-size: 12px;
    color: #666;
    margin-right: 5px;
  }
  #app-wrap .container .contet_text .Split{
    width: 100%;
    height: 1px;
    background-color: #F0F0F0;
    margin: 20px 0;
  }
  #app-wrap .container .contet_text .container_text{
    width: 100%;
    font-size: 16px;
    color: #333;
  }
  #app-wrap .container .contet_text .container_text p{
    line-height: 35px;
  }
  #app-wrap .container .contet_text .container_text img{
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}