.news-det {
    padding-bottom: 50px;
}
.main {
    width: 1140px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.bread_crumbs {
    line-height: 50px;
    margin-bottom: 25px;
    background: url(../images/bg10.png) no-repeat left center;
    padding-left: 20px;
}
.bread_crumbs a,
.bread_crumbs span {
    color: #999;
    font-size: 14PX;
}
.bread_crumbs a:hover {
    color: #00a032;
}
.main .tit {
    text-align: center;
    border-bottom: 1px #e5e5e5 dashed;
}
.main .tit h2{
    font-size: 24px;
    font-weight: normal;
    color: #333;
    line-height: 50px;
    margin-bottom: 0;
}
.main .tit .time {
    color: #999;
    font-size: 14px;
    line-height: 50px;
}
.main .news_content {
    padding: 20px 0 20px;
}
.main .news_content p {
    font-size: 14px;
    line-height: 2.5;
    color: #333;
    margin-bottom: 0;
}
.news_det_bottom {
    border-top: 1px #ccc solid;
    font-size: 16px;
}
.news_det_bottom .det_page {
    display: flex;
    justify-content: space-between;
}
.news_det_bottom .det_page a {
    line-height: 50px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_det_bottom .det_page a:hover {
    color: #00a032;
}


@media screen and (max-width:1200px) {
    .main {
        width: 86%;
    }
}
@media screen and (max-width:767px) {
    .main {
        width: 94%;
        padding-top: 20px;
        padding-bottom: 0;
    }
    .main .tit h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .main .tit .time {
        font-size: 12px;
        line-height: 30px;
        padding-bottom: 5px;
    }
    .main .news_content {
        padding: 15px 0;
    }
    .bread_crumbs {
        display: none;
    }
    .news_det_bottom {
        padding-top: 10px;
    }
    .news_det_bottom .det_page {
        flex-direction: column;
    }
    .news_det_bottom .det_page a {
        font-size: 14px;
        line-height: 30px;
    }
}