@charset "utf-8";
/* CSS Document */
.mt-54{margin-top: 54px;}
.his-list-box{width:40px;margin:0 auto;padding-bottom: 156px;border-top:4px solid #e7e7e7;}
.rule{width: 100%;height: 130px;background: url(../images/history/pic-rules.png) no-repeat 20px top;}
.his-item{width: 100%;height: 68px;}
.his-item .year{width: 160px;height: 100px;bottom: 0;color: #26b0b8;}
.his-item-left .year{right: 0;background: url(../images/history/pic-left-nav.png) no-repeat right 38px;}
.his-item-right .year{left: 0;text-align: right;background: url(../images/history/pic-right-nav.png) no-repeat left 38px;}
.his-item-box{width: 357px;}
.his-item-box .img-wrap-no{height: 248px;}
.his-item-box .img-wrap-no img{height: 100%;}
.his-item-left .his-item-box{right: 190px;bottom: -122px;}
.his-item-right .his-item-box{left: 190px;bottom: -106px;}

/*large pcScreen*/
@media (max-width:1498px) {
}
	
/*medium pcScreen lg*/
@media screen and (max-width: 1280px) {
	.his-list-box{width: 100%;border: none;padding-bottom: 0;}
	.his-item{height: auto;margin-bottom: 20px;}
	.rule{display: none;}
	.his-item-left .year{text-align: right;background: url(../images/history/pic-right-nav.png) no-repeat left 38px;}
	.his-item .year,.his-item-box{position: static;}
}
/*pad md*/
@media screen and (max-width: 1200px ){

}
/*pad md*/
@media screen and (max-width: 991px ){
	
}

/*phone sm*/
@media screen and (max-width: 767px) {
	img{max-width:100%}
	.his-item-box{width: 100%}
	
}