body {
    font-family:"microsoft yahei",微软雅黑,"microsoft jhenghei",华文细黑,stheiti,mingliu;
    background-image: ;
}
.container{
    width:1200px;margin: 0 auto;
}
.container a{
    color:#fadfa1;
}

.header{
    background-image: ; background-repeat: no-repeat; background-position: center top;
    height: 535px;
}

.footer{
    background-image: ; background-repeat: repeat-x; background-position: center top;
    height: 55px;
}

.nav{
    float:left;width:80%;font-size: 1.5em;font-weight: bold;color: #fadfa1;
    background-image: ;background-repeat: no-repeat;background-position: left center;
}

.more{
    float:left; width:20%; font-size: 1.5em; font-weight: bold;color: #fadfa1;
    text-align: right;
}

.line{
    height: 1px;
    background: #ba5d58;
    clear:both;
}

.title{
    padding: 0.3em 5% 0.3em 5%;
    font-size:2em;
    font-weight: bold;
    line-height: 1.4em;
    color:#fadfa1;
    text-align: center;
}

.leadtitle{
    font-size:1.5em;
    line-height: 1.5em;
    color:#fadfa1;
    text-align: center;
}

.subtitle{
    padding-bottom: 0.5em;
    font-size:1.5em;
    line-height: 1.5em;
    color:#fadfa1;
    text-align: center;
}
.source{
    padding: 0.5em 5% 2em 5%;
    line-height: 1.5em;
    color: rgba(250, 223, 161, 0.83);
    text-align: center;
}

.content{
    padding:0 5%;
    line-height: 1.6em;
    color:#fff1d1;
    font-size:1.2em;
    text-align: left;
}

.content img{
    margin: 0 auto;
    text-align: center;
    padding: 0.5em 16%;
    max-width: 700px;
}