/*
* @Author: Marte
* @Date:   2018-09-25 16:36:47
* @Last Modified by:   Marte
* @Last Modified time: 2018-11-29 17:31:43
*/
.pages {
    margin: 0px 5px;
}

.notice {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 20px;
}

.notice_list {
    float: left;
    width: 33.3%;
}

.notice_image {
    width: 40px;
    // height: 23px;
}

.notice_text {
    font-size: 14px;
    line-height: 20px;
    // position: relative;
    bottom: 6px;
    padding: 2px 5px;
}

.active {
    height: 100rpx;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.active_list {
}

.active_content {
    margin: 2px 0px;
    border-bottom: 1px solid #eaeaea;
}

.active_name {
    float: left;
    width: 80%;
    /* font-weight: bold; */
     display: flex;
    align-items: center;
    font-size: 12px;
    padding: 5px 0px;

}

.active_date {
    float: left;
    width: 20%;
    text-align: right;
    padding: 5px 0px;
}

.acitve_notice {
    clear: both;
    color: #fe4040;
}

.active_line {
    height: 10px;
    width: 100%;
    /* background: #31C1FE; */
}

.image {
    width: 100%;
    /* height: 165px; */
    border-radius: 5px;
}

.line {
    width: 80rpx;
    height: 1px;
    background: #d9d9d9;
}

.text {
    padding: 5px;
    font-size: 12px;
}


.notice_box {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 85%;
    height: 70%;
    background: #efeff4;
    border-radius: 12px;

}

.notice_box1 {
    width: 100%;
    height: 80%;
    min-height: 80%;
    overflow: auto; /*关键点*/
}

.notice_title {
    margin: 10px;
    padding: 5px;
    /* height: 10%;  */
    text-align: center;
}

.notice_content {
    /* margin: 5px; *//* padding: 5px; *//* overflow: auto; */
    min-height: 100%;
     background: white;
}

.notice_content1 {
    /* margin: 5px; */
    padding: 5px;

}
.close {
    position: absolute;
    right: 0px;
    top: 0px;
}
.box_show {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    z-index: 99;
}

    .img {
        width: 100%;
        height: auto;
        max-width: 100%;
        display: block;
    }

    .layui-carousel>[carousel-item] {
        overflow: visible;
    }

    .layui-carousel>[carousel-item]>* {
        height: auto;
    }

    .layui-carousel-ind {
        margin-top: -20px;
        top: auto;
        bottom: 10px;
    }
