.appUl {
  margin-top: 45px;
  margin-bottom: 20px;
}

.appUl li {
  float: left;
  
  margin-right: 1.76%;
  margin-bottom: 30px;
}

@media (min-width: 768px) { 
  .appUl li {
    width: 30.16%;
  }
  
 }

.InsidePages_content-right__wrap .appUl {
  width: 100%;
}




.apptitle {
  font-size: 20px;
  color: #303030;
  text-align: center;
  line-height: 1.5;
  margin-top: 85px;
  margin-bottom: 5px;
}

.wrap {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 1200px;
  overflow: hidden;
}

.appUl li a {
  display: block;
  background-color: #fff;
}


a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: #000;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
}

.appUl li a .inhover {
  overflow: hidden;
}

.appUl li a .imgbox {
  background-color: #ccc;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.appUl li a .imgbox img {
  width: 100%;
}

/* img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
} */

.appUl li a .inbox {
  padding: 7.5% 8.5% 9% 8%;
}

.appUl li a .title {
  font-size: 20px;
  color: #009944;
  line-height: 1.5;
  height: 30px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.appUl li a .desc {
  color: rgba(0, 0, 0, .78);
  line-height: 1.5;
  height: 36px;
  font-size: 12px;
  overflow: hidden;
  margin-top: 15px;
}

.donghua {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
}

div#dituContent {
  margin-top: 20px;
}

.InsidePages_content-right_content-main {
  font-size: 18px;
  line-height: 2;
}
#news_detail .body .news_body{
  font-size: 18px;
  line-height: 2;
}