html,
body {
    margin: 0;
    height: 100%;
    width: 100%;
}

main {
    background-color: #f7f7f7;
    width: 100%;
    height: auto;
    padding-bottom: 80px;
}

    main .new-top {
        min-width: 1200px;
        position: relative;
        overflow: hidden;
    }

        main .new-top .banner {
            width: 100%;
            height: 520px;
            object-fit: cover;
        }

        main .new-top .MP-banner {
            display: none;
            width: 100%;
        }

        main .new-top .crumbs {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 60px;
            background-color: rgba(0, 0, 0, 0.3);
            z-index: 2;
        }

            main .new-top .crumbs .crumbs-info {
                margin: 0 auto;
                width: 62.5%;
                min-width: 1200px;
                height: 100%;
                display: flex;
                justify-content: flex-end;
                align-items: center;
                color: #ccc;
                font-size: 14px;
            }

                main .new-top .crumbs .crumbs-info > img {
                    margin-right: 6px;
                    width: 18px;
                    height: 18px;
                }

                main .new-top .crumbs .crumbs-info > a {
                    color: #ccc;
                }

                    main .new-top .crumbs .crumbs-info > a:hover {
                        color: #fff;
                    }

    main .showcont {
        width: 62%;
        margin: 62px auto 0;
        background-color: #ffffff;
        padding: 80px 114px 50px 100px;
        box-sizing: border-box;
    }

        main .showcont h2 {
            text-align: center;
            font-size: 24px;
            line-height: 40px;
            color: #333333;
        }

        main .showcont .time {
            text-align: center;
            font-size: 14px;
            line-height: 40px;
            color: #333333;
        }

        main .showcont p {
            font-size: 14px;
            line-height: 40px;
            color: #333333;
        }
            /*main .showcont p span:last-child:hover {
  color: #e62020;
  cursor: pointer;
}*/
            main .showcont div span {
                width: 49.5%;
                display: inline-block;
            }
/*main .showcont p span:last-child {
        margin-left: 50px;
    }*/
.end {
    margin-top: 20px;
}

    .end div {
        float: left;
        width: 49.5%;
        font-size: 14px;
        color: #333333;
        line-height: 2em;
    }

        .end div a {
            color: #333333;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 80%;
            white-space: nowrap;
            vertical-align: middle;
            display: inline-block;
        }

        .end div span {
            display: inline-block;
            vertical-align: middle;
        }

        .end div a:hover {
            color: #e62020;
            cursor: pointer;
        }

main .showcont p.end a {
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    width: 250px;
    height: 2em;
    line-height: 2em;
    display: table-cell;
    vertical-align: middle;
}

main .showcont img{
    width:100%;
}

@media screen and (max-width: 1230px) {
    main .new-top {
        min-width: 1000px;
    }

        main .new-top .crumbs .crumbs-info {
            min-width: 1000px;
        }

    main .showcont {
        min-width: auto;
        width: 86%;
        padding: 20px;
    }
}

@media screen and (max-width: 1020px) {
    main .new-top {
        min-width: auto;
    }

        main .new-top .PC-banner {
            display: none;
        }

        main .new-top .MP-banner {
            display: block;
        }

        main .new-top .crumbs .crumbs-info {
            width: 92%;
            min-width: auto;
        }

    .end {
        overflow: hidden;
    }

        .end div {
            width: 100%;
        }

    main .showcont p span{
        width:100%;
    }
    main .showcont h2{
        font-size:18px;
    }
}
/*# sourceMappingURL=newdetail.css.map */
