/* body {
	background: url(../img/add/rybg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
} */

.hornor {
	z-index: 9999;
}

.h_title p:nth-child(1) {
	font-size: 35px;
	line-height: 2;
}

.hor_main {
	margin-top: 30px;
	overflow: hidden;
}

.mainList {
	float: left;
	width: 80%;
}

.horYear {
	float: right;
	width: 20%;
	position: relative;
}

.yearActive div {
	color: #EF8038;
}

.horYear>div {
	text-align: right;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 20px;
	transition: color .5s;
}

.horYear>div div {
	width: 100px;
	float: right;
	padding-right: 10px;
	cursor: pointer;
	user-select: none;
	line-height: 1.5;
}


.line {
	width: 2px;
	background-color: #EF8038;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .5s !important;
}

.mainList {
	overflow: hidden;
}

.mainList li {
	padding-bottom: 80px;
	overflow: hidden;
}

.left_year {
	font-size: 40px;
	color: #000;
	float: left;
}

.detail {
	padding-left: 80px;
	line-height: 2;
	float: left;
	color: #000;
}
.detail p{
	line-height: 35px;
}
.line_bot{
	display: none;
}
@media (max-width:768px) {
	.hornor {
		padding: 0px 15px 0 15px;
	}

	.h_title p:nth-child(1) {
		font-size: 25px;
	}

	.hor_main {
		padding: 0;
	}

	.line {
		display: none!important;
	}
	.horYear{
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.horYear>div{
		display: inline-block;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.horYear>div div{
		width: 60px;
		text-align: center;
		padding: 0;
		font-size: 18px;
	}
	.line_bot{
		display: block;
	}
	.line_bot{
		height: 2px;
		width: 60px;
		position: absolute;
		bottom: 0;
		transition: all .5s !important;
		background-color: #ef8035;
	}
	.mainList{
		width: 100%;
		margin: 10px 0;
	}
	.detail{
		width: 100%;
		padding: 0;
		font-size: 14px;
	}
	.left_year{
		font-size: 25px;
	}
	.mainList li{
		padding: 0;
	}
}
