.news-group {
    padding-top: 30px;
}
.news-group .newHeader {
    line-height: 54px;
    height: 54px;
    color: #555;
    position: relative;
    border-bottom: #ECECEC 3px solid;
}
.news-group .newHeader .nTitle {
    font-size: 20px;
    line-height: 54px;
    display: inline-block;
    border-bottom: #38BABA 3px solid;
    position: absolute;
    top: 0;
    left: 0;
}
.news-group .list {
    margin-top: 10px;
}
.news-group .list li{
    border-bottom: 1.5px #ECECEC dashed;
    margin: 5px 0;
    padding: 5px 0;
    position: relative;
    padding-bottom: 10px;
}
.news-group .list .liTitle {
    color: #555;
}
.news-group .list .liDesc {
    color: #999;
}
.news-group .list .liTitle,
.news-group .list .liDesc {
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 10px 0;
    width: 70%;
}
.news-group .list .time{
    position: absolute;
    display: inline-block;
    width: 25%;
    text-align: right;
    right: 0;
    bottom: 15px;
    color: #666;
}
.news-group .pages{
    text-align: right;
}
.bottomBanner{
    padding: 30px 0;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #38BABA !important;
}
.news-group .list.hasImg{
    position: relative;
}
.news-group .list.hasImg .img{
    width: 140px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: .5rem;
}
.news-group .list.hasImg li{
    padding: 10px 0 !important;
    min-height: 123.5px;
    box-sizing: border-box;
}
.news-group .list.hasImg .liTitle,
.news-group .list.hasImg .liDesc,
.news-group .list.hasImg .date {
    width: 100% !important;
    padding-left: 170px;
    box-sizing: border-box;
    word-wrap:break-word;
}
.news-group .list.hasImg .date{
    color: #666;
}
