@charset "utf-8";


/*
.article_wrapper
*/
.article_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.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;
    word-wrap: break-word;
    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;
}

/*

*/
.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;
    border-right: 1px dotted #ccc;
}

.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;
}
