
.bshare-custom a {
    padding-right: 0px !important;
}

.share-links {
    margin-top: 0px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.p-name {
    font-size: 28px;
    font-weight: bold;
    font-family: "黑体";
    padding-bottom: 10px;
    margin-top: 0px;
    text-align: center;
}

.p-detail {
    /* background-color: #f5f5f5; */
    padding: 30px 10px;
    text-align: start;
}

.p-img-wrap {
    width: 100%;
    justify-content: center;
    display: flex;
}

.p-img-wrap img {
    max-width: 100%;
}

.mainc {
    border: 1px solid #e3e3e3;
    padding-top: 20px;
}

.p-content {
    display: flex;
    width: 100%;
    justify-content: center;
}

.p-content-w {
    flex: 1;
    margin-left: 10px;
    border: 1px solid #e3e3e3;
    /* padding: 0px 10px; */
    padding-top: 20px;
}

.p-detail {
    width: 100%;
}

img {
    max-width: 100%;
}

p {
    max-width: 100%;
}


.news-types-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.news-types-wrap a.active {
    color: var(--main-color);
}

.news-types-wrap a {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px;
    font-family: '黑体';
}

.none-p {
    width: 100%;
    padding-top: 40px;
    color: #999999;
    text-align: center;
    font-size: 16px;
}

.news-items-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.news-item {
    border: 1px solid #e3e3e3;
    margin-right: 1.3%;
    width: 23.5%;
    margin-bottom: 10px;
}

@media screen and (max-width:576px) {
    .news-item {
        margin-right: 0px;
        width: 100%;
    }

    .p-content-w {
        margin-left: 0px;
    }
}

@media screen and (min-width:576px) {
    .news-item {
        margin-right: 0px;
        width: 100%;
    }

    .p-content-w {
        margin-left: 0px;
    }
}

@media screen and (min-width:786px) {
    .news-item {
        margin-right: 2%;
        width: 48%;
    }

    .p-content-w {
        margin-left: 0px;
    }
}

@media screen and (min-width:992px) {
    .news-item {
        margin-right: 0.83%;
        width: 32.5%;
    }

    .p-content-w {
        margin-left: 10px;
    }
}

@media screen and (min-width:1200px) {
    .news-item {
        margin-right: 1%;
        width: 32.5%;
    }

    .p-content-w {
        margin-left: 10px;
    }
}

.news-item:last-child {
    margin-right: 0px;
}

.news-detail-img-wrap {
    width: 100%;
    overflow: hidden;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-detail-img-wrap img {
    width: 100%;
    /* height: 100%; */
    transition: all .5s ease;
}

.news-detail-img-wrap img:hover {
    transform: scale(1.1);
}

.news-item-content {
    width: 100%;
    display: flex;
    padding: 20px;
    flex-direction: column;
}

.news-detail-title {
    height: 72px;
    font-size:18px;
    color: var(--main-color);
    /* font-weight: bold; */
    font-family: '黑体';
}

.news-desc {
    height: 40px;
    overflow: hidden;
    color: rgb(114, 113, 113);
    font-size: 14px;
}

.learn-more {
    color: var(--main-color);
    font-size: 12px;
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.learn-more img {
    margin-left: 7px;
}

.news-date {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #999999;
    font-size: 14px;
}

.more-btn {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    padding-top: 30px;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    padding-bottom: 20px;
    align-items: center;

}

.more-btn .iconfont {
    font-size: 18px;
}
