/******************************* news-content *******************************/

.news-content {
    max-width: 1180px;
    margin: 0 auto;
}


/******************************* news-list *******************************/

.news-list {
    margin: -15px -10px 0;
}

.news-list .item {
    width: 50%;
    padding: 0 10px;
}

.news-list .item a {
    margin: 35px auto 0;
    position: relative;
    display: table;
    border: 1px solid #DDDDDD;
}

.news-list .pic {
    display: table-cell;
    vertical-align: middle;
    width: 199px;
}

.news-list .txt {
    display: table-cell;
    vertical-align: top;
    padding: 20px 20px 21px;
}

.news-list .title {
    color: #555555;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}

.news-list .line {
    display: block;
    margin-top: 13px;
    height: 1px;
    width: 40px;
    background: #555555;
}

.news-list .description {
    color: #545454;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    margin: 15px 0;
}

.news-list a:hover .title,
.news-list a:hover .description {
    color: #1F1F1F;
}

.news-list a:hover {
    background: #eee;
}

.news-list .date,
.news-top .date {
    display: block;
    font-weight: bold;
    color: #DD3030;
    font-size: 14px;
}

.news-list .more {
    background: #E13333 url(../images/news/more_arrow.png) no-repeat;
    width: 40px;
    height: 40px;
    -webkit-background-size: 40px;
    background-size: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.news-list a:hover .more {
    background-color: #7A7A7A;
}


/******************************* news-detail *******************************/

.news-top .title {
    color: #535353;
    font-size: 16px;
    margin-bottom: 70px;
}

.news-top .date {
    display: block;
    margin-bottom: 5px;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 16px;
    letter-spacing: 1px;
    color: #DA1617;
    line-height: 1.2;
}

/******************************* RWD *******************************/

@media screen and (max-width: 1200px) {
    .news-list .pic {
        max-width: 220px;
        background: #eee;
    }
    .news-list .txt {
        margin-left: 220px;
        padding: 30px 20px 10px;
    }
    .news-list .description {
        margin: 20px 0;
    }
}

@media screen and (max-width: 1024px) {
    .editor .news-detail > .col {
        width: auto;
    }
}

@media screen and (max-width: 1000px) {
    .news-list .item {
        float: none;
        width: auto;
    }
    .news-list .item a {
        max-width: 640px;
    }
    .news-list .pic {
        max-width: 250px;
    }
    .news-list .txt {
        margin-left: 250px;
        padding: 45px 20px 10px 20px;
    }
    .news-list .description {
        margin: 30px 0;
    }
}

@media screen and (max-width: 570px) {
    .news-list .pic {
        max-width: 220px;
    }
    .news-list .txt {
        margin-left: 220px;
        padding: 30px 20px 10px;
    }
    .news-list .description {
        margin: 20px 0;
    }
}

@media screen and (max-width: 480px) {
    .news-list .item a {
        max-width: 330px;
    }
    .news-list .pic {
        float: none;
        display: block;
        text-align: center;
        max-width: none;
        width: auto;
        margin: 0 auto;
    }
    .news-list .txt {
        display: block;
        margin-left: 0;
        padding: 20px;
    }
    .news-list .title,
    .news-list .description {
        height: auto;
    }
}
