#doc-wrapper{
    background-color: #F2F2F2;
}
.wrap{
    padding: 40px 0;
}
.doc-banner-img{
    width: 100%;
    margin-bottom: 40px;
}
.table-style{
    padding:40px 20px;
    background: #fff;
    margin-bottom: 40px;
}
.doc-time{
    text-align: right;
    color: #999;
}
.hot-doc-recommend{
 background: #fff;
 padding: 20px;
}
.hot-doc-recommend-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;

}
.hot-doc-recommend-title>h3{
    position: relative;
}
.hot-doc-recommend-title>h3::after{
    content:'' ;
    position: absolute;
    display: block;
    margin-top: 8px;
    width: 40px;
    height: 4px;
    background: #007aff;
    left: 4px;
}
.hot-doc-recommend-title>a{
    font-weight: bold;
    font-size: 14px;
    color: #007aff;
    margin-top: 22px;
}
.hot-doc-recommend-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.hot-doc-recommend-list-item{
    width: 48%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.hot-doc-recommend-list-item>a{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000; 
    font-size: 16px;
}
.hot-doc-recommend-list-item-date{
    margin-left: 10px;
    color: #999; 
}