@charset "utf-8";


.outer{
		position: relative;
}
.title{
	max-width: 1024px;
	text-align: center;
    color: #B1171F;
    font-size: 30px;
    padding: 10px 0;
    font-weight: bold;
    border-bottom: #b1171f solid 1px;
    margin: 10px auto 30px auto;
}
/* .outer{
	position: initial;
} */

.history {
    width: 80%;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
}
.history a,.history a:link,.history a:active,.history a:visited{color:black;}
.swiper-button-prev{
	left:10%;
}
.swiper-button-next{
	right: 10%;
}
.history>.swiper-wrapper{
	position: initial;
	height: auto;
	margin:20px;
	/*display: block;*/
	/*margin: 0 200px;*/
}
.history .swiper-slide{
	background-color: white !important;
}
.history_item {
    background: none;
    color:#000;
    text-align: left;
    width: 175px;
    display: inline-block;
    background-color: white !important;
    border-radius: 0 !important;
    border-radius: initial !important;
    border:0 !important;
}
.history_item img{width: 100%;border-radius: 0 !important;}
.history_item >div{
	border-radius: 0;
	border-radius: initial !important;
    border: none;
}
.swiper-slide:nth-child(odd)>.history_item{
	padding: 20px;
	border-right: #B1171F solid 2px !important;
	border-bottom: #B1171F solid 24px !important;
	position: relative;
	word-wrap:break-word;
}
.swiper-slide:nth-child(even)>.history_item{
	padding: 20px;
	border-right: #4b342e solid 2px !important;
	border-top: #4b342e solid 24px !important;
	position: relative;
	word-wrap:break-word;
}

.swiper-slide>.history_item>a>.subject{
	position: inherit;
	color:#b1171f;
	font-size: 16px;
	font-weight: bold;
	bottom: -10px;
}
/* .swiper-slide:nth-child(even)>.history_item>a>.subject{
	position: absolute;
	color:#b1171f;
	font-size: 16px;
	font-weight: bold;
	top: 0px;
} */

.swiper-slide:nth-child(odd)>.history_item>.top_t{
	width: 0;
	height: 0;
	border-style: solid;
	/* border-width: 15px 15px 0 0; */
	border-width: 15px 0px 15px 15px;
	border-color: #b1171f transparent transparent transparent;
	position: absolute;
	top: 0px;
    right: -1px;
}
.swiper-slide:nth-child(odd)>.history_item>.right_t{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #b1171f;
	position: absolute;
	bottom: -24px;
    right: -14px;
}
.swiper-slide:nth-child(odd)>.history_item>.right_t_clear{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	bottom: -24px;
    left: -1px;
}
.swiper-slide:nth-child(even)>.history_item>.top_t{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0px 0px 15px;
	border-color: #4b342e transparent transparent transparent;
	position: absolute;
	bottom: 0px;
	right: -1px;
}
.swiper-slide:nth-child(even)>.history_item>.right_t{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #4b342e;
	position: absolute;
	top: -24px;
	right: -14px;
}
.swiper-slide:nth-child(even)>.history_item>.right_t_clear{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: -24px;
	left: -1px;
}


@media screen and (max-width:768px){
	.outer{
		position: relative;
	}
	.history_item{
		width: 250px;
	}
	.history>.swiper-wrapper{
		position: initial;
		height: auto;
		display: flex;
		margin: 0px;
	}

	/* .history>.swiper-wrapper>.swiper-slide{
	    min-height: 20em;
	} */
	.swiper-slide:nth-child(even)>.history_item{
		border-top:none !important;
		border-right: #4b342e solid 2px !important;
		border-bottom: #4b342e solid 24px !important;
	}
	.swiper-slide:nth-child(even)>.history_item>a>.subject{
		color:#b1171f;
		bottom: -10px;
		top:initial;
	}
	.swiper-slide:nth-child(even)>.history_item>.top_t{
		border-color: #4b342e transparent transparent transparent;
		top: 0px;
		bottom: initial;
	}
	.swiper-slide:nth-child(even)>.history_item>.right_t{
		bottom: -24px;
    	right: -14px;
	    top:initial;
	}
	.swiper-slide:nth-child(even)>.history_item>.right_t_clear{
	    bottom: -24px;
	    left: -1px;
	    top: initial;
	}
}

@media screen and (max-width:375px){
	.history_item{
		width: 205px;
	}
}

@media screen and (max-width:360px){
	.history_item{
		width: 205px;
	}
}

@media screen and (max-width:320px){
	.history_item{
		width: 185px;
	}
}