.histWrap{}

/* Category */
.histWrap .hist-cate .cate-now { display:flex; flex-flow:row wrap; align-items:stretch; column-gap:10px; row-gap:20px; }
.histWrap .hist-cate .cate-now > li a { display:block; border:1px solid #dadbdf; padding:15px; font-family:'Pre Bold'; color:#272727; }
.histWrap .hist-cate .cate-now > li.active a { color:#fff; background-color:#7c0019; }

.histWrap .contWrap { margin-top:60px; display:flex; flex-flow:row wrap; }
.histWrap .contWrap .item {}

.histWrap .contWrap .gallerySlider { width:45%; padding-left:35px; position:relative; }
.histWrap .contWrap .wrap-history { width:55%; padding-left:80px; }
@media screen and (max-width:1280px) {
	.histWrap .contWrap .gallerySlider { width:100%; padding: 0 30px; }
	.histWrap .contWrap .wrap-history { width:100%; padding-left:0; margin-top:50px; }
}

.histWrap .contWrap .gallerySlider li { position:relative; }
.histWrap .contWrap .gallerySlider li img { width:100%; }
.histWrap .contWrap .gallerySlider li .tit { position:absolute; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; text-align:center; width:100%; background:#000; opacity:0.7; color:#fff; color:#fff; font-family:'Pre Regular'; bottom:0; left:0; padding:10px; }
.histWrap .contWrap .gallerySlider li .tit br { display:none; }
.histWrap .contWrap .gallerySlider li .tit i { width:100%; /*color:#7c0019;*/ font-family:'Pre Bold'; }

.histWrap .contWrap .gallerySlider .slick-arrow { position:absolute; width:65px; height:65px; top:50%; transform:translateY(-50%); text-indent:-99999px; font-size:0; z-index:1; } 
.histWrap .contWrap .gallerySlider .slick-prev { background:url("../images/arr-prev.png") no-repeat center center; left:-30px; }
.histWrap .contWrap .gallerySlider .slick-next { background:url("../images/arr-next.png") no-repeat center center; right:-30px; }

.histWrap .contWrap .gallerySlider .control { display:flex; column-gap:10px; justify-content:center; margin-top:15px; }
.histWrap .contWrap .gallerySlider .control .playStop {}
.histWrap .contWrap .gallerySlider .control .playStop .btn { font-size:0; text-indent:-99999px; border:1px solid #dadbdf; border-radius:50%; width:35px; height:35px; }
.histWrap .contWrap .gallerySlider .control .playStop .play { background:url("../images/btn_play_2.png") no-repeat center center; display:none; }
.histWrap .contWrap .gallerySlider .control .playStop .stop { background:url("../images/btn_pause_2.png") no-repeat center center; }


.histWrap .contWrap .gallerySlider .control .pageWrap { font-size:15px; border:1px solid #dadbdf; border-radius:100px; padding:0 30px; display:flex; justify-content:center; align-items:center; }
.histWrap .contWrap .gallerySlider .control .pageWrap .nPage { font-family:'Pre Bold'; }
.histWrap .contWrap .gallerySlider .control .pageWrap .totalPage { font-family:'Pre Regular'; }


.histWrap .contWrap .wrap-history .line:not(:last-child) { margin-bottom:60px; }
.histWrap .contWrap .wrap-history .line .year { font-family:'Pre Black'; font-size:32px; margin-bottom:15px; }
.histWrap .contWrap .wrap-history .line .info .detail { display:flex;}
.histWrap .contWrap .wrap-history .line .info .detail:not(:last-child) { margin-bottom:10px; }
.histWrap .contWrap .wrap-history .line .info .detail .month { flex:0 0 150px; font-family:'Pre Bold';  }
.histWrap .contWrap .wrap-history .line .info .detail .desc { flex:1 0 calc(100% - 150px); font-family:'Pre Regular';  }

