/****************************  ****************************/

.news-list {
    max-width: 1042px;
    margin: 0 0 0 -12px;
}

.news-list .item {
    width: 100%;
    float: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #E19147;
    margin-bottom: 20px;
    padding-left: 12px;
}

.news-list .item a {
    display: table;
    width: 100%;
}

.news-list .pic {
    overflow: hidden;
    width: 20%;
    border: 7px solid #FDEBD9;
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list .pic img {
    border: 6px solid #fff;
    max-width: 192px;
}

.news-list .txt {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    scroll-behavior;
    padding: 8px 0 0 50px;
}

.news-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 420px;
    font-size: 15px;
    color: #555555;
    font-weight: bold;
}

.news-list a:hover .name {
    color: #8C4600;
    text-decoration: underline;
}

.news-list .name:after,
.news-title:after {
    content: "";
    width: 74px;
    height: 1px;
    background: #D60C18;
    display: block;
    margin: 6px 0 7px;
}

.news-list .date,
.news-date {
    font-size: 13px;
    display: block;
    color: #B20000;
    margin-bottom: 5px;
}

.news-list .description {
    max-width: 740px;
    font-size: 14px;
    color: #444444;
    line-height: 2;
    height: 76px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/****************************  ****************************/

.news-detail {
    max-width: 1042px;
    margin: 0 auto;
}

.news-title {
    font-size: 15px;
    color: #8C4600;
    font-weight: bold;
}

.news-title:after {
    margin: 8px 0 10px;
}


/****************************  ****************************/

@media screen and (max-width: 960px) {
    .news-list .name {
        max-width: 300px;
    }
    .news-list .description {
        max-width: 400px;
    }
}

@media screen and (max-width: 860px) {
    .news-list .name {
        max-width: 230px;
    }
    .news-list .description {
        max-width: 280px;
    }
}

@media screen and (max-width: 767px) {
    .news-list .txt {
        padding: 8px 0 0 20px;
    }
    .news-list .name {
        max-width: 420px;
    }
    .news-list .description {
        max-width: 650px;
    }
}

@media screen and (max-width: 720px) {
    .news-list .name {
        max-width: 300px;
    }
    .news-list .description {
        max-width: 400px;
    }
}

@media screen and (max-width: 600px) {
    .news-list .name {
        max-width: 230px;
    }
    .news-list .description {
        max-width: 280px;
    }
}

@media screen and (max-width: 480px) {
    .news-list .item a,
    .news-list .pic,
    .news-list .txt {
        display: block;
        width: auto;
    }
    .news-list .pic {
        display: inline-block;
    }
    .news-list .txt {
        padding: 15px 0 0 12px;
    }
    .news-list .name,
    .news-list .description {
        max-width: 100%;
    }
}
