@charset "utf-8";


/*
.article_wrapper
*/
.article_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
}


.article_con {
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 1.8;
}

.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 inside none;
}

.article_con ol {
    list-style: decimal inside none;
}

.article_con table th,
.article_con table td {
    padding: 8px;
    border: 1px solid #ddd;
}

/*

*/
.base_info_wrapper .dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.base_info_wrapper .dt {
    color: #666;
    min-width: 150px;
    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;
}
