@charset "utf-8";

i {
    margin-right: 0.5rem;
    color: #999;
}

i img {
    width: 0.9rem;
    height: 0.9rem;
    margin-top: -0.15rem;
}

.news-box {
    width: 100%;
    padding-top: 1rem;
}

.news-item {
    display: block;
    background-color: #f0f0f0;
    padding: 1.25rem 1.5rem;
    margin-bottom: 0.75rem;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 0.25rem rgba(204, 204, 204, 0.5);
    -webkit-box-shadow: 0 0 0.25rem rgba(204, 204, 204, 0.5);
    -moz-box-shadow: 0 0 0.25rem rgba(204, 204, 204, 0.5);
}

.news-item a {
    text-decoration: none;
    color: #333;
}

.news-item .news-pic {
    float: left;
    width: 15rem;
    height: 8.5rem;
    overflow: hidden;
    position: absolute;
}

.news-item .news-pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.news-item .news-content {
    float: left;
    margin-left: 1.5rem;
    padding-right: 1rem;
    padding-left: 15rem;
    height: 8.5rem;
    width: 100%;
    overflow: hidden;
}

.news-item .news-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news-item .news-desc {
    line-height: 1.2rem;
    font-size: 0.7rem;
    color: #888;
    height: 2.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0.5rem 0 1rem;
}

.news-item .news-time {
    color: #a8a8a8;
    font-size: 0.7rem;
}

.news-item:hover .news-pic img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.news-item:hover .news-title {
    color: #1b87cc;
}

.news-zw {
    padding-top: 0.5rem;
}

.news-zw .title {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
}

.news-zw .time {
    color: #a8a8a8;
    text-align: center;
    line-height: 1rem;
    height: 2rem;
    border-bottom: 1.5px solid #eee;
}

.news-zw .time span {
    font-size: 0.7rem;
    padding: 0px 0.5rem;
    border-left: 1.5px solid #a8a8a8;
}

.news-zw .time span:first-child {
    border-left: none;
}

.news-zw .txt {
    padding-top: 0.5rem;
    font-size: 0.8rem;
    overflow: hidden;
}

.news-zw .txt img,
p {
    width: 100%;
}

@media only screen and (max-width: 650px) {
    .menubar {
        display: block;
    }

    .section-bar {
        display: none;
    }

    .box-context {
        margin-top: 0;
    }

    .news-item .news-pic {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }

    .news-item .news-content {
        padding-top: 1rem;
        display: block;
        width: 100%;
        margin-left: 0;
        padding-left: 0rem;
        height: auto;
    }

    .news-item .news-title{
        font-size: 1.2rem;
    }

    .news-item .news-desc{
        font-size: 1rem;
        height: 3.6rem;
    }

    .news-item .news-time{
        font-size: 0.9rem;
    }
}
