﻿*
{
    margin: 0;
    padding: 0;
}
body > #page
{
    height: auto;
    min-height: 100%;
}
#container
{
    padding-bottom: 70px;
}
#footer
{
    position: relative;
    margin-top: -70px;
    height: 70px;
    clear: both;
}
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
#page, #footer_inner
{
    margin: 0 auto;
    width: 640px;
}
h1#logo
{
    background: url('../img/logo.jpg') no-repeat 50% 25px;
    overflow: hidden;
    height: 93px;
    padding: 25px 0;
}
h1#logo a
{
    display: block;
    text-indent: -9999px;
    height: 93px;
}
#container
{
    margin: 0 auto;
}
#container h2
{
    font-weight: normal;
    line-height: 28px;
}
#container p
{
    padding:0;
}
.credit
{
    text-align: center;
    padding: 20px 0 100px;
    font-size: 10px;
}
#footer
{
    background-color: #212121;
    width: 100%;
}
#footer h2
{
    font-size: 18px;
    font-weight: normal;
    height: 70px;
    line-height: 70px;
    font-family: "Microsoft Yahei";
    color: #eee;
}
#footer_inner
{
    position: relative;
}
#footer a.tzine, a.tzine:visited
{
    color: #FCFCFC;
    font-size: 12px;
    line-height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
}
.demotips
{
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
}
.demotips a
{
    margin: 0 10px;
}
/*-核心代码-*/
/* Menu style */
#timeline
{
    width: 640px;
    height: 350px;
    overflow: hidden;
    margin: 30px auto;
    position: relative;
    background: url('../images/dot.gif') left 45px repeat-x;
}
#dates
{
    width: 800px;
    height: 60px;
    overflow: hidden;
}
#dates li
{
    list-style: none;
    float: left;
    width: 100px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    font-family: "微软雅黑";
    background: url('../images/biggerdot.png') center 40px no-repeat;
}
#dates a
{
    line-height: 38px;
    padding-bottom: 10px;
    color: #e46c0b;
}
#dates a：hover
{
    line-height: 38px;
    padding-bottom: 10px;
    color: #e46c0b;
    font-size: 34px;
}
#dates .selected
{
    font-size: 38px;
}

#issues
{
    width: 640px;
    height: 220px;
    padding-top: 50px;
    overflow: hidden;
}
#issues li
{
    width: 650px;
    height: 350px;
    list-style: none;
    float: left;
}
#issues li img
{
    float: left;
    width: 193px;
    hieght: 145px;
    margin: 10px 30px 10px 50px;
}
#issues li h1
{
    color: #333;
    font-size: 48px;
    margin:0 0 10px;
    font-size: 34px;
    font-family: "微软雅黑";
}
#issues li p
{
    font-size: 14px;
    margin-right: 70px;
    margin-left: 50px;
    font-weight: normal;
    line-height: 22px;
}
#next, #prev
{
    position: absolute;
    top: 0;
    font-size: 70px;
    top: 170px;
    width: 30px;
    height: 60px;
    background-position: 0 20px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
#next:hover, #prev:hover
{
    background-position: 0 20px;
}
#next
{
    right: 0;
    background-image: url('../images/right_t_arrow.png');
}
#prev
{
    left: 0;
    background-image: url('../images/left_t_arrow.png');
}
#next.disabled, #prev.disabled
{
    opacity: 0.2;
}
