.party {
    font-size: 13px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.unselected {
    color: #636060;
    font-weight: bold;
    font-family: 微软雅黑;
    font-size: 19.57px;
    line-height: 100%;
}

.unselected:hover {
    color: #e77500;
    text-decoration: none;
    border-bottom-color: #e77500;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

.p-current {
    color: #636060;
    font-weight: bold;
    font-family: 微软雅黑;
    font-size: 19.57px;
    line-height: 100%;
}

.nav-path {
    padding-top: 20px;
    background-color: #ffffff;
}

.nav-path-center {
    background-color: #ffffff;
}

.nav-path-center .glyphicon {
    padding-left: 11px;
    font-size: 16px;
    font-weight: bold;
    color: #636060;
}

.party-activity {
    padding-bottom: 0px;
    background: #ffffff;
    padding: 0px;
}

@media screen and (max-resolution: 30dpi) {
    .party-activity .btn,
    .pe-activity .btn,
    .volun-btn .btn {
        border-radius: 0px;
        text-align: left;
        font-size: 10px;
        height: 50px;
        width: 400px;
        line-height: 100%;
        color: #ffffff;
        background-color: #e77500;
        margin-top: 66px;
        padding-left: 10px;
    }
}

@media screen and (max-resolution: 50dpi) and (min-resolution: 30dpi) {
    .party-activity .btn,
    .pe-activity .btn,
    .volun-btn .btn {
        border-radius: 0px;
        text-align: left;
        font-size: 10px;
        height: 50px;
        width: 300px;
        line-height: 100%;
        color: #ffffff;
        background-color: #e77500;
        margin-top: 66px;
        padding-left: 10px;
    }
}

@media screen and (min-resolution: 50dpi) {
    .party-activity .btn,
    .pe-activity .btn,
    .volun-btn .btn {
        border-radius: 0px;
        text-align: left;
        font-size: 18px;
        height: 50px;
        width: 166px;
        line-height: 100%;
        color: #ffffff;
        background-color: #e77500;
        margin-top: 66px;
        padding-left: 10px;
    }
}

.col-lg-8 {
    padding-left: 0px;
    padding-right: 0px;
}

.col-md-8 {
    padding-left: 0px;
    padding-right: 0px;
}

.col-sm-8 {
    padding-left: 0px;
    padding-right: 0px;
}

.right-arrow {
    float: right;
    padding: 0px;
    margin-right: 30px;
    padding-top: 0px;
}

.content-display {
    background: #ffffff;
}

.info-display {
    background: #ffffff;
}

.list-item img {
    border-radius: 50%;
    margin: 0 auto;
}

.list-item {
    margin-top: 63px;
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
}

.item-list {
    margin-top: 63px;
}

@media (max-width:500px) {
    .content-display .col-xs-6,
    .volun-display .col-xs-6 {
        width: 100%;
    }
}

.list-item .col-lg-2 {}

.content-display .list-item img:hover {
    opacity: 0.5;
    background-color: #404040;
}

.list-item h2 {
    margin-left: 70px;
}

.list-item p {
    width: 60%;
    margin-left: 70px;
}

.list-item h2,
.item-list h2 {
    font-size: 11px;
    line-height: 200%;
}

.list-item p,
.item-list p {
    font-size: 10px;
    color: #949494;
    line-height: 200%;
    height: 45px;
    overflow: hidden;
}

.intro-text {
    margin-top: 26px;
}

.glyphicon {
    top: 0px;
    margin-left: -8px;
}