.mg-r-10{
	margin-right: .2rem;
}
.head .article-title{
	font-size: .48rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: .68rem;
	margin-bottom: .16rem;
}
.titles{
    margin: 0.2rem 0rem;
    text-align: center;
    font-size: 0.2rem;
}
.head .article-date{
	font-size: .24rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: .32rem;
	margin-bottom: .24rem;
}
.head .article-date span{
	line-height: .32rem;
}
.page-content{
	color: #484848;
	line-height: .54rem;
	font-size: .3rem;
}
.page-content strong{
	font-weight: bold;
}

.page-content img{
	margin:0 0.07rem 0.1rem 0;
	display:block;
	width: 100%;
	max-width: 100%!important;
}
.page-content p{
	margin:0 0 0.2rem 0;
	font-size: .3rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #484848;
	line-height: .54rem;
	letter-spacing: 1px;
}
/* 新闻 */
.column{
    margin-top: 0.56rem;
    display: flex;
    justify-content: space-between;
    display: none;
}
.column .column-tlt{
    font-size: 0.36rem;
    font-weight: 600;
    color: #333333;
    display: inline-block;
    position: relative;
    text-indent: 0.24rem;
}
.column .column-tlt::before{
    content: "";
    width: 0.08rem;
    height: 0.36rem;
    background: rgb(207 17 27 / 80%);
    position: absolute;
    top: 0rem;
    left: 0rem;
}
.column .column-more{
    width: 0.16rem;
    height: 0.28rem;
    background: url(../images/clomumore.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0.04rem;
}
.news{
    margin-bottom: 0.56rem;
    display: none;
}
.news .news-item{
    display: flex;
    justify-content: space-between;
    margin-top: 0.32rem;
}
.news .news-item .news-pic{
    width: 2.4rem;
    height: 1.35rem;
    border-radius: 0.04rem;
    overflow: hidden;
}
.news .news-item .news-text{
   /* width: 4.26rem; */
    height: 1.35rem;
	flex: 1;
	margin-left: .24rem;
}
.news .news-item .news-tlt{
    font-weight: 600;
    font-size: 0.3rem;
    line-height: 0.42rem;
}
.news .news-item .news-tlt a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .news-item .news-time{
    font-weight: 400;
    font-size: 0.24rem;
    color: #999999;
    margin-top: 0.31rem;
}
