/**!
 * 全国禁毒示范城市
 * date:2024-9-23
 * author: jgming;
 */

.forbid-banner {
    position: relative;
    text-align: center;
margin-top:-20px;
}
.page-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}
.time-range {
    display: block;
    width: 2.48rem;
    height: 0.62rem;
    margin: 0.31rem auto 0;
    text-align: center;
    background: #2bc1a4;
    border-radius: 0.31rem;
    color: #fff;
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.62rem;
}

.main-content {
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    padding: 0.4rem 0.6rem;
    z-index: 2;
    margin-top: -1rem;
}

.mod-title {
    text-align: center;
    margin-bottom: 0.4rem;
}

.cont-wrap {
    display: flex;
    justify-content: space-between;
}

.article-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.article-time {
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 14px;
}

.article-desc {
    line-height: 16px;
    color: #555;
    margin: 6px 0 18px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.article-link {
    float: right;
    color: #bebebe;
    line-height: 14px;
}

.article-link:hover {
    color: #3472d7;
}

.article-img {
    float: left;
    height: 84px;
    margin-right: 12px;
}

.cont-l {
    display: block;
    width: 524px;
}

.cont-l-desc {
    color: #555;
    font-size: 14px;
    line-height: 21px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cont-l img {
    max-height: 320px;
}
.cont-l .article-name {
    font-size: 18px;
    line-height: 18px;
    margin: 30px 0 16px 0;
}

.cont-l .article-time {
    float: none;
    display: block;
    margin-bottom: 16px;
    line-height: 18px;
}

.cont-r {
    width: 521px;
}

.article-item:not(:last-child) {
    margin-bottom: 41px;
}

.look-more {
    display: block;
    width: 92px;
    height: 30px;
    margin: 0.3rem auto 0;
    text-align: center;
    line-height: 28px;
    background: #fff;
    border: 1px solid rgba(217, 217, 217, 0.6);
    border-radius: 15px;
    color: #999;
}

@media (max-width: 1366px) {
    .main-content {
        margin-top: -0.4rem;
    }
}

@media (max-width: 1200px) {
    .cont-wrap {
        flex-direction: column;
    }
    .cont-l,
    .cont-r {
        width: 100%;
    }

    .cont-l {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .time-range {
        width: 2rem;
        height: 0.54rem;
        margin-top: 0.2rem;
        line-height: 0.54rem;
        font-size: 0.26rem;
        border-radius: 0.27rem;
    }

    .main-content {
        margin-top: -0.3rem;
    }
}
