@charset "utf-8";
/* CSS Document */
html{
    overflow-y:scroll;
}
*html{
    background-image:url(about:blank);
    background-attachment:fixed;
}
html, body {
    height: 100%;
}

/* common css  end */

/* log */
#main{
    width: 100%;
    background: #fff url("/static/www/image/nav_bg.png") repeat-x;
    min-width:970px;
    _width:expression((document.documentElement.clientWidth||document.body.clientWidth)<970?"970px":"");
    min-height: 100%;
}

.top{
    height:139px;
    position:relative;
}

.top-left {
    position:absolute;
    left:0;
    width: 50%;
    background:#107ce9;
    height: 100%;
}

.top-right{
    position:absolute;
    right:0;
    background:#0d6ce7;
    height:100%;
    width:50%;
    _margin-right:-1px;
}

.top-bg{
    background:url('/static/www/image/top-bg.png') no-repeat scroll center;
    height:100%;
    position:relative;
}
.title{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.china{
    color: #fff;
    position: absolute;
    top: 67px;
    left: 54px;
    font-size: 24px;
}
.eng{
    color: #fff;
    position: absolute;
    top: 75px;
    left: 164px;
    font-size: 16px;
}

.up-content{
    position: relative;
    background: url("/static/www/image/release-bg.png") repeat-y right top;
    width: 960px;
    margin: 0 auto;
    margin-top:25px;
    padding-bottom:120px;
    overflow: hidden;
}

.up-content .log{
    background:url( '/static/www/image/line_2.png') repeat-y 229px 0;
}

.year span{
    background:url('/static/www/image/y-bg.png') no-repeat;
    width:112px;
    height:26px;
    display:block;
    color:#fff;
    font-size:16px;
    padding-left: 20px;
    line-height: 26px;
    margin-left:90px;
    cursor:pointer;
}
.year h2{
    background:url('/static/www/image/clock.png') no-repeat 217px 0;
    height:40px;
}
.list li{
    background:url('/static/www/image/cir.png') no-repeat 224px 28px;
    padding:27px 0;
}

.list ul li .date,.list ul li .version{
    float: left;
    display: block;
    clear: left;
    width: 200px;
    line-height: 24px;
    text-align: right;
    font-size:18px;
    font-family:arial;
}

.list ul li .intro,.list ul li .more {
    float: left;
    display: block;
    margin-left: 100px;
    line-height: 24px;
    color:#666;
}
.list ul li .intro{
    font-size:16px;
    color:#333;
}
.more p{
    padding:6px 0;
}
.year .list{
    position: relative;
    overflow: hidden;
}
.log .year {
    position: relative;
    z-index: 100;
}
.cls{
    zoom:1;
}

.cls:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.year.close .list{
    opacity:0;
    height:0!important;
}
.year a{
    background:url('/static/www/image/y-bg.png') no-repeat;
    width:112px;
    height:26px;
    display:block;
    color:#fff;
    font-size:16px;
    padding-left: 20px;
    line-height: 26px;
    margin-left:90px;
    cursor:pointer;
    overflow:hidden;
}
.year a:hover{
    background:url('/static/www/image/y-bg1.png') no-repeat;

}
.year.close a{
    background:url('/static/www/image/y-bg2.png') no-repeat !important;
}
.year.close a:hover{
    background:url('/static/www/image/y-bg3.png') no-repeat !important;
}

























