@charset "UTF-8";

.infor {
    position: relative;
    height: 100%;
    width: 80%;
    margin: 35px auto;
    height: 800px;
    overflow-y: scroll;
   
   
}
.infor-div{
padding: 50px 0px;
    border-left: 2px solid #bfbfbf;
    margin: 0 10px;
    position: relative;
}

.infor>.infor-div>b {
    position: absolute;
}
.infor>.infor-div>b:first-of-type {
    width: 14px;
    height: 13px;
    background: url("/html/img/year-top.png")no-repeat;
    left: -8px;
    top: 0px;
}

.infor>.infor-div>b:last-of-type {
    width: 14px;
    height: 13px;
    background: url("/html/img/year-bottom.png")no-repeat;
    bottom: -15px;
    left: -8px;
}
.infor .year {
    position: relative;
    margin-top: 30px;
    margin-left: -10px;
    z-index: 10;
    width: 100%;
}
.infor .year h1 {
    color: #73216d;
    font-size: 36px;
    font-weight: 500;
    padding-left: 21px;
    background: url("/html/img/year-but.png") left bottom no-repeat;
}
.infor .year h1 i {
    display: inline-block;
    width: 52px;
    height: 2px;
    background-color: #73216d;
}
.infor .year ul {
    margin-left: 76px;
}
.infor .year li {
    background-color: #f8f8f8;
    border: solid 2px #d6d6ce;
    padding: 20px 40px;
    margin-top: 17px;
    letter-spacing: 1px;
    color: #666666;
    font-size: 14px;
    width: 100%;
}
.infor .but {
    position: relative;
    /*height: 100%;*/
    margin-top: 60px;
    margin-bottom: 30px;
    display: none;
}
.infor .but b {
    /*position: absolute;*/
    display: block;
    width: 100px;
    height: 52px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    background: url("/html/img/y-but.png")no-repeat;
    /*left: -49px;*/
    /*top: 50%;*/
    margin-left: -51px;
    cursor: pointer;
    /*z-index: 20;*/
}
::-webkit-scrollbar
{ 
    width:2px;
    height:100%;
    background:#eeeeee;
}
::-moz-scrollbar
{ 
    width:2px;
    height:100%;
    background:#eeeeee;
}


