﻿.detail {
    /* padding: 0 0.6rem;*/
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #f0f0f0;
}

    .detail .detail-menu {
        background: white;
        display: flex;
        padding: 0 0.6rem;
        box-sizing: border-box;
        margin-bottom: 1rem;
    }

        .detail .detail-menu a {
            padding: 0.6rem 0;
            margin-right: 1rem;
        }

    .detail .acitve-menu {
        border-bottom: 0.1rem solid #50b5ff;
    }

    .detail .panel {
        background: white;
        padding: 1rem 0.6rem;
        box-sizing: border-box;
    }

    .detail .detail-title {
        background: white;
        color: #333333;
        font-size: 1.2rem;
        width: 100%;
        padding: 0.5rem 1rem;
        text-align: center;
        font-weight: 600;
        box-sizing: border-box;
    }

    .detail .detail-time {
        margin-top: 0.5rem;
        background-color: #ecf7ff;
        padding: 0.75rem 0.5rem;
        box-sizing: border-box;
        font-size: 0.75rem;
        color: #50b5ff;
        display: flex;
        justify-content: space-around;
    }

    .detail .detail-con {
        padding: 1rem 0.25rem;
        box-sizing: border-box;
    }

    .detail .detail-attachment {
        padding: 0.25rem 0.5rem;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

        .detail .detail-attachment .item {
            display: flex;
            color: #50b5ff;
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }

            .detail .detail-attachment .item span:nth-of-type(1) {
                flex-shrink: 0;
                width: 15%;
            }

            .detail .detail-attachment .item span:nth-of-type(2) {
                flex: 1;
            }

    .detail .detail-end {
        margin-top: 1.5rem;
        border-top: 0.05rem solid #ddd;
        padding: 1rem 0;
        text-align: center;
        box-sizing: border-box;
    }

        .detail .detail-end img {
            width: 50%;
        }

    .detail .detail-entrance {
        width: 100%;
        padding: 0.25rem 0.5rem;
        box-sizing: border-box;
    }

        .detail .detail-entrance .title {
            height: 1.2rem;
            line-height: 1.2rem;
            border-left: 0.2rem solid #50b5ff;
            padding: 0 0.5rem;
            box-sizing: border-box;
            font-size: 1.2rem;
            font-weight: bold;
            color: #333333;
        }

        .detail .detail-entrance .entrance {
            margin-top: 1.25rem;
            background-color: #ffbe3d;
            border-radius: 0.3rem;
            font-size: 1rem;
            letter-spacing: 0.07rem;
            color: #ffffff;
            padding: 1.5rem 0.75rem;
            text-align: center;
            box-sizing: border-box;
            white-space:nowrap;
            overflow:hidden;
            text-overflow:ellipsis;

        }

    .detail .detail-topNotice {
        border-top: 0.05rem solid #ddd;
        margin-top: 1rem;
        width: 100%;
        padding: 1rem 0.5rem;
        box-sizing: border-box;
    }

        .detail .detail-topNotice .title {
            width: 100%;
            display: flex;
            align-items: center;
        }

            .detail .detail-topNotice .title span:nth-of-type(1) {
                height: 1.2rem;
                line-height: 1.2rem;
                border-left: 0.2rem solid #50b5ff;
                padding: 0 0.5rem;
                box-sizing: border-box;
                font-size: 1.2rem;
                font-weight: bold;
                color: #333333;
                flex: 1;
            }

            .detail .detail-topNotice .title span:nth-of-type(2) {
                font-size: 0.75rem;
                color: #999999;
            }

        .detail .detail-topNotice .topNoticeList {
            width: 100%;
            display: flex;
            flex-direction: column;
            margin-top: 0.5rem;
        }

            .detail .detail-topNotice .topNoticeList .notice-item {
                display: flex;
                padding: 0.75rem 0;
                box-sizing: border-box;
                align-items: center;
            }

            .detail .detail-topNotice .topNoticeList .item-left {
                height: 3rem;
                width: 3rem;
                background-color: #ffbe3d;
                color: white;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-shrink: 0;
                margin-right: 0.5rem;
            }

            .detail .detail-topNotice .topNoticeList .notice-item .item-right {
                flex: 1;
            }

                .detail .detail-topNotice .topNoticeList .notice-item .item-right .title {
                    font-size: 0.9rem;
                    color: #333333;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                }

                .detail .detail-topNotice .topNoticeList .notice-item .item-right .time {
                    display: flex;
                }

                    .detail .detail-topNotice .topNoticeList .notice-item .item-right .time span:nth-of-type(1) {
                        color: #999999;
                        font-size: 0.75rem;
                        flex: 1;
                    }

                    .detail .detail-topNotice .topNoticeList .notice-item .item-right .time span:nth-of-type(2) {
                        background: red;
                        color: white;
                        border-radius: 0.5rem;
                        border-bottom-left-radius: 0rem;
                        font-size: 0.5rem;
                        padding: 0 0.3rem;
                        box-sizing: border-box;
                        margin-right: 0.5rem;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }

        .detail .detail-topNotice .detail-topNoticeMore {
            border: solid 0.08rem #50b5ff;
            background-color: #e1f2ff;
            border-radius: 0.5rem;
            color: #50b5ff;
            font-size: 0.75rem;
            text-align: center;
            padding: 0.75rem 0.25rem;
            box-sizing: border-box;
        }
.hidden {
display:none !important;
}
