@charset "utf-8";


html, body {
    font: 14px "微软雅黑";
    color: #686868;
    background: transparent;
    margin: 0;
}

@font-face {
    font-family: 'PingHei';
    font-style: normal;
    font-weight: normal;
    src: url('../font/PingHei-light.woff');
}

.pw2 {
    width: 1010px;
    margin: 0 auto;
}




.abt5.ixt {
    margin: 0 auto;
}

    .abt5.ixt .en1 {
        letter-spacing: -3px;
    }

    .abt5.ixt .en2 {
        letter-spacing: 1px;
    }

.hisDome {
    position: relative;
    overflow: hidden;
    padding-top: 75px;
    padding-bottom: 65px;
}

.hisList li {
    position: relative;
    margin-bottom: 15px;    list-style: none;
}

.hisList .txts {
    padding: 18px 40px;
    background: #fff;
    position: relative;
}

    .hisList .txts .date {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
        color: #535353;    margin-top: 0;
        margin-bottom: 5px;
    }
.hisList .txts .tx{ margin-bottom: 0px;    margin-top: 0;line-height: 24px;}
.txts_text{width: 60%; float: left;}
.hisList .txts img{ position: absolute; top:100%; right:10%; z-index:22;
    -webkit-transition: 0.3s linear;-moz-transition: 0.3s linear;-ms-transition: 0.3s linear;-o-transition: 0.3s linear;transition: 0.3s linear;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    visibility: hidden;
}
.hisList li:hover .txts img{ visibility: visible;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;top:50%;
}
.hisList .aw {
    width: 16px;
    height: 27px;
    background-image: url(../image/rr-hisaw.png);
    position: absolute;
    top: 25px;
    left: -15px;
}

.hisList .line {
    width: 17px;
    height: 3px;
    background: #3cafbf;
    position: absolute;
    top: 37px;
    left: -55px;
}

.hisDome .wline {
    width: 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 62px;
    background: #a7a7a7;
    height: 100%;
}

.ho_scroll{ position: absolute; left:10px; bottom:60px;width:30px; height:50px;
    -webkit-border-radius:15px; -moz-border-radius: 15px;border-radius: 15px;-khtml-border-radius:15px;
border: 2px solid #a7a7a7;
}
.ho_scroll span{ display: inline-block; position: absolute; left:50%;margin-left: -3px;
    height:6px;width: 6px;-webkit-border-radius:50%; -moz-border-radius: 50%;border-radius: 50%;-khtml-border-radius:50%;
    background: #a7a7a7; top:10px;
    animation: 2s topmove infinite .5s linear;
    -webkit-animation: 2s topmove .5s infinite linear;
}
.ho_scroll p{ position: absolute; top:-30px; left:50%;width: 60px;margin-left: -25px;}
@-webkit-keyframes topmove{
    0%{ top:10px; }
    50%{ top:15px; }
    100%{ top:10px; }

}
@keyframes topmove{
    0%{ top:10px; }
    50%{ top:15px; }
    100%{ top:10px; }
}



.hisDome .dot {
    width: 43px;
    height: 43px;
    box-sizing: border-box;
    border: 3px solid #a7a7a7;
    display: block;
    position: absolute;
    top: 0;
    left: 42px;
    border-radius: 100%;
    background: url(../image/rr-hisdot.png) no-repeat center center;
    background-color: #f3f3f3;
}

.hisList li:hover .txts {
    background: #3cafbf;
    color: #fff;
}

.hisList li:hover .aw {
    background: url(../image/rr-hisaw2.png) no-repeat center center;
}

.hisList li:hover .date {
    color: #fff;
}

.hisb {
    height: 484px;
    padding-left: 79px;
    overflow: hidden;
    cursor: url("../image/mouse.jpg"), default;
}



.ho_scroll{
    top:95px;
}