@charset "utf-8";


/**
page_oem
 */
.page_oem {
    background-color: #fff;
}

/*.page_oem .breadcrumb_box {*/
/*    background-color: #fff;*/
/*}*/

.page_oem .article_con {
    width: 1000px;
}


/*
oem_list
*/
.oem_list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.oem_list .item {
    display: flex;
    flex-wrap: wrap;
}

.oem_list .item:nth-child(even) {
    flex-direction: row-reverse;
}

.oem_list .item .txt,
.oem_list .item .pic {
    width: 50%;
    display: flex;
}

.oem_list .item .pic img {
    width: 100%;
}

.oem_list .item .txt {
    display: flex;
    padding: 50px;
    align-items: center;
    font-size: 16px;
}

.oem_list .item .txt dt {
    font-weight: bold;
    font-size: 1.75em;
    margin-bottom: 10px;
}

.oem_list .item .txt dd {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .oem_list .item .txt {
        padding: 30px;
        width: 100%;
        font-size: 14px;
    }

    .oem_list .item .pic {
        width: 100%;
    }
}
