.in_the_news ul li:first-child {
    float: left;
    width: 44%;
    height: auto;
    margin: 0 3% 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.e_news_list ul li h3 {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    font-weight: bold;
    height: 54px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.e_news_list ul li {
    float: left;
    width: 44%;
    height: auto;
    margin: 0 3% 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.in_the_news ul li:first-child h3 {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    font-weight: bold;
    height: 54px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.in_the_news ul li p.p2_time {
    display: none;
}

.in_the_news ul li p.p1_time {
    display: block;
    margin-bottom: 10px;
    padding-left: 0;
    background: 0;
}
.e_news_list.in_the_news ul li .article {
    -webkit-line-clamp: 5;
}

.e_news_list.in_the_news ul li:first-child .article {
    -webkit-line-clamp: 5;
}

@media only screen and (max-width: 1440px) and (min-width: 1200px){
    .e_news_list ul li h3 {
        font-size: 16px;
    }
    .e_news_list ul li:first-of-type h3 {
        font-size: 16px;
    }
}

.in_the_news ul li:first-child .article {
    font-size: 14px;
    color: #333333;
    line-height: 1.5em;
    height: 7.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}
.e_news_list ul li .article {
    font-size: 14px;
    color: #333333;
    line-height: 1.5em;
    height: 7.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.in_the_news ul li .news-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 28px;
}

.in_the_news ul li .more {
    display: block;
    font-size: 14px;
    color: #f58220;
    line-height: 28px;
    cursor: pointer;
}
.in_the_news ul li .news-links > * {
    flex: auto 0 0;
}

.e_news_list ul li:first-child .more {
    display: block;
    font-size: 14px;
    color: #f58220;
    line-height: 28px;
    cursor: pointer;
}
.e_news_list ul li:first-child .p2_time {
    display: none;
}

.e_news_list.in_the_news ul li h3:hover{
    color: #333;
}

.e_news_list.in_the_news ul li h3:first-child:hover{
    color: #333;
}

.e_news_list.in_the_news ul li:first-child .article:hover {
    color: #333;
}

.e_news_list.in_the_news ul li .article:hover {
    color: #333;
}

@media only screen and (max-width: 640px){
    .e_news_list.in_the_news ul li:first-child h3 {
        font-size: 24px;
        line-height: 40px;
        height: auto;
    }

    .e_news_list ul li:first-child h3 {
        height: auto;
        white-space: inherit;
    }

    .e_news_list ul li h3 {
        font-size: 26px;
        line-height: 40px;
        height: auto;
    }

    .in_the_news ul li:first-child {
        float: left;
        width: 96%;
        height: auto;
        margin: 0 3% 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #e7e7e7;
        box-sizing: border-box;
    }

    .e_news_list ul li {
        width: 96%;
    }

    .e_news_list ul li .article, .in_the_news ul li:first-child .article {
        height: 80px;
    }

    .e_events_list ul li .list_sec .right .article, .e_news_list ul li .article, .in_the_news ul li:first-child .article {
        font-size: 24px;
        line-height: 40px;
    }

    .e_news_list ul li:first-child .more, .e_news_list ul li .more {
        font-size: 20px;
    }

}