

/* CSS Document */


/*==========基本样式==========*/

body,
div,
h1,
h2,
h3,
h4,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4 {
    font-size: 100%;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}

a {
    color: #666666;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #f00;
    text-decoration: none;
}


/*清除浮动*/

* html .q {
    height: 1%;
}

*+html .q {
    height: 1%;
}

.q:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.hidden {
    display: none;
}

body {
    font-size: 12px;
    color: #666666;
    font-family: simsun;
}

.wrap {
    background: #f1f1f1 url(../image/colorbelt1.jpg) repeat-x 50% 0;
    margin-top: 5px;
}

#header {
    max-width: 1000px;
    margin: 0 auto;
    padding: 36px 0 0
}

#header h1 {
    max-width: 1000px;
    height: 160px;
    margin: 0 auto;
    padding-top: 20px;
    background: #ffffff;
}

#header a {
    display: block;
    width: 172px;
    height: 53px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 0 42px;
}

.content {
    width: 920px;
    margin: -105px auto 0;
    padding: 0 40px 40px;
    background: #fff;
    line-height: 22px;
}

.content h2 {
    height: 40px;
    line-height: 40px;
    padding: 0 0 25px;
    margin: 0 0 25px;
    font-family: Microsoft YaHei;
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
}

.content h3 {
    margin: 20px 0 5px;
}

.content p {}

.content a {
    text-decoration: underline;
}

.content a:hover {
    color: #f00;
    text-decoration: underline;
}

.author {
    padding: 10px 0;
    text-align: right;
    font-weight: bold;
}

#footer_ied {
    height: 146px;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
    font-family: Tahoma;
}

.wrap_ied {
    margin: 0 auto;
    padding: 20px 0 0;
    color: #666666;
}

.wrap_ied p a {
    color: #666666;
}

.wrap_ied p a:hover {
    color: #f00;
}

#footer_ied p.e {
    margin-top: -4px;
    font-size: 10px;
}

@media screen and (max-width: 1000px) {
    .content {
        padding: 0 5%;
        width: 90%
    }
}

@media screen and (max-width: 420px) {
    .content h2 {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: -1px
    }
}