body{
    background: #eceef5;
}
.news-container {
    /*width: 1280px;*/
    box-sizing: border-box;
    margin-top: 25px;
}

.news-left {
    width: 820px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.news-right {
    width: 240px;
    float: right;
    margin-left: 20px; /* 添加一些间距 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.news-item {
    margin-bottom: 20px; /* 添加列表项之间的间距 */
    border-bottom: 1px solid #E7E7E8;
    padding-bottom: 25px;
    padding-top: 0px;
}

.title {
    height: 21px;
    font-size: 18px;
    font-weight: 400;
    color: #303030;
    overflow: hidden;
    line-height: 21px;
    /* 文字用省略号代替超出的部分 */
    text-overflow: ellipsis;
    /* 匀速溢出内容，隐藏 */
    overflow: hidden;

}
.title a{
    color: black;
}
.title a:hover{
    color: var(--lyj-primary-color) !important;
}
.description {
    height: 60px;
    font-size: 13px;
    font-weight: 400;
    color: #8D8D8D;
    line-height: 30px;
    margin-top: 10px;
    /* 文字用省略号代替超出的部分 */
    text-overflow: ellipsis;
    /* 匀速溢出内容，隐藏 */
    overflow: hidden;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.date {
    width: 116px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #909090;
    line-height: 20px;
    margin-top: 10px;
}

.more {
    text-decoration: none;
    width: 81px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #114491;
    line-height: 20px;
    margin-top: 10px;
}

.date img {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    display: none;
}

.news-item-r{
    padding-top: 20px;
    /*padding-bottom: 20px;*/
}

.news-item-r:nth-child(1){
    padding: 0px;
}
/*推荐图片*/
.recommend {
    width: 240px;
    height: 145px;
}
