@charset "utf-8";

.main_bg {
    background-color: #fff;
}

/*
.article_wrapper
*/
.article_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
}

.article_title {
    margin: 15px 0 30px;
    border-bottom: 1px solid #ddd;
}

.article_title h2 {
    font-size: 26px;
    line-height: 1.8;
}

.page_title {
    margin: 15px 0 30px;
    font-size: 26px;
    line-height: 1.8;
    text-align: center;
}

.article_title .article_time {
    color: #999;
    display: flex;
    line-height: 1.8;
}

.article_title .article_time i {
    margin-right: 5px;
}


@media (max-width: 992px) {
    .article_wrapper {
        padding: 10px;
    }
}

/*
 * article_con
 * */
.intro_con {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    line-height: 1.8;
    color: #404040;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word; /* 旧版本 */
    /*word-break: break-all; !* 更激进的兜底 *!*/
}

.article_con {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    line-height: 1.8;
    overflow-wrap: break-word;
    word-break: break-word; /* 旧版本 */
    /*word-break: break-all; !* 更激进的兜底 *!*/
    color: #404040;
    max-width: 100%;
}

.article_con img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.article_con video {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.article_con strong {
    font-weight: bold;
}

.article_con em {
    font-style: italic;
}

.article_con i {
    font-style: italic;
}

.article_con s {
    text-decoration: line-through;
}

.article_con u {
    text-decoration: underline;
}

.article_con ul {
    list-style: disc;
    padding-left: 2em;
}

.article_con ol {
    list-style: decimal none;
}

.article_con table td {
    padding: 5px;
}

.article_con h1,
.article_con h2,
.article_con h3,
.article_con h4,
.article_con h5,
.article_con h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.5;
}


/*
view_base
*/
.view_base {
    flex: 1;
    padding-left: 40px;
}

.view_base h1 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
}

.view_base .view_base_line {
    border-bottom: 1px solid rgba(172, 130, 65, 0.5);
}

/*
base_info_wrapper
*/
.base_info_wrapper {
    margin-bottom: 20px;
}

.base_info_wrapper .dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.base_info_wrapper .dt {
    color: #666;
    min-width: 90px;
    padding-right: 10px;
    margin-right: 10px;
}

.base_info_wrapper .dd {
    flex: 1;
    font-size: 15px;
    word-break: break-all;
}

.pic_item .pic_item_pic {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.pic_item .pic_item_pic img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.pic_item .pic_item_dt {
    margin: 10px;
    font-size: 15px;
    text-align: center;
}

.base_info_wrapper .dd .pic_item {
    max-width: 150px;
}

/*
near
*/
.near {
    padding-top: 10px;
    margin: 20px 0;
    border-top: 1px dashed #ddd;
    display: flex;
}

.near .item {
    margin: 5px 0;
    flex: 1;
}

.near .item a {
    color: #666;
}

.near .item a:hover {
    color: #AC8241;
}

.near .item.next {
    text-align: right;
}

.near .icon_pc {
    display: inline-block;
}

.near .icon_wap {
    display: none;
}

@media (max-width: 992px) {
    .near {
        margin: 15px;
        display: block;
    }

    .near .item.next {
        text-align: left;
    }

    .near .icon_pc {
        display: none;
    }

    .near .icon_wap {
        display: inline-block;
    }
}


/*
view_base
*/
.view_info {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

.view_info .view_pics {
    width: 50%;
    position: relative;
}

.view_info .view_base {
    flex: 1;
}

@media (max-width: 992px) {
    .view_info {
        display: block;
        min-height: auto;
        padding: 5px;
    }

    .view_info .view_pics {
        width: 100%;
        margin-right: 0;
        padding: 15px 0;
    }

    .view_info .view_base {
        margin: 0 5px;
        padding-left: 0;
    }

}



