@charset "utf-8";

/* .historyBox */
.historyBox {
	clear:both;
}
.historyBox .mtxt {
	padding:24px 0 10px 5px;
	line-height:1.9;
}
.historyInner {
	position:relative;
}
.btnList {
	position:relative;
	left:-22px;
	background:url(../images/history/bg.jpg) no-repeat left 5px;
	width:940px;
}
.btnListInner {
	margin-left:10px;
	overflow:hidden;
}
.btnList ul {
	overflow:hidden;
}
.btnList li {
	float:left;
	margin-left:-5px;
}
.btnList li > span {
	display:block;
}
.btnList li a {
	display:block;
	width:46px;
	height:62px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	padding:0;
}

.btnList li.on a,
.btnList li a:hover {
	background:url(../images/history/tab_bg.png) no-repeat left top;
}

.photoListWrap {
	position:relative;
	left:-22px;
	width:940px;
	background:url(../images/history/photolist_bg.jpg) no-repeat left top;;
}
.photoListWrap .leftBtn {
	position:absolute;
	z-index:100;
	left:10px;
	top:17px;
}
.photoListWrap .leftBtn a {
	visibility:hidden;
	width:14px;
}
.photoListWrap .rightBtn {
	position:absolute;
	z-index:100;
	left:745px;
	top:17px;
}
.photoList {
	position:absolute;
	left:49px;
	top:17px;
	width:676px;
	overflow:hidden;
}
.photoListInner {
	width:231px;
	margin:0 auto;
}
.photoList .flex-viewport {
	overflow:visible !important;
}
.photoList ul {
	width:10000px;
	overflow:hidden;
}
.photoList ul li {
	width:231px;
	float:left;
}
.photoListItem {
	width:214px;
	height:239px;
	margin:0 auto;
}
.photoList ul li{
	color:#C6CED4;
}
.photoList ul li.on{
	color:#9b0808;
}
.photoList ul li .photoListImage {
	display:block;
	width:212px;
	height:147px;
	border:1px solid #9b0808;
	position:relative;
}
.photoList ul li .photoListItem .txt {
	display:block;
	padding:10px;
	font-size:14px;
	line-height:1.5;
}
.currentSlideBg {
	position:absolute;
	left:231px;
	top:0px;
	width:214px;
	height:240px;
	background-color:#d5d5d5;
}
.currentSlideBorder {
	position:absolute;
	left:231px;
	top:0;
	width:200px;
	height:135px;
	border:7px solid #9b0808;
	z-index:100;
}
.detailBoxes {
	padding-top:262px;
	margin-left:9px;
}
#detail_1940 {
	display:block;
}
.detailBox {
	display:none;
	width:777px;
	clear:both;
	background:url(../images/history/detailbox_bg_top.png) no-repeat left top;
	padding-top:56px;
}
.detailBoxInner {
	background:url(../images/history/detailbox_bg_btm.png) no-repeat left bottom;
	padding-bottom:20px;
}
.detailBoxMain {
	border-top:none;
	overflow:hidden;
	padding:0 24px 14px 35px;
	background:url(../images/history/detailbox_bg_mdl.png) repeat-y left;
}
.detailBoxMain .photo {
	width:187px;
	float:right;
	padding:27px 46px 0 0;
}
.detailBoxMain .photo span {
	text-align:center;
	display:block;
	padding:5px 0 0 0;
}
.detailBoxMain .date {
}
.detailBoxMain .title {
	width:440px;
	border-bottom:1px solid #818181;
	padding:12px 0 5px 0;
	margin-bottom:5px;
}
.detailBoxMain .txt {
	width:435px;
	padding:5px 0 0 5px;
	line-height:1.85;
}