* {
    margin: 0;
    padding: 0;
}
.detail {
    padding: 20px;
}
.news_title {
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: #343434;
    line-height: 30px;
}
.news_time {
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: #0073BD;
    line-height: 20px;
    margin: 10px 0;
}
.detail_title {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #343434;
}
.detail_txt {
    padding: 10px 0;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    color: #70717B;
    line-height: 24px;
}
.detail_txt > img {
    width: 100%;
}
.detail_img {
    height: 124px;
    width: 100%;
    margin: 10px 0;
}
.page {
    width: 100%;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.page_left {
    display: flex;
    align-items: center;
}
.page_point {
    width: 35px;
    height: 35px;
}
.page_txt {
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: #989898;
    margin: 6px 10px;

}
