
/****************** 资讯中心 start ******************/

.news-box {
    padding: 30px;
    width: calc(100% - 60px);
}

.news-box-item {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
    cursor: pointer;
}

.news-box-item:hover{
    /*border-radius: 10px;
    padding-left: 5px;*/
    box-shadow: 0 1px 4px rgb(238,238,248,0.7), 0 0 40px rgb(238,238,248,0.7);
    -webkit-box-shadow: 0 1px 4px rgb(238,238,248,0.7), 0 0 40px rgb(238,238,248,0.7);
    -moz-box-shadow: 0 1px 4px rgba(238,238,248,0.7), 0 0 40px rgba(238,238,248,0.7);
    -o-box-shadow: 0 1px 4px rgba(238,238,248,0.7), 0 0 40px rgba(238,238,248,0.7);
}

.news-box-item-title {
    height: 28px;
    font-size: 22px;
    font-weight: 500;
    color: #004477;
    line-height: 28px;
    /*margin-bottom: 14px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.news-box-item-desc {
    width: 100%;
    color: #6D6D6D;
    line-height: 1.8em;
    font-size: 16px;
    /*word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.news-box-item-footer {
    /*display: flex;*/
    /*justify-content: space-between;*/
    font-size: 14px;
    color: #999999;
    height: 50px;
    align-items: center;
}

.news-box-item-footer-left {
    /*height: 15px;*/
    font-weight: 400;
    color: #999999;
    /*line-height: 50px;*/

}

.news-box-item-footer-right {
    /*width: 80px;*/
    font-weight: 400;
    color: #999999;
    /*line-height: 50px;*/
    margin-right: 50px;
}
.news-box-item-footer-right .layui-icon {
    font-size: 16px;
}

.news-btn {
    /*margin-top: 20px;*/
    margin-bottom: 50px;
    background-color: #F67706;
}

/****************** 资讯中心 end ******************/

@media screen and (max-device-width: 450px) {
    .news-box {
        padding: 30px 20px;
    }
    .news-box-item-title {
        height: 40px;
        line-height: 40px;
    }
    .news-box-item-desc {
        font-size: 14px;
    }
    .news-box .news-box-item {
        /*padding-bottom: 10px;
        margin-bottom: 10px;*/
    }
    .news-box .news-box-item .news-box-item-footer {
        font-size: 12px;
        height: 30px;
        align-items: center;
    }
    .news-box .news-box-item .news-box-item-footer .layui-icon {
        font-size: 14px;
    }
    .news-box .news-box-item .news-box-item-footer .news-box-item-footer-right {
        margin-right: 20px;
    }
}
