.banner {
    height: 4.6rem;
    width: 100%;
}
.banner img {
    width: 100%;
    height: 100%;
}
.news_list {
    background: #F6F8FC;
    padding: .6rem .3rem;
    justify-content: space-between;
    /*overflow: auto;*/
    /*height: 14.08rem;*/
}
.news_list p{
    width: 200px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #0B7BF0;
    border: 1px solid #1078E4;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
}
.news_list li {
    width: 3.36rem;
    height: 3.32rem;
    /*margin-right: .2rem;*/
    margin-top: .2rem;
    border-radius: .12rem;
    background: #ffffff;
}
.news_list li:nth-child(2n) {
    margin-right: 0;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.news_list li img {
    width: 100%;
    height: 1.98rem;
    border-radius: .12rem .12rem 0 0;
}
.news_list li .title {
    font-weight: 600;
    font-size: .28rem;
    color: #293340;
    width: 2.98rem;
    height: .4rem;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    margin: .2rem;
}
.news_list li .data {
    color: #B2B6BF;
    font-size: .24rem;
    margin-left: .2rem;
}
.detail-box {
    padding: 1.6rem .3rem 0;
    min-height: calc(100vh - 3rem);
}
.noMore {
    width: 7.5rem;
    padding: .4rem 0 .2rem;
    color: #B2B6BF;
    font-size: .24rem;
    background: #F6F8FC;
    text-align: center;
}
.detail-title {
    margin-bottom: .16rem;
}
.detail-date {
    margin-bottom: .48rem;
}