@charset 'utf-8';
.history_block{
	content: "";
	border-left: 35px solid #dd6b47;
	position: relative;
	display: flex;
}
.history_block_a::before, .history_block_a::after {
	content: "";
	position: absolute;
	display: inline-block;
}
.history_block_a::before {
	width: 18px;
	height: 18px;
	background: #000000;
	border-radius: 100%;
	left: -3.5%;
}
.history_block_a::after {
	height:1px;
	width: 50px;
	background:#000000;
	margin-top: 12px;
	left: -2%;
    top: -1%;
}
.history_block_f::after {
top: 16%;
}

.history_block .year_bold{
	color:#cb5237;
	font-weight: bold;
	font-size: 22px!important;
}
.history_block .year_bold .bold{
	font-weight: bold;

}
.history_block .year_bold .txt1{
	font-size: 18px!important;
}

.history_block img{
	width: 30%;
	position: absolute;
	right:0
}

#pagecontent p {
    line-height: 32px;
    margin: 0px;
}
.year_block{
	margin-bottom:90px;
	margin-left:60px;
	width: 55%;
}
.h_attention{
	font-size:13px;
text-indent: -1em;
    padding-left: 1em;

}
.year_block_middle{
margin-bottom:20px;
}
@media screen and (max-width: 750px) {
	.history_block img {
    width: 70%!important;
}
.year_block {
    width: 80%;
	margin-bottom: 10px;
}
.history_block img {
    position: unset;
}
.history_block{
	display: flex;
    flex-direction: column;
}
.history_block_a::before {
    left: -8.5%;
}
.history_block_a::after {
    left: -4%;
    top: -0.5%;
}
.history_block_f::after {
    top: 9%;
}
}