.main_content * {
    box-sizing: border-box;
}
.main_content *::-webkit-scrollbar {
    display: none;
}
.detail-page {
    padding: 0.25rem 0.25rem 0.5rem;
    background-color: #fff;
}
.info-container {
    position: relative;
    text-align: center;
}
.news-cont h2 {
    margin-bottom: 0.3rem;
    font-size: 0.26rem;
    font-weight: normal;
    color: #0040a1;
    text-align: center;
}
.news-cont .news-infob span {
    font-size: 0.14rem;
    color: #999;
    margin-right: 0.1rem;
    margin-left: 0.1rem;
}
.news-cont .icon-group {
    position: absolute;
    top: 0;
    right: 0;
}
.icon-group img {
    margin-left: 0.05rem;
}
.news-cont .seg-line {
    height: 1px;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    background-color: #d8d8d8;
}
.news-cont .news-pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
.news-cont p {
    font-size: 0.18rem;
    margin-bottom: 0.15rem;
    line-height: 1.7;
}
.attachment {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    color: #183181;
}
.attachment a {
    color: #183181;
}
.attachment li {
    margin-top: 0.12rem;
}
.func {
    margin-top: 0.24rem;
    text-align: center;
}
.btn-group {
    display: inline-block;
    margin-right: 0.05rem;
}
.btn-group img {
    margin-left: 0.05rem;
    margin-right: 0.05rem;
}
table tr p,
table td p {
    text-indent: initial !important;
}
.zwnr img {
    height: auto;
    margin-bottom: 10px;
    max-width: 80%;
}
.zwnr table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d2d2d2;
}
.zwnr TR {
    border-collapse: collapse;
    border: 1px solid #d2d2d2;
}
.zwnr TD {
    border-collapse: collapse;
    border: 1px solid #d2d2d2;
}

@media (max-width: 1200px) {
    .news-cont h2 {
        font-size: 0.3rem;
        line-height: 0.42rem;
    }
    .news-cont .news-infob span {
        font-size: 0.24rem;
        line-height: 0.34rem;
    }
    .news-cont p {
        font-size: 0.32rem;
    }
}

/* 长者版样式 start */
.elder_version .news-cont h2 {
    font-size: 0.3rem;
    line-height: 0.42rem;
}
.elder_version .news-cont .news-infob span {
    font-size: 0.24rem;
    line-height: 0.34rem;
}
.elder_version .news-cont p {
    font-size: 0.32rem;
}
/* 长者版样式 end */