.news_box {
    width: 29.5%;
    float: left;
    margin: 10px;
    padding: 10px;
}

i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news_title {
    font-size: 18px;
    margin-bottom: 15px;
    height: 30px;
    width: 100%;
}


.news_title .f1,.news_title .f2 {
    float: left;
    font-size: 30px;
    color: #0c7ee9;
}
.f3{
    float: left;
    font-size: 16px;
    color: #ffffff;
    width: 26px;
    height: 26px;
    border-radius: 27px;
    text-align: center;
    line-height: 26px;
    background: #0c7ee9;
    margin-top: 2px;
    margin-left: 1px;
}
.news_title .f1:before {
    content: "\f059";
}
.news_title .f2:before {
    content: "\f1a3";
}
.news_title .f3:before {
    content: "\f040";
}
.news_title .f4 {
    height: 100%;
    float: left;
    text-align: center;
    line-height: 30px;
    margin-left: 5px;
    font-size: 16px;
}
.news_box ul{
    border-right: 1px solid #e3e1e1;
}
.news_box ul li {
    margin-top: 12px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.read_more {
    text-align: right;
    padding: 10px 20px 0 0;
}

.read_more a {
    color: #7e8588;
}