@CHARSET "UTF-8";

.newsDiv {
    background-color: #fff;
    padding: 20px;
    border-bottom: 2px solid #f4f4f4;
}

.search_div {
    background-color: #fff;
    border-bottom: 2px solid #f4f4f4;
    height: 100px;
}

.div_pic {
    text-align: center;
}

.m_pic {
    width: 100%;
    margin-top: 2.5vw
}

.title {
    width: 550px;
    font-size: 18px;
    color: #3d3d3d;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.title:hover {
    color: #399;
}

.postImg {
    float: left;
    width: 130px;
    height: 90px;
    margin-right: 15px;
    border-radius: 2px;
}

.newsContent {
    margin-top: 10px;
    height: 90px;
}

.content {
    font-size: 14px;
    color: #999999;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newsFoot {
    margin-top: 6px;
    height: 24px;
}

.newsFoot a {
    float: left;
}

.authorImg {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.author {
    line-height: 24px;
    margin-left: 5px;
    margin-right: 16px;
    font-size: 14px;
    color: #b5b5b5;
}

.author:hover {
    color: #399;
}

.newsInfo {
    font-size: 14px;
    color: #cfcece;
    float: right;
    margin-right: 10px;
}

.nspan {
    width: 30px;
    margin-right: 20px;
}

.blankTitle {
    display: flex;
    width: 200px;
    height: 30px;
    border-radius: 5px;
    font-size: 20px;
    background-color: #f3f3f3;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-bottom: 5px solid #f4f4f4;
    font-weight: bolder;
    color: #b5b5b5;
    /*margin-bottom: 20px;*/

}

.wordCloud {
    width: 20vw;
    height: 20vw;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    margin-left: 4vw;
    margin-top: 1.5vw;
    border-radius: 5px;
}

.titlespan {
    margin-left: 0.3vw;
    font-size: 20px;
    color: #b5b5b5;
    border-bottom: 4px solid #f4f4f4;
}
.titlespan:before{
    content: '';
    position: absolute;
    bottom: auto;
    height: 30px;
    width: 5px;
    left: 0vw;
    background-color: green;
}