html{
    font-size:12px;
}
.d1{
	width: 100%;
    text-align: center;
    margin: 0 auto;
    float: left;
	font-size: 1.3rem;
}
.d1:not(:nth-of-type(-n+6)){display: none;}
.d1 .l{
	width: 45%;
    text-align: right;
    display: inline-block;
    line-height: 6rem;
    float: left;
}
.d1 .m{
	width: 10%;
    display: inline-block;
    float: left;
}
.d1 .m i{
	width: 1px;
    height: 8rem;
    background: #ccc;
    display: block;
    position: relative;
    margin: 0 auto;
}
.d1 .m i.ative em.e1{
	background: #ff0000;
}
.d1:hover .m i em.e1{
	background: #ff0000;
}
.d1 .m i em.e1{
	width: 14px;
    height: 14px;
    background: #ccc;
    display: block;
    position: relative;
    left: -6px;
    top: 2.5rem;
    border-radius: 9px;
    border: 3px solid #fff;
}
.d1 .m i em.e2{
	width: 6rem;
    height: 6rem;
    display: none;
    position: relative;
    left: -3rem;
    top: -1.2rem;
    border-radius: 3rem;
    border: 1px solid red;
}
.d1 .m i.ative em.e2{
	display: block;
}
.d1:hover .m i em.e2{
	display: block;
}
.d1 .r{
	width: 45%;
    display: inline-block;
    line-height: 6rem;
	text-align: left;
}
.d1 .year{
	font-size: 1.8rem;
}
.rabout-conts .de{
	overflow: hidden;
    margin-bottom: 3rem;
}
.cimg{
	height: 1.2rem;
    float: right;
    margin-bottom: 0.8rem;
}
.cname{
	line-height: 2rem;
    margin-bottom: 0;
    float: right;
    width: 100%;
}
.d1 .r .cname{
	float: left;
}
.d1 .r .cimg{
	float: left;
}
.showlist{
	color: #1d3edd;
    padding: 1rem 2rem;
    border: 1px solid #1d3edd;
    margin: 3rem auto 6.66rem;
    width: 12rem;
    display: block;
    border-radius: 3rem;
	font-size: 1.2rem;
}
.showlist i{
	border: 1px solid #1d3edd;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    float: right;
    border-radius: 1rem;
	background: url(../img/darrow.jpg) no-repeat 6px;
    background-size: 40%;
}

@media only screen and (max-width: 768px) {
	.d1 .l {
		width: 40%;
	}
	.d1 .m {
		width: 20%;
	}
	.d1 .r {
		width: 40%;
	}
	.d1 .m i em.e2 {
		width: 4rem;
		height: 4rem;
		left: -2rem;
		top: 0;
	}
	.d1 {
		font-size: 1rem;
	}
}