.select-box {
    margin-top: 0.2rem;
}

    .select-box select {
        height: 0.5rem;
        border: 1px solid #eeeeee;
        border-radius: 3px;
    }

    .select-box .category {
        width: 5rem;
        margin-right: 0.2rem;
    }

    .select-box .month {
        width: 4rem;
    }

    .select-box .year {
        width: 1.7rem;
    }

.no-data {
    padding: 1.3rem 0 0.3rem;
    text-align: center;
    font-size: 0.3rem;
}

.news-list {
    padding-top: 1rem;
}

    .news-list.event-list {
        padding-top: 0;
    }

    .news-list .item {
        border-bottom: 1px solid #eee;
        margin-bottom: 0.5rem;
    }

        .news-list .item .title {
            font-size: 0.3rem;
            position: relative;
            line-height: 1;
            padding: 0.2rem 0;
        }

            .news-list .item .title a {
                color: #333333;
            }

            .news-list .item .title::after,
            .news-list .item .title::before {
                display: block;
                content: "";
                height: 0.04rem;
                position: absolute;
            }

            .news-list .item .title::after {
                left: 0;
                right: 0;
                bottom: 0;
                background-color: #eee;
                z-index: 1;
            }

            .news-list .item .title::before {
                left: 0;
                bottom: 0;
                width: 1.8rem;
                background-color: #85c023;
                z-index: 2;
            }

        .news-list .item .info {
            padding: 0.34rem 0;
        }

            .news-list .item .info .pic {
                width: 3.8rem;
                height: 2.14rem;
            }

                .news-list .item .info .pic a {
                    width: 3.8rem;
                    height: 2.14rem;
                }

                .news-list .item .info .pic img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .news-list .item .info .con {
                flex-direction: column;
                padding: 0 0.5rem;
            }

                .news-list .item .info .con p {
                    font-size: 0.2rem;
                    color: #999;
                    line-height: 1.4;
                    flex: 1;
                }

                    .news-list .item .info .con p a {
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 5;
                        overflow: hidden;
                        color: #999;
                    }

                .news-list .item .info .con .bar {
                    font-size: 0.2rem;
                }

                    .news-list .item .info .con .bar .time {
                        color: #ccc;
                    }

                    .news-list .item .info .con .bar a {
                        color: #85c023;
                    }

                    .news-list .item .info .con .bar .btn {
                        color: #85c023;
                        cursor: pointer;
                    }

        .news-list .item .right img {
            width: 0.25rem;
            height: 0.6rem;
        }

.event-submit {
    font-size: 0.16rem;
    padding-top: 1.4rem;
    color: #666;
}

    .event-submit .box {
        width: 14rem;
        margin: 0 auto;
    }

        .event-submit .box .title {
            font-size: 0.32rem;
        }

        .event-submit .box .time {
            margin-bottom: 0.3rem;
        }

        .event-submit .box .hit {
            color: #85c023;
            margin-bottom: 0.3rem;
        }

        .event-submit .box .pic img {
            max-width: 100%;
        }

        .event-submit .box .btn {
            width: 3rem;
            height: 0.6rem;
            background-color: #85c023;
            color: #fff;
            font-size: 0.24rem;
            border-radius: 0.05rem;
            display: block;
            margin: 0.5rem auto;
        }

        .event-submit .box .form-box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .event-submit .box .form-box .label {
                display: flex;
                width: 46%;
                margin-bottom: 0.2rem;
                align-items: center;
            }

                .event-submit .box .form-box .label.t {
                    width: 100%;
                }

                .event-submit .box .form-box .label span {
                    width: 1.5rem;
                    text-align: right;
                    flex-shrink: 0;
                    padding-right: 0.05rem;
                }

                .event-submit .box .form-box .label i {
                    color: #f00;
                }

                .event-submit .box .form-box .label input,
                .event-submit .box .form-box .label select {
                    border: 1px solid #eee;
                    flex: 1;
                    height: 0.45rem;
                    font-size: 0.18rem;
                }

                .event-submit .box .form-box .label textarea {
                    border: 1px solid #eee;
                    height: 1.5rem;
                    flex: 1;
                }

.detail .top {
    border-bottom: 1px solid #bfbfbf;
    padding-top: 1.8rem;
}

    .detail .top .imgs img {
        width: 100%;
        display: block;
        margin-bottom: 0.5rem;
    }

    .detail .top h1 {
        font-size: 0.3rem;
        width: auto;
        margin-bottom: 0.2rem;
    }

    .detail .top .icons {
        margin-bottom: 0.3rem;
    }

        .detail .top .icons .icon-item {
            font-size: 0.18rem;
            color: #999;
            margin-right: 0.7rem;
        }

            .detail .top .icons .icon-item img {
                width: 0.22rem;
                height: 0.22rem;
                margin-right: 0.14rem;
            }

.detail .center {
    width: 14rem;
    margin: 0 auto;
}

    .detail .center .content {
        font-size: 0.2rem;
        line-height: 1.6;
        width: 8.45rem;
        padding-top: 0.3rem;
    }

        .detail .center .content * {
            font-size: 0.18rem !important;
            font-family: manropeFine !important;
            /*text-decoration: none !important;*/
            /*color: #333 !important;*/
        }

        .detail .center .content iframe {
            width: 100% !important;
        }

        .detail .center .content li {
            list-style: disc;
            margin-left: 0.25rem;
        }

        .detail .center .content img {
            max-width: 100%;
            display: block;
            margin: 0.2rem auto;
            height: auto;
        }

        .detail .center .content table {
            border-collapse: collapse;
            border: 1px solid #919191;
            width: 100%;
        }

        .detail .center .content th,
        .detail .center .content td {
            border: 1px solid #919191;
        }

        .detail .center .content a {
            display: inline;
        }

    .detail .center .btn {
        width: 3rem;
        height: 0.6rem;
        background-color: #85c023;
        color: #fff;
        font-size: 0.24rem;
        border-radius: 0.05rem;
        display: block;
        margin: 0.5rem auto;
    }

    .detail .center .bot {
        font-size: 0.16rem;
        color: #999;
        margin-top: 0.4rem;
        border-bottom: 1px solid #eee;
        padding-bottom: 0.1rem;
        margin-bottom: 1rem;
    }

        .detail .center .bot .like {
            background: url("./../imgs/like.png") no-repeat left center;
            cursor: pointer;
            text-indent: 0.33rem;
        }

            .detail .center .bot .like.liked {
                background-image: url("./../imgs/liked.png");
                color: #85c023;
            }

        .detail .center .bot .iShare img {
            width: 0.22rem;
            margin-left: 0.2rem;
            display: block;
        }

    .detail .center .right {
        width: 4.9rem;
    }

        .detail .center .right .title {
            font-size: 0.3rem;
            line-height: 1;
            margin-top: 0.2rem;
            margin-bottom: 0.4rem;
        }

        .detail .center .right .frist {
            position: relative;
        }

            .detail .center .right .frist img {
                height: 3.2rem;
                width: 100%;
                display: block;
                object-fit: cover;
            }

            .detail .center .right .frist p {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                font-size: 0.22rem;
                display: flex;
                align-items: flex-end;
                /* padding: 0.2rem; */
            }

                .detail .center .right .frist p a {
                    color: #fff;
                    padding: .2rem;
                    background-color: rgba(0, 0, 0, 0.3);
                }

        .detail .center .right .list .item {
            padding: 0.15rem;
            background-color: #eee;
            margin-top: 0.2rem;
        }

            .detail .center .right .list .item a img {
                width: 1.8rem;
                height: 1.1rem;
                display: block;
                object-fit: cover;
            }

            .detail .center .right .list .item .info {
                font-size: 0.12rem;
                color: #999;
                padding-left: 0.2rem;
                width: 2.8rem;
            }

                .detail .center .right .list .item .info h1 {
                    font-size: 0.18rem;
                    font-weight: normal;
                    color: #333;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .detail .center .right .list .item .info p {
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                }

                .detail .center .right .list .item .info .bor img {
                    width: 0.2rem;
                    height: auto;
                    cursor: pointer;
                }

@media (max-width: 750px) {
    .event-submit {
        padding-top: 0.8rem;
    }

        .event-submit .box {
            width: 100%;
            padding: 0.15rem;
        }

            .event-submit .box .time,
            .event-submit .box .hit {
                margin-bottom: 0.1rem;
            }

            .event-submit .box .title {
                font-size: 0.21rem;
            }

            .event-submit .box .form-box .label {
                width: 100%;
                font-size: 0.14rem;
                display: block;
            }

                .event-submit .box .form-box .label span {
                    display: block;
                    text-align: left;
                }

                .event-submit .box .form-box .label input,
                .event-submit .box .form-box .label select,
                .event-submit .box .form-box .label textarea {
                    width: 100%;
                }

    .detail,
    .news {
        padding: 0 0.15rem;
        padding-bottom: 0.2rem;
        position: relative;
    }

        .news .select-box select {
            width: 33%;
        }

    .news-list .item .title {
        font-size: 0.14rem;
    }

        .news-list .item .title a {
            font-size: 0.14rem;
        }

        .news-list .item .title::before {
            width: 0.8rem;
        }

    .detail .center {
        width: 100%;
        display: block;
    }

        .detail .center .content {
            width: 100%;
            font-size: 0.12rem;
        }

            .detail .center .content * {
                /*color: #333 !important;*/
                font-size: 0.12rem !important;
                /*text-decoration: none !important;*/
                font-family: manropeFine !important;
            }

            .detail .center .content iframe {
                width: 100% !important;
            }

    .detail .top .icons .icon-item img {
        width: 0.15rem;
        height: 0.15rem;
    }

    .detail .center .right .list .item .info h1 {
        font-size: 0.16rem;
    }

    .detail .center .right {
        width: 100%;
    }

    .detail .top .icons {
        margin-bottom: 0.1rem;
    }

        .detail .top .icons .icon-item {
            margin-right: 0.25rem;
            font-size: 0.12rem;
        }

    .detail .top h1 {
        font-size: 0.14rem;
        width: 100%;
    }

    .news-list .item .info .con .bar .time {
        font-size: 0.12rem;
    }

    .detail .top {
        padding-top: 0.8rem;
    }

    .detail .center .bot {
        font-size: 0.14rem;
        color: #999;
        margin-top: 0.2rem;
        border-bottom: 1px solid #eee;
        padding-bottom: 0.1rem;
        margin-bottom: 0.3rem;
    }

    .detail .center .right .list .item a img {
        width: 1.5rem;
        height: 0.9rem;
        display: block;
        object-fit: cover;
    }

    .share span {
        display: none;
    }

    .detail .center .right .list .item .info {
        padding-left: 0.15rem;
        width: 1.7rem;
    }

    .news-list .item .info {
        display: block;
        padding: 0.2rem 0;
    }

        .news-list .item .info .pic {
            width: 100%;
        }

        .news-list .item .info .con {
            padding: 0;
        }

            .news-list .item .info .con p {
                font-size: 0.12rem;
                margin: 0.1rem 0;
            }

            .news-list .item .info .con .bar {
                font-size: 0.12rem;
                display: block;
            }

                .news-list .item .info .con .bar a {
                    padding-right: 0.5rem;
                }

    .news-list .item .right img {
        position: absolute;
        right: 0.15rem;
        width: 0.24rem;
        height: 0.24rem;
        margin-top: -0.24rem;
    }

    .news-list .item .flex-shrink-0 img {
        width: 0.08rem;
        height: 0.2rem;
        object-fit: cover;
    }

    .select-box select {
        height: 0.4rem;
    }

    .news-list .item {
        margin-bottom: 0;
    }

    .news-list {
        padding-top: 0;
    }

    .detail .center .right .frist img {
        height: auto;
    }

    .detail .center .right .frist p {
        font-size: 0.12rem;
    }

    .detail .center .right .title {
        font-size: 0.21rem;
        margin-bottom: 0.1rem;
        margin-top: 0;
    }

    .news-list .item .info .pic a {
        width: 100%;
        object-fit: cover;
    }

    .detail .center .content img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .detail .center .right .list .item .info .bor img {
        height: 0.2rem;
    }
}
