.page {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.page .bread {
    font-size: 0;
}

.page .article {
    box-sizing: border-box;
    margin-bottom: 0.16rem;
    padding: 0.4rem 0.26rem 0.2rem;
    background-color: #fff;
    line-height: 0.48rem;
}

.page .article .article_title h1 {
    margin-bottom: 0.4rem;
    font-size: 0.36rem;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page .article .article_title .time {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-bottom: 0.2rem;
    border-bottom: 0.02rem solid #f6f6f6;
}

.page .article .article_title .time span {
    margin-right: 0.5rem;
    font-size: 0.2rem;
    font-weight: 500;
    color: #999;
    line-height: 0.36rem;
}

.page .article .article_content {
    padding-top: 0.rem;
}

.page .article .article_content p {
    font-size: 0.3rem;
    font-weight: 500;
    color: #323232;
    line-height: 0.55rem;
    margin: 0.35rem 0;
    word-wrap:break-word;
}

.page .article .article_content p img {
    display: block;
    max-width: 100%;
    margin: 0.35rem 0;
}

.article_content img{
    max-width: 100%;
}

.page .part_software {
    width: 100%;
    margin-bottom: 0.16rem;
    box-sizing: border-box;
    padding: 0 0 0.46rem 0.26rem;
    background: #fff;
}

.page .part_software .software_classify {
    margin-bottom: 0.4rem;
}

.page .part_software .software_classify .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.8rem;
    height: 0.68rem;
    margin-right: 0.2rem;
    background: #f4f4f4;
    border-radius: 0.34rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #666;
}

.page .part_software .software_classify .swiper-container .swiper-wrapper .active {
    background: #45bb6d;
    color: #fff;
}

.page .part_software .software_list .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    width: 1.42rem;
    height: 1.78rem;
    margin-right: 0.26rem;
}

.page .part_software .software_list .swiper-container .swiper-wrapper .swiper-slide img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1.36rem;
    height: 1.36rem;
    border-radius: 0.28rem;
}

.page .part_software .software_list .swiper-container .swiper-wrapper .swiper-slide p {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page .part_news {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.16rem;
    padding: 0 0.26rem;
    background: #fff;
}

.page .part_news .title_list>ul {
    margin-top: -0.26rem;
}

.page .part_subject {
    width: 100%;
    margin-bottom: 0.16rem;
    box-sizing: border-box;
    padding: 0 0.26rem 0.2rem;
    background: #fff;
}

.page .part_must {
    width: 7.5rem;
    padding: 0.4rem 0.26rem 0;
    box-sizing: border-box;
    background-color: #fff;
}

.page .part_must .box {
    display: none;
}

.page .part_must .box.active {
    display: block;
}
blockquote {
  background: #f9f9f9;
  margin: 1.5em 0px;
  padding: 0.5em 10px;
  quotes: "\201c""\201d""\2018""\2019";

}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  margin-left: -10px;
}
