﻿.nav-tabs {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
    padding: 50px 22px 0;
}

.nav-tabs .nav-link {
    color: #444;
    border: 0;
    border-bottom: 4px solid #fff;
}

.nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 10px 26px;
    margin-right: 8px;
    text-align: center;
}

.nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}

.nav .nav-item .active,
.nav .nav-item:hover .nav-link {
    background: #fff!important;
    border: 0;
    border-bottom: 4px solid #14BBA1;
}

.activity-list {
    margin-top: 57px;
    margin-bottom: -20px;
    font-size: 0;
}

.activity-item {
    background: #fff;
    padding: 0;
    display: inline-block;
    margin-bottom: 40px;
    border-left: 0px solid #F04E4E;
}

.activity-item:nth-child(2n+0) {
    margin-right: 0;
}

.activity-item:hover {
    box-shadow: 0px 12px 40px 0px rgba(71, 42, 252, 0.5);
}

.activity-item .img-left {
    max-width: 220px;
    height: 190px;
    box-shadow: -5px 0px 0px 0px #F04E4E;
}

.activity-item .middle {
    padding: 0 20px 1px;
}

.activity-item .title {
    color: #31364C;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 19px;
    margin-bottom: 12px;
    max-height: 44px;
    overflow: hidden;
}

.activity-item .text {
    color: #9699A6;
    font-size: 12px;
    line-height: 28px;
    padding-top: 14px;
    border-top: 1px solid #F5F5F5;
    max-height: 66px;
    overflow: hidden;
    margin-bottom: 20px;
}

.date-info {
    color: #F04E4E;
    font-size: 12px;
}

.activity-item .media-right {
    max-width: 105px;
    height: 100%;
    padding: 0 10px 27px;
    background: #f5f5f5;
    text-align: center;
}

.activity-item .media-right .img-wrap {
    width: 50px;
    height: 50px;
    background: #E1E0E0;
    border-radius: 50%;
    overflow: hidden;
    margin: 30px auto 16px;
}

.activity-item .media-right img {
    width: 40px;
    max-height: 50px;
}

.activity-item .media-right .name {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
}

.btn-subscribe {
    font-size: 12px;
    text-align: center;
    background: rgb(0, 123, 255);
    border-radius: 11px;
    color: #fff;
    padding: 0;
    width: 80px;
    height: 22px;
    line-height: 22px;
    border: 0;
}

.btn-subscribe:hover {
    background: rgb(0, 98, 255);
    color: #fff;
}
.activity-item .media-img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.activity-item .media-left .status {
    position: absolute;
    bottom: 0;
    right: -10px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    padding: 0 20px;
    background: #8DC63F;
}

.activity-item .media-left .status::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    border-right: none;
    border: 16px solid transparent;
    border-left: 10px solid #fff;
}
.activity-item .media-img>img{

height:190px
}


.pb_sys_common .p_goto input,
.pb_sys_common .p_search input {
    min-width: 36px;
    border-radius: 4px;
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o {
    border-radius: 4px;
}

.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
    border-radius: 4px;
}

.pb_sys_common .p_goto a,
.pb_sys_common .p_search a {
    border-radius: 4px;
}

.pb_sys_style1 .p_no_d {
    border-color: #87B672;
    background: #87B672;
}
.pb_sys_common .p_prev_d {
    margin-left: 10px;
}
.pb_sys_common .p_next {
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .activity-list {
        margin-top: 20px;
    }
    .activity-item .middle {
        padding-left: 5px;
        padding-right: 5px;
    }
    .activity-item .text {
        padding-top: 2px;
        margin-bottom: 2px;
    }

.activity-item .media-img>img {
        width: 220px;
        height: 190px;
    }



}