/* æ—¥åŽ†æ ·å¼ */
.news_metar{
    width: 50px;
    height: 55px;
    text-align: center;
    white-space: nowrap;
    color: #1C68A7;
    overflow: hidden;
    transition: 0.4s;
    margin-right: 37px;
    margin-top: 6px;
}
.news_metar .news_days{
    font-size: 40px;
    font-weight: bold;
    line-height: 30px;
}
.news_metar .news_month{
    font-size: 12px;
    line-height: 24px;
}
.col_news_list .news{
    border-bottom: 1px dashed #707070;
    padding: 33px 29px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.col_news_list .news_con{
    width: calc(100% - 90px);
}
.col_news_list .news_title{
    font-size: 18px;
    color: #333333;
    margin-bottom:5px;
    display:-webkit-box;
    word-break:break-all;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.col_news_list .ff{
    font-size: 16px;
    color: #33333380;
    padding-left: 27px;
    line-height: 30px;
    margin-left: 8px;
}
.col_news_list .news_f1{
    background: url(images/icon001.png) no-repeat left center;
}
.col_news_list .news_f2{
    background: url(images/icon002.png) no-repeat left center;
}
.col_news_list .news_f3{
    background: url(images/icon003.png) no-repeat left center;
}