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

.news-list .item {
    width: 100%;
    margin-bottom: 30px;
}

.news-btn-box {
    padding: 20px 0;
}

.news-list .pic {
    position: relative;
    overflow: hidden;
    width: 372px;
    display: inline-block;
}

.news-list .title {
    color: #AB1032;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.news-list .txt {
    padding: 0px 0 0 20px;
    width: calc(100% - 435px);
    display: inline-block;
    vertical-align: top;
}

.news-list .date {
    display: block;
    font-family: 'Belleza', sans-serif;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    padding: 10px 0;
}

.news-list .description {
    color: #444;
    font-size: 14px;
    line-height: 1.5;
}

.news-list .box .pic:hover img {
    opacity: .45;
}

.news-more {
    margin: 27px 0 0;
}

.news-more a {
    float: right;
    width: 110px;
    height: 40px;
    color: #fff;
    background: #AB1032;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
}

.news-more a:hover {
    background: #757575;
}

.news-detail {}

.news-detail .date {
    display: block;
    font-size: 15px;
    color: #666;
    padding-bottom: 10px;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 10px;
}

.news-detail .title {
    font-size: 30px;
    line-height: 1.5;
    margin: 0;
    box-sizing: border-box;
    font-weight: normal;
}


}
.news-editor {}
.news-form {
    border: #DFDFDF 1px solid;
    background: #F7F7F7;
    padding: 25px 15px;
}
.news-form .form-control {
    background: #fff;
}
@media screen and (max-width: 1200px) {
    .news-list {
        margin: 0 -7px;
    }

    .news-list .item {
        padding: 0 7px;
    }

    .news-list .pic {
        width: 300px;
    }

    .news-list .txt {
        padding: 15px 0 15px 50px;
        width: calc(100% - 355px);
    }

    .news-more {
        margin: 20px 0;
    }
}
@media screen and (max-width: 1000px) {
    .news-list {}

    .news-list .item {
        margin-bottom: 15px;
    }

    .news-list .item:nth-child(4n+1) {
        clear: none;
    }

    .news-list .item:nth-child(2n+1) {
        clear: left;
    }

    .news-detail {
        padding: 0 4% 45px;
    }

    .news-list .txt {
        padding: 15px 0 15px 20px;
        width: calc(100% - 355px);
    }

    .submitBtn,
    .clearBtn {
        width: 150px;
    }
}
@media screen and (max-width: 767px) {
    .news-list {
        margin: 0 -7px;
    }

    .news-list .box {
        margin-bottom: 30px;
    }

    .news-detail {
        padding: 0;
    }

    .news-list .item {
        width: calc(50% - 10px);
        margin-right: 15px;
    }

    .news-list .item:nth-child(2n+2) {
        margin-right: 0;
    }

    .news-list .pic,
    .news-list .txt {
        width: 100%;
        box-sizing: border-box;
        padding: 5px 0;
    }
}
@media screen and (max-width: 500px) {
    .news-list .item {
        width: 100%;
    }

    .news-list .item:nth-child(n) {
        clear: none;
    }

    .submitBtn,
    .clearBtn {
        width: 100px;
    }

    .submitBtn span,
    .clearBtn span {
        margin-right: 10px;
    }
}
