.first{
    position: relative;
    border-radius: 5px;
    margin-top: 10px;
    /*height: 300px;*/
    /*width: 420px;*/
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
}
.first .first-img{
    /*width:420px;*/
    height: 200px;
}
.first .first-img img{
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    height: 100%;
}
.first .news-head{
    display: flex;
    justify-content:space-between;
    margin-left: 5px;
    margin-top: 5px;
}
.first .news-head .news-head-head{
    color: #0a64f3;
    margin-left: 5px;
    width: 80%;
}
.first .news-head .news-head-data{
    font-size: 11px;line-height: 25px;margin-right: 5px
}
.first .news-news{
    padding-left: 10px;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.first .news-img{
    margin: 5px;
    text-align: right;
}
.first .news-img img{
    width: 5%;
}

.second{
    position: absolute;
    margin-top: 5px;
    /*width: 420px;*/
    height: 95px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
}
.second .news-head1{
    display: flex;
    justify-content:space-between;
    margin-left: 5px;
    margin-top: 5px;
}
.second .news-head1 .news-head-head1{
    margin-left: 5px;
}
.second .news-head1 .news-head-data1{
    font-size: 11px;line-height: 25px;margin-right: 5px
}
.second .news-news1{
    padding-left: 10px;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.second .news-img1{
    margin: 5px;
    text-align: right;
}
.second .news-img1 img{
    width: 5%;
}
