﻿@charset "utf-8";
/* CSS Document */
body {
    font-size: 14px;
    font-family: "宋体","微软雅黑";
}

.content {
    width: 960px;
    height: auto;
    margin: 100px auto 0;
    overflow: hidden;
    text-align: center;
}

.xinxi {
    font-size: 20px;
}

table {
    text-align: center;
    border-collapse: collapse;
}

.imgArea {
    width: 960px;
    height: auto;
    margin: 20px auto 0;
    overflow: hidden;
}

    .imgArea > div {
        width: 308px;
        height: 300px;
        float: left;
        margin-right: 15px;
        border: 1px solid #333;
    }

.instruction {
    width: 960px;
    height: auto;
    margin: 20px auto 0;
    overflow: hidden;
    text-align: left;
}

    .instruction .text_1 {
        float: left;
    }

    .instruction .text_2 {
        float: right;
    }

.sign {
    width: 960px;
    height: auto;
    text-indent: 30px;
    margin: 0px auto 100px;
    overflow: hidden;
    text-align: left;
}
