.articleArea {
  margin-bottom: 54px;
}
.detailTag{
  width: 12px;
  height: 15px;
  margin-right: 9px;
}
.articleTitle {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  text-align: center;
}

.articleDesc {
  font-size: 14px;
  color: #808080;
  justify-content: center;
  margin-top: 25px;
}

.view {
  margin-left: 35px;
}

.articleContent {
  font-size: 16px;
  color: #666666;
  margin-top: 43px;
  line-height: 32px;
  /* text-indent: 2em; */
}

.articleLine {
  height: 1px;
  background: #f0f0f0;
  margin-top: 66px;
}

.pageArea {
  height: 114px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pageArea a {
  font-size: 14px;
  color: #666666;
}
.pageArea a:hover {
  color: #2975BB;
  text-decoration: underline;
}
.pageBootom {
  margin-top: 23px;
}
/* 大于768 pc*/
@media screen and (min-width: 768px) {
}

/* 小于768 ipad和手机*/
@media screen and (max-width: 768px) {
  .articleContent img{
    max-width: 100%;
height:auto !important;
  }
  main {
    padding: 0 12px;
  }
  .listContent {
    padding: 0;
  }
  .articleTitle {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    /* text-align: left; */
  }
  .articleDesc {
    font-weight: 400;
    font-size: 13px;
    color: #8c8c8c;
  }
  .articleContent {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-top: 25px;
  }
  .articleArea{
    padding: 28px 0 0;
    margin-bottom:0;
    
  }
  .articleLine {
    margin-top: 17px;
  }
  .pageArea{
    height: 105px;
    margin-top: 10px;
    
  }
  .pageArea a{
    font-size: 13px;

  }
  .pageBootom{
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #CCCCCC;
  }
  .linkArea{
    margin-top: 31px;
  }
  .footerArea {
    margin-top: 20px;
  }
  .black{
    color: #333333;
  }
}