body{
    background-color: #fff;
}
.details{
    background-color: #fff;
    padding-top: 1rem;
    margin-bottom: 2rem;
}
.thistitle{
	text-align: center;
}
.thistitle h2{
    margin-bottom: 0.5rem;
}
.artTitle{
    line-height: 2.25rem;
    font-size: 2.125rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.625rem;
}
.pubtime{
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    text-align: center;
}
.content{
    width: 90%;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 2.5rem;
}
.content img{
    max-width: 90%;
}
.zbname{
    width: 90%;
    text-align: right;
    margin-top: 2rem;
}
.lab{
    width: 90%;
    line-height: 5rem;
    margin-top: 2rem;
    border-bottom: 2px solid #efefef;
}
.lab span{
    font-weight: 600;
    color: #626262;
}
.relnews{
    width: 90%;
    background-color: #fff;
    margin: 0 auto;
}
.relnewstil{
    margin-bottom: 0.5rem;
}