.newsarea {
    padding: 80px 0;
}

.newsarea {
    background: #ededed;
}

.newsarea .container .whitebg {
    background: #fff;
}

.wrapPadding {

}

.news-type {
    margin-bottom: 40px;
}

.news-type-list {
    margin-right: 19px;
    padding: 40px 40px 0 55px;
}

.news-type-list li {
    width: 100px;
    height: 36px;
    line-height: 36px;
    background: #f0f0f0;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}

.news-type-list li + li {
    margin-left: 20px;
}

.news-type-list li.active,
.news-type-list li:hover{
    background: #333333;
    color: #fff;
}

.new-item-list {
    margin-right: 19px;
    padding: 40px;
}

.new-item-list li {
    margin-bottom: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.news-cover {
    width: 224px;
    height: 159px;
    margin-right: 20px;
}

.news-cover img {
    width: 100%;
    height: 100%;
}

.news-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 159px;
    border-bottom: 1px solid #ddd;
}

.news-title {
    font-size: 20px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-info {
    font-size: 14px;
    color: #333333;
    text-align: justify;
    opacity: .8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-time {
    font-size: 12px;
    color: #666666;
}

.toNewsDetail {
    font-size: 14px;
    color: #333333;
}

.news-info {
    margin-top: 30px;
    margin-bottom: 15px;
}


/*right*/
.right-top {
    padding: 20px;
}

.tradeCasse {
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.tradeCasse-ul li {
    margin-bottom: 20px;
}

.tradeCasse-ul li a {
    background: #f0f0f0;
    display: block;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
}

/*推荐*/
.right-bottom {
    padding: 20px;
}

.recommend-art li + li {
    margin-top: 20px;
}

.recommend-art li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

.recommend-news-cover {
    width: 130px;
    height: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.recommend-news-cover img {
    width: 100%;
    height: 100%;
}

.recommend-news-main {
    margin-left: 10px;
}

.recommend-news-title {
    font-size: 16px;
    color: #333333;
}

.recommend-news-info {
    margin-top: 9px;
    font-size: 12px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*分页*/
.pagerArea {
    margin-top: 46px;
    margin-left: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

/*响应式*/
@media (max-width: 1200px) {
    .news-type-list {
        margin-right: -15px;
    }

    .new-item-list {
        margin-right: -15px;
        padding: 40px;
    }

    .pagerArea {
        margin: 20px 0;
    }
}

@media (max-width: 550px) {
    .new-item-list li .news-cover {
        display: none;
    }

    .recommend-news-main {
        margin-left: 0;
    }

    .recommend-news-cover {
        display: none;
    }

    .pagerArea {

        margin-left: 40px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

}