﻿body, div, table, tr, td, span, input, p, tbody, thead, img {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    color: #000000;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    background-color: #e6e6e6;
}

.content_info {
    padding: 10px;
    background-color: #1272a4;
    border: 10px #ffffff solid;
}

.c_title, .c_pic, img, .table_cert {
    width: 100%;
}

.c_title {
    background-color: #0e5279;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

.c_pic {
    background-color: #e6e6e6;
    padding: 20px 0px;
}

.c_picinfo {
    width: 60%;
    border: 8px #ffffff solid;
    margin: 0 auto;
}

.table, .table_cert {
    border: #e3e3e3 1px solid;
    border-collapse: collapse;
}

.table_cert {
    background-color: #e6e6e6;
}

    .table_cert tr td {
        border: 1px #1272a4 solid;
        line-height: 20px;
        height: 20px;
        padding: 3px;
    }

        .table_cert tr td:first-child {
            width: 40%;
            text-align: right;
        }

        .table_cert tr td:last-child {
            font-weight: bold;
            text-align: center;
        }

.c_notice {
    width: 100%;
    color: red;
    line-height: 20px;
    background-color: #e6e6e6;
}

    .c_notice p {
        text-indent: 2em;
    }

@media screen and (max-width: 560px) {
    .content {
        width: 100%;
    }
}

@media screen and (min-width: 560px) {
    .content {
        width: 560px;
        margin: 0 auto;
    }
}
