﻿.module_title {
    margin-top: 60px;
}

.news_main {
    margin-top: 30px;
}

.news_main ul {
    width: 46.26%;
    float: left;
    margin-left: 2%;
}

.news_title {
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}

    .news_title a {
        color: rgba(0,0,0,1);
    }

.news_text {
    font-size: 14px;
    font-weight: 400;
    color: rgba(123,123,123,1);
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}

.news_main ul li {
    width: 100%;
    height: 125px;
    border-bottom: 1px solid rgba(221,221,221,1);
    overflow: hidden;
}

    .news_main ul li:last-child {
        border: none;
    }

.news_main ul li {
    margin-top: 20px;
}

    .news_main ul li:first-child {
        margin-top: 0;
    }

.date {
    width: 100px;
    height: 100px;
    float: left;
    background: rgba(41,127,214,1);
    border-radius: 3px;
    text-align: center;
    color: white;
}

    .date p:first-child {
        font-size: 42px;
        line-height: 62px;
    }

    .date p:last-child {
        font-size: 20px;
    }

.news_con {
    width: calc(100% - 120px);
    float: right;
}

.news_main ul li .news_title {
    line-height: 88px;
}

.news_main ul li .news_text {
    height: 50px;
}