.newsPlane {
    padding-left: 15vw;
    padding-top: 5vw;
    padding-right: 15vw;
}

.newsMainArticle {
    height: 26vw;
    position: relative;
    color: black;
    margin-bottom: 2vw;
    overflow: hidden;
}


.newsMainImgPlane {
    overflow: hidden;
    width: 50vw;
}

.newsMainImg {
    width: 50vw;
    height: 28.125vw;
}

.newsMainImg:hover {
    transform: scale(1.05);
    filter: alpha(opacity=50);
}

.newsMainTextPlane {
    position: absolute;
    top: 1vw;
    right: 1vw;
    width: 18vw;
    padding: 1vw;
    height: 26vw;
    overflow: hidden;
}

.newsMainTextPlane h4 {
    font-size: 1.5vw;
    padding-bottom: 1vw;
}

.newsMainTextPlane p {
    font-size: 1vw;
}

.newsMainLink {
    position: absolute;
    font-size: 15px;
    right: 1vw;
    bottom: 2vw;
    color: #ababab;
}

.newsListArticle a :hover {
    background-color: #eee;
}

.newsListArticle {
    min-height: 60vw;
    position: relative;
    color: black;
    margin-bottom: 2vw;
}

.newsListItem {
    height: 12vw;
    border-top: 1px solid #eee;
    padding: 20px 0 50px;
    position: relative;
}

.newsListItemImgPlane {
    overflow: hidden;
    width: 16vw;
    height: 9vw;
}

.newsListItemImg {
    margin-left: 5px;
    height: 9vw;
    width: 16vw;
}

.newsListItemTextPlane {
    width: 70vw;
    color: black;
}

.newsListItemTextPlane h5 {
    width: 40vw;
    font-size: 18px;
    position: absolute;
    top: 1vw;
    left: 18vw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.newsListItemTextDetail {
    width: 50vw;
    font-size: 0.85vw;
    position: absolute;
    top: 3vw;
    left: 18vw;
    color: #ababab;
    overflow: hidden;
    height: 6vw;
}

.newsListLink {
    position: absolute;
    right: 1vw;
    bottom: 2vw;
    font-size: 13px;
    color: #ababab;
}