@charset "utf-8";

/*大事记start*/

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

.event_box .parHd {
    width: 100%;
    display: inline-block;
    height: 148px;
    overflow: hidden;
    text-align: center;
}

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

.parHd .tempWrap {
    margin: 0 0 30px 0;
}

.parHd .tempWrap:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #580000;
    position: absolute;
    right: 0;
    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: 18px;
    font-size: 14px;
    color: #000;
    margin: 0 30px;
    position: relative;
}

.parHd li:after {
    content: '';
    background: url(../images/dot_ico.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 20;
    top: -12px;
    left: 50%;
    margin-left: -12px;
}

.parHd .act:after {
    background: url(../images/act.png) no-repeat;
}

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

.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: 14px;
    width: 80%;
    margin: 0 auto;
}

div#listBox {
    width: 100%;
}

.sPrev,
.sNext {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 30px;
    display: inline-block;
    position: relative;
}

.sPrev .icon,
.sNext .icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #007563;
    border-radius: 50%;
    cursor: pointer;
}

.sPrev .icon::before {
    position: absolute;
    content: '<';
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 22px;
}

.sNext .icon::before {
    position: absolute;
    content: '>';
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 22px;
}

.sPrev {
    text-align: right;
}

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

.sNext {
    text-align: left;
}

.sPrev::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 2px solid orange;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.sNext::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #000;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.event_box {
    margin: 60px auto;
}

.slideBox {
    text-align: left;
}

.slideBox p {
    padding-left: 0;
    width: 100%;
}

.slideBox .item {
    padding: 16px;
    border-bottom: 1px dashed #d9d9d9;
    position: relative;
}

.slideBox .item:hover {
    background-color: #fff9ed;
}

.slideBox .item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% + 1px);
    border-left: 1px solid #666;
    left: -30px;
    top: 0;
}

.slideBox .item .fnw_700 {
    margin-bottom: 12px;
    font-size: 16px;
    color: #000;
}