.article_wrapper {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    overflow: hidden;
}

.article_content {
    width: 98%;
    margin: 0 auto;
    color: #333;
}

.article_title {
    padding-top: 37px;
    margin-bottom: 14px;
    font-size: 20px;
    color: #000;
}

.article_detail {
    font-size: 14px;
    line-height: 1.8em;
    font-family: Helvetica;
}

.article_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin: 36px auto 50px;
}

.box_article_img {
    margin: 36px auto 50px;
}

.article_detail p {
    margin-bottom: 20px;
}

.article_detail p strong {
    font-weight: bold;
}

.table_title {
    font-size: 13px;
    font-weight: bold;
}

.table_title_center {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.table_box {
    width: 100%;
    border: 1px solid #d6dbe0;
}

.second_table {
    font-size: 13px;
}

.table_th div,
.table_tr div {
    float: left;
}

.table_th {
    background: #f0f0f0;
    color: #fff;
}

.tr_odd {
    background: #fff;
    color: #000;
    border-top: 1px solid #d6dbe0;
}

.first_table .table_td_one,
.first_table .table_td_two,
.first_table .table_td_three {
    width: 33.3%;
    box-sizing: border-box;
    text-align: center;
}

.second_table .table_td_one {
    width: 40%;
    box-sizing: border-box;
    text-align: center;
    color: #000;
}

.second_table .table_td_two,
.second_table .table_td_three,
.second_table .table_td_four {
    width: 20%;
    box-sizing: border-box;
    text-align: center;
}

.first_table .table_th .table_td_one,
.second_table .table_th .table_td_two {
    background: #9bbb59;
}

.first_table .table_th .table_td_two,
.second_table .table_th .table_td_three {
    background: #4bacc6;
}

.first_table .table_th .table_td_three,
.second_table .table_th .table_td_four {
    background: #f79646;
}

.table_tr .table_td_two,
.table_tr .table_td_three,
.table_tr .table_td_four,
.table_tr .table_td_five {
    border-left: 1px solid #d6dbe0;
}

.table_td_none {
    background: #fff;
    color: #fff;
}

.article_download,
.article_link {
    color: rgb(0, 0, 255);
    text-decoration: underline;
}


/* .ext_link:link,
.ext_link:visited,
.article_link:link,
.article_link:visited {
    color: rgb(100, 42, 143);
} */