﻿.sPrev,
.sNext {
    border-radius: 50%;
    background-color: #7f7f7f;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s linear;
}

.sPrev:hover,
.sNext:hover {
    background-color: #fa9900;
}

.sPrev img,
.sNext img {
    width: 22px;
    height: 22px;
}

.tempWrap {}

.sPrev {
    left: 70px !important;
}

.sNext {
    right: 70px !important;
}

/*大事记start*/

.event_box {
    width: 100%;
    margin: -5px auto 0;
    position: relative;
    min-height: 420px;
}

.event_box .parHd {
    width: 100%;
    display: inline-block;
    height: 92px;
    overflow: hidden;
}

.parHd ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px !important;
}

.parHd .tempWrap {
    margin: 0 auto;
}

.parHd .tempWrap:after {
    content: '';
    width: 85%;
    /* background: #580000; */
    border: 1px dashed #bfbfbf;
    position: absolute;
    /* top: 33%; */
    /* right: -140%; */
    right: 8%;
    top: 35%;
    /* margin-top: -0.5px; */
    z-index: 10;
}

/*.parHd li:before{ content: ''; width: 180%; height: 1px; background: #580000; position: absolute;top: 0; right:-140%;right: 0;}*/

.parHd li.no_line:before {
    display: none;
}

.parHd li {
    display: inline-block;
    cursor: pointer;
    padding-top: 30px;
    margin: 0 30px;
    position: relative;
    font-family: MicrosoftYaHei !important;
    font-size: 18px;
    color: #363636;
}

.parHd .act::after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fa9900;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    z-index: 20;
    top: -7px;
    left: 50%;
    margin-left: -12px;
}
.act {
    color: #fa9900 !important;
    transition: all .3s linear;
}
.parHd li:after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #dcdcdc;
    position: absolute;
    z-index: 20;
    top: -5px;
    left: 50%;
    margin-left: -12px;
}

.parBd {
    text-align: center;
    margin-top: 30px;
}

.parBd h4 {
    position: relative;
    font-size: 40px;
    margin-bottom: 3%;
    /*width: 200px;*/
    padding: 0 60px;
    display: inline-block;
    text-align: center;
}

.parBd h4:after {
    content: '';
    background: #000;
    width: 100px;
    height: 1px;
    position: absolute;
    left: -100px;
    bottom: 12px;
}

.parBd h4:before {
    content: '';
    background: #000;
    width: 100px;
    height: 1px;
    position: absolute;
    right: -100px;
    bottom: 12px;
}

.parBd p {
    line-height: 180%;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}

div#listBox {

    width: 100%;

}

.sPrev,
.sNext {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
}

.sPrev {
    left: 0;
}

.sNext {
    right: 0;
}

.sPrev img,
.sNext img {
    transition: all .6s cubic-bezier(.51, 1.1, .9, .95);

    -moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);

    -webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);

    -o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}