* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.top_wrap {
    background-color: #f7f7f7;
}

.top_wrap p {
    width: 1200px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    color: #666;
    font-size: 14px;
}

.content {
    width: 1200px;
    height: 600px;
    margin: 10px auto;
}

.content h2 {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.content p {
    font-size: 18px;
    text-indent: 2em;
    line-height: 2em;
}

.content p strong {
    font-size: 24px;
}

.content ul li img {
    height: 600px;
}

.content ul li {
    display: inline-block;
}