
.news-list .time{
    float: right;
}
.news-list li{
    padding:1.2rem 0;
    border-bottom:1px dashed #c8c8c8;
}
.news-list li a{
    display: inline-block;
    width: 690px;
    height: 19px;
    overflow: hidden;
}
.news-list li a::after{
    content: '------------------------------------------------------------------------------------------------------------------------------------';
}
.news-list li a:hover{
    color: #004f98;
}

.news-detail .title{
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
}
.news-detail .time{
    margin: 2rem 0;
    padding:0.8rem 0;
    text-align: center;
    border-bottom:1px dashed #c8c8c8;
    border-top:1px dashed #c8c8c8;
    font-size: 1.3rem;
}
.news-detail .time span{
    margin-right: 2.3rem;
}
.news-detail .content{
    line-height: 2.1rem
}
.news-detail .content img{
    margin: 1rem 0;
    width: 100%;
}