.content .news {
    box-sizing: border-box;
    padding: .425rem .23rem .725rem;
    width: 100%;
    background: #f7f8fc
}

.content .news .head {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    margin-bottom: .4rem
}

.news p {
    padding-bottom: 0.2rem;
    text-align: justify;
    text-justify: inter-ideograph;
	font-size: .15rem;
	color: #3f3f3f;
	line-height: .3rem;
	letter-spacing: -.005rem;
}

.content .news .head .title {
    font-size: .2rem;
    color: #131313;
    font-weight: 700;
    line-height: .32rem;
    letter-spacing: .005rem;
    padding-bottom: 0rem;
}

.content .news .head .time {
    font-size: .13rem;
    color: #777;
    display: inline-block;
    margin: .065rem 0 .26rem
}

.content .news .head .time .date {
    font-family: DIN;
    font-size: .17rem;
    position: relative;
    top: .01rem
}

.content .news .txt {
    font-size: .15rem;
    color: #3f3f3f;
    line-height: .3rem;
    margin-top: .4rem;
    text-align: justify
}

.content .news .txt:nth-child(2) {
    margin-top: .325rem
}

.content .news img {
    width: 100%;
    margin-top: .4rem
}

.content .news img:nth-child(2) {
    margin-top: .325rem
}
<!--ºÄÊ±1776209564.3764Ãë-->