.news-list {
    margin: -35px -20px 0;
}
.news-list .item {
    width: 50%;
    padding: 0 20px;
}
.news-list .item a {
    max-width: 580px;
    margin: 35px auto 0;
    position: relative;
}
.news-list .pic {
    float: left;
    max-width: 250px;
}
.news-list .txt {
    margin-left: 250px;
    padding: 45px 60px 10px 20px;
}
.news-list .title {
    color: #727272;
    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 .description {
    color: #727272;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 58px;
    margin: 30px 0;
}
.news-list a:hover .title,
.news-list a:hover .description {
    color: #1F1F1F;
}
.news-list .date,
.news-top .date {
    display: block;
    color: #727272;
    font-size: 16px;
}
.news-list .more {
    background: #7A7A7A url(../images/news/more_arrow.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}
.news-list a:hover .more {
    background-color: #F1B400;
}

.news-top {
    border-left: 2px dotted #999;
    padding-left: 15px;
    margin-bottom: 55px;
}
.news-top .title {
    font-size: 16px;
    font-weight: bold;
    color: #1F1F1F;
    line-height: 1.5;
}

.editor .news-detail > .col1 {
    width: 60%;
}
.editor .news-detail > .col2 {
    width: 40%;
}

@media screen and (max-width: 1200px) {
    .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: 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;
        max-width: none;
    }
    .news-list .txt {
        margin-left: 0;
        padding: 20px;
    }
    .news-list .title,
    .news-list .description {
        height: auto;
    }
}