main{
    width: 100%;
    height: auto;
    padding: 0 .15rem;
    box-sizing: border-box;
}
.til{
    width: 100%;
    height: auto;
    padding: .15rem 0;
    text-align: center;
}
.til h2{
    font-size: .18rem;
    font-weight: 700;
}
.til p{
    padding: .15rem 0;
    font-size: .12rem;
    color: #666;
}
/* 新闻图像 */
.image{
    font-size: 0;
    width: 100%;
    padding: .4rem .3rem .2rem .3rem;
    box-sizing: border-box;
    height: 1.25rem;
    background-image: url('/static/img/news.jpg');
}
.image .images1{
    width: 100%;
    color: white;
    font-size: .16rem;
    font-weight: 700;
    padding-bottom: .1rem;
    border-bottom: 1px solid white;
}
.image .images2{
    padding-top: .15rem;
    font-size: .12rem;
    color: white;
}
.news{
    display: block;
    width: 100%;
    height: 1.2rem;
    margin-top: .2rem;
    border-radius: .1rem;
    padding: .2rem .3rem;
    box-sizing: border-box;
    background-color: rgb(245, 245, 245);
}
.news hr{
    height: .1px;
    color: rgba(167, 167, 167, 0.199);
}
.news1{
    width: 100%;
    height: 50%;
    /* background-color: violet; */
}
.news1 .title{
    width: 60%;
    height: 100%;
    font-size: .14rem;
    transform: translateY(25%);
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.news1 .time{
    width: 40%;
    height: 100%;
    color: #666;
    transform: translateY(25%);
    text-align: right;
    font-size: .14rem;
}
.news1 .times{
    width: 40%;
    height: 100%;
    color: rgb(255, 0, 0);
    transform: translateY(25%);
    text-align: right;
    font-size: .14rem;
}