﻿.pages{
    width:100%;
    padding:0.6rem 0.3rem;
    box-sizing:border-box;
}
.title{
    font-size:0.45rem;
    font-weight:bold;
    margin-bottom:0.25rem;
}
.soudate {
    font-size: 0.35rem;
    color: #858585;
}
.articleImg {
    width: 100%;
    margin-top:0.6rem;
}
.articleImg img{
    width: 100%;
    height:auto;
    border-radius:10px;
}
.content {
    width: 100%;
    margin-top: 0.6rem;
    overflow: hidden;
}
.content p span {
    font-size: 0.45rem !important;
}
.content img {
    width: 100% !important;
    height: auto !important;
    margin-left: -1rem;
	display: none;
}

.severTit {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.45rem;
    font-weight: bold;
}
.severList{
    width:100%;
    display:flex;
    justify-content:space-between;
}
.severList .severItem{
    width:33%;
    text-align:center;
}
    .severList .severItem img{
        width:90%;
        height:auto;
    }