DL.new {
    width: 90%;
    padding: 5px;
    margin: 5px;
    margin-right: 10px;
    min-width: 500px;
}

DL.new a {
    text-decoration: none;
}

DL.new DT {
    padding: 5px;
}

DL.new DD {
    margin-left: 0px;
}

DL.new DT.new-item, DL.new DD.new-item {
    padding: 5px;
    color: #424242;
    margin-bottom: 5px;
    height: auto;
    border-bottom: 1px solid #EEEEEE;
}

DL.new DT.new-item {
    text-align: right;
    font-weight: bold;
    float: left;
    width: 35px;
    border-right: none;
}

DL.new DD.new-item {
    width: 95%;
    border-left: none;
    font-size: small;
}

DL.new DT.new-date {
    border-bottom: 2px #EEEEEE solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 80%;
    clear: both;
}

DL.new DD.new-date {
    width: 10%;
}


DL.new DT.type1, DL.new DD.type1 {
    height: 140px;
}

DL.new DT.type2, DL.new DD.type2 {
    height: 100px;
}

DL.new DT.type1,
DL.new DT.type2,
DL.new DT.type3,
DL.new DT.type4,
DL.new DT.type5,
DL.new DT.type6,
DL.new DT.type7
{
    background: transparent url("../images/photo.png") center 5px no-repeat;
}

DL.new DT.type2 {
    background-image: url("../images/photo-comment.png");
}

DL.new DT.type3 {
    background-image: url("../images/post.png");
}

DL.new DT.type4 {
    background-image: url("../images/comment.png");
}

DL.new DT.type5 {
    background-image: url("../images/discussion.png");
}

DL.new DT.type6 {
    background-image: url("../images/discussion-comment.png");
}

DL.new DT.type7 {
    background-image: url("../images/user.png");
}

DL.new DD.type1 img, DL.new DD.type2 img {
    border: 1px #999999 solid;
    padding: 3px;
    margin-left: 40px;
    margin-top: 10px;
}

DL.new DD.type1 img {
    height: 100px;
}

.m-new-block {
    margin-top: 40px;
    margin-left: 5px;
    padding: 2px 0px 10px 174px;
    display: inline-block;
}

.m-new-block {
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 10px;
}

.m-new-block li.m-new-container {
    border: 1px solid #CCCCCC;
    border-left: 10px solid #CCCCCC;
    background-color: #fff;
    border-radius: 7px;
    margin-bottom: 5px;
    width: 650px;
    min-height: 85px;
    box-shadow: 0 2px 8px rgb(18 17 36 / 4%), 0 4px 32px rgb(18 17 36 / 8%);
}

.m-new-block li.m-new-container-post {
    border-left: 10px solid #0b9de7;
}

.m-new-block li.m-new-container-comment {
    border-left: 10px solid #1E7A1B;
}

.m-new-block li.m-new-container-disc {
    border-left: 10px solid #5f3f3f;
}

.m-new-block li.m-new-container-disc-comment {
    border-left: 10px solid #4B93B1;
}


.m-new-block li.m-new-date {
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
    border-radius: 7px;
    margin-bottom: 5px;
    width: 120px;
    box-shadow: 0 2px 8px rgb(18 17 36 / 4%), 0 4px 32px rgb(18 17 36 / 8%);
    padding: 5px;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}

.m-new-block img {
    height: 85px;
    width: 110px;
    float: left;
    margin-right: 10px;
}

.m-new-block .m-new-desc, .m-new-block .m-new-comment {
    display: block;
    font-size: small;
    color: grey;
    margin: 0 5px 0 5px;
}

.m-new-block .m-new-comment {
    font-size: 14px;
}

.m-new-block a.m-new-title {
    color: #2b2b2b;
    font-weight: bold;
}

.m-new-block .m-new-user {
    color: grey;
    font-size: 12px;
    padding: 5px;
}

.m-new-block blockquote {
    padding: 10px;
}

.site_news ul.tabs {
    width: 500px;
    height: 50px;
    display: flex;
}

.site_news .tab {
    padding: 10px;
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
    border-radius: 7px 7px 0 0;
    margin: 5px;
    box-shadow: 0 -2px 8px rgb(18 17 36 / 4%), 0 -4px 32px rgb(18 17 36 / 8%);
    border-bottom: none;
    cursor: pointer;
}

.site_news .tab a, .site_news .tab a:hover {
    color: #484848;
    text-decoration: none;
}

.site_news .active {
    border: 2px solid #CCCCCC;
    border-bottom: none;
    background-color: #DDDDDD;
}

.site_news .active a {
    font-weight: bold;
}

@media (max-width: 860px) {

    .m-new-block li.m-new-container {
        width: 500px;
    }
}

@media (max-width: 460px) {

    .m-new-block li.m-new-container {
        width: 330px;
    }

    .m-new-block {
        padding: 1px;
        padding-top: 10px;
        padding-bottom: 20px;
        margin: 1px;
    }

    .site_news ul.tabs {
        padding: 0;
        font-size: 12px;
    }

    .m-new-block a.m-new-title {
        font-size: 14px;
    }
}
