.news{
    margin-top: 0.4rem;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 0.6667rem 0.4rem 0.8rem;
}
.news-title{
    padding-bottom: 0.6667rem;
    border-bottom: 1px solid #ddd;
}
.news-title h1{
    font-size: 0.64rem;
    line-height: 0.8rem;
    color: #333;
    margin: -0.09rem 0;
}
.news-title div{
    display: flex;
    align-items: center;
    margin-top: 0.5333rem;
}
.news-title div em{
    display: block;
    font-size: 0.32rem;
    line-height: 1;
    color: #999;
}
.news-title div em:last-child{
    margin-left: 0.9333rem;
}
.news-title div em img{
    height: 0.32rem;
    margin-right: 0.1333rem;
}
.news-txt{
    margin-top: 0.4667rem;
}
.news-txt{
    font-size: 0.4rem;
    line-height: 0.8rem;
    color: #333;
    margin-top: 0.86667rem;
}
.news-txt img{
    padding: 0.2rem 0;
    max-width: 100%;
}
.news-txt h2{
    font-weight: bold;
}
