﻿.newestNews {
    margin-top: 30px;
}

.newestNews-title {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-left: 12px;
    margin-bottom: 20px;
}

.newestNews-content {
    margin-top: 20px;
}

.newestNews-content-redline {
    width: 100%;
    height: 2px;
    background-color: red;
    margin-bottom: 10px;
}

.newestNews-list {
    margin-left: 12px;
    margin-right: 12px;
    /*background-color: #eeeeee;*/
}

.newestNews-list-title {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.newestNews-content {
    background-color: #ffffff;
}

.newestNews-list-content {
    margin-top: 10px;
}

.newestNews-imaginaryLine {
    margin-top: 20px;
    height: 1px;
    opacity: 0;
}

.newestNews-list-a {
    color: #000;
}

.newestNews-list-title:hover {
    color: #ff7d54 !important;
}

#newestNews-list-content-font:hover {
    color: #ff7d54 !important;
}

#img-font {
    font-size: 15px;
    color: #333333;
    margin-top: 4px;
}

    #img-font:hover {
        color: #ff7d54 !important;
    }
