#history {
    height: 540px;

    overflow: hidden;
}

#history .viewport {
    position: relative;
    margin: 0 auto;
    width: 1132px;
    height: 100%;
    background: url(../images/jxc/p_4_1_new.jpg) no-repeat 2px 20px;
    overflow: visible;
}

#history .viewport .btn {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 2;
    margin-top: -32px;
    width: 64px;
    height: 64px;
    background: no-repeat 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#history .viewport .prev {
    left: -70px;
	background-image: url(../images/wy/scroll_left.png);
}

#history .viewport .next {
    right: -70px;
	background-image: url(../images/wy/scroll_right.png);
}

#history .viewport .wrap {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#history .viewport .wrap .item {
    position: absolute;

    width: 283px;
    background: url(../images/jxc/p_4_3_new.png) repeat-y 6px 0;
    -webkit-transition: bottom 300ms;
    transition: bottom 300ms;
}

#history .viewport .wrap .on {
    bottom: 0;
}

#history .viewport .wrap .item .item_cnt {
    padding: 5px 16px 5px 29px;
    overflow: hidden;
    background: url(../images/jxc/p_4_2_new.png) no-repeat 0 0;
}

#history .viewport .wrap .item .txt {
    margin-bottom: 20px;
    line-height: 20px;
        
		color: #6f6f6f;
    font-size: 14px;
}

#history .viewport .wrap .item .txt p {
    padding: 5px 0 5px 16px;
    background: url(../images/wy/point03.png) no-repeat left 13px;
}

#history .viewport .wrap .item .year {
    display: block;
    padding: 0 0 30px 0;
    font: lighter 48px "myriadsetpro" !important;
    color: #b1b1b1;
}
