﻿body {
    background: #faf7f4;
}

.image-text {
    margin-top: .4rem;
}

.image-text li {
    margin-top: .3rem;
    padding-bottom: .3rem;
}

.image-text li .pic {
    overflow: hidden;
    width: 3.8rem;
    height: 2.2rem;
}

.image-text li .pic img {
    width: 100%;
}

.image-text li .text-content {
    margin-left: 4.1rem;
    height: 2.2rem;
}

.image-text li .title {
    font-weight: bold;
}

.image-text li .txt {
    line-height: 1.8;
    margin-top: .2rem;
}

.image-text li .time {
    position: absolute;
    left: 0;
    background: url(../images/time.png)no-repeat left center;
    background-size: .17rem;
    padding-left: .3rem;
    color: #843c3c;
}

@media (max-width:767px) {
    .image-text li .pic {
        width: 100%;
        float: none;
        height: 4.4rem;
    }
    .image-text li .text-content {
        margin-left: 0;
        margin-top: .3rem;
    }
    .image-text li .time {
        position: initial;
        left: auto;
        bottom: auto;
        margin-top: .3rem;
    }
}

.news-text {
    margin-top: .3rem;
}

.news-text li {
    border-bottom: 1px #ddd solid;
    padding-bottom: .3rem;
    margin-top: .3rem;
}

.news-text li .date {
    width: .9rem;
    height: .9rem;
    background-color: #843c3c;
    color: #FFF;
    font-size: .14rem;
}

.news-text li .date span {
    line-height: 1.5;
}

.news-text li .text-content {
    margin-left: 1.2rem;
}

.news-text li .title {
    font-weight: bold;
}

.news-text li .txt {
    opacity: .7;
    line-height: 1.8;
    margin-top: .1rem;
}

@media (max-width:767px) {
    .news-text li .date {
        width: 1.2rem;
        height: 1.2rem;
    }
    .news-text li .text-content {
        margin-left: 1.5rem;
    }
}

.image-list {
    margin-top: .3rem;
}

.image-list li {
    width: 23%;
    margin-right: 2%;
    margin-top: .3rem;
}

.image-list li:nth-of-type(4n) {
    margin-right: 0;
}

.image-list li .pic {
    width: 100%;
    overflow: hidden;
    height: 2.4rem;
}

.image-list li .pic img {
    width: 100%;
}

.image-list li .pic a {
    width: 100%;
    height: 100%;
}

.image-list li .title {
    margin-top: .2rem;
}

@media (max-width:1199px) {
    .image-list li .pic img {
        display: none;
    }
}

@media (max-width:1023px) {
    .image-list li {
        width: 32%;
    }
    .image-list li:nth-of-type(4n) {
        margin-right: 2%;
    }
    .image-list li:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .image-list li {
        width: 49%;
    }
    .image-list li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .image-list li:nth-of-type(2n) {
        margin-right: 0;
    }
}