/*文章列表*/
.news {
    background-color: white;
    margin: 20px 0px;
    background-image: url(../images/bg1.jpg);
}

/*æ–°é—»åˆ—è¡¨2*/
.news .inform {
}

.news .inform .inform_team {
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
}

.news .inform_team img {
    width: 150px;
}

.news .inform .inform_team .news_txt {
    width: 800px;
}

.news .inform .inform_team .news_txt .news_title {
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .inform .inform_team .news_txt .news_info {
    line-height: 25px;
    padding-top: 5px;
    color: #888;
    height: 52px;
    overflow: hidden;
}

.news .inform .inform_team .news_date {
    border: 1px solid #dbdbdb;
    text-align: center;
    color: #999;
    padding: 8px 10px;
    width: 120px;
    margin-left: 60px;
}

.news .inform .inform_team .news_date span {
    font-size: 55px;
    line-height: 75px;
    display: block;
}

.news .inform .inform_team .news_date p {
    line-height: 25px;
    height: 25px;
    font-size: 18px;
}