
div,form,input,textarea,p,ul,li,dl,dt,dd,h1,table,h2 {
	padding:0;
	margin:0;
}

.content-djs {
position: relative;
    margin: 0 auto;
    margin-top: 35px;
    width: 90%;
}
.content-djs .wrapper-djs {
	position: relative;

	width: 100%;
	margin: 0 auto;
}
.content-djs .light-djs {
	position: absolute;
	left: 55px;
	top: -50px;
	width: 15%;
	height: 191px;

}
.content-djs .light-djs i {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;

}
.content-djs .line-left {
	position: absolute;
	left: 0;
	top: 15px;
	width: 70px;
}
.content-djs .line-right {
	position: absolute;
	right: 0;
	top: 15px;
	width: 460px;
}
.content-djs .main-djs {
	background: url("../img/line-bg.png") repeat-y 24.73% 0;
	margin-bottom: 50px;
}
.content-djs .main-djs .title-djs {
	position: absolute;
	line-height: 40px;
	padding-left: 67px;
	left: 230px;
	top: 0;
	color: #58a6fb;
	font-size: 24px;
	
}
.content-djs .main-djs .year-djs {
	position: relative;
	z-index: 100;
}
.content-djs .main-djs .year-djs h2 {
	height: 40px;
	width: 170px;
	padding-right: 30px;
	font-size: 24px;
	line-height: 40px;
	text-align: right;
}
.content-djs .main-djs .year-djs h2  {
	color: #58a6fb;
}
.content-djs .main-djs .year-djs h2 i{
	display:block;
	position:relative;
	height:0;
	width:0;
	left:190px;
	top:-20px;
	border-width:6px;
	border-style:solid;
	border-color:#59a7fb transparent transparent transparent;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
	-webkit-transform-origin:6px 3px;
	-moz-transform-origin:6px 3px;
	-ms-transform-origin:6px 3px;
	-o-transform-origin:6px 3px;
	transform-origin:6px 3px
}
.content-djs .main-djs .year-djs .list-djs{
	margin:10px 0;
	position:relative;
	overflow:hidden;
	-webkit-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
	-moz-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
	-ms-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
	-o-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
	transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s
}
.content-djs .main-djs .year-djs .list-djs ul {
	bottom: 0;
}
.content-djs .main-djs .year-djs .list-djs ul li {
    background: url(../img/circle.png) no-repeat 22.6% 31px;
    padding: 30px 0 15px 0;
    color: #a1a4b8;
}
.content-djs .main-djs .year-djs .list-djs ul li.highlight-djs {
	background-image: url(../img/circle-h.png);
}

.content-djs .main-djs .year-djs .list-djs ul li:hover {
  background-image: url(../img/circle-h.png);
  }
.content-djs .main-djs .year-djs .list-djs ul li:hover .date-djs { color: #f00; }
.content-djs .main-djs .year-djs .list-djs ul li:hover .intro-djs { color: #f00; }
.cls-djs {
	zoom: 1;
}
.cls-djs:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content-djs .main-djs .year-djs .list-djs ul li.highlight-djs .date-djs, .content-djs .main-djs .year-djs .list-djs ul li.highlight-djs .intro-djs {
	color: #ec6a13;
}
.content-djs .main-djs .year-djs .list-djs ul li .date-djs,.content-djs .main-djs .year-djs .list-djs ul li .version-djs{
	float:left;
	display:block;
	clear:left;
	width:20%;
	line-height:24px;
	text-align:right
}
.content-djs .main-djs .year-djs .list-djs ul li .date-djs{
    font-size: 14px;
    line-height: 32px;
    color: #bec1d5;
}
.content-djs .main-djs .year-djs .list-djs ul li .intro-djs, .content-djs .main-djs .year-djs .list-djs ul li .more-djs p {
	float: left;
	display: block;
	width: 65%;
	margin-left: 12%;
	line-height: 24px;
}
.more-djs p {font-size: 14px;}

.content-djs .main-djs .year-djs .list-djs ul li .intro-djs {
    font-size: 16px;
    line-height: 23px;
    color: #63d029;
}
.content-djs .wrapper-djs:first-child .main-djs .year-djs.close-djs h2 i{
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg)
}
.content-djs .wrapper-djs:first-child .main-djs .year-djs.close-djs .list-djs{
	opacity:0;
	height:0!important;
}

@media screen and (max-width: 568px) and (min-width: 320px){

.content-djs .main-djs .year-djs .list-djs ul li {
    background: url(../img/circle.png) no-repeat 22.1% 31px;
    padding: 30px 0 15px 0;
    color: #a1a4b8;
}


}
@media screen and (max-width: 667px) and (min-width: 375px){

.content-djs .main-djs .year-djs .list-djs ul li {
    background: url(../img/circle.png) no-repeat 22.4% 31px;
    padding: 30px 0 15px 0;
    color: #a1a4b8;
}

@media screen and (max-width: 736px) and (min-width: 414px){

.content-djs .main-djs .year-djs .list-djs ul li {
    background: url(../img/circle.png) no-repeat 22.6% 31px;
    padding: 30px 0 15px 0;
    color: #a1a4b8;
}


}
@media screen and (max-width: 1024px) and (min-width: 768px){

.content-djs .main-djs .year-djs .list-djs ul li {
    background: url(../img/circle.png) no-repeat 23.7% 31px;
    padding: 30px 0 15px 0;
    color: #a1a4b8;
}


}

