.news-list .item a {
    display: block;
    border-bottom: 1px solid #444;
    line-height: 1.4;
}
.news-list .item a:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.news-list .date {
    display: block;
    width: 132px;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 100;
    text-align: right;
    letter-spacing: 0;
    white-space: nowrap;
    padding: 12px 20px 12px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-list .item:first-child .date span {
    font-size: 50px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-top: -5px;
}
.news-list .txt {
    margin-left: 132px;
    border-left: 1px solid #444;
    padding: 12px 0 12px 20px;
    position: relative;
}
.news-list .txt:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #A48153;
    position: absolute;
    left: -3px;
    top: 18px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.news-list .name {
    display: block;
    color: #A48052;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list a:hover .name {
    color: #8CA7C9;
    text-decoration: underline;
}
.news-list .description {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: #878787;
    padding-top: 5px;
    min-height: 24px;
    max-height: 40px;
    overflow: hidden;
}

.news-detail {
    border: 1px solid #A48254;
    max-width: 900px;
    margin: 0 auto;
    padding: 25px;
}
.news-detail .title {
    background: url(../images/_icon/title.png) no-repeat;
    color: #A48052;
    font-size: 15px;
    line-height: 1.5;
    padding: 3px 0 14px 40px;
}
.news-detail .date {
    display: block;
    font-size: 13px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #222;
    padding-left: 40px;
    line-height: 35px;
}
.news-detail .date span {
    color: #A48052;
    display: inline-block;
    margin-right: 6px;
}
.news-detail .editor {
    padding: 25px;
}

@media screen and (max-width: 639px) {
    .news-list .name {
        white-space: normal;
    }
    .news-list .description {
        max-height: none;
    }
}
@media screen and (max-width: 479px) {
    .news-list .date {
        float: none;
        padding: 12px 0 0 0;
        text-align: left;
        width: auto;
    }
    .news-list .item:first-child .date span {
        font-size: 15px;
        color: #bbb;
        margin-top: 0;
    }
    .news-list .txt {
        margin-left: 0;
        border-left: 0;
        padding-left: 0;
    }
    .news-list .txt:before {
        display: none;
    }
}