@charset "UTF-8";
.event-wrap {

}

.event-wrap .event-con, .event-wrap .eventdetail-con {
    width: 980px;
    padding: 40px 0 100px;
    margin: auto;
}

.event-table {
    display: table;
    width: 100%;
    font-size: 16px;
}

.event-wrap .event-table .event-row {
    display: table-row;
    border-bottom: 1px dotted #a0a0a0;
}

.event-wrap .event-table .event-row .event-cell {
    display: table-cell;
    line-height: 46px;
    border-bottom: 1px dotted #a0a0a0;
}

.event-wrap .event-table .event-row .date {
    width: 150px;
    color: #ff7200;
    text-align: left;
}

.event-wrap .event-table .event-row .name {
    width: 830px;
    color: #666666;
    text-align: left;
}

.event-wrap .page-div {
    margin-top: 40px;

}

.event-wrap .page-div .left {
    width: 150px;
    color: #666666;
    text-align: left;
}

.event-wrap .page-div .right {
    width: 830px;
    text-align: center;
    font-size: 0;
}

.event-wrap .forward {
    display: inline-block;
    width: 32px;
    height: 22px;
    background: url("../img/page-left.png") center center no-repeat #b5b5b5;
    background-size: 12px 9px;
    vertical-align: middle;
    margin: 0 3px;
}

.event-wrap .next {
    display: inline-block;
    width: 32px;
    height: 22px;
    background: url("../img/page-right.png") center center no-repeat #b5b5b5;
    background-size: 12px 9px;
    vertical-align: middle;
    margin: 0 3px;
}

.event-wrap .page-item {
    height: 22px;
    line-height: 22px;
    width: 22px;
    background: #b5b5b5;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 3px;
}

.event-wrap .point {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}

.event-wrap .page-item.on {
    background: #ff7200;

}

/*动态详情样式 start*/
.event-wrap .eventdetail-con {

}

.event-wrap .eventdetail-con .title {
    font-size: 30px;
}

.event-wrap .eventdetail-con .date {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px dotted #a0a0a0;
    color: #666666;
}

.event-wrap .eventdetail-con .v-linle {
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 100%;
    position: relative;
    margin: 0 10px;
}

.event-wrap .eventdetail-con .v-linle:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 14px;
    background: #999999;
    position: absolute;
    top: 21px;
    left: -10px;
    margin: 0 10px;
}

.event-wrap .eventdetail-con .con {
    padding: 10px 0;
    color: #666666;
    line-height: 24px;
}

.event-wrap .eventdetail-con .con .p-text {
    margin: 10px auto;
    text-indent: 2em;
    text-align: justify;
}
.event-wrap .eventdetail-con .con .forward-one{
    margin-top: 30px;
}
.event-wrap .eventdetail-con .con .forward-one,.event-wrap .eventdetail-con .con .next-one{
text-align: left;
}

/*动态详情样式 end*/
