@charset "UTF-8";
.historyCon {
    position: relative;
    height: 560px;
    background: url(../static/img/about/licbj.gif) top center;
    background-repeat: no-repeat; 
	background-size: cover;
    background-position: center;
}
.historyCon .title{
    font-size: 60px;
    color: #fff;
    top: 150px;
    position: relative;
    letter-spacing: 15px;
    text-align: center;
}
.jchul{
	position: absolute;
    top: -90px;
    width: 95%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.divli {
    float: left;
    background: #fff;
    padding: 10px;
    display: none;
    /* height: 169px; */
    text-align: center;
    border-radius: 5px;
}
.divli-prev {
 display: block;
 width: 15%;	
 opacity: 0.8;
 box-shadow: 0 0 6px rgba(0,0,0,.6);
}
.divli-active {
	display: block;
	position: relative;
	width: 24%;
	margin: -25px 120px 0 120px;
	/* height: 240px; */
	box-shadow: 0 0 6px rgba(0,0,0,.6);
}
.divli-prev .jchul-title p{
	font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
	color: #0644B6;
	opacity: 0.8;
}
.divli-active .jchul-title p{
	font-size: 33px;
	font-weight: bold;
	padding: 10px 0;
	color: #0644B6;
}
.divli-active .jchul-conc p{
	font-size: 18px;
	margin-top:10px;
	color: #595959;
	padding: 0 15px 15px 15px;
	line-height: 30px;
}
.divli-prev .jchul-conc p{
	font-size: 12px;
	color: #595959;
	opacity: 0.8;
	margin-top: 10px;
	line-height: 18px;
}
.jcbg{
    float: left;
    width: 30px;
    padding: 15px;
    margin-top: 75px;
    margin-right: 10px;
}
.time-bg {
    margin: auto;
    width: 900px;
    position: absolute;
    bottom: 0;
    left: 18%;
}
.time-bgx {
	width: 100%;
    position: relative;
    overflow: hidden;
    height: 30px;
    border-radius: 30px;
    background-color: #f5f5f5;
}
.bg-line {
    margin: 13px 56px 0;
    height: 1px;
    border-bottom: 1px dotted #aeaeae;
}
.time-list {
    width: 100%;
    padding-top: 46px;
    overflow-x: auto;
    position: relative;
    z-index: 1;
    margin-top: -90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.time-one {
    cursor: pointer;
    width: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 20px;
}
.time-one:nth-child(2n) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: -49px;
}
.time-one .year {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin: 20px 0;
}
.time-one.active .year {
    font-size: 28px;
    color: #0644B6;
    line-height: 40px;
    font-weight: 700;
    margin: 14px 0;
}
.time-one.active .dd {
    border: 2px solid #0644B6;
}
.time-one .dd {
    width: 14px;
    height: 14px;
    background-color: #f5f5f5;
    border-radius: 14px;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.time-one .dd span {
    display: block;
    width: 6px;
    height: 6px;
    background-color: transparent;
    border-radius: 6px;
}
.time-one.active .dd span {
    background-color: #0644B6;
}